[arch-commits] Commit in xorg-server/repos (13 files)

2018-06-16 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 05:33:41
  Author: lcarlier
Revision: 327087

archrelease: copy trunk to testing-x86_64

Added:
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch
(from rev 327086, xorg-server/trunk/0001-v2-FS-58644.patch)
  xorg-server/repos/testing-x86_64/0002-fix-libshadow-2.patch
(from rev 327086, xorg-server/trunk/0002-fix-libshadow-2.patch)
  
xorg-server/repos/testing-x86_64/0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
(from rev 327086, 
xorg-server/trunk/0003_Use_PictureMatchFormat_for_source-only_picture_format.diff)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 327086, xorg-server/trunk/PKGBUILD)
  
xorg-server/repos/testing-x86_64/meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
(from rev 327086, 
xorg-server/trunk/meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 327086, xorg-server/trunk/xorg-server.install)
  
xorg-server/repos/testing-x86_64/xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch
(from rev 327086, 
xorg-server/trunk/xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch)
  
xorg-server/repos/testing-x86_64/xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch
(from rev 327086, 
xorg-server/trunk/xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch)
  xorg-server/repos/testing-x86_64/xserver-autobind-hotplug.patch
(from rev 327086, xorg-server/trunk/xserver-autobind-hotplug.patch)
  
xorg-server/repos/testing-x86_64/xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch
(from rev 327086, 
xorg-server/trunk/xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 327086, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 327086, xorg-server/trunk/xvfb-run.1)

--+
 0001-v2-FS-58644.patch 
  |   57 +
 0002-fix-libshadow-2.patch 
  |   24 
 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
  |   34 +
 PKGBUILD   
  |  243 
 meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch   
  |   36 +
 xorg-server.install
  |   18 
 xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch  
  |   28 
 
xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch
 |   29 
 xserver-autobind-hotplug.patch 
  |  293 ++
 xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch  
  |   18 
 xvfb-run   
  |  200 ++
 xvfb-run.1 
  |  282 +
 12 files changed, 1262 insertions(+)

Copied: xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch (from rev 
327086, xorg-server/trunk/0001-v2-FS-58644.patch)
===
--- testing-x86_64/0001-v2-FS-58644.patch   (rev 0)
+++ testing-x86_64/0001-v2-FS-58644.patch   2018-06-17 05:33:41 UTC (rev 
327087)
@@ -0,0 +1,57 @@
+From 17584285d296acaa80f131ca0e8b75eff675962b Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Sun, 20 May 2018 14:30:43 +0200
+Subject: [PATCH] v2 FS#58644
+
+---
+ hw/xfree86/common/meson.build | 13 +
+ hw/xfree86/meson.build| 12 +++-
+ 2 files changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
+index 514999ff6..0eff6e488 100644
+--- a/hw/xfree86/common/meson.build
 b/hw/xfree86/common/meson.build
+@@ -1,3 +1,16 @@
++if get_option('suid_wrapper')
++x_sh = configure_file(
++input: '../Xorg.sh.in',
++output: 'Xorg',
++configuration: conf_data,
++)
++install_data(
++   x_sh,
++   install_mode: 'rwxr-xr-x',
++   install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++)
++endif
++
+ srcs_xorg_common = [
+ 'xf86fbBus.c',
+ 'xf86noBus.c',
+diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
+index cacf56d4c..d1295d404 100644
+--- a/hw/xfree86/meson.build
 b/hw/xfree86/meson.build
+@@ -145,11 +145,13 @@ if get_option('suid_wrapper')
+ install_dir: get_option('libexecdir'),
+ # 

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

2018-06-16 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 05:33:33
  Author: lcarlier
Revision: 327086

upgpkg: xorg-server 1.20.0-8

fix FS#59025 and FS#58637

Added:
  
xorg-server/trunk/meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
  
xorg-server/trunk/xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch
Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++
 meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch |   36 
++
 xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch|   18 +
 3 files changed, 66 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 00:05:03 UTC (rev 327085)
+++ PKGBUILD2018-06-17 05:33:33 UTC (rev 327086)
@@ -6,7 +6,7 @@
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest'
  'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.20.0
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -25,6 +25,8 @@
 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
 
xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch
 
xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch
+meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
+xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch
 xvfb-run # with updates from FC master
 xvfb-run.1)
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
@@ -40,6 +42,8 @@
 
'afe5c58d86089f02d4f3b7d0e6912cd3d75a17522b40e9cd7d4c69611740174884de3455940c6a565ffaad0f4e7e4f7ebeab72b79e8c6ef15da57418fbedcf0d'
 
'a8f65ca23ae52865147bdc1bc059b1265ba4bc61527992cf054fe76a0396ef5dfd2386782be371e926184a63def3be7333bb37fc429627d4e6fa159d263f40f7'
 
'fc259a0a4acb7b70209fc599b0f4bc94942316bbc8c6995f783026b7cd455900bcb7527615d76c99bd2e0155e0035cbd619939a1f7ddf3af32ed854afe45b631'
+
'1990daa38f2eba161ecc2f310711af85e3d76c78ca45e002dff3697da2f8a2dc53d9371b1e7e55be80a002ef9cb095c6675e19021f270d06cf2b4ea728407aea'
+
'e6339cb1c41e26a43caae7f3e991e9f528000676c29f5bc5a29c99bab2a5f5529efba2b9226a63d138700e6228b234eccd2982d40052b4ee41cfdff96dcc1521'
 
'55bbf520333f6e818b0125b37179a7039b69a0d3d2242b80a08da003d94cbf6c1fb912d880abcce318a85d7947e3eff8fbc4cdf57d7118572e8ebc56c4569af6'
 
'de5e2cb3c6825e6cf1f07ca0d52423e17f34d70ec7935e9dd24be5fb9883bf1e03b50ff584931bd3b41095c510ab2aa44d2573fd5feaebdcb59363b65607ff22')
 
@@ -65,8 +69,14 @@
   # https://bugs.freedesktop.org/show_bug.cgi?id=106656
   patch -Np1 -i ../0002-fix-libshadow-2.patch
 
-  # FS#i58662
+  # FS#58662
   patch -Np1 -i 
../0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
+
+  # Display incorrect when rotated 90 degree - FS#58637
+  patch -Np1 -i 
../xserver-modesetting-use-drmmode_bo_import-for-rotate_fb.patch
+
+  # xserver by default listens on tcp sockets - FS##59025
+  patch -Np1 -i 
../meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
 }
 
 build() {

Added: meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
===
--- meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
(rev 0)
+++ meson-Add-configuration-of-listening-on-tcp-unix-and-local.patch
2018-06-17 05:33:33 UTC (rev 327086)
@@ -0,0 +1,36 @@
+diff --git a/include/meson.build b/include/meson.build
+index f76f557..dfca3c3 100644
+--- a/include/meson.build
 b/include/meson.build
+@@ -153,10 +153,10 @@ conf_data.set('BUSFAULT', 
conf_data.get('HAVE_SIGACTION'))
+ conf_data.set('_XTYPEDEF_POINTER', '1')
+ conf_data.set('_XITYPEDEF_POINTER', '1')
+ 
++conf_data.set('LISTEN_TCP', get_option('listen_tcp'))
++conf_data.set('LISTEN_UNIX', get_option('listen_unix'))
++conf_data.set('LISTEN_LOCAL', get_option('listen_local'))
+ # XXX: Configurable?
+-conf_data.set('LISTEN_TCP', '1')
+-conf_data.set('LISTEN_UNIX', '1')
+-conf_data.set('LISTEN_LOCAL', '1')
+ conf_data.set('XTRANS_SEND_FDS', '1')
+ 
+ conf_data.set('TCPCONN', '1')
+diff --git a/meson_options.txt b/meson_options.txt
+index 86fca46..3453b8d 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -45,6 +45,13 @@ option('vendor_name_short', type: 'string', value: 'X.Org')
+ option('vendor_web', type: 'string', value: 'http://wiki.x.org')
+ option('os_vendor', type: 'string', value: '')
+ 
++option('listen_tcp', type: 'boolean', value: false,
++   description: 'Listen on TCP by default')
++option('listen_unix', type: 'boolean', value: true,
++   description: 'Listen on Unix by default')
++option('listen_local', type: 'boolean', value: true,
++   

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

2018-06-16 Thread Eli Schwartz via arch-commits
Date: Sunday, June 17, 2018 @ 03:45:31
  Author: eschwartz
Revision: 343444

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/community-x86_64/PKGBUILD
(from rev 343443, xreader/trunk/PKGBUILD)
Deleted:
  xreader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 03:45:16 UTC (rev 343443)
+++ PKGBUILD2018-06-17 03:45:31 UTC (rev 343444)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Nate Simon 
-
-pkgname=xreader
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/xreader;
-license=('GPL')
-depends=('poppler-glib' 'webkit2gtk' 'xapps')
-optdepends=('djvulibre: support for djvu files'
-'libgxps: support for xps files'
-'libspectre: support for dvi and ps files'
-'texlive-bin: support for dvi files')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a8a767c4617bbeeecb3ebeb570cbaecb4c5e5ee7e69f359a5a46053aa0d09b63')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix="/usr" \
---localstatedir="/var" \
---libexecdir="/usr/lib/${pkgname}" \
---enable-introspection \
---enable-t1lib
-make
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 343443, 
xreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 03:45:31 UTC (rev 343444)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/xreader;
+license=('GPL')
+depends=('poppler-glib' 'webkit2gtk' 'xapps')
+optdepends=('djvulibre: support for djvu files'
+'libgxps: support for xps files'
+'libspectre: support for dvi and ps files'
+'texlive-bin: support for dvi files')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ab9b391aa8ca576165075ff8262981f737b35849a765001f90bd867267169ced')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-introspection \
+--enable-t1lib
+make
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+}


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

2018-06-16 Thread Eli Schwartz via arch-commits
Date: Sunday, June 17, 2018 @ 03:45:16
  Author: eschwartz
Revision: 343443

upgpkg: xreader 1.8.3-1

upstream release

Modified:
  xreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 03:42:20 UTC (rev 343442)
+++ PKGBUILD2018-06-17 03:45:16 UTC (rev 343443)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xreader
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'texlive-bin: support for dvi files')
 makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a8a767c4617bbeeecb3ebeb570cbaecb4c5e5ee7e69f359a5a46053aa0d09b63')
+sha256sums=('ab9b391aa8ca576165075ff8262981f737b35849a765001f90bd867267169ced')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:42:02
  Author: felixonmars
Revision: 343439

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 343438, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
343438, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 03:42:02 UTC (rev 343439)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.1
+pkgrel=14
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0f079cdc3d99c5e2679810c38d57e40a045bf91c26fd734c50a7715f803efa9367d2ee389dd8362c1c1d00f75227370b481e9b1fb74ad41c8fb0fc51c5c71e38')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:41:42
  Author: felixonmars
Revision: 343438

upgpkg: hopenpgp-tools 0.21.1-14

rebuild with nettle 0.3.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 03:40:27 UTC (rev 343437)
+++ PKGBUILD2018-06-17 03:41:42 UTC (rev 343438)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.1
-pkgrel=13
+pkgrel=14
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:40:27
  Author: felixonmars
Revision: 343437

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
343436, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 03:40:27 UTC (rev 343437)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7
+pkgrel=20
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6432f54853af4562b5c61f0d97fe40dd4a5872f07e07c470ae41e951b11cbe00f491ce469c5d0caa897ba046c44e65fcaff0e4c9db825126b35f7aa15fc6bb40')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:40:09
  Author: felixonmars
Revision: 343436

upgpkg: haskell-hopenpgp 2.7-20

rebuild with nettle 0.3.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 03:39:09 UTC (rev 343435)
+++ PKGBUILD2018-06-17 03:40:09 UTC (rev 343436)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7
-pkgrel=19
+pkgrel=20
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2018-06-16 Thread Eli Schwartz via arch-commits
Date: Sunday, June 17, 2018 @ 03:38:54
  Author: eschwartz
Revision: 343434

upgpkg: python-cachecontrol 0.12.5-2

oops, typoed dependency

Modified:
  python-cachecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 03:38:49 UTC (rev 343433)
+++ PKGBUILD2018-06-17 03:38:54 UTC (rev 343434)
@@ -5,7 +5,7 @@
 pkgbase=python-cachecontrol
 pkgname=('python-cachecontrol' 'python2-cachecontrol')
 pkgver=0.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc="httplib2 caching for requests"
 arch=('any')
 url="https://github.com/ionrock/${_pkgname};
@@ -47,7 +47,7 @@
 }
 
 package_python2-cachecontrol() {
-depends=('python-msgpack' 'python2-requests')
+depends=('python2-msgpack' 'python2-requests')
 optdepends=('python2-lockfile: for the FileCache')
 
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2018-06-16 Thread Eli Schwartz via arch-commits
Date: Sunday, June 17, 2018 @ 03:39:09
  Author: eschwartz
Revision: 343435

archrelease: copy trunk to community-any

Added:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
(from rev 343434, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-any/PKGBUILD
(from rev 343434, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 +--
 PKGBUILD |  110 -
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2018-06-17 03:38:54 UTC 
(rev 343434)
+++ 0001-Remove-unnecessary-console-script.patch2018-06-17 03:39:09 UTC 
(rev 343435)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
 (from rev 343434, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2018-06-17 03:39:09 UTC 
(rev 343435)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 03:38:54 UTC (rev 343434)
+++ PKGBUILD2018-06-17 03:39:09 UTC (rev 343435)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgbase=python-cachecontrol
-pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
-  'python2-mock' 'python2-pytest' 'python2-lockfile' 
'python2-cherrypy')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"0001-Remove-unnecessary-console-script.patch")
-sha256sums=('d3876bbd614968e0d82c95734b380fca648661416fb14dc1a50514256e521089'
-'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-python2 -m pytest
-}
-
-package_python-cachecontrol() {
-depends=('python-msgpack' 'python-requests')
-optdepends=('python-lockfile: for the FileCache')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py 

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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:38:31
  Author: felixonmars
Revision: 343432

upgpkg: haskell-nettle 0.3.0-1

rebuild with nettle 0.3.0

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 01:03:11 UTC (rev 343431)
+++ PKGBUILD2018-06-17 03:38:31 UTC (rev 343432)
@@ -3,7 +3,7 @@
 
 _hkgname=nettle
 pkgname=haskell-nettle
-pkgver=0.2.1
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
@@ -13,7 +13,7 @@
  'haskell-securemem')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fdec34e4f375923e913569f743c89951add694f9e9d6c59a4eb4796e73f53f1c8660b0565f61d88a121e286643b78bc9d7b806bee074c40de5bee3002db86725')
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 03:38:49
  Author: felixonmars
Revision: 343433

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nettle/repos/community-staging-x86_64/PKGBUILD (from rev 
343432, haskell-nettle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 03:38:49 UTC (rev 343433)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 01:03:11
  Author: felixonmars
Revision: 343431

archrelease: copy trunk to community-any

Added:
  z/repos/community-any/
  z/repos/community-any/PKGBUILD
(from rev 343430, z/trunk/PKGBUILD)
  z/repos/community-any/z.install
(from rev 343430, z/trunk/z.install)

---+
 PKGBUILD  |   25 +
 z.install |4 
 2 files changed, 29 insertions(+)

Copied: z/repos/community-any/PKGBUILD (from rev 343430, z/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-06-17 01:03:11 UTC (rev 343431)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Semyon Maryasin 
+
+pkgname=z
+pkgver=1.9
+pkgrel=1
+pkgdesc="Tracks your most used directories, based on 'frecency'"
+arch=('any')
+url="https://github.com/rupa/z/;
+license=('WTFPL')
+depends=('bash')
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/rupa/$pkgname/tar.gz/v$pkgver;)
+sha256sums=('e2860e4f65770e02297ca4ca08ec1ee623a658bd9cc1acddbbe5ad22e1de70a7')
+install=z.install
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # update path in manpage
+   sed -i z.1 -e "s:/path/to/z.sh:/usr/share/$pkgname/z.sh:g"
+   install -Dm 644 z.1 "$pkgdir/usr/share/man/man1/z.1"
+
+   install -Dm 644 z.sh "$pkgdir/usr/share/$pkgname/z.sh"
+}

Copied: z/repos/community-any/z.install (from rev 343430, z/trunk/z.install)
===
--- community-any/z.install (rev 0)
+++ community-any/z.install 2018-06-17 01:03:11 UTC (rev 343431)
@@ -0,0 +1,4 @@
+post_install(){
+  echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc or 
~/.zshrc:'
+  echo '[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh'
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 01:02:44
  Author: felixonmars
Revision: 343430

addpkg: z 1.9-1

Added:
  z/
  z/repos/
  z/trunk/
  z/trunk/PKGBUILD
  z/trunk/z.install

---+
 PKGBUILD  |   25 +
 z.install |4 
 2 files changed, 29 insertions(+)

Added: z/trunk/PKGBUILD
===
--- z/trunk/PKGBUILD(rev 0)
+++ z/trunk/PKGBUILD2018-06-17 01:02:44 UTC (rev 343430)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Semyon Maryasin 
+
+pkgname=z
+pkgver=1.9
+pkgrel=1
+pkgdesc="Tracks your most used directories, based on 'frecency'"
+arch=('any')
+url="https://github.com/rupa/z/;
+license=('WTFPL')
+depends=('bash')
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/rupa/$pkgname/tar.gz/v$pkgver;)
+sha256sums=('e2860e4f65770e02297ca4ca08ec1ee623a658bd9cc1acddbbe5ad22e1de70a7')
+install=z.install
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # update path in manpage
+   sed -i z.1 -e "s:/path/to/z.sh:/usr/share/$pkgname/z.sh:g"
+   install -Dm 644 z.1 "$pkgdir/usr/share/man/man1/z.1"
+
+   install -Dm 644 z.sh "$pkgdir/usr/share/$pkgname/z.sh"
+}

Added: z/trunk/z.install
===
--- z/trunk/z.install   (rev 0)
+++ z/trunk/z.install   2018-06-17 01:02:44 UTC (rev 343430)
@@ -0,0 +1,4 @@
+post_install(){
+  echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc or 
~/.zshrc:'
+  echo '[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh'
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 00:05:03
  Author: felixonmars
Revision: 327085

archrelease: copy trunk to extra-x86_64

Added:
  aspell-en/repos/extra-x86_64/PKGBUILD
(from rev 327084, aspell-en/trunk/PKGBUILD)
Deleted:
  aspell-en/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 00:04:36 UTC (rev 327084)
+++ PKGBUILD2018-06-17 00:05:03 UTC (rev 327085)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=aspell-en
-pkgver=2017.08.24
-pkgrel=1
-pkgdesc="English dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
-sha512sums=('2530f6bff61456ccf4e0e8383ab8583a1421b6001f156b4419385a272a54217b01e93d7aed8acff15f1e49afbb13bb81fd66002662ce7233c465ec0737fdfedc')
-
-build() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aspell-en/repos/extra-x86_64/PKGBUILD (from rev 327084, 
aspell-en/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 00:05:03 UTC (rev 327085)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=aspell-en
+pkgver=2018.04.16
+pkgrel=1
+pkgdesc="English dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
+sha512sums=('70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2')
+
+build() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 00:04:36
  Author: felixonmars
Revision: 327084

upgpkg: aspell-en 2018.04.16-1

Modified:
  aspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 00:01:06 UTC (rev 327083)
+++ PKGBUILD2018-06-17 00:04:36 UTC (rev 327084)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=aspell-en
-pkgver=2017.08.24
+pkgver=2018.04.16
 pkgrel=1
 pkgdesc="English dictionary for aspell"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('aspell')
 source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
-sha512sums=('2530f6bff61456ccf4e0e8383ab8583a1421b6001f156b4419385a272a54217b01e93d7aed8acff15f1e49afbb13bb81fd66002662ce7233c465ec0737fdfedc')
+sha512sums=('70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2')
 
 build() {
   cd "$srcdir/aspell6-en-$pkgver-0"


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 00:02:23
  Author: felixonmars
Revision: 343429

archrelease: copy trunk to community-x86_64

Added:
  etherwall/repos/community-x86_64/PKGBUILD
(from rev 343428, etherwall/trunk/PKGBUILD)
  etherwall/repos/community-x86_64/etherwall.desktop
(from rev 343428, etherwall/trunk/etherwall.desktop)
Deleted:
  etherwall/repos/community-x86_64/PKGBUILD
  etherwall/repos/community-x86_64/etherwall.desktop

---+
 PKGBUILD  |   84 ++--
 etherwall.desktop |   18 +--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 00:01:59 UTC (rev 343428)
+++ PKGBUILD2018-06-17 00:02:23 UTC (rev 343429)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ales Katona 
-
-pkgname=etherwall
-pkgver=2.2.2
-_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
-_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
-pkgrel=1
-pkgdesc="Ethereum GUI Wallet (QT5)"
-arch=('x86_64')
-url="http://etherwall.com;
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
-
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
-
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
-etherwall.desktop)
-sha512sums=('0d692d6d124cec718c65488e8c2b1335e8bcc99f0336fac88f761f5e0d4c19af64315170afd3cd38fc51d3ba053a555f03fce74a5d972030846ba07bbcdf2a87'
-
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
-
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
-
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
-
-build() {
-  cd "etherwall-$pkgver"
-  rmdir "src/ew-node"
-  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
-
-  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
-  qmake -config release && make
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/bin"
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  mkdir -p "$pkgdir/usr/share/applications"
-
-  cd "etherwall-$pkgver"
-  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
-  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
-  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
-}

Copied: etherwall/repos/community-x86_64/PKGBUILD (from rev 343428, 
etherwall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 00:02:23 UTC (rev 343429)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.2.3
+_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
+_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
+pkgrel=1
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="http://etherwall.com;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
+etherwall.desktop)
+sha512sums=('701e9d1527e23d365e887634e4d96fefb50920696f18468c720cf69077df69322820544df7a5ceda79e98000f779fb8cc3cbd5d1571186730168615b9aaf92e5'
+
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
+
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake -config release && make
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  mkdir -p "$pkgdir/usr/share/applications"
+
+  cd "etherwall-$pkgver"
+  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
+  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
+  cp 

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

2018-06-16 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 00:01:59
  Author: felixonmars
Revision: 343428

upgpkg: etherwall 2.2.3-1

Modified:
  etherwall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:59:27 UTC (rev 343427)
+++ PKGBUILD2018-06-17 00:01:59 UTC (rev 343428)
@@ -3,7 +3,7 @@
 # Contributor: Ales Katona 
 
 pkgname=etherwall
-pkgver=2.2.2
+pkgver=2.2.3
 _ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
 _trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
 pkgrel=1
@@ -16,7 +16,7 @@
 
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
 
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
 etherwall.desktop)
-sha512sums=('0d692d6d124cec718c65488e8c2b1335e8bcc99f0336fac88f761f5e0d4c19af64315170afd3cd38fc51d3ba053a555f03fce74a5d972030846ba07bbcdf2a87'
+sha512sums=('701e9d1527e23d365e887634e4d96fefb50920696f18468c720cf69077df69322820544df7a5ceda79e98000f779fb8cc3cbd5d1571186730168615b9aaf92e5'
 
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
 
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
 
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:59:07
  Author: felixonmars
Revision: 343424

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 343423, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 343423, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 23:59:07 UTC (rev 343424)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0.20180515
+_commit=9fccc0086700b0e409bd9b0989e52d62863c714e
+pkgrel=23
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$_commit.tar.gz::https://github.com/GaloisInc/cryptol/archive/$_commit.tar.gz;)
+sha512sums=('d9e98541b978acb8dafc5daf35a3fc75a523914e713b4cdc2e8e01a424b39556c625e2956dd495cabf67cf99cac0b4021563f0b62b2f355b1af0645dc8d9de1b')
+
+prepare() {
+mv $pkgname-$_commit $pkgname-$pkgver
+
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:58:49
  Author: felixonmars
Revision: 343423

upgpkg: cryptol 2.5.0.20180515-23

rebuild with hlint 2.1.6

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:56:21 UTC (rev 343422)
+++ PKGBUILD2018-06-16 23:58:49 UTC (rev 343423)
@@ -4,7 +4,7 @@
 pkgname=cryptol
 pkgver=2.5.0.20180515
 _commit=9fccc0086700b0e409bd9b0989e52d62863c714e
-pkgrel=22
+pkgrel=23
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("custom:BSD3")


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:56:21
  Author: felixonmars
Revision: 343422

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 343421, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 23:56:21 UTC (rev 343422)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.9
+pkgrel=2
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('970f326cc44d8cc219915f37d29c3e792a5bc2d153d408917013147ff7e2097b317b5cad0e79a595e272d3dcbc4a26507ba5fdf5b01582470afc303d18076d0c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:56:05
  Author: felixonmars
Revision: 343421

upgpkg: haskell-sbv 7.9-2

rebuild with hlint 2.1.6

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:55:58 UTC (rev 343420)
+++ PKGBUILD2018-06-16 23:56:05 UTC (rev 343421)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:55:58
  Author: felixonmars
Revision: 343420

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 23:55:40 UTC (rev 343419)
+++ PKGBUILD2018-06-16 23:55:58 UTC (rev 343420)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.41
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('efce2827a659d83c2fce74c50e6d4182dc5916ba8e47a335f2719cce5c3eb4a9622ee0f53c5923af1ed84b340b6dd7ac00bcf48dbb3de53644dc3f2298523112')
-
-prepare() {
-  cd rclone-$pkgver
-
-  sed -i "1s/python$/&2/" bin/make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
-}
-
-check() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver test || warning "Tests failed"
-}
-
-package() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 343419, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 23:55:58 UTC (rev 343420)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.42
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('python2' 'pandoc' 'go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1')
+
+prepare() {
+  cd rclone-$pkgver
+
+  sed -i "1s/python$/&2/" bin/make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
+}
+
+check() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver test || warning "Tests failed"
+}
+
+package() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:55:40
  Author: felixonmars
Revision: 343419

upgpkg: rclone 1.42-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:52:30 UTC (rev 343418)
+++ PKGBUILD2018-06-16 23:55:40 UTC (rev 343419)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.41
+pkgver=1.42
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('python2' 'pandoc' 'go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('efce2827a659d83c2fce74c50e6d4182dc5916ba8e47a335f2719cce5c3eb4a9622ee0f53c5923af1ed84b340b6dd7ac00bcf48dbb3de53644dc3f2298523112')
+sha512sums=('69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1')
 
 prepare() {
   cd rclone-$pkgver


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:52:30
  Author: felixonmars
Revision: 343418

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 343417, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 343417, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 23:52:30 UTC (rev 343418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.1.6
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ce84369110430674438f930123a3824086dba4ddd87ed55ab8d1a7bc25682652495f6c738d718c82d45f74cfafa64c5f607f62a4aabf7d19cfbb3453e4a4420b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:52:05
  Author: felixonmars
Revision: 343416

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 343415, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 23:51:47 UTC (rev 343415)
+++ PKGBUILD2018-06-16 23:52:05 UTC (rev 343416)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.38
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('47091064b9d66d661bc211430a387935125968254df7b43c50e2c817b48788e2a5d985b25d12339ad6ee906eb25fc910f9025c796582f49d901cb4b37cfb9f02')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 343415, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 23:52:05 UTC (rev 343416)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.39
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('a4ec510188ebf6cfc6bfcdf96ad9f3bce93b5ceb8836bd88e16acb2c62e0877ee8b257edf40875b6ef26321e38f6f9e68ae8f599fbb1b6cb041bdc2ea1d0deb2')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:52:13
  Author: felixonmars
Revision: 343417

upgpkg: hlint 2.1.6-1

rebuild with hlint 2.1.6

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:52:05 UTC (rev 343416)
+++ PKGBUILD2018-06-16 23:52:13 UTC (rev 343417)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=2.1.5
-pkgrel=22
+pkgver=2.1.6
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 replaces=('haskell-hlint')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('24d5af8928f72648fa9e0679f8cf0c654b5e5442be15375dcfd4d40a9f1dda522c122d56df7061ae8e843d38421affa566c0ab4b272d1726895f3e6cc7576c38')
+sha512sums=('ce84369110430674438f930123a3824086dba4ddd87ed55ab8d1a7bc25682652495f6c738d718c82d45f74cfafa64c5f607f62a4aabf7d19cfbb3453e4a4420b')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:51:47
  Author: felixonmars
Revision: 343415

upgpkg: python-ruamel-yaml 0.15.39-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 23:32:29 UTC (rev 343414)
+++ PKGBUILD2018-06-16 23:51:47 UTC (rev 343415)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.38
+pkgver=0.15.39
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('47091064b9d66d661bc211430a387935125968254df7b43c50e2c817b48788e2a5d985b25d12339ad6ee906eb25fc910f9025c796582f49d901cb4b37cfb9f02')
+sha512sums=('a4ec510188ebf6cfc6bfcdf96ad9f3bce93b5ceb8836bd88e16acb2c62e0877ee8b257edf40875b6ef26321e38f6f9e68ae8f599fbb1b6cb041bdc2ea1d0deb2')
 
 package() {
   depends=('python')


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:32:29
  Author: felixonmars
Revision: 343414

archrelease: copy trunk to community-x86_64

Added:
  darcs/repos/community-x86_64/PKGBUILD
(from rev 343413, darcs/trunk/PKGBUILD)
Deleted:
  darcs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 23:32:11 UTC (rev 343413)
+++ PKGBUILD2018-06-16 23:32:29 UTC (rev 343414)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=darcs
-pkgver=2.14.0
-pkgrel=41
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net;
-license=("GPL2")
-arch=('x86_64')
-depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
- 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
- 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
- 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
- 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
- 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
- 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
-makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
- 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a9c90b4d1a5caa395682405123702452a45382771795a5bd5c8d1a6816ca4411ca0bebc9188e9b396774e7db75289c73de9630dac388070d140ce20e7537fd46')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
-   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' \
-   -e 's/<.*5.6/<6/' -e 's/<.*1.3/<2/' -e 's/network\s*==.*2.6/network 
==2.7/' $pkgname.cabal
-
-sed -e 's/^ghc /ghc -dynamic /' \
--e 's/ ghc / ghc -dynamic /' \
--i tests/*.sh tests/lib
-}
-
-build() {
-cd $pkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
--f-rts -foptimize -f-warn-as-error -f-libiconv
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $pkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
-install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
-install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}

Copied: darcs/repos/community-x86_64/PKGBUILD (from rev 343413, 
darcs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 23:32:29 UTC (rev 343414)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.0
+pkgrel=42
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 

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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 23:32:11
  Author: felixonmars
Revision: 343413

upgpkg: darcs 2.14.0-42

fix man page (FS#55470)

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 21:29:52 UTC (rev 343412)
+++ PKGBUILD2018-06-16 23:32:11 UTC (rev 343413)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=41
+pkgrel=42
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")
@@ -41,7 +41,7 @@
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
 -f-rts -foptimize -f-warn-as-error -f-libiconv
-runhaskell Setup build
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


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

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 22:37:33
  Author: arojas
Revision: 327080

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 20:57:51 UTC (rev 327079)
+++ PKGBUILD2018-06-16 22:37:33 UTC (rev 327080)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20180424
+pkgver=20180617
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -18,15 +18,15 @@
   
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
 done
-sha256sums=('fdc00f1bbc2dfa184fb09ca3bb1d1339fd31d3d29bc5b7d6f4b7463caa474044'
+sha256sums=('5b05b4dba6d59ea5b8ac75e3e1eff267f296e1243c35b6c0033c93c86cc57533'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'d3f2b6799e2f1a72f3cd45ce9fbe143bb46df41fe1825aae21d402b3e904b73d'
-'a7afcfa953fd4d34b921cf817861893463853d8912e71c4efff57c32659fd877'
-'222b4d4483d763c8199b2eb4d29b47008d8aee0efa4346609cc3699533729460'
-'8cf2d107d0f060973b3c2f8e7ad7cdf4ff8a317d49d121877645f90ee686eaac'
-'be1fcc93d0cc732fd32b431407f1ca035d425034f0e6b7c6e51b7bb650ea2e90'
-'affba5a226e395dfe5525e609894215920d1ca9d21c8059a8b3fe9702890fcb3')
+'978f7819f676bfc535cfe548975dba56526d4b41a34cb61da602ee025301684a'
+'a4124bfd866a7458a761b14d4df8d63ba917f7b0bd5aad18cf0f7b70e37c'
+'e1c2c55ae80e9404533b6a53fa61a8a63afad4a5a1eb00bbd563dd9d549c575d'
+'c95cdd4e4088dc43186fa40ab7560cd48292b52dceafd5bc9ae87c55c9cd'
+'78cc562c51e689961a566584aab36009de5229c29b24cbb5815d759d59ba7ac8'
+'f1ede3b1e5b04b171848914200853ddc4f4c626f760149065dafb8e4f708b5cd')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 22:38:14
  Author: arojas
Revision: 327081

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 327080, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 22:37:33 UTC (rev 327080)
+++ PKGBUILD2018-06-16 22:38:14 UTC (rev 327081)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20180424
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community; do
- 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
-done
-sha256sums=('fdc00f1bbc2dfa184fb09ca3bb1d1339fd31d3d29bc5b7d6f4b7463caa474044'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'d3f2b6799e2f1a72f3cd45ce9fbe143bb46df41fe1825aae21d402b3e904b73d'
-'a7afcfa953fd4d34b921cf817861893463853d8912e71c4efff57c32659fd877'
-'222b4d4483d763c8199b2eb4d29b47008d8aee0efa4346609cc3699533729460'
-'8cf2d107d0f060973b3c2f8e7ad7cdf4ff8a317d49d121877645f90ee686eaac'
-'be1fcc93d0cc732fd32b431407f1ca035d425034f0e6b7c6e51b7bb650ea2e90'
-'affba5a226e395dfe5525e609894215920d1ca9d21c8059a8b3fe9702890fcb3')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-   install -m644 $_repo-$pkgver.xml.gz 
"$pkgdir"/usr/share/app-info/xmls/$_repo.xml.gz
-  done
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 327080, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 22:38:14 UTC (rev 327081)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20180617
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
+done
+sha256sums=('5b05b4dba6d59ea5b8ac75e3e1eff267f296e1243c35b6c0033c93c86cc57533'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'978f7819f676bfc535cfe548975dba56526d4b41a34cb61da602ee025301684a'
+'a4124bfd866a7458a761b14d4df8d63ba917f7b0bd5aad18cf0f7b70e37c'
+'e1c2c55ae80e9404533b6a53fa61a8a63afad4a5a1eb00bbd563dd9d549c575d'
+'c95cdd4e4088dc43186fa40ab7560cd48292b52dceafd5bc9ae87c55c9cd'
+'78cc562c51e689961a566584aab36009de5229c29b24cbb5815d759d59ba7ac8'
+'f1ede3b1e5b04b171848914200853ddc4f4c626f760149065dafb8e4f708b5cd')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+   install -m644 $_repo-$pkgver.xml.gz 

[arch-commits] Commit in hcloud/trunk (PKGBUILD _hcloud.zsh)

2018-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 16, 2018 @ 21:29:38
  Author: svenstaro
Revision: 343411

upgpkg: hcloud 1.5.0-2

Add zsh completions

Added:
  hcloud/trunk/_hcloud.zsh
Modified:
  hcloud/trunk/PKGBUILD

-+
 PKGBUILD|   15 +--
 _hcloud.zsh |2 ++
 2 files changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 21:13:00 UTC (rev 343410)
+++ PKGBUILD2018-06-16 21:29:38 UTC (rev 343411)
@@ -1,9 +1,9 @@
 # Maintainer: Christian Rebischke 
 # Contributor: Konrad Tegtmeier 
 
-pkgname='hcloud'
-pkgver='1.5.0'
-pkgrel='1'
+pkgname=hcloud
+pkgver=1.5.0
+pkgrel=2
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
 url='https://github.com/hetznercloud/cli'
@@ -15,8 +15,10 @@
 depends=('glibc')
 provides=('hcloud')
 _hcloud_commit='4d565ac75dd7cd9063add48e0de0b907619594af'
-source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};)
-sha512sums=('SKIP')
+source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
+_hcloud.zsh)
+sha512sums=('SKIP'
+
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -43,5 +45,6 @@
   cd src/github.com/hetznercloud/cli
   install -Dsm755 cli/hcloud "${pkgdir}/usr/bin/hcloud"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "cli/${pkgname}-completion.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "cli/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "${srcdir}"/_hcloud.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
 }

Added: _hcloud.zsh
===
--- _hcloud.zsh (rev 0)
+++ _hcloud.zsh 2018-06-16 21:29:38 UTC (rev 343411)
@@ -0,0 +1,2 @@
+#compdef hcloud
+source <(hcloud completion zsh)


[arch-commits] Commit in hcloud/repos/community-x86_64 (PKGBUILD PKGBUILD _hcloud.zsh)

2018-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 16, 2018 @ 21:29:52
  Author: svenstaro
Revision: 343412

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 343411, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 343411, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   97 +-
 _hcloud.zsh |2 +
 2 files changed, 52 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 21:29:38 UTC (rev 343411)
+++ PKGBUILD2018-06-16 21:29:52 UTC (rev 343412)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Konrad Tegtmeier 
-
-pkgname='hcloud'
-pkgver='1.5.0'
-pkgrel='1'
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url='https://github.com/hetznercloud/cli'
-license=('MIT')
-optdepends=(
-'bash-completion: tab auto-completion'
-'zsh: tab auto-completion')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-provides=('hcloud')
-_hcloud_commit='4d565ac75dd7cd9063add48e0de0b907619594af'
-source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};)
-sha512sums=('SKIP')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hetznercloud
-  mv cli src/github.com/hetznercloud
-}
-
-build(){
-  cd src/github.com/hetznercloud/cli/cli/
-  go build  \
-  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
-  github.com/hetznercloud/cli/cmd/hcloud
-  chmod +x ./hcloud
-  ./hcloud completion bash > "$pkgname-completion.bash"
-}
-
-check(){
-  cd src/github.com/hetznercloud/cli/cli
-  go test -v -x
-}
-
-package(){
-  cd src/github.com/hetznercloud/cli
-  install -Dsm755 cli/hcloud "${pkgdir}/usr/bin/hcloud"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "cli/${pkgname}-completion.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}

Copied: hcloud/repos/community-x86_64/PKGBUILD (from rev 343411, 
hcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 21:29:52 UTC (rev 343412)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Konrad Tegtmeier 
+
+pkgname=hcloud
+pkgver=1.5.0
+pkgrel=2
+pkgdesc="CLI for Hetzner Cloud"
+arch=('x86_64')
+url='https://github.com/hetznercloud/cli'
+license=('MIT')
+optdepends=(
+'bash-completion: tab auto-completion'
+'zsh: tab auto-completion')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+provides=('hcloud')
+_hcloud_commit='4d565ac75dd7cd9063add48e0de0b907619594af'
+source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
+_hcloud.zsh)
+sha512sums=('SKIP'
+
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hetznercloud
+  mv cli src/github.com/hetznercloud
+}
+
+build(){
+  cd src/github.com/hetznercloud/cli/cli/
+  go build  \
+  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
+  github.com/hetznercloud/cli/cmd/hcloud
+  chmod +x ./hcloud
+  ./hcloud completion bash > "$pkgname-completion.bash"
+}
+
+check(){
+  cd src/github.com/hetznercloud/cli/cli
+  go test -v -x
+}
+
+package(){
+  cd src/github.com/hetznercloud/cli
+  install -Dsm755 cli/hcloud "${pkgdir}/usr/bin/hcloud"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "cli/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "${srcdir}"/_hcloud.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
+}

Copied: hcloud/repos/community-x86_64/_hcloud.zsh (from rev 343411, 
hcloud/trunk/_hcloud.zsh)
===
--- _hcloud.zsh (rev 0)
+++ _hcloud.zsh 2018-06-16 21:29:52 UTC (rev 343412)
@@ -0,0 +1,2 @@
+#compdef hcloud
+source <(hcloud completion zsh)


[arch-commits] Commit in agg/repos/community-x86_64 (39 files)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 21:13:00
  Author: heftig
Revision: 343410

archrelease: copy trunk to community-x86_64

Added:
  
agg/repos/community-x86_64/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
(from rev 343409, 
agg/trunk/0001-Fix-non-terminating-loop-conditions-when-len-1.patch)
  
agg/repos/community-x86_64/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
(from rev 343409, 
agg/trunk/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch)
  
agg/repos/community-x86_64/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
(from rev 343409, 
agg/trunk/0003-Get-coordinates-from-previous-vertex-if-last-command.patch)
  
agg/repos/community-x86_64/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
(from rev 343409, 
agg/trunk/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch)
  agg/repos/community-x86_64/0005-Remove-VC-6-workaround.patch
(from rev 343409, agg/trunk/0005-Remove-VC-6-workaround.patch)
  agg/repos/community-x86_64/0006-Implement-grain-merge-blending-mode-GIMP.patch
(from rev 343409, 
agg/trunk/0006-Implement-grain-merge-blending-mode-GIMP.patch)
  
agg/repos/community-x86_64/0007-Implement-grain-extract-blending-mode-GIMP.patch
(from rev 343409, 
agg/trunk/0007-Implement-grain-extract-blending-mode-GIMP.patch)
  
agg/repos/community-x86_64/0008-Declare-multiplication-and-division-operators-as-con.patch
(from rev 343409, 
agg/trunk/0008-Declare-multiplication-and-division-operators-as-con.patch)
  agg/repos/community-x86_64/0009-Add-a-static-identity-transformation.patch
(from rev 343409, agg/trunk/0009-Add-a-static-identity-transformation.patch)
  agg/repos/community-x86_64/0010-Add-renderer_scanline_aa_alpha.patch
(from rev 343409, agg/trunk/0010-Add-renderer_scanline_aa_alpha.patch)
  
agg/repos/community-x86_64/0011-Avoid-division-by-zero-in-color-burn-mode.patch
(from rev 343409, 
agg/trunk/0011-Avoid-division-by-zero-in-color-burn-mode.patch)
  agg/repos/community-x86_64/0012-Avoid-pixel-artifacts-when-compositing.patch
(from rev 343409, 
agg/trunk/0012-Avoid-pixel-artifacts-when-compositing.patch)
  
agg/repos/community-x86_64/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
(from rev 343409, 
agg/trunk/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch)
  
agg/repos/community-x86_64/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
(from rev 343409, 
agg/trunk/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch)
  
agg/repos/community-x86_64/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
(from rev 343409, 
agg/trunk/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch)
  agg/repos/community-x86_64/PKGBUILD
(from rev 343409, agg/trunk/PKGBUILD)
  agg/repos/community-x86_64/agg-2.4-depends.patch
(from rev 343409, agg/trunk/agg-2.4-depends.patch)
  agg/repos/community-x86_64/agg-2.5-autotools.patch
(from rev 343409, agg/trunk/agg-2.5-autotools.patch)
  agg/repos/community-x86_64/agg-2.5-pkgconfig.patch
(from rev 343409, agg/trunk/agg-2.5-pkgconfig.patch)
  agg/repos/community-x86_64/bad-const.patch
(from rev 343409, agg/trunk/bad-const.patch)
Deleted:
  
agg/repos/community-x86_64/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
  
agg/repos/community-x86_64/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
  
agg/repos/community-x86_64/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
  
agg/repos/community-x86_64/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
  agg/repos/community-x86_64/0005-Remove-VC-6-workaround.patch
  agg/repos/community-x86_64/0006-Implement-grain-merge-blending-mode-GIMP.patch
  
agg/repos/community-x86_64/0007-Implement-grain-extract-blending-mode-GIMP.patch
  
agg/repos/community-x86_64/0008-Declare-multiplication-and-division-operators-as-con.patch
  agg/repos/community-x86_64/0009-Add-a-static-identity-transformation.patch
  agg/repos/community-x86_64/0010-Add-renderer_scanline_aa_alpha.patch
  
agg/repos/community-x86_64/0011-Avoid-division-by-zero-in-color-burn-mode.patch
  agg/repos/community-x86_64/0012-Avoid-pixel-artifacts-when-compositing.patch
  
agg/repos/community-x86_64/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
  
agg/repos/community-x86_64/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
  
agg/repos/community-x86_64/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
  agg/repos/community-x86_64/PKGBUILD
  agg/repos/community-x86_64/agg-2.4-depends.patch
  agg/repos/community-x86_64/agg-2.5-autotools.patch
  agg/repos/community-x86_64/agg-2.5-pkgconfig.patch

-+
 0001-Fix-non-terminating-loop-conditions-when-len-1.patch   |  162 ++--
 0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch |   80 +-
 

[arch-commits] Commit in agg/trunk (PKGBUILD bad-const.patch)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 21:11:59
  Author: heftig
Revision: 343409

2.5-9: Add hack to make it compile again

Added:
  agg/trunk/bad-const.patch
Modified:
  agg/trunk/PKGBUILD

-+
 PKGBUILD|   12 
 bad-const.patch |   12 
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 16:03:31 UTC (rev 343408)
+++ PKGBUILD2018-06-16 21:11:59 UTC (rev 343409)
@@ -4,10 +4,10 @@
 
 pkgname=agg
 pkgver=2.5
-pkgrel=8
+pkgrel=9
 pkgdesc='High Quality Rendering Engine for C++'
 arch=('x86_64')
-url='http://pkgs.fedoraproject.org/cgit/agg.git'
+url='https://src.fedoraproject.org/rpms/agg'
 license=('GPL')
 depends=('gcc-libs' 'sdl' 'freetype2')
 provides=('antigrain')
@@ -30,7 +30,8 @@
 0012-Avoid-pixel-artifacts-when-compositing.patch
 0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
 0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
-0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch)
+0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
+bad-const.patch)
 md5sums=('d84c648bc2b57266e33d702c1af2a786'
  '22f8e48c137d25038181c86d5e40b110'
  '43a19a7b1564c591e56c8d09a0fd8da5'
@@ -49,7 +50,8 @@
  '02e7df597ce0174cb3f8c665bcc6e436'
  '398c544671060b45b70ed24ada3285f4'
  'da05a1ef008e2702d2b0ca379ea07e2a'
- '703351fc0af2d5e21ec3d67fcf112d0d')
+ '703351fc0af2d5e21ec3d67fcf112d0d'
+ 'd25d0763a4e52111cd2f5716505cced8')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -72,6 +74,8 @@
   patch -p1 -i 
../0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
   patch -p1 -i 
../0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
   patch -p1 -i 
../0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
+  patch -p1 -i ../bad-const.patch
+
   aclocal
   autoheader
   autoconf

Added: bad-const.patch
===
--- bad-const.patch (rev 0)
+++ bad-const.patch 2018-06-16 21:11:59 UTC (rev 343409)
@@ -0,0 +1,12 @@
+diff -u -r agg-2.5/include/agg_renderer_outline_aa.h 
agg-2.5-const/include/agg_renderer_outline_aa.h
+--- agg-2.5/include/agg_renderer_outline_aa.h  2006-10-09 06:07:08.0 
+0200
 agg-2.5-const/include/agg_renderer_outline_aa.h2018-06-16 
23:09:16.500057814 +0200
+@@ -1375,7 +1375,7 @@
+ 
//-
+ void profile(const line_profile_aa& prof) { m_profile =  }
+ const line_profile_aa& profile() const { return *m_profile; }
+-line_profile_aa& profile() { return *m_profile; }
++line_profile_aa& profile() { return 
*const_cast(m_profile); }
+ 
+ 
//-
+ int subpixel_width() const { return m_profile->subpixel_width(); }


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 20:57:51
  Author: heftig
Revision: 327079

archrelease: copy trunk to extra-x86_64

Added:
  srt/repos/extra-x86_64/PKGBUILD
(from rev 327078, srt/trunk/PKGBUILD)
  srt/repos/extra-x86_64/no-rpath.diff
(from rev 327078, srt/trunk/no-rpath.diff)
Deleted:
  srt/repos/extra-x86_64/PKGBUILD
  srt/repos/extra-x86_64/no-rpath.diff

---+
 PKGBUILD  |  108 
 no-rpath.diff |   24 ++--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 20:55:28 UTC (rev 327078)
+++ PKGBUILD2018-06-16 20:57:51 UTC (rev 327079)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=srt
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Secure Reliable Transport library"
-url="https://www.srtalliance.org/;
-arch=(x86_64)
-license=(MPL2)
-depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
-source=("git+https://github.com/Haivision/srt#commit=$_commit;
-no-rpath.diff)
-sha256sums=('SKIP'
-'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../no-rpath.diff
-}
-
-build() {
-  cd build
-  cmake -G Ninja ../srt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=bin \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_INCLUDEDIR=include \
--DENABLE_TESTING=True
-  cmake --build .
-}
-
-check() {
-  cd build
-  ./utility-test
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-  rm "$pkgdir"/usr/bin/*-test
-
-  # Build tries this but fails when DESTDIR is set
-  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
-}
-
-# vim:set ts=2 sw=2:

Copied: srt/repos/extra-x86_64/PKGBUILD (from rev 327078, srt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 20:57:51 UTC (rev 327079)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/;
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake ninja)
+_commit=d6499ca374fe1bff5ccfd959786309b18a8e7388  # tags/v1.3.1
+source=("git+https://github.com/Haivision/srt#commit=$_commit;
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
+}
+
+build() {
+  cd build
+  cmake -G Ninja ../srt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build .
+}
+
+check() {
+  cd build
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/*-test
+
+  # Build tries this but fails when DESTDIR is set
+  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
+}
+
+# vim:set ts=2 sw=2:

Deleted: no-rpath.diff
===
--- no-rpath.diff   2018-06-16 20:55:28 UTC (rev 327078)
+++ no-rpath.diff   2018-06-16 20:57:51 UTC (rev 327079)
@@ -1,12 +0,0 @@
-diff --git i/CMakeLists.txt w/CMakeLists.txt
-index e913122..2cc3c3d 100644
 i/CMakeLists.txt
-+++ w/CMakeLists.txt
-@@ -634,7 +634,6 @@ macro(srt_make_application name)
-   # be placed into the binrary directory anyway.
-   # XXX not sure about Mac.
-   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
--  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
-   endif()
- 
-   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.

Copied: srt/repos/extra-x86_64/no-rpath.diff (from rev 327078, 
srt/trunk/no-rpath.diff)
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2018-06-16 20:57:51 UTC (rev 327079)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
+- 

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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 20:55:28
  Author: heftig
Revision: 327078

1.3.1-1

Modified:
  srt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:44:22 UTC (rev 327077)
+++ PKGBUILD2018-06-16 20:55:28 UTC (rev 327078)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=srt
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(MPL2)
 depends=(openssl)
 makedepends=(git cmake ninja)
-_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
+_commit=d6499ca374fe1bff5ccfd959786309b18a8e7388  # tags/v1.3.1
 source=("git+https://github.com/Haivision/srt#commit=$_commit;
 no-rpath.diff)
 sha256sums=('SKIP'


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:44:22
  Author: ronald
Revision: 327077

archrelease: copy trunk to extra-x86_64

Added:
  pstoedit/repos/extra-x86_64/PKGBUILD
(from rev 327076, pstoedit/trunk/PKGBUILD)
Deleted:
  pstoedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 18:44:10 UTC (rev 327076)
+++ PKGBUILD2018-06-16 18:44:22 UTC (rev 327077)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tobias Powalowski 
-
-pkgname=pstoedit
-pkgver=3.71
-pkgrel=2
-pkgdesc="Translates PostScript and PDF graphics into other vector formats"
-arch=('x86_64')
-url="http://www.pstoedit.net/;
-license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
-makedepends=('ghostscript')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
-  sed -i 's/-pedantic//' configure.ac
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pstoedit/repos/extra-x86_64/PKGBUILD (from rev 327076, 
pstoedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 18:44:22 UTC (rev 327077)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tobias Powalowski 
+
+pkgname=pstoedit
+pkgver=3.73
+pkgrel=1
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
+arch=('x86_64')
+url="http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
+makedepends=('ghostscript')
+source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
+  sed -i 's/-pedantic//' configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:44:10
  Author: ronald
Revision: 327076

upgpkg: pstoedit 3.73-1

update to 3.73

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:26:43 UTC (rev 327075)
+++ PKGBUILD2018-06-16 18:44:10 UTC (rev 327076)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.71
-pkgrel=2
+pkgver=3.73
+pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
@@ -12,8 +12,8 @@
 license=('GPL')
 depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
+source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in kopete/repos/extra-x86_64 (10 files)

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 18:26:43
  Author: arojas
Revision: 327075

archrelease: copy trunk to extra-x86_64

Added:
  kopete/repos/extra-x86_64/PKGBUILD
(from rev 327074, kopete/trunk/PKGBUILD)
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 327074, kopete/trunk/kopete-mediastreamer2.14.patch)
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
(from rev 327074, kopete/trunk/kopete-openssl-1.1.patch)
  kopete/repos/extra-x86_64/kopete-pthread-link.patch
(from rev 327074, kopete/trunk/kopete-pthread-link.patch)
  kopete/repos/extra-x86_64/kopete-srtp2.patch
(from rev 327074, kopete/trunk/kopete-srtp2.patch)
Deleted:
  kopete/repos/extra-x86_64/PKGBUILD
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
  kopete/repos/extra-x86_64/kopete-pthread-link.patch
  kopete/repos/extra-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-mediastreamer2.14.patch |  166 +-
 kopete-openssl-1.1.patch   |  609 +++
 kopete-pthread-link.patch  |   24 -
 kopete-srtp2.patch |  308 +--
 5 files changed, 612 insertions(+), 607 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 18:26:15 UTC (rev 327074)
+++ PKGBUILD2018-06-16 18:26:43 UTC (rev 327075)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=18.04.2
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.patch)
-sha256sums=('edc286cf69d94ca5805f1b3e08cda1477e4f8398d9982f59bec79aba7ad0d2e8'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'e3271a11814dce2d05b02d04e57a9fc6d66aa69e6d869c0aa2e9bb6d9782'
-'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-# fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# fix link to pthread
-  patch -p1 -i ../kopete-pthread-link.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-}
-
-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: kopete/repos/extra-x86_64/PKGBUILD (from rev 327074, 
kopete/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 18:26:43 UTC (rev 327075)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=18.04.2
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.patch)
+sha256sums=('edc286cf69d94ca5805f1b3e08cda1477e4f8398d9982f59bec79aba7ad0d2e8'
+'SKIP'
+

[arch-commits] Commit in kopete/trunk (PKGBUILD kopete-openssl-1.1.patch)

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 18:26:15
  Author: arojas
Revision: 327074

Attempt to fix segfaults in libjingle (FS#59031)

Modified:
  kopete/trunk/PKGBUILD
  kopete/trunk/kopete-openssl-1.1.patch

--+
 PKGBUILD |4 ++--
 kopete-openssl-1.1.patch |9 +++--
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:24:24 UTC (rev 327073)
+++ PKGBUILD2018-06-16 18:26:15 UTC (rev 327074)
@@ -5,7 +5,7 @@
 
 pkgname=kopete
 pkgver=18.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='https://kde.org/applications/internet/kopete/'
 arch=(x86_64)
@@ -22,7 +22,7 @@
 'SKIP'
 'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
 'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'e3271a11814dce2d05b02d04e57a9fc6d66aa69e6d869c0aa2e9bb6d9782'
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
 'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 


Modified: kopete-openssl-1.1.patch
===
--- kopete-openssl-1.1.patch2018-06-16 18:24:24 UTC (rev 327073)
+++ kopete-openssl-1.1.patch2018-06-16 18:26:15 UTC (rev 327074)
@@ -9,7 +9,7 @@
  static BIO_METHOD methods_socket = {
BIO_TYPE_BIO,
"socket",
-@@ -98,16 +99,36 @@
+@@ -98,16 +99,40 @@
  };
  
  BIO_METHOD* BIO_s_socket2() { return(_socket); }
@@ -34,7 +34,12 @@
 +#endif
  
  BIO* BIO_new_socket(talk_base::AsyncSocket* socket) {
-   BIO* ret = BIO_new(BIO_s_socket2());
++  const BIO_METHOD *socket2 = BIO_s_socket2();
++  if (socket2 == NULL) {
++  return NULL;
++  }
+-  BIO* ret = BIO_new(BIO_s_socket2());
++  BIO* ret = BIO_new(socket2);
if (ret == NULL) {
return NULL;
}


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:24:13
  Author: ronald
Revision: 327072

upgpkg: bdf-unifont 11.0.01-1

update to 11.0.01

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:10:39 UTC (rev 327071)
+++ PKGBUILD2018-06-16 18:24:13 UTC (rev 327072)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=10.0.07
+pkgver=11.0.01
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig}
 'LICENSE')
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('2d83de7f719615cc31c5896d3d9fa981927e0c0a8b8da36b0a0293db94e4123c'
+sha256sums=('bfde8a8793022e9292dd8b2bd1e8be1a0d21dbcae219c1a511f0320e85fd7ebc'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


[arch-commits] Commit in bdf-unifont/repos/extra-any (4 files)

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:24:24
  Author: ronald
Revision: 327073

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 327072, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 327072, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   44 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-16 18:24:13 UTC (rev 327072)
+++ LICENSE 2018-06-16 18:24:24 UTC (rev 327073)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 327072, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-16 18:24:24 UTC (rev 327073)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those fonts 

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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:10:32
  Author: ronald
Revision: 327070

upgpkg: dhcpcd 7.0.5b-1

update to 7.0.5b

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
+++ PKGBUILD2018-06-16 18:10:32 UTC (rev 327070)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.4
+pkgver=7.0.5b
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,11 +20,10 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha512sums=('32382b17a00e6ff7a80868a35424d1cc25410f012048ef099a90fbcb15a43ef6e73d2e65094ac90ccb18ecd92c6fc2c7e2116e19669ad0084ee39182b5cbd7db'
+sha512sums=('f2d9a6930a31e169ae63356c06ed7b6d642d03f13c12a8cbac4e95430a8fdc7e5eecb2fffb795947e4f6a6e7a9db239fa85f12801833e553000a732879f6'
 
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
 
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
 
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:10:39
  Author: ronald
Revision: 327071

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 327070, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 327070, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 327070, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   65 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 93 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 327070, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.5b
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha512sums=('f2d9a6930a31e169ae63356c06ed7b6d642d03f13c12a8cbac4e95430a8fdc7e5eecb2fffb795947e4f6a6e7a9db239fa85f12801833e553000a732879f6'
+
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
+
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 327070, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 327070, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:08:17
  Author: ronald
Revision: 327068

upgpkg: terminology 1.2.1-1

update to 1.2.1

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 17:07:52 UTC (rev 327067)
+++ PKGBUILD2018-06-16 18:08:17 UTC (rev 327068)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('efl')
 makedepends=('mesa' 'meson')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
+sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:08:28
  Author: ronald
Revision: 327069

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 327068, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 18:08:17 UTC (rev 327068)
+++ PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
@@ -1,33 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 327068, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
@@ -0,0 +1,33 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-06-16 Thread Andreas Radke via arch-commits
Date: Saturday, June 16, 2018 @ 17:07:35
  Author: andyrtr
Revision: 327066

upgpkg: linux-lts 4.14.50-1

upstream update 4.14.50

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 16:54:55 UTC (rev 327065)
+++ PKGBUILD2018-06-16 17:07:35 UTC (rev 327066)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.49
+pkgver=4.14.50
 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'
-'b195e0a097b858d06d1b7869e32785511c67e535269f804b55a053d8ca05c8c4'
+'c7bd70353f2a44c164e0913cda4f73892c8edfecd8852f45282be96493a383c7'
 'SKIP'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-06-16 Thread Andreas Radke via arch-commits
Date: Saturday, June 16, 2018 @ 17:07:52
  Author: andyrtr
Revision: 327067

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 327066, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327066, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 327066, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 327066, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 327066, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 327066, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 327066, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 327066, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  238 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9124 insertions(+)

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


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

2018-06-16 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 16, 2018 @ 16:54:55
  Author: bisson
Revision: 327065

use https urls

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 16:05:08 UTC (rev 327064)
+++ PKGBUILD2018-06-16 16:54:55 UTC (rev 327065)
@@ -6,7 +6,7 @@
 pkgver=1.1.0
 pkgrel=4
 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol'
-url='http://gnupg.org/related_software/pinentry/'
+url='https://gnupg.org/related_software/pinentry/'
 arch=('x86_64')
 license=('GPL')
 depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
@@ -15,7 +15,7 @@
 'qt5-base: qt backend'
 'gcr: gnome3 backend')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 'pinentry')
 sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
 'SKIP'


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 16:04:49
  Author: felixonmars
Revision: 327063

upgpkg: cmake 3.11.4-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 16:01:48 UTC (rev 327062)
+++ PKGBUILD2018-06-16 16:04:49 UTC (rev 327063)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.11.3
+pkgver=3.11.4
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a91301bfb51bdf6a6c6ea71a26f05b6017eb375a4fc9c14934a83f2231d7af758bc67d8d9656111d1de56ec3df41dbcd61cb3cf50471bc0901f5bcccdf5267dc')
+sha512sums=('c5d03ad66a004292038e49e391c390ebc328fbb089ea699742a9b75f0ada9398c3dc971b868f75d8438bf437ecbeaa62541beb53cae14a699bf244ad101a2290')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 16:05:08
  Author: felixonmars
Revision: 327064

archrelease: copy trunk to extra-x86_64

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 327063, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 327063, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |  104 -
 rebuild.list |4 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 16:04:49 UTC (rev 327063)
+++ PKGBUILD2018-06-16 16:05:08 UTC (rev 327064)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.11.3
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a91301bfb51bdf6a6c6ea71a26f05b6017eb375a4fc9c14934a83f2231d7af758bc67d8d9656111d1de56ec3df41dbcd61cb3cf50471bc0901f5bcccdf5267dc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 327063, 
cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 16:05:08 UTC (rev 327064)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.11.4
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c5d03ad66a004292038e49e391c390ebc328fbb089ea699742a9b75f0ada9398c3dc971b868f75d8438bf437ecbeaa62541beb53cae14a699bf244ad101a2290')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: rebuild.list
===
--- rebuild.list2018-06-16 16:04:49 UTC (rev 327063)
+++ rebuild.list2018-06-16 16:05:08 UTC (rev 327064)
@@ -1,2 +0,0 @@
-cmake-fedora
-uranium

Copied: cmake/repos/extra-x86_64/rebuild.list (from rev 327063, 
cmake/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2018-06-16 16:05:08 UTC (rev 327064)
@@ -0,0 +1,2 @@
+cmake-fedora
+uranium


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 16:03:31
  Author: felixonmars
Revision: 343408

archrelease: copy trunk to community-testing-any

Added:
  node-gyp/repos/community-testing-any/
  node-gyp/repos/community-testing-any/PKGBUILD
(from rev 343407, node-gyp/trunk/PKGBUILD)

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

Copied: node-gyp/repos/community-testing-any/PKGBUILD (from rev 343407, 
node-gyp/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-16 16:03:31 UTC (rev 343408)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=node-gyp
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Node.js native addon build tool'
+arch=('any')
+url='https://github.com/nodejs/node-gyp'
+license=('MIT')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('a83404fc5b7dc573face9870c78b03d2df9587057bc856a5a0ca5f6cbd909e70d97326a26a45a52ddb4518641f4c0c291477696d1851c558481cdd4e2808e06e')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 16:03:13
  Author: felixonmars
Revision: 343407

upgpkg: node-gyp 3.7.0-1

Modified:
  node-gyp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 16:02:45 UTC (rev 343406)
+++ PKGBUILD2018-06-16 16:03:13 UTC (rev 343407)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=node-gyp
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Node.js native addon build tool'
 arch=('any')
@@ -12,11 +12,10 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('1f68f079354b06c84bfd6eac5abbbd7ff1a6aaea0cca1f738f27ecce77d7d34ab44b95ca2ebac3d4cfa9ca8c2e5f3a7068e72553b7a8dfba4e6909256c50d007')
+sha512sums=('a83404fc5b7dc573face9870c78b03d2df9587057bc856a5a0ca5f6cbd909e70d97326a26a45a52ddb4518641f4c0c291477696d1851c558481cdd4e2808e06e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
 
   # Why 777? :/
   chmod -R u=rwX,go=rX "$pkgdir"


[arch-commits] Commit in perl-test-yaml/repos/community-any (PKGBUILD PKGBUILD)

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 15:59:39
  Author: felixonmars
Revision: 343405

archrelease: copy trunk to community-any

Added:
  perl-test-yaml/repos/community-any/PKGBUILD
(from rev 343404, perl-test-yaml/trunk/PKGBUILD)
Deleted:
  perl-test-yaml/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 15:59:21 UTC (rev 343404)
+++ PKGBUILD2018-06-16 15:59:39 UTC (rev 343405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-yaml
-pkgver=1.06
-pkgrel=3
-pkgdesc="Testing Module for YAML Implementations"
-arch=('any')
-url="http://search.cpan.org/dist/Test-YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-test-base')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz;)
-sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
-
-build() {
-  cd Test-YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd Test-YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-test-yaml/repos/community-any/PKGBUILD (from rev 343404, 
perl-test-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 15:59:39 UTC (rev 343405)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-yaml
+pkgver=1.07
+pkgrel=1
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="http://search.cpan.org/dist/Test-YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TI/TINITA/Test-YAML-${pkgver}.tar.gz;)
+sha512sums=('fe169d351e3c3e41c04d4429bc698f0aa49c7572e1681d4d72d5610d56234642093a31ed7ee5a972cac3e714ff481aa31e69bf12807ec446dd6f927e854d5606')
+
+build() {
+  cd Test-YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-test-yaml/trunk (PKGBUILD)

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 15:59:21
  Author: felixonmars
Revision: 343404

upgpkg: perl-test-yaml 1.07-1

Modified:
  perl-test-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:25:06 UTC (rev 343403)
+++ PKGBUILD2018-06-16 15:59:21 UTC (rev 343404)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-yaml
-pkgver=1.06
-pkgrel=3
+pkgver=1.07
+pkgrel=1
 pkgdesc="Testing Module for YAML Implementations"
 arch=('any')
 url="http://search.cpan.org/dist/Test-YAML/;
@@ -10,8 +10,8 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl-test-base')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz;)
-sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
+source=("http://www.cpan.org/authors/id/T/TI/TINITA/Test-YAML-${pkgver}.tar.gz;)
+sha512sums=('fe169d351e3c3e41c04d4429bc698f0aa49c7572e1681d4d72d5610d56234642093a31ed7ee5a972cac3e714ff481aa31e69bf12807ec446dd6f927e854d5606')
 
 build() {
   cd Test-YAML-${pkgver}


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:17:41
  Author: heftig
Revision: 327054

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 327053, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-16 15:17:41 UTC (rev 327054)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.24
+_extramodules=extramodules-4.17-ARCH
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('59bb112b17ca72cd15fed4e521d4b52b0e9f5b8b13a95b36521f8eda978b568e'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.17' 'linux<4.18' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+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 327053, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-06-16 15:17:41 UTC (rev 327054)
@@ -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() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if 

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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:17:54
  Author: heftig
Revision: 327055

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 327054, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-16 15:17:54 UTC (rev 327055)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=5
+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.17.1' 
'linux-headers<4.18')
+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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'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.17.1' 'linux<4.18' "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 327054, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-06-16 15:17:54 UTC (rev 327055)
@@ -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;
+ return 

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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:17:24
  Author: heftig
Revision: 327053

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 327052, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-06-16 15:17:24 UTC (rev 327053)
@@ -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
+--- 

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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:16:21
  Author: heftig
Revision: 343396

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 343395, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 343395, 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 343395, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:16:21 UTC (rev 343396)
@@ -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=137
+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.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-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 343395, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-06-16 15:16:21 UTC (rev 343396)
@@ -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 vhba-module/repos (4 files)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:15:16
  Author: heftig
Revision: 343395

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 343394, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 343394, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 343394, 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 
343394, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-06-16 15:15:16 UTC (rev 
343395)
@@ -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 343394, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:15:16 UTC (rev 343395)
@@ -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=78
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-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 343394, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-06-16 15:15:16 UTC (rev 343395)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:14:57
  Author: heftig
Revision: 343394

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 343393, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:14:57 UTC (rev 343394)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=65
+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() {
+   KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-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() {
+   depends=("linux>=4.17" "linux<4.18")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-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 343393, 
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-06-16 15:14:57 UTC (rev 
343394)
@@ -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)
+ rtl8168_esd_timer(unsigned long __opaque)
+ {
+-struct net_device *dev = (struct net_device *)__opaque;
+-struct rtl8168_private *tp = netdev_priv(dev);
++struct rtl8168_private *tp = (struct rtl8168_private *)__opaque;
++#else

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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:14:43
  Author: heftig
Revision: 343393

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 343392, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:14:43 UTC (rev 343393)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=143
+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.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-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-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:14:28
  Author: heftig
Revision: 343392

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 343391, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:14:28 UTC (rev 343392)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.12
+pkgrel=10
+_linux_major=4
+_linux_minor=17
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "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_cur" "linux<$_linux_next")
+  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 '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+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_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:14:12
  Author: heftig
Revision: 343391

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 343390, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:14:12 UTC (rev 343391)
@@ -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=24
+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 tp_smapi/repos (2 files)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:13:57
  Author: heftig
Revision: 343390

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 343389, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 15:13:57 UTC (rev 343390)
@@ -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=31
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18' 'git')
+_extradir=/usr/lib/modules/extramodules-4.17-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 virtualbox-modules-arch/trunk (PKGBUILD)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:46
  Author: heftig
Revision: 343385

5.2.12-10: kernel 4.17.2-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:44 UTC (rev 343384)
+++ PKGBUILD2018-06-16 15:06:46 UTC (rev 343385)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.12
-pkgrel=9
+pkgrel=10
 _linux_major=4
 _linux_minor=17
 arch=('x86_64')


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:50
  Author: heftig
Revision: 343387

8.045.08-65: kernel 4.17.2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:48 UTC (rev 343386)
+++ PKGBUILD2018-06-16 15:06:50 UTC (rev 343387)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=64
+pkgrel=65
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:56
  Author: heftig
Revision: 327050

390.67-3: kernel 4.17.2-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 13:10:18 UTC (rev 327049)
+++ PKGBUILD2018-06-16 15:06:56 UTC (rev 327050)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.67
 _extramodules=extramodules-4.17-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:52
  Author: heftig
Revision: 343388

20170610-78: kernel 4.17.2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:50 UTC (rev 343387)
+++ PKGBUILD2018-06-16 15:06:52 UTC (rev 343388)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=77
+pkgrel=78
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:48
  Author: heftig
Revision: 343386

0.8-143: kernel 4.17.2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:46 UTC (rev 343385)
+++ PKGBUILD2018-06-16 15:06:48 UTC (rev 343386)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=142
+pkgrel=143
 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 nvidia-340xx/trunk (PKGBUILD)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:59
  Author: heftig
Revision: 327052

340.107-5: kernel 4.17.2-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:58 UTC (rev 327051)
+++ PKGBUILD2018-06-16 15:06:59 UTC (rev 327052)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-4.17-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:42
  Author: heftig
Revision: 343383

0.43-31: kernel 4.17.2-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 14:28:19 UTC (rev 343382)
+++ PKGBUILD2018-06-16 15:06:42 UTC (rev 343383)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=30
+pkgrel=31
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:44
  Author: heftig
Revision: 343384

6.30.223.271-24: kernel 4.17.2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:42 UTC (rev 343383)
+++ PKGBUILD2018-06-16 15:06:44 UTC (rev 343384)
@@ -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=23
+pkgrel=24
 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 nvidia/trunk (PKGBUILD)

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:58
  Author: heftig
Revision: 327051

396.24-11: kernel 4.17.2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:56 UTC (rev 327050)
+++ PKGBUILD2018-06-16 15:06:58 UTC (rev 327051)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.24
 _extramodules=extramodules-4.17-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 15:06:54
  Author: heftig
Revision: 343389

1.1.0-137: kernel 4.17.2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 15:06:52 UTC (rev 343388)
+++ PKGBUILD2018-06-16 15:06:54 UTC (rev 343389)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=136
+pkgrel=137
 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 hopenpgp-tools/trunk (PKGBUILD)

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:54:26
  Author: felixonmars
Revision: 343378

upgpkg: hopenpgp-tools 0.21.1-13

rebuild with nettle 0.2.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 13:53:07 UTC (rev 343377)
+++ PKGBUILD2018-06-16 13:54:26 UTC (rev 343378)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.1
-pkgrel=12
+pkgrel=13
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:54:43
  Author: felixonmars
Revision: 343379

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 343378, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
343378, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 13:54:43 UTC (rev 343379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.1
+pkgrel=13
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0f079cdc3d99c5e2679810c38d57e40a045bf91c26fd734c50a7715f803efa9367d2ee389dd8362c1c1d00f75227370b481e9b1fb74ad41c8fb0fc51c5c71e38')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:53:07
  Author: felixonmars
Revision: 343377

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
343376, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 13:53:07 UTC (rev 343377)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7
+pkgrel=19
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6432f54853af4562b5c61f0d97fe40dd4a5872f07e07c470ae41e951b11cbe00f491ce469c5d0caa897ba046c44e65fcaff0e4c9db825126b35f7aa15fc6bb40')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:52:50
  Author: felixonmars
Revision: 343376

upgpkg: haskell-hopenpgp 2.7-19

rebuild with nettle 0.2.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 13:51:33 UTC (rev 343375)
+++ PKGBUILD2018-06-16 13:52:50 UTC (rev 343376)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7
-pkgrel=18
+pkgrel=19
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:51:33
  Author: felixonmars
Revision: 343375

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nettle/repos/community-staging-x86_64/PKGBUILD (from rev 
343374, haskell-nettle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 13:51:33 UTC (rev 343375)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fdec34e4f375923e913569f743c89951add694f9e9d6c59a4eb4796e73f53f1c8660b0565f61d88a121e286643b78bc9d7b806bee074c40de5bee3002db86725')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 13:51:16
  Author: felixonmars
Revision: 343374

upgpkg: haskell-nettle 0.2.1-1

rebuild with nettle 0.2.1

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 12:13:27 UTC (rev 343373)
+++ PKGBUILD2018-06-16 13:51:16 UTC (rev 343374)
@@ -3,8 +3,8 @@
 
 _hkgname=nettle
 pkgname=haskell-nettle
-pkgver=0.2.0
-pkgrel=51
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
 license=('MIT')
@@ -13,7 +13,7 @@
  'haskell-securemem')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('31924b1db527c0033909eb566f1db71b3b355a14071e673160237172977c0286dc12ed54f9fe589dad759a234da57fe2ca0facecc98944cdcecaf9eb9812')
+sha512sums=('fdec34e4f375923e913569f743c89951add694f9e9d6c59a4eb4796e73f53f1c8660b0565f61d88a121e286643b78bc9d7b806bee074c40de5bee3002db86725')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 13:09:23
  Author: arojas
Revision: 327046

archrelease: copy trunk to extra-x86_64

Added:
  msmtp/repos/extra-x86_64/PKGBUILD
(from rev 327045, msmtp/trunk/PKGBUILD)
Deleted:
  msmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 13:09:00 UTC (rev 327045)
+++ PKGBUILD2018-06-16 13:09:23 UTC (rev 327046)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=msmtp
-pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="A mini smtp client"
-arch=('i686' 'x86_64')
-url="http://msmtp.sourceforge.net;
-license=('GPL3')
-makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
-source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('f997f40dfb3f882df837cfd9a63bd4d271dcdc41')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
-  make
-  make -C doc html pdf
-}
-
-package_msmtp() {
-  pkgdesc="A mini smtp client"
-  depends=('gsasl' 'libsecret')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install 
-  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
-
-# Installing example configs and scripts to /usr/share/doc/msmtp
-# as they are not installed by default (Debian and Gentoo do it this way)
-  install -d "${pkgdir}/usr/share/doc/msmtp"
-  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"${pkgdir}/usr/share/doc/msmtp/"
-  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
-
-  install -D -m644 scripts/vim/msmtp.vim 
"${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
-}
-
-package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
-  depends=('msmtp')
-  provides=('smtp-forwarder')
-  conflicts=('smtp-forwarder')
-
-  install -d "${pkgdir}"/usr/bin
-  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
-}

Copied: msmtp/repos/extra-x86_64/PKGBUILD (from rev 327045, 
msmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 13:09:23 UTC (rev 327046)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('x86_64')
+url="https://marlam.de/msmtp/;
+license=('GPL3')
+makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
+source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no 
key available
+sha256sums=('419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('gsasl' 'libsecret')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install 
+  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "${pkgdir}/usr/share/doc/msmtp"
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"${pkgdir}/usr/share/doc/msmtp/"
+  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
+
+  install -D -m644 scripts/vim/msmtp.vim 
"${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "${pkgdir}"/usr/bin
+  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
+}


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

2018-06-16 Thread Antonio Rojas via arch-commits
Date: Saturday, June 16, 2018 @ 13:09:00
  Author: arojas
Revision: 327045

Update to 1.6.7

Modified:
  msmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 12:24:27 UTC (rev 327044)
+++ PKGBUILD2018-06-16 13:09:00 UTC (rev 327045)
@@ -3,15 +3,15 @@
 
 pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc="A mini smtp client"
 arch=('x86_64')
-url="http://msmtp.sourceforge.net;
+url="https://marlam.de/msmtp/;
 license=('GPL3')
 makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
-source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('f997f40dfb3f882df837cfd9a63bd4d271dcdc41')
+source=(https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz) # {,.sig} no 
key available
+sha256sums=('419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357')
 
 build() {
   cd ${pkgbase}-${pkgver}


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 12:24:27
  Author: heftig
Revision: 327044

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 327043, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327043, 
linux/trunk/0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  
linux/repos/staging-x86_64/0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 327043, 
linux/trunk/0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 327043, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 327043, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 327043, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 327043, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 327043, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 327043, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  242 
 0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  132 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  243 
 config  | 9550 
++
 linux.install   |   10 
 linux.preset|   14 
 9 files changed, 10317 insertions(+)

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


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 12:23:54
  Author: heftig
Revision: 327043

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 327042, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 327042, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 327042, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 327042, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 327042, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 327042, linux-zen/trunk/linux.preset)

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

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


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:13:05
  Author: felixonmars
Revision: 343371

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 343370, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 12:13:05 UTC (rev 343371)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=29
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 343370, 

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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:12:50
  Author: felixonmars
Revision: 343370

upgpkg: stack 1.7.1-29

rebuild with neat-interpolation 0.3.2.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 12:09:05 UTC (rev 343369)
+++ PKGBUILD2018-06-16 12:12:50 UTC (rev 343370)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=28
+pkgrel=29
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:09:05
  Author: felixonmars
Revision: 343369

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-neat-interpolation/repos/community-staging-x86_64/
  haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD
(from rev 343368, haskell-neat-interpolation/trunk/PKGBUILD)

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

Copied: haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD 
(from rev 343368, haskell-neat-interpolation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-16 12:09:05 UTC (rev 343369)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=neat-interpolation
+pkgname=haskell-neat-interpolation
+pkgver=0.3.2.2
+pkgrel=1
+pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
+url="https://github.com/nikita-volkov/neat-interpolation;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-megaparsec')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('04461212cf29ac0ca4afb92db4860c97105827924559e21433615c979964a72a44c816d502211b5f479d8a6c2e072f0cd5cf1bef4f5b07eeaa576e500759d86a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:08:49
  Author: felixonmars
Revision: 343368

upgpkg: haskell-neat-interpolation 0.3.2.2-1

rebuild with neat-interpolation 0.3.2.2

Modified:
  haskell-neat-interpolation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 12:07:01 UTC (rev 343367)
+++ PKGBUILD2018-06-16 12:08:49 UTC (rev 343368)
@@ -4,16 +4,16 @@
 
 _hkgname=neat-interpolation
 pkgname=haskell-neat-interpolation
-pkgver=0.3.2.1
-pkgrel=8
+pkgver=0.3.2.2
+pkgrel=1
 pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
 url="https://github.com/nikita-volkov/neat-interpolation;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-megaparsec')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245')
+sha512sums=('04461212cf29ac0ca4afb92db4860c97105827924559e21433615c979964a72a44c816d502211b5f479d8a6c2e072f0cd5cf1bef4f5b07eeaa576e500759d86a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-06-16 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 16, 2018 @ 12:07:01
  Author: arodseth
Revision: 343367

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 343366, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 343366, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 343366, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 343366, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  168 +
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 109 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 12:06:51 UTC (rev 343366)
+++ PKGBUILD2018-06-16 12:07:01 UTC (rev 343367)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.3.2
-pkgrel=1
-_docver=20.3
-arch=('x86_64')
-url='https://www.erlang.org/'
-license=('Apache')
-makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
- 'mesa' 'perl' 'unixodbc' 'wxgtk')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure --enable-builtin-zlib --enable-smp-support --prefix=/usr 
--with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 343366, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 12:07:01 UTC (rev 343367)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=20.3.7
+pkgrel=1
+_docver=20.3
+arch=('x86_64')
+url='https://www.erlang.org/'
+license=('Apache')
+makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
+ 'mesa' 'perl' 'unixodbc' 'wxgtk')
+options=('staticlibs')
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+'epmd.service' 'epmd.socket' 'epmd.conf')
+sha256sums=('SKIP'
+'17e0b2f94f11576a12526614a906ecad629b8804c25e6c18523f7c4346607112'
+

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

2018-06-16 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 16, 2018 @ 12:06:51
  Author: arodseth
Revision: 343366

upgpkg: erlang 20.3.7-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 12:01:27 UTC (rev 343365)
+++ PKGBUILD2018-06-16 12:06:51 UTC (rev 343366)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Lukas Fleischer 
 # Contributor: Vesa Kaihlavirta 
 # Contributor: Sarah Hay 
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.3.2
+pkgver=20.3.7
 pkgrel=1
 _docver=20.3
 arch=('x86_64')
@@ -35,7 +35,11 @@
 build() {
   cd otp
 
-  ./configure --enable-builtin-zlib --enable-smp-support --prefix=/usr 
--with-odbc
+  ./configure \
+--prefix=/usr \
+--enable-builtin-zlib \
+--with-odbc \
+--enable-smp-support
   make
 }
 


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:01:27
  Author: felixonmars
Revision: 343365

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 12:01:09 UTC (rev 343364)
+++ PKGBUILD2018-06-16 12:01:27 UTC (rev 343365)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.9.7
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('629ba19cb7004c7edd1a9b63dbafb33e58ccd77a791167c3a00acbd53ae54383d4b42d70b86997e1cba01367a360ceca25963ce3174641e96da28fcbf6938e53')
-
-prepare() {
-  cp -a python-phonenumbers-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-phonenumbers-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-phonenumbers-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-phonenumbers-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/python-phonenumbers-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd python-phonenumbers-$pkgver-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 343364, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 12:01:27 UTC (rev 343365)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+pkgver=8.9.8
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
+sha512sums=('d004819db635106379797f01df5e8bfcfc148a0037fbd0b1274d40d668ae1197d4277917f55aa563ce261b34dfd8952228fab0038dac78a2d73de0d51ca4dff9')
+
+prepare() {
+  cp -a python-phonenumbers-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-phonenumbers-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-phonenumbers-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-phonenumbers-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/python-phonenumbers-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd python-phonenumbers-$pkgver-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+}


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

2018-06-16 Thread Felix Yan via arch-commits
Date: Saturday, June 16, 2018 @ 12:01:09
  Author: felixonmars
Revision: 343364

upgpkg: python-phonenumbers 8.9.8-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 10:41:56 UTC (rev 343363)
+++ PKGBUILD2018-06-16 12:01:09 UTC (rev 343364)
@@ -3,7 +3,7 @@
 
 pkgbase=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.9.7
+pkgver=8.9.8
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('629ba19cb7004c7edd1a9b63dbafb33e58ccd77a791167c3a00acbd53ae54383d4b42d70b86997e1cba01367a360ceca25963ce3174641e96da28fcbf6938e53')
+sha512sums=('d004819db635106379797f01df5e8bfcfc148a0037fbd0b1274d40d668ae1197d4277917f55aa563ce261b34dfd8952228fab0038dac78a2d73de0d51ca4dff9')
 
 prepare() {
   cp -a python-phonenumbers-$pkgver{,-py2}


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 11:58:45
  Author: heftig
Revision: 327042

4.17.2-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 11:58:20 UTC (rev 327041)
+++ PKGBUILD2018-06-16 11:58:45 UTC (rev 327042)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.17
-_zenpatch=zen-4.17.1-3479a09b025d12c0c69805a15ebe822bb3ac3963.diff
-pkgver=4.17.1
+_zenpatch=zen-4.17.2-8dd5b69c442e4d4595af9dffe65df65251ec1649.diff
+pkgver=4.17.2
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -30,9 +30,9 @@
 )
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'31f2f5309d99db632160538d43cf737166ae8b24c1b8091522ca1f9a804c25a1'
+'a528b102daad9d3072b328f68d4fc7b4eff7641ad301d1a54e5b8f5385efeb0b'
 'SKIP'
-'0c67487c1a81fc69bf7021bf1647f1a51acbb9c83ba3c17153706f7a63f02ce4'
+'d4f03fb23490caf2b823cce17c69388698c1392b42c5b2072700218a8724c537'
 'SKIP'
 'd75bb73c44df4c386c8fa2123ca52ec5255d5e52ad804872120824185cf1ba38'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 11:58:20
  Author: heftig
Revision: 327041

archrelease: copy trunk to extra-x86_64

Added:
  gspell/repos/extra-x86_64/PKGBUILD
(from rev 327039, gspell/trunk/PKGBUILD)
Deleted:
  gspell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 11:58:19 UTC (rev 327040)
+++ PKGBUILD2018-06-16 11:58:20 UTC (rev 327041)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gspell
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
-url="https://wiki.gnome.org/Projects/gspell;
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 enchant libxml2 iso-codes)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=28cd4947502a430b2b016c8c31c6135f7485489c  # tags/1.8.0^0
-source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure  --prefix=/usr --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-package(){
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 327039, 
gspell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 11:58:20 UTC (rev 327041)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gspell
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+url="https://wiki.gnome.org/Projects/gspell;
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 enchant libxml2 iso-codes)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=ba03499234037861e01ce1e83075e8a32b9790f3  # tags/1.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure  --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 11:58:19
  Author: heftig
Revision: 327040

4.17.2-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 11:57:54 UTC (rev 327039)
+++ PKGBUILD2018-06-16 11:58:19 UTC (rev 327040)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.17
-pkgver=4.17.1
+pkgver=4.17.2
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -29,7 +29,7 @@
 )
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'31f2f5309d99db632160538d43cf737166ae8b24c1b8091522ca1f9a804c25a1'
+'a528b102daad9d3072b328f68d4fc7b4eff7641ad301d1a54e5b8f5385efeb0b'
 'SKIP'
 '0269d9a56f0d0306c9bd5c179a7e32214b0a1c082d3bca581661203b27305f17'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 11:57:54
  Author: heftig
Revision: 327039

1.8.1-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 08:49:36 UTC (rev 327038)
+++ PKGBUILD2018-06-16 11:57:54 UTC (rev 327039)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -10,8 +10,8 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=28cd4947502a430b2b016c8c31c6135f7485489c  # tags/1.8.0^0
-source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
+_commit=ba03499234037861e01ce1e83075e8a32b9790f3  # tags/1.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in (python-south)

2018-06-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 16, 2018 @ 09:48:56
  Author: foutrelis
Revision: 343357

Remove python-south; migrations are built-in since Django 1.7

Deleted:
  python-south/


  1   2   >