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

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:58:07
  Author: felixonmars
Revision: 343501

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-th-abstraction/repos/community-staging-x86_64/PKGBUILD (from 
rev 343500, haskell-th-abstraction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-18 05:58:07 UTC (rev 343501)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=th-abstraction
+pkgname=haskell-th-abstraction
+pkgver=0.2.7.0
+pkgrel=1
+pkgdesc="Nicer interface for reified information about data types"
+url="https://github.com/glguy/th-abstraction/;
+license=("custom:ISC")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c80de30d7d0c32ad802878faa431e164a9a17c09f9e857e83bba64fec364a8375efa7e928031f90307a34390fc387ae177a161d6bfc55ce831ab0075052ea91')
+
+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-th-abstraction/trunk (PKGBUILD)

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:57:55
  Author: felixonmars
Revision: 343500

upgpkg: haskell-th-abstraction 0.2.7.0-1

rebuild with th-abstraction 0.2.7.0

Modified:
  haskell-th-abstraction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 05:57:08 UTC (rev 343499)
+++ PKGBUILD2018-06-18 05:57:55 UTC (rev 343500)
@@ -4,8 +4,8 @@
 
 _hkgname=th-abstraction
 pkgname=haskell-th-abstraction
-pkgver=0.2.6.0
-pkgrel=5
+pkgver=0.2.7.0
+pkgrel=1
 pkgdesc="Nicer interface for reified information about data types"
 url="https://github.com/glguy/th-abstraction/;
 license=("custom:ISC")
@@ -13,13 +13,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
+sha512sums=('5c80de30d7d0c32ad802878faa431e164a9a17c09f9e857e83bba64fec364a8375efa7e928031f90307a34390fc387ae177a161d6bfc55ce831ab0075052ea91')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/<.*2.13/<3/' $_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:57:08
  Author: felixonmars
Revision: 343499

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 343498, haskell-snap-server/trunk/PKGBUILD)

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
343498, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-18 05:57:08 UTC (rev 343499)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.0.0
+pkgrel=16
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+ 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+ 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ccd438310746c59bd7456df69c072ad3a2d473eb69f721fe2c91e086f4916d386c8b83a786d7ff9de11f0ce5294e36034baf10b0a109c65e16ec771e688a1184')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" "${_opts[@]}" \
+--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-snap-server/trunk (PKGBUILD)

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:56:56
  Author: felixonmars
Revision: 343498

upgpkg: haskell-snap-server 1.1.0.0-16

rebuild with th-abstraction 0.2.7.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 05:22:14 UTC (rev 343497)
+++ PKGBUILD2018-06-18 05:56:56 UTC (rev 343498)
@@ -4,7 +4,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=15
+pkgrel=16
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('custom:BSD3')


[arch-commits] Commit in grub/repos (12 files)

2018-06-17 Thread Christian Hesse via arch-commits
Date: Monday, June 18, 2018 @ 05:56:16
  Author: eworm
Revision: 327115

archrelease: copy trunk to testing-x86_64

Added:
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 327114, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/0004-add-GRUB_COLOR_variables.patch
(from rev 327114, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  
grub/repos/testing-x86_64/0005-Allow_GRUB_to_mount_ext234_filesystems_that_have_the_encryption_feature.patch
(from rev 327114, 
grub/trunk/0005-Allow_GRUB_to_mount_ext234_filesystems_that_have_the_encryption_feature.patch)
  
grub/repos/testing-x86_64/0006-tsc-Change-default-tsc-calibration-method-to-pmtimer-on-EFI-systems.patch
(from rev 327114, 
grub/trunk/0006-tsc-Change-default-tsc-calibration-method-to-pmtimer-on-EFI-systems.patch)
  
grub/repos/testing-x86_64/0007-grub-mkconfig_10_linux_Support_multiple_early_initrd_images.patch
(from rev 327114, 
grub/trunk/0007-grub-mkconfig_10_linux_Support_multiple_early_initrd_images.patch)
  grub/repos/testing-x86_64/0008-Fix-packed-not-aligned-error-on-GCC-8.patch
(from rev 327114, 
grub/trunk/0008-Fix-packed-not-aligned-error-on-GCC-8.patch)
  grub/repos/testing-x86_64/0009-xfs-Accept-filesystem-with-sparse-inodes.patch
(from rev 327114, 
grub/trunk/0009-xfs-Accept-filesystem-with-sparse-inodes.patch)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 327114, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/grub.cfg
(from rev 327114, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 327114, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 327114, grub/trunk/grub.install)

+
 0003-10_linux-detect-archlinux-initramfs.patch 
|   44 +
 0004-add-GRUB_COLOR_variables.patch
|   32 
 
0005-Allow_GRUB_to_mount_ext234_filesystems_that_have_the_encryption_feature.patch
 |  140 +++
 0006-tsc-Change-default-tsc-calibration-method-to-pmtimer-on-EFI-systems.patch 
|   31 
 0007-grub-mkconfig_10_linux_Support_multiple_early_initrd_images.patch 
|  177 
 0008-Fix-packed-not-aligned-error-on-GCC-8.patch   
|   72 +
 0009-xfs-Accept-filesystem-with-sparse-inodes.patch
|   60 +
 PKGBUILD   
|  385 ++
 grub.cfg   
|  139 +++
 grub.default   
|   54 +
 grub.install   
|   15 
 11 files changed, 1149 insertions(+)

Copied: 
grub/repos/testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch (from 
rev 327114, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
===
--- testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch   
(rev 0)
+++ testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch   
2018-06-18 05:56:16 UTC (rev 327115)
@@ -0,0 +1,44 @@
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index f5d3e78..ef59c8c 100644
+--- a/util/grub.d/10_linux.in
 b/util/grub.d/10_linux.in
+@@ -83,6 +83,8 @@ linux_entry ()
+   case $type in
+ recovery)
+ title="$(gettext_printf "%s, with Linux %s (recovery mode)" 
"${os}" "${version}")" ;;
++fallback)
++title="$(gettext_printf "%s, with Linux %s (fallback initramfs)" 
"${os}" "${version}")" ;;
+ *)
+ title="$(gettext_printf "%s, with Linux %s" "${os}" 
"${version}")" ;;
+   esac
+@@ -186,7 +188,7 @@ while [ "x$list" != "x" ] ; do
+   basename=`basename $linux`
+   dirname=`dirname $linux`
+   rel_dirname=`make_system_path_relative_to_its_root $dirname`
+-  version=`echo $basename | sed -e "s,^[^0-9]*-,,g"`
++  version=`echo $basename | sed -e "s,vmlinuz-,,g"`
+   alt_version=`echo $version | sed -e "s,\.old$,,g"`
+   linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"
+ 
+@@ -248,6 +250,18 @@ while [ "x$list" != "x" ] ; do
+ 
+   linux_entry "${OS}" "${version}" advanced \
+   "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
++
++  if test -e "${dirname}/initramfs-${version}-fallback.img" ; then
++initrd="initramfs-${version}-fallback.img"
++
++if test -n "${initrd}" ; then
++  gettext_printf "Found fallback initrd image(s) in %s:%s\n" "${dirname}" 
"${initrd_extra} ${initrd}" >&2
++fi
++
++linux_entry "${OS}" "${version}" fallback \
++"${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
++  fi
++
+   if [ 

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

2018-06-17 Thread Christian Hesse via arch-commits
Date: Monday, June 18, 2018 @ 05:56:02
  Author: eworm
Revision: 327114

upgpkg: grub 2:2.02-6

xfs: Accept filesystem with sparse inodes (FS#59047)

Added:
  grub/trunk/0009-xfs-Accept-filesystem-with-sparse-inodes.patch
Modified:
  grub/trunk/PKGBUILD

-+
 0009-xfs-Accept-filesystem-with-sparse-inodes.patch |   60 ++
 PKGBUILD|7 +-
 2 files changed, 66 insertions(+), 1 deletion(-)

Added: 0009-xfs-Accept-filesystem-with-sparse-inodes.patch
===
--- 0009-xfs-Accept-filesystem-with-sparse-inodes.patch 
(rev 0)
+++ 0009-xfs-Accept-filesystem-with-sparse-inodes.patch 2018-06-18 05:56:02 UTC 
(rev 327114)
@@ -0,0 +1,60 @@
+From cda0a857dd7a27cd5d621747464bfe71e8727fff Mon Sep 17 00:00:00 2001
+From: Daniel Kiper 
+Date: Tue, 29 May 2018 16:16:02 +0200
+Subject: xfs: Accept filesystem with sparse inodes
+
+The sparse inode metadata format became a mkfs.xfs default in
+xfsprogs-4.16.0, and such filesystems are now rejected by grub as
+containing an incompatible feature.
+
+In essence, this feature allows xfs to allocate inodes into fragmented
+freespace.  (Without this feature, if xfs could not allocate contiguous
+space for 64 new inodes, inode creation would fail.)
+
+In practice, the disk format change is restricted to the inode btree,
+which as far as I can tell is not used by grub.  If all you're doing
+today is parsing a directory, reading an inode number, and converting
+that inode number to a disk location, then ignoring this feature
+should be fine, so I've added it to XFS_SB_FEAT_INCOMPAT_SUPPORTED
+
+I did some brief testing of this patch by hacking up the regression
+tests to completely fragment freespace on the test xfs filesystem, and
+then write a large-ish number of inodes to consume any existing
+contiguous 64-inode chunk.  This way any files the grub tests add and
+traverse would be in such a fragmented inode allocation.  Tests passed,
+but I'm not sure how to cleanly integrate that into the test harness.
+
+Signed-off-by: Eric Sandeen 
+Reviewed-by: Daniel Kiper 
+Tested-by: Chris Murphy 
+---
+ grub-core/fs/xfs.c | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/grub-core/fs/xfs.c b/grub-core/fs/xfs.c
+index c6031bd..3b00c74 100644
+--- a/grub-core/fs/xfs.c
 b/grub-core/fs/xfs.c
+@@ -79,9 +79,18 @@ GRUB_MOD_LICENSE ("GPLv3+");
+ #define XFS_SB_FEAT_INCOMPAT_SPINODES   (1 << 1)/* sparse inode 
chunks */
+ #define XFS_SB_FEAT_INCOMPAT_META_UUID  (1 << 2)/* metadata UUID */
+ 
+-/* We do not currently verify metadata UUID so it is safe to read such 
filesystem */
++/*
++ * Directory entries with ftype are explicitly handled by GRUB code.
++ *
++ * We do not currently read the inode btrees, so it is safe to read 
filesystems
++ * with the XFS_SB_FEAT_INCOMPAT_SPINODES feature.
++ *
++ * We do not currently verify metadata UUID, so it is safe to read filesystems
++ * with the XFS_SB_FEAT_INCOMPAT_META_UUID feature.
++ */
+ #define XFS_SB_FEAT_INCOMPAT_SUPPORTED \
+   (XFS_SB_FEAT_INCOMPAT_FTYPE | \
++   XFS_SB_FEAT_INCOMPAT_SPINODES | \
+XFS_SB_FEAT_INCOMPAT_META_UUID)
+ 
+ struct grub_xfs_sblock
+-- 
+cgit v1.0-41-gc330
+

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 04:33:58 UTC (rev 327113)
+++ PKGBUILD2018-06-18 05:56:02 UTC (rev 327114)
@@ -22,7 +22,7 @@
 pkgname="grub"
 pkgdesc="GNU GRand Unified Bootloader (2)"
 pkgver=2.02
-pkgrel=5
+pkgrel=6
 epoch=2
 url="https://www.gnu.org/software/grub/;
 arch=('x86_64')
@@ -66,6 +66,7 @@
 
'0006-tsc-Change-default-tsc-calibration-method-to-pmtimer-on-EFI-systems.patch'
 
'0007-grub-mkconfig_10_linux_Support_multiple_early_initrd_images.patch'
 '0008-Fix-packed-not-aligned-error-on-GCC-8.patch'
+'0009-xfs-Accept-filesystem-with-sparse-inodes.patch'
 'grub.default'
 'grub.cfg')
 
@@ -80,6 +81,7 @@
 'c38f2b2caae33008b35a37d8293d8bf13bf6fd779a4504925da1837fd007aeb5'
 'e43566c4fe3b1b87e677167323d4716b82ac0810410a9d8dc7fbf415c8db2b8a'
 'e84b8de569c7e6b73263758c35cf95c6516fde85d4ed451991427864f6a4e5a8'
+'fcd5a626d4af33665d041ce42df813f1f198d8230ea186481b155a5b676f3b87'
 '74e5dd2090a153c10a7b9599b73bb09e70fddc6a019dd41641b0f10b9d773d82'
 'c5e4f3836130c6885e9273c21f057263eba53f4b7c0e2f111f6e5f2e487a47ad')
 
@@ -109,6 +111,9 @@
msg "Fix packed-not-aligned error on GCC 8"
patch -Np1 -i 
"${srcdir}/0008-Fix-packed-not-aligned-error-on-GCC-8.patch"
 
+   msg "xfs: Accept filesystem with sparse inodes"
+   patch -Np1 -i 
"${srcdir}/0009-xfs-Accept-filesystem-with-sparse-inodes.patch"
+
msg "Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 
files for 

[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:22:14
  Author: felixonmars
Revision: 343497

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 343496, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 343496, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 343496, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 343496, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 343496, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 343496, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 343496, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-18 05:21:49 UTC (rev 343496)
+++ LICENSE 2018-06-18 05:22:14 UTC (rev 343497)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 343496, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-18 05:22:14 UTC (rev 343497)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-18 05:21:49 UTC (rev 343496)
+++ PKGBUILD2018-06-18 05:22:14 UTC (rev 343497)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.127
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2018-06-17 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 05:21:49
  Author: felixonmars
Revision: 343496

upgpkg: jenkins 2.128-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 04:34:07 UTC (rev 343495)
+++ PKGBUILD2018-06-18 05:21:49 UTC (rev 343496)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.127
+pkgver=2.128
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('feb309fe55e1b1783ad132e89ac8902edf809650d757be4f096546e9ae2ce5ce0ec1f473578609ec30b9e63e28b84510e8a7143b53c505bdd77f18763b35ed2a'
+sha512sums=('0ccfebabefaf9640f56a5b3d1ad4f65368599122438d708c6dc861e20f02231fd0e1d03c188217acd30965af186f70bfa5dccf5bfe0533ac978cd22ae9b7f9b9'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in lib32-p11-kit/repos/multilib-x86_64 (4 files)

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:20:12
  Author: heftig
Revision: 343494

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-p11-kit/repos/multilib-x86_64/0001-Build-and-install-libnssckbi-p11-kit.so.patch
(from rev 343493, 
lib32-p11-kit/trunk/0001-Build-and-install-libnssckbi-p11-kit.so.patch)
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 343493, lib32-p11-kit/trunk/PKGBUILD)
Deleted:
  
lib32-p11-kit/repos/multilib-x86_64/0001-Build-and-install-libnssckbi-p11-kit.so.patch
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD

+
 0001-Build-and-install-libnssckbi-p11-kit.so.patch |  152 +--
 PKGBUILD   |  142 -
 2 files changed, 147 insertions(+), 147 deletions(-)

Deleted: 0001-Build-and-install-libnssckbi-p11-kit.so.patch
===
--- 0001-Build-and-install-libnssckbi-p11-kit.so.patch  2018-06-17 21:19:47 UTC 
(rev 343493)
+++ 0001-Build-and-install-libnssckbi-p11-kit.so.patch  2018-06-17 21:20:12 UTC 
(rev 343494)
@@ -1,76 +0,0 @@
-From ec8bb05e15640b1857b94ded128bc33ca7ec7fe0 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 1 Mar 2018 16:20:59 +0100
-Subject: [PATCH] Build and install libnssckbi-p11-kit.so
-
-Create an additional library which is a copy of p11-kit-trust.so but
-uses the same label for root certs as libnssckbi.so:
-  "Builtin Object Token" instead of "Default Trust".
-
-https://bugs.freedesktop.org/show_bug.cgi?id=66161

- trust/Makefile.am | 14 ++
- trust/module.c| 12 +++-
- 2 files changed, 25 insertions(+), 1 deletion(-)
-
-diff --git a/trust/Makefile.am b/trust/Makefile.am
-index 6e52c4d..157a1d9 100644
 a/trust/Makefile.am
-+++ b/trust/Makefile.am
-@@ -66,6 +66,20 @@ p11_kit_trust_la_LDFLAGS = \
- 
- p11_kit_trust_la_SOURCES = $(TRUST_SRCS)
- 
-+libnssckbi_compatdir = $(libdir)
-+libnssckbi_compat_LTLIBRARIES = \
-+  libnssckbi-p11-kit.la
-+
-+libnssckbi_p11_kit_la_CFLAGS = \
-+  -DLIBNSSCKBI_COMPAT \
-+  $(p11_kit_trust_la_CFLAGS)
-+
-+libnssckbi_p11_kit_la_LIBADD = $(p11_kit_trust_la_LIBADD)
-+
-+libnssckbi_p11_kit_la_LDFLAGS = $(p11_kit_trust_la_LDFLAGS)
-+
-+libnssckbi_p11_kit_la_SOURCES = $(p11_kit_trust_la_SOURCES)
-+
- libtrust_testable_la_LDFLAGS = \
-   -no-undefined
- 
-diff --git a/trust/module.c b/trust/module.c
-index e8b7256..d578a90 100644
 a/trust/module.c
-+++ b/trust/module.c
-@@ -201,7 +201,11 @@ create_tokens_inlock (p11_array *tokens,
-   int flags;
-   } labels[] = {
-   { "~/", "User Trust", P11_TOKEN_FLAG_NONE },
-+#ifdef LIBNSSCKBI_COMPAT
-+  { P11_DEFAULT_TRUST_PREFIX, "Builtin Object Token", 
P11_TOKEN_FLAG_WRITE_PROTECTED },
-+#else
-   { P11_DEFAULT_TRUST_PREFIX, "Default Trust", 
P11_TOKEN_FLAG_WRITE_PROTECTED },
-+#endif
-   { P11_SYSTEM_TRUST_PREFIX, "System Trust", P11_TOKEN_FLAG_NONE 
},
-   { NULL },
-   };
-@@ -529,8 +533,14 @@ sys_C_GetSlotInfo (CK_SLOT_ID id,
-   info->flags = CKF_TOKEN_PRESENT;
-   strncpy ((char*)info->manufacturerID, MANUFACTURER_ID, 32);
- 
-+#ifdef LIBNSSCKBI_COMPAT
-+  /* Change description to match libnssckbi so HPKP works in 
Chromium */
-+  if (strcmp (p11_token_get_label (token), "Builtin Object 
Token") == 0)
-+  path = "NSS Builtin Objects";
-+  else
-+#endif
-+  path = p11_token_get_path (token);
-   /* If too long, copy the first 64 characters into buffer */
--  path = p11_token_get_path (token);
-   length = strlen (path);
-   if (length > sizeof (info->slotDescription))
-   length = sizeof (info->slotDescription);
--- 
-2.16.1
-

Copied: 
lib32-p11-kit/repos/multilib-x86_64/0001-Build-and-install-libnssckbi-p11-kit.so.patch
 (from rev 343493, 
lib32-p11-kit/trunk/0001-Build-and-install-libnssckbi-p11-kit.so.patch)
===
--- 0001-Build-and-install-libnssckbi-p11-kit.so.patch  
(rev 0)
+++ 0001-Build-and-install-libnssckbi-p11-kit.so.patch  2018-06-17 21:20:12 UTC 
(rev 343494)
@@ -0,0 +1,76 @@
+From ec8bb05e15640b1857b94ded128bc33ca7ec7fe0 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 1 Mar 2018 16:20:59 +0100
+Subject: [PATCH] Build and install libnssckbi-p11-kit.so
+
+Create an additional library which is a copy of p11-kit-trust.so but
+uses the same label for root certs as libnssckbi.so:
+  "Builtin Object Token" instead of "Default Trust".
+
+https://bugs.freedesktop.org/show_bug.cgi?id=66161
+---
+ trust/Makefile.am | 14 ++
+ trust/module.c| 12 +++-
+ 2 files changed, 25 insertions(+), 1 deletion(-)
+
+diff 

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:19:24
  Author: heftig
Revision: 327112

Update source

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 21:16:37 UTC (rev 327111)
+++ PKGBUILD2018-06-17 21:19:24 UTC (rev 327112)
@@ -11,7 +11,7 @@
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
 _commit=92004cb91579d03c773565a836971c32e63362ed  # tags/3.28.2^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:19:47
  Author: heftig
Revision: 343493

0.23.12-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 21:16:43 UTC (rev 343492)
+++ PKGBUILD2018-06-17 21:19:47 UTC (rev 343493)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.11
+pkgver=0.23.12
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
 makedepends=(git)
-_commit=e4c5d3b34941bdc433072a492a0a7fdbddba0cc2  # tags/0.23.11^0
+_commit=3dd5810143e51dabdc58069e55b09a950349fa08  # tags/0.23.12^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 0001-Build-and-install-libnssckbi-p11-kit.so.patch)
 sha256sums=('SKIP'


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

2018-06-17 Thread NicoHood via arch-commits
Date: Sunday, June 17, 2018 @ 21:16:43
  Author: nicohood
Revision: 343492

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 21:16:35 UTC (rev 343491)
+++ PKGBUILD2018-06-17 21:16:43 UTC (rev 343492)
@@ -1,48 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: brent s. 
-
-_pkgname=python-gitpython
-_pypiname=GitPython
-pkgbase=python-gitpython
-pkgdesc="A python library used to interact with Git repositories"
-pkgname=('python-gitpython' 'python2-gitpython')
-pkgver=2.1.9
-pkgrel=1
-url="https://github.com/gitpython-developers/gitpython;
-license=('BSD')
-arch=("any")
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;
-
"${_pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz.asc;)
-sha512sums=('2caa2a4739a99f172911c73374b896f84e1d50e710db8475c56dfd03fad2b7545fdc5473cf0e7af594395e3182619794b337ac66ee17977e57a1f2aba64e76ce'
-'SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
-
-prepare() {
-cp -a "${srcdir}/${_pypiname}-${pkgver}"{,-py2}
-}
-
-build() {
-cd "${srcdir}/${_pypiname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_pypiname}-${pkgver}-py2"
-python2 setup.py build
-}
-
-package_python-gitpython() {
-depends=('python' 'python-gitdb>=2.0.0')
-
-cd "${srcdir}/${_pypiname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-gitpython() {
-depends=('python2' 'python2-gitdb>=2.0.0')
-
-cd "${srcdir}/${_pypiname}-${pkgver}-py2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-gitpython/repos/community-any/PKGBUILD (from rev 343491, 
python-gitpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 21:16:43 UTC (rev 343492)
@@ -0,0 +1,48 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: brent s. 
+
+_pkgname=python-gitpython
+_pypiname=GitPython
+pkgbase=python-gitpython
+pkgdesc="A python library used to interact with Git repositories"
+pkgname=('python-gitpython' 'python2-gitpython')
+pkgver=2.1.10
+pkgrel=1
+url="https://github.com/gitpython-developers/gitpython;
+license=('BSD')
+arch=("any")
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;
+
"${_pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz.asc;)
+sha512sums=('626933ccf8b29ea17846c6fa62211c78a022c9e02906d9107a858af0f12b02bd4c4cf9a24038c59393d5c66ad5258440a0893f4dc712264d43d8a9d8fc60a454'
+'SKIP')
+validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
+
+prepare() {
+cp -a "${srcdir}/${_pypiname}-${pkgver}"{,-py2}
+}
+
+build() {
+cd "${srcdir}/${_pypiname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_pypiname}-${pkgver}-py2"
+python2 setup.py build
+}
+
+package_python-gitpython() {
+depends=('python' 'python-gitdb>=2.0.0')
+
+cd "${srcdir}/${_pypiname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-gitpython() {
+depends=('python2' 'python2-gitdb>=2.0.0')
+
+cd "${srcdir}/${_pypiname}-${pkgver}-py2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-17 Thread NicoHood via arch-commits
Date: Sunday, June 17, 2018 @ 21:16:35
  Author: nicohood
Revision: 343491

upgpkg: python-gitpython 2.1.10-1

Modified:
  python-gitpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 21:15:58 UTC (rev 343490)
+++ PKGBUILD2018-06-17 21:16:35 UTC (rev 343491)
@@ -7,7 +7,7 @@
 pkgbase=python-gitpython
 pkgdesc="A python library used to interact with Git repositories"
 pkgname=('python-gitpython' 'python2-gitpython')
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 url="https://github.com/gitpython-developers/gitpython;
 license=('BSD')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;
 
"${_pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/G/${_pypiname}/${_pypiname}-${pkgver}.tar.gz.asc;)
-sha512sums=('2caa2a4739a99f172911c73374b896f84e1d50e710db8475c56dfd03fad2b7545fdc5473cf0e7af594395e3182619794b337ac66ee17977e57a1f2aba64e76ce'
+sha512sums=('626933ccf8b29ea17846c6fa62211c78a022c9e02906d9107a858af0f12b02bd4c4cf9a24038c59393d5c66ad5258440a0893f4dc712264d43d8a9d8fc60a454'
 'SKIP')
 validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
 


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

2018-06-17 Thread Levente Polyak via arch-commits
Date: Sunday, June 17, 2018 @ 21:15:46
  Author: anthraxx
Revision: 327105

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 327104, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 327104, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch
(from rev 327104, 
linux-hardened/trunk/ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 327104, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327104, 
linux-hardened/trunk/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 327104, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 327104, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 327104, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch
  linux-hardened/repos/extra-x86_64/PKGBUILD
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch   |  234 
 PKGBUILD   |  516 
 Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  484 
 config.x86_64  |19216 +--
 linux.install  |   22 
 linux.preset   |   28 
 8 files changed, 10273 insertions(+), 10273 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2018-06-17 Thread Levente Polyak via arch-commits
Date: Sunday, June 17, 2018 @ 21:15:34
  Author: anthraxx
Revision: 327104

upgpkg: linux-hardened 4.16.16.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 21:04:10 UTC (rev 327103)
+++ PKGBUILD2018-06-17 21:15:34 UTC (rev 327104)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.16
-_pkgver=4.16.15
+_pkgver=4.16.16
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
@@ -31,11 +31,11 @@
 replaces=('linux-grsec')
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'5c53d2e38208c1616c4b7139a666e91d87d5e10538b70a4f410b5f11e187866a'
+'fd8a68ffcc729e69f0c0a3d202d08d7c5fa612d1ac65dfff3c5ef2f64d183a2e'
 'SKIP'
-'e259a51bb01bf5b4b0ae7bccae844c0c2e4b11d0932e552e9e82eed80372cea5'
+'daf408ea562fbf27daefd2b2759790ba000b8a077fa319a57e678dbde3ad327e'
 'SKIP'
-'810ddbbd12ae3275acb1e700f8976e5b4af27f16b2feaecd063e5d2fc73c64bb'
+'488c2a186a8fb25ba362fd1109102658c92a0d29ab8f70e9fe9ef39b8e004242'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-06-17 21:04:10 UTC (rev 327103)
+++ config.x86_64   2018-06-17 21:15:34 UTC (rev 327104)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.15 Kernel Configuration
+# Linux/x86 4.16.16 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -694,7 +694,7 @@
 # CONFIG_LEGACY_VSYSCALL_EMULATE is not set
 CONFIG_LEGACY_VSYSCALL_NONE=y
 CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="audit=0 slub_debug=P page_poison=1 slab_nomerge pti=on"
+CONFIG_CMDLINE="audit=0 page_poison=1 slab_nomerge pti=on"
 # CONFIG_CMDLINE_OVERRIDE is not set
 # CONFIG_MODIFY_LDT_SYSCALL is not set
 CONFIG_HAVE_LIVEPATCH=y


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

2018-06-17 Thread NicoHood via arch-commits
Date: Sunday, June 17, 2018 @ 21:14:51
  Author: nicohood
Revision: 343483

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 21:14:40 UTC (rev 343482)
+++ PKGBUILD2018-06-17 21:14:51 UTC (rev 343483)
@@ -1,47 +0,0 @@
-# Maintainer: Maxim Andersson 
-# Co-Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-_pkgname=python-progressbar
-pkgbase=python-progressbar
-pkgdesc="A progress bar for Python 2 and Python 3"
-pkgname=('python-progressbar' 'python2-progressbar')
-pkgver=3.37.1
-pkgrel=1
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=("any")
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
-source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
-
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
-sha512sums=('90e24a2b8feaa5d3d95e72ab246ac1070a4463e503a6f590b3fca53c0494f081c1b515d170d8967c923f47dbead3484f58f11397830631e3dfefb3c98e9de42c'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-cp -a "${srcdir}/${_pkgname}-v${pkgver}"{,-py2}
-}
-
-build() {
-cd "${srcdir}/${_pkgname}-v${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
-python2 setup.py build
-}
-
-package_python-progressbar() {
-depends=('python' 'python-utils')
-
-cd "${srcdir}/${_pkgname}-v${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-progressbar() {
-depends=('python2' 'python2-utils')
-
-cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 343482, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 21:14:51 UTC (rev 343483)
@@ -0,0 +1,47 @@
+# Maintainer: Maxim Andersson 
+# Co-Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+_pkgname=python-progressbar
+pkgbase=python-progressbar
+pkgdesc="A progress bar for Python 2 and Python 3"
+pkgname=('python-progressbar' 'python2-progressbar')
+pkgver=3.38.0
+pkgrel=1
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=("any")
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
+source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
+
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
+sha512sums=('8720dc56a74045e9e658787ebe19872a1077ba0edff6b56c70a6e87a1452cb54f795c726fa6c50b12676ac3b147c08aa49794b7d329ec383ca325863c9422ed8'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+cp -a "${srcdir}/${_pkgname}-v${pkgver}"{,-py2}
+}
+
+build() {
+cd "${srcdir}/${_pkgname}-v${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
+python2 setup.py build
+}
+
+package_python-progressbar() {
+depends=('python' 'python-utils')
+
+cd "${srcdir}/${_pkgname}-v${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-progressbar() {
+depends=('python2' 'python2-utils')
+
+cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-17 Thread NicoHood via arch-commits
Date: Sunday, June 17, 2018 @ 21:14:40
  Author: nicohood
Revision: 343482

upgpkg: python-progressbar 3.38.0-1

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 18:33:15 UTC (rev 343481)
+++ PKGBUILD2018-06-17 21:14:40 UTC (rev 343482)
@@ -6,7 +6,7 @@
 pkgbase=python-progressbar
 pkgdesc="A progress bar for Python 2 and Python 3"
 pkgname=('python-progressbar' 'python2-progressbar')
-pkgver=3.37.1
+pkgver=3.38.0
 pkgrel=1
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
@@ -14,7 +14,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
 
source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
 
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
-sha512sums=('90e24a2b8feaa5d3d95e72ab246ac1070a4463e503a6f590b3fca53c0494f081c1b515d170d8967c923f47dbead3484f58f11397830631e3dfefb3c98e9de42c'
+sha512sums=('8720dc56a74045e9e658787ebe19872a1077ba0edff6b56c70a6e87a1452cb54f795c726fa6c50b12676ac3b147c08aa49794b7d329ec383ca325863c9422ed8'
 'SKIP')
 validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

 


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

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:04:10
  Author: heftig
Revision: 327103

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 327102, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 327102, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.sysusers
(from rev 327102, gdm/trunk/gdm.sysusers)
Deleted:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.sysusers

--+
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 ++---
 PKGBUILD |  182 -
 gdm.sysusers |4 
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-06-17 
21:03:39 UTC (rev 327102)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-06-17 
21:04:10 UTC (rev 327103)
@@ -1,31 +0,0 @@
-From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index f253375..c143b30 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.4.5
-

Copied: 
gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 327102, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-06-17 
21:04:10 UTC (rev 327103)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 21:03:39 UTC (rev 327102)
+++ PKGBUILD2018-06-17 21:04:10 UTC (rev 327103)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="Display manager and login screen"
-url="https://wiki.gnome.org/Projects/GDM;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
-makedepends=(yelp-tools intltool gobject-introspection git docbook-xsl)
-checkdepends=(check)
-_commit=d6199fac252391178026e006c9f4196f88a4b14b  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gdm#commit=$_commit;
-0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-gdm.sysusers)
-sha256sums=('SKIP'
-'9449da0b6ee58aa3fde65e6d8d1f30513e4176a7dc6d176f17f320ce82cb1d82'
-'6d9c8e38c7de85b6ec75e488585b8c451f5d9b4fabd2a42921dc3bfcc4aa3e13')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  patch -Np1 -i ../0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static \
---enable-gdm-xsession \
---enable-ipv6 \
-

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

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:03:39
  Author: heftig
Revision: 327102

3.28.2-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 14:54:04 UTC (rev 327101)
+++ PKGBUILD2018-06-17 21:03:39 UTC (rev 327102)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
@@ -13,8 +13,8 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(yelp-tools intltool gobject-introspection git docbook-xsl)
 checkdepends=(check)
-_commit=d6199fac252391178026e006c9f4196f88a4b14b  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gdm#commit=$_commit;
+_commit=4cd3b412479b1f3e7a142d4e16cf0603393d27d7  # tags/3.28.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit;
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
 gdm.sysusers)
 sha256sums=('SKIP'


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 18:32:59
  Author: felixonmars
Revision: 343480

upgpkg: python-keyring 13.0.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 17:34:15 UTC (rev 343479)
+++ PKGBUILD2018-06-17 18:32:59 UTC (rev 343480)
@@ -7,7 +7,7 @@
 # Contributor: Steven Allen 
 
 pkgname=python-keyring
-pkgver=12.2.1
+pkgver=13.0.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -18,7 +18,7 @@
 optdepends=('python-keyrings-alt: Alternative backends')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner')
-sha512sums=('8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371')
+sha512sums=('d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991')
 
 prepare() {
   cd keyring-$pkgver


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 18:33:15
  Author: felixonmars
Revision: 343481

archrelease: copy trunk to community-testing-any

Added:
  python-keyring/repos/community-testing-any/
  python-keyring/repos/community-testing-any/PKGBUILD
(from rev 343480, python-keyring/trunk/PKGBUILD)

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

Copied: python-keyring/repos/community-testing-any/PKGBUILD (from rev 343480, 
python-keyring/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-17 18:33:15 UTC (rev 343481)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyring
+pkgver=13.0.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+depends=('python-entrypoints' 'python-secretstorage')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner')
+sha512sums=('d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991')
+
+prepare() {
+  cd keyring-$pkgver
+  echo -e '\nflake8-ignore = W191 W503 W504' >> pytest.ini
+}
+
+build() {
+  cd keyring-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd keyring-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd keyring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 17:34:15
  Author: felixonmars
Revision: 343479

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 343478, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 17:34:02 UTC (rev 343478)
+++ PKGBUILD2018-06-17 17:34:15 UTC (rev 343479)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-pysimplesoap: for Subreg support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
-  'python-pynamecheap' 'python-pysimplesoap')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('fabf7b24efb4f3e65284dfb894a4aa42b6e1c37dcc38a29bfc3e02c64f070a3284b4bc80f8e23dcc765b5f72a2aed753621af325223e047677e3b0a1dc9c72d7')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 343478, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 17:34:15 UTC (rev 343479)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-pysimplesoap: for Subreg support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
+  'python-pynamecheap' 'python-pysimplesoap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('5e01051e5aab0f5f36cf261beb640a79d19e7f6d142be988ea2582c05d94bc8e2baa14752d60d59218c031c0e568b54117255e2811b3d16953ead26bc7a397a4')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 17:34:02
  Author: felixonmars
Revision: 343478

upgpkg: dns-lexicon 2.4.3-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 16:30:43 UTC (rev 343477)
+++ PKGBUILD2018-06-17 17:34:02 UTC (rev 343478)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=2.4.0
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
   'python-pynamecheap' 'python-pysimplesoap')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('fabf7b24efb4f3e65284dfb894a4aa42b6e1c37dcc38a29bfc3e02c64f070a3284b4bc80f8e23dcc765b5f72a2aed753621af325223e047677e3b0a1dc9c72d7')
+sha512sums=('5e01051e5aab0f5f36cf261beb640a79d19e7f6d142be988ea2582c05d94bc8e2baa14752d60d59218c031c0e568b54117255e2811b3d16953ead26bc7a397a4')
 
 build() {
   cd lexicon-$pkgver


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

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

upgpkg: gnurl 7.59.0-1

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:56:16 UTC (rev 343475)
+++ PKGBUILD2018-06-17 16:30:31 UTC (rev 343476)
@@ -2,16 +2,16 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gnurl
-pkgver=7.58.0
-pkgrel=3
+pkgver=7.59.0
+pkgrel=1
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
 url="https://gnunet.org/gnurl;
 license=('MIT')
 depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
-source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.bz2"{,.sig})
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')
-sha512sums=('a4ef211f5715656e0fef99d96d405c66f6e9b73d9b058ca497c29e08f3efef9f0731b0437af45a4451e2b75f6e4fce0980ad1672a10f1a2bd81720b319ca12e7'
+sha512sums=('8613ea61816f719116505258c36fc348c398151032bd3907e91796c96c9d7f54b4c991530f2c71cfed095e19b4c88943f12a0892569d38b90c4f25db112647c4'
 'SKIP')
 
 build() {


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 16:30:43
  Author: felixonmars
Revision: 343477

archrelease: copy trunk to community-testing-x86_64

Added:
  gnurl/repos/community-testing-x86_64/
  gnurl/repos/community-testing-x86_64/PKGBUILD
(from rev 343476, gnurl/trunk/PKGBUILD)

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

Copied: gnurl/repos/community-testing-x86_64/PKGBUILD (from rev 343476, 
gnurl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-17 16:30:43 UTC (rev 343477)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.59.0
+pkgrel=1
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')
+sha512sums=('8613ea61816f719116505258c36fc348c398151032bd3907e91796c96c9d7f54b4c991530f2c71cfed095e19b4c88943f12a0892569d38b90c4f25db112647c4'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-gnutls \
+--without-ssl \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2018-06-17 Thread Antonio Rojas via arch-commits
Date: Sunday, June 17, 2018 @ 14:54:04
  Author: arojas
Revision: 327101

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 14:53:45 UTC (rev 327100)
+++ PKGBUILD2018-06-17 14:54:04 UTC (rev 327101)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.0
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('35c44cd570eab21d2ad398500290441855e2f01dc0776852728430bd51c97724'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-}
-
-package_imagemagick6() {
-  depends=("libmagick6=$pkgver-$pkgrel")
-  provides=("imagemagick=$pkgver-$pkgrel")
-  conflicts=(imagemagick)
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-#_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-#depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 327100, 
imagemagick6/trunk/PKGBUILD)

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

2018-06-17 Thread Antonio Rojas via arch-commits
Date: Sunday, June 17, 2018 @ 14:53:45
  Author: arojas
Revision: 327100

Update to 6.9.10.1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 14:47:45 UTC (rev 327099)
+++ PKGBUILD2018-06-17 14:53:45 UTC (rev 327100)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.0
+pkgver=6.9.10.1
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('35c44cd570eab21d2ad398500290441855e2f01dc0776852728430bd51c97724'
+sha256sums=('15e07e394cbaed88d64aa76d97f1b9a7284dffdb36138decc77a2b4489ce01d4'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-06-17 Thread Antonio Rojas via arch-commits
Date: Sunday, June 17, 2018 @ 14:47:45
  Author: arojas
Revision: 327099

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 14:47:23 UTC (rev 327098)
+++ PKGBUILD2018-06-17 14:47:45 UTC (rev 327099)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.0
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('5698ab3211879246a75fc9ea0d3303d510dbec194feba577ca3288102b4b9685'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick() {
-  depends=("libmagick=$pkgver-$pkgrel")
-  optdepends=('imagemagick-doc: manual and API docs')
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-#_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-#echo $_perlver_min $_perlver_max
-#depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-  depends=()
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt 

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

2018-06-17 Thread Antonio Rojas via arch-commits
Date: Sunday, June 17, 2018 @ 14:47:23
  Author: arojas
Revision: 327098

Update to 7.0.8.1

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:31:20 UTC (rev 327097)
+++ PKGBUILD2018-06-17 14:47:23 UTC (rev 327098)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.0
+pkgver=7.0.8.1
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('5698ab3211879246a75fc9ea0d3303d510dbec194feba577ca3288102b4b9685'
+sha256sums=('94b578a2af43b57d4fa6916eeb42e78336436e48605c354687abdff0753b9565'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:56:16
  Author: felixonmars
Revision: 343475

archrelease: copy trunk to community-testing-x86_64

Added:
  openblas/repos/community-testing-x86_64/
  openblas/repos/community-testing-x86_64/PKGBUILD
(from rev 343474, openblas/trunk/PKGBUILD)

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

Copied: openblas/repos/community-testing-x86_64/PKGBUILD (from rev 343474, 
openblas/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-17 12:56:16 UTC (rev 343475)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Giuseppe Borzi 
+
+pkgname=openblas
+_pkgname=OpenBLAS
+pkgver=0.3.0
+pkgrel=2  
+pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
+arch=('x86_64')
+url="http://www.openblas.net/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('perl' 'gcc-fortran')
+provides=('blas=3.8.0')
+conflicts=('blas')
+source=(${_pkgname}-v${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
+sha512sums=('6a982d2adc13febc162d5c0077cedc116c771409ee1dbb651da6a073e5f6a439e1d0eba0349b3b2e506b274d3014adbf48fc96625ed942a61a54a0c936576b89')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  make NO_STATIC=1 NO_LAPACK=1 NO_LAPACKE=1 NO_CBLAS=1 NO_AFFINITY=1 
USE_OPENMP=1 \
+   CFLAGS="$CPPFLAGS $CFLAGS" DYNAMIC_ARCH=1 \
+   NUM_THREADS=64 MAJOR_VERSION=3 libs shared
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  make PREFIX="$pkgdir/usr" NUM_THREADS=64 MAJOR_VERSION=3 install
+  rm -f "$pkgdir/usr/include/cblas.h" "$pkgdir"/usr/include/lapacke*
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/lib/"
+  ln -sf libopenblasp-r$pkgver.dev.so libblas.so
+  ln -sf libopenblasp-r$pkgver.dev.so libblas.so.3
+  sed -i -e "s%$pkgdir%%" "$pkgdir/usr/lib/cmake/openblas/OpenBLASConfig.cmake"
+  sed -i -e "s%$pkgdir%%" "$pkgdir/usr/lib/pkgconfig/openblas.pc"
+
+  rmdir "$pkgdir"/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:56:05
  Author: felixonmars
Revision: 343474

upgpkg: openblas 0.3.0-2

provide also support for -lopenblas (FS#58925)

Modified:
  openblas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:53:52 UTC (rev 343473)
+++ PKGBUILD2018-06-17 12:56:05 UTC (rev 343474)
@@ -5,7 +5,7 @@
 pkgname=openblas
 _pkgname=OpenBLAS
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2  
 pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
 arch=('x86_64')
 url="http://www.openblas.net/;
@@ -22,21 +22,21 @@
 
   make NO_STATIC=1 NO_LAPACK=1 NO_LAPACKE=1 NO_CBLAS=1 NO_AFFINITY=1 
USE_OPENMP=1 \
CFLAGS="$CPPFLAGS $CFLAGS" DYNAMIC_ARCH=1 \
-   NUM_THREADS=64 LIBPREFIX=libblas MAJOR_VERSION=3 libs shared
+   NUM_THREADS=64 MAJOR_VERSION=3 libs shared
 }
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
 
-  make PREFIX="$pkgdir/usr" NUM_THREADS=64 LIBPREFIX=libblas MAJOR_VERSION=3 
install
+  make PREFIX="$pkgdir/usr" NUM_THREADS=64 MAJOR_VERSION=3 install
   rm -f "$pkgdir/usr/include/cblas.h" "$pkgdir"/usr/include/lapacke*
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   cd "$pkgdir/usr/lib/"
-  ln -sf libblasp-r$pkgver.dev.so libblas.so
-  ln -sf libblasp-r$pkgver.dev.so libblas.so.3
+  ln -sf libopenblasp-r$pkgver.dev.so libblas.so
+  ln -sf libopenblasp-r$pkgver.dev.so libblas.so.3
   sed -i -e "s%$pkgdir%%" "$pkgdir/usr/lib/cmake/openblas/OpenBLASConfig.cmake"
-  sed -i -e "s%$pkgdir%%" -e "s/-lopenblas/-lblas/g" 
"$pkgdir/usr/lib/pkgconfig/openblas.pc"
+  sed -i -e "s%$pkgdir%%" "$pkgdir/usr/lib/pkgconfig/openblas.pc"
 
   rmdir "$pkgdir"/usr/bin
 }


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:44:39
  Author: felixonmars
Revision: 343470

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 343469, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 12:44:39 UTC (rev 343470)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=30
+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 343469, 

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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:44:23
  Author: felixonmars
Revision: 343469

upgpkg: stack 1.7.1-30

rebuild with store-core 0.4.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:40:31 UTC (rev 343468)
+++ PKGBUILD2018-06-17 12:44:23 UTC (rev 343469)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=29
+pkgrel=30
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:40:31
  Author: felixonmars
Revision: 343468

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 343467, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 12:40:31 UTC (rev 343468)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.2
+pkgrel=101
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' 
'haskell-streaming-commons'
+ 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
+
+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 \
+-f-comparison-bench -f-small-bench
+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-store/trunk (PKGBUILD)

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:40:19
  Author: felixonmars
Revision: 343467

upgpkg: haskell-store 0.4.3.2-101

rebuild with store-core 0.4.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:38:18 UTC (rev 343466)
+++ PKGBUILD2018-06-17 12:40:19 UTC (rev 343467)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=100
+pkgrel=101
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:38:06
  Author: felixonmars
Revision: 343465

upgpkg: haskell-store-core 0.4.4-1

rebuild with store-core 0.4.4

Modified:
  haskell-store-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 12:37:49 UTC (rev 343464)
+++ PKGBUILD2018-06-17 12:38:06 UTC (rev 343465)
@@ -3,8 +3,8 @@
 
 _hkgname=store-core
 pkgname=haskell-store-core
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store;
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-primitive')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fd19668ed24d8ac5b83cde2a94b1dbebd86960175f185f71bbaef7c3b36841b558ccd37183dc0f6e38ad4e670082899e58a5c8381ed4fc55ff5b32dc426835a1')
+sha512sums=('12af1c02235776fefebd630e01b6b8d0fd9d81288f8016ac8d0f6eaa4027c755f277b4cf0036dcee7c128dcac93def4ce5fb39d3d351f33d938aee85bc1c6171')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:38:18
  Author: felixonmars
Revision: 343466

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-store-core/repos/community-staging-x86_64/
  haskell-store-core/repos/community-staging-x86_64/PKGBUILD
(from rev 343465, haskell-store-core/trunk/PKGBUILD)

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

Copied: haskell-store-core/repos/community-staging-x86_64/PKGBUILD (from rev 
343465, haskell-store-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-17 12:38:18 UTC (rev 343466)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store-core
+pkgname=haskell-store-core
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Fast and lightweight binary serialization"
+url="https://github.com/fpco/store;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-primitive')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('12af1c02235776fefebd630e01b6b8d0fd9d81288f8016ac8d0f6eaa4027c755f277b4cf0036dcee7c128dcac93def4ce5fb39d3d351f33d938aee85bc1c6171')
+
+build() {
+cd $_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 \
+-f-force-alignment
+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 $_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 blinksocks/repos/community-any (4 files)

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:37:49
  Author: felixonmars
Revision: 343464

archrelease: copy trunk to community-any

Added:
  blinksocks/repos/community-any/PKGBUILD
(from rev 343463, blinksocks/trunk/PKGBUILD)
  blinksocks/repos/community-any/blinksocks@.service
(from rev 343463, blinksocks/trunk/blinksocks@.service)
Deleted:
  blinksocks/repos/community-any/PKGBUILD
  blinksocks/repos/community-any/blinksocks@.service

-+
 PKGBUILD|   56 +-
 blinksocks@.service |   20 -
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 12:37:36 UTC (rev 343463)
+++ PKGBUILD2018-06-17 12:37:49 UTC (rev 343464)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blinksocks
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='A framework for building composable proxy protocol stack.'
-arch=('any')
-url='https://github.com/blinksocks/blinksocks'
-license=('Apache')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-blinksocks@.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f10ba98660ba4ad859b43753c278a1d368c966fefc9570294f776062d087f79cc0a961cd12bf14054af3cd7621c4536317061da0cbaeef2cbe53e75bb3b49556'
-
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
-
-  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
-}

Copied: blinksocks/repos/community-any/PKGBUILD (from rev 343463, 
blinksocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 12:37:49 UTC (rev 343464)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blinksocks
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='A framework for building composable proxy protocol stack.'
+arch=('any')
+url='https://github.com/blinksocks/blinksocks'
+license=('Apache')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+blinksocks@.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('85ecdff232a94bee9b30f38d30bdd13110c2523d6d1bb3b70795dd3ab5c054d270d264ab2a78965a4e4860a74b628ec40aa3e492cb2377d4d8558102245a1284'
+
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
+
+  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
+}

Deleted: blinksocks@.service
===
--- blinksocks@.service 2018-06-17 12:37:36 UTC (rev 343463)
+++ blinksocks@.service 2018-06-17 12:37:49 UTC (rev 343464)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Blinksocks Service
-After=network-online.target
-
-[Service]
-ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: blinksocks/repos/community-any/blinksocks@.service (from rev 343463, 
blinksocks/trunk/blinksocks@.service)
===
--- blinksocks@.service (rev 0)
+++ blinksocks@.service 2018-06-17 12:37:49 UTC (rev 343464)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Blinksocks Service
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file


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

2018-06-17 Thread Felix Yan via arch-commits
Date: Sunday, June 17, 2018 @ 12:37:36
  Author: felixonmars
Revision: 343463

upgpkg: blinksocks 3.3.2-1

Modified:
  blinksocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 11:56:06 UTC (rev 343462)
+++ PKGBUILD2018-06-17 12:37:36 UTC (rev 343463)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=blinksocks
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='A framework for building composable proxy protocol stack.'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 blinksocks@.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f10ba98660ba4ad859b43753c278a1d368c966fefc9570294f776062d087f79cc0a961cd12bf14054af3cd7621c4536317061da0cbaeef2cbe53e75bb3b49556'
+sha512sums=('85ecdff232a94bee9b30f38d30bdd13110c2523d6d1bb3b70795dd3ab5c054d270d264ab2a78965a4e4860a74b628ec40aa3e492cb2377d4d8558102245a1284'
 
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
 
 package() {


[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2018-06-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 17, 2018 @ 12:31:20
  Author: foutrelis
Revision: 327097

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 327096, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-disable_xml_catalogs.patch
(from rev 327096, chromium/trunk/chromium-disable_xml_catalogs.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 327096, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 327096, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 327096, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 327096, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 327096, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 327096, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

+
 PKGBUILD   |  463 -
 chromium-disable_xml_catalogs.patch|   34 
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   80 -
 8 files changed, 721 insertions(+), 684 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 12:31:08 UTC (rev 327096)
+++ PKGBUILD2018-06-17 12:31:20 UTC (rev 327097)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # 

[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-disable_xml_catalogs.patch)

2018-06-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 17, 2018 @ 12:31:08
  Author: foutrelis
Revision: 327096

upgpkg: chromium 67.0.3396.87-2

Re-enable system libxml.

Added:
  chromium/trunk/chromium-disable_xml_catalogs.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 chromium-disable_xml_catalogs.patch |   34 ++
 2 files changed, 39 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 11:26:31 UTC (rev 327095)
+++ PKGBUILD2018-06-17 12:31:08 UTC (rev 327096)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=67.0.3396.87
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -28,6 +28,7 @@
 x11-fix-mixup-between-DIP-pixel-coordinates.patch
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
+chromium-disable_xml_catalogs.patch
 chromium-skia-harmony.patch)
 sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
@@ -35,6 +36,7 @@
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
 'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
 '02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
+'f9d191e89ed9b2b2641370ea0a11868409a13cad181f7b63f6007de002a1'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -51,7 +53,7 @@
   #[libpng]=libpng# https://crbug.com/752403#c10
   #[libvpx]=libvpx# needs unreleased libvpx
   [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
+  [libxml]=libxml2
   [libxslt]=libxslt
   [opus]=opus
   [re2]=re2
@@ -91,6 +93,7 @@
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-ffmpeg-r1.patch
   patch -Np1 -i ../chromium-widevine-r2.patch
+  patch -Np1 -i ../chromium-disable_xml_catalogs.patch
 
   # Remove compiler flags not supported by our system clang
   sed -i \

Added: chromium-disable_xml_catalogs.patch
===
--- chromium-disable_xml_catalogs.patch (rev 0)
+++ chromium-disable_xml_catalogs.patch 2018-06-17 12:31:08 UTC (rev 327096)
@@ -0,0 +1,34 @@
+--- a/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
 b/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
+@@ -28,6 +28,10 @@
+ 
+ #include 
+ #include 
++#include 
++#if defined(LIBXML_CATALOG_ENABLED)
++#include 
++#endif
+ #include 
+ 
+ #include 
+@@ -538,10 +542,6 @@
+ static bool ShouldAllowExternalLoad(const KURL& url) {
+   String url_string = url.GetString();
+ 
+-  // libxml should not be configured with catalogs enabled, so it
+-  // should not be asking to load default catalogs.
+-  CHECK(!IsLibxmlDefaultCatalogFile(url));
+-
+   // The most common DTD. There isn't much point in hammering www.w3c.org by
+   // requesting this URL for every XHTML document.
+   if (url_string.StartsWithIgnoringASCIICase("http://www.w3.org/TR/xhtml;))
+@@ -648,6 +648,9 @@
+   if (did_init)
+ return;
+ 
++#if defined(LIBXML_CATALOG_ENABLED)
++  xmlCatalogSetDefaults(XML_CATA_ALLOW_NONE);
++#endif
+   xmlInitParser();
+   xmlRegisterInputCallbacks(MatchFunc, OpenFunc, ReadFunc, CloseFunc);
+   xmlRegisterOutputCallbacks(MatchFunc, OpenFunc, WriteFunc, CloseFunc);


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

2018-06-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 17, 2018 @ 11:55:56
  Author: arodseth
Revision: 343461

upgpkg: erlang-nox 20.3.7-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 11:31:30 UTC (rev 343460)
+++ PKGBUILD2018-06-17 11:55:56 UTC (rev 343461)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Lukas Fleischer 
 # Contributor: Vesa Kaihlavirta 
 # Contributor: Sarah Hay 
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=20.3.2
+pkgver=20.3.7
 _docver=20.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'


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

2018-06-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 17, 2018 @ 11:56:06
  Author: arodseth
Revision: 343462

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 11:55:56 UTC (rev 343461)
+++ PKGBUILD2018-06-17 11:56:06 UTC (rev 343462)
@@ -1,78 +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 
-
-pkgname=erlang-nox
-pkgver=20.3.2
-_docver=20.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-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 \
---prefix=/usr \
---enable-smp-support \
---with-odbc \
---enable-builtin-zlib
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  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"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 343461, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 11:56:06 UTC (rev 343462)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=20.3.7
+_docver=20.3
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
+arch=('x86_64')
+url='http://www.erlang.org/'
+license=('Apache')
+depends=('ncurses' 'openssl')
+makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
+conflicts=('erlang')
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+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 kitty/trunk (PKGBUILD)

2018-06-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 17, 2018 @ 11:31:19
  Author: svenstaro
Revision: 343459

upgpkg: kitty 0.11.1-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:40 UTC (rev 343458)
+++ PKGBUILD2018-06-17 11:31:19 UTC (rev 343459)
@@ -3,7 +3,7 @@
 # Contributor: Maximilian Kindshofer 
 
 pkgname=kitty
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('33e9d0a8de5531d9dad341054dde7986eee9ad9ef1c97809c6ee7f3a5fc5ae210eff59ac02e571c31f233676329143f38f4e95d8971d28b21e6befc362e46984')
+sha512sums=('79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 17, 2018 @ 11:31:30
  Author: svenstaro
Revision: 343460

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 343459, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 11:31:19 UTC (rev 343459)
+++ PKGBUILD2018-06-17 11:31:30 UTC (rev 343460)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgname=kitty
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
-makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('33e9d0a8de5531d9dad341054dde7986eee9ad9ef1c97809c6ee7f3a5fc5ae210eff59ac02e571c31f233676329143f38f4e95d8971d28b21e6befc362e46984')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py linux-package --prefix ${pkgdir}/usr
-
-  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 343459, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 11:31:30 UTC (rev 343460)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2018-06-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 17, 2018 @ 11:26:31
  Author: foutrelis
Revision: 327095

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
(from rev 327094, exo/trunk/PKGBUILD)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 11:26:25 UTC (rev 327094)
+++ PKGBUILD2018-06-17 11:26:31 UTC (rev 327095)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('64b88271a37d0ec7dca062c7bc61ca323116f7855092ac39698c421a2f30a18f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 327094, exo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 11:26:31 UTC (rev 327095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6b7e00d8cb24e0b3472c2514736d3aaf7c46d2a4eea0e07755d64f20d8666741')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 17, 2018 @ 11:26:25
  Author: foutrelis
Revision: 327094

upgpkg: exo 0.12.1-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:45 UTC (rev 327093)
+++ PKGBUILD2018-06-17 11:26:25 UTC (rev 327094)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=exo
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('64b88271a37d0ec7dca062c7bc61ca323116f7855092ac39698c421a2f30a18f')
+sha256sums=('6b7e00d8cb24e0b3472c2514736d3aaf7c46d2a4eea0e07755d64f20d8666741')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:40
  Author: spupykin
Revision: 343458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:29 UTC (rev 343457)
+++ PKGBUILD2018-06-17 10:45:40 UTC (rev 343458)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-# Contributor: Firmicus 
-
-pkgname=perl-test-warn
-pkgver=0.32
-pkgrel=2
-pkgdesc="Perl extension to test methods for warnings "
-arch=(any)
-url="http://search.cpan.org/dist/Test-Warn/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz;)
-sha256sums=('2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2')
-
-build() {
-  cd  "$srcdir"/Test-Warn-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-Warn-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-warn/repos/community-any/PKGBUILD (from rev 343457, 
perl-test-warn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 10:45:40 UTC (rev 343458)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+# Contributor: Firmicus 
+
+pkgname=perl-test-warn
+pkgver=0.34
+pkgrel=1
+pkgdesc="Perl extension to test methods for warnings "
+arch=(any)
+url="http://search.cpan.org/dist/Test-Warn/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz;)
+sha256sums=('817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff')
+
+build() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:45
  Author: heftig
Revision: 327093

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview3/repos/extra-x86_64/PKGBUILD
(from rev 327092, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:06 UTC (rev 327092)
+++ PKGBUILD2018-06-17 10:45:45 UTC (rev 327093)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview3
-pkgver=3.24.7
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=7bce982b9925fbeafeac73ae8ca48bf70c95a1e7  # tags/3.24.7^0
-source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 327092, 
gtksourceview3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 10:45:45 UTC (rev 327093)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview3
+pkgver=3.24.8
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
+_commit=f87bc25efb34c3c2f334dbcab043784b194340a3  # tags/3.24.8^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:29
  Author: spupykin
Revision: 343457

upgpkg: perl-test-warn 0.34-1

Modified:
  perl-test-warn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:13 UTC (rev 343456)
+++ PKGBUILD2018-06-17 10:45:29 UTC (rev 343457)
@@ -4,8 +4,8 @@
 # Contributor: Firmicus 
 
 pkgname=perl-test-warn
-pkgver=0.32
-pkgrel=2
+pkgver=0.34
+pkgrel=1
 pkgdesc="Perl extension to test methods for warnings "
 arch=(any)
 url="http://search.cpan.org/dist/Test-Warn/;
@@ -13,7 +13,7 @@
 depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz;)
-sha256sums=('2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2')
+sha256sums=('817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff')
 
 build() {
   cd  "$srcdir"/Test-Warn-$pkgver


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

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:06
  Author: heftig
Revision: 327092

3.24.8-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 07:31:46 UTC (rev 327091)
+++ PKGBUILD2018-06-17 10:45:06 UTC (rev 327092)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceview3
-pkgver=3.24.7
+pkgver=3.24.8
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=(gtk3 libxml2)
 makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=7bce982b9925fbeafeac73ae8ca48bf70c95a1e7  # tags/3.24.7^0
-source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
+_commit=f87bc25efb34c3c2f334dbcab043784b194340a3  # tags/3.24.8^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:13
  Author: spupykin
Revision: 343456

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 343455, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 343455, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 343455, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  160 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |6 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 10:45:01 UTC (rev 343455)
+++ PKGBUILD2018-06-17 10:45:13 UTC (rev 343456)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.30.0
-_basever=${pkgver%.*}
-_hash=e13d2d5
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
-  '1D98867E82982C8FE0ABC25F9B69B3109D3BB7B0')
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-sha256sums=('ec01d2d1b1df37eddc99e45d44b122e6d0c6d65d9d6dc3140aa7232143104036'
-'SKIP'
-'fea298f8b5e391a5d3074c4ce80d1defcd372e955e0818943775f4f05fe5056a'
-'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
-
-package_mediawiki() {
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps
-  install -vdm0755 "$pkgdir"/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver "$pkgdir"/usr/share/webapps/mediawiki
-
-  install -vDm0644 "$srcdir"/apache.example.conf 
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http "$pkgdir"/var/cache/mediawiki
-  install -vdm0755 -o http -g http "$pkgdir"/var/lib/mediawiki
-
-  cd "$pkgdir"/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-${_hash} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 343455, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 10:45:13 UTC (rev 343456)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.31.0
+_basever=${pkgver%.*}
+_hash=a1263db
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  

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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:45:01
  Author: spupykin
Revision: 343455

upgpkg: mediawiki 1.31.0-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 10:44:41 UTC (rev 343454)
+++ PKGBUILD2018-06-17 10:45:01 UTC (rev 343455)
@@ -4,9 +4,9 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.30.0
+pkgver=1.31.0
 _basever=${pkgver%.*}
-_hash=e13d2d5
+_hash=a1263db
 pkgrel=1
 pkgdesc="MediaWiki engine"
 arch=('any')
@@ -36,9 +36,9 @@
 
source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-sha256sums=('ec01d2d1b1df37eddc99e45d44b122e6d0c6d65d9d6dc3140aa7232143104036'
+sha256sums=('f2273eac60ba5e141143c27caaed1eb3505c339455f5834b757c0e34c1782077'
 'SKIP'
-'fea298f8b5e391a5d3074c4ce80d1defcd372e955e0818943775f4f05fe5056a'
+'c5cb0101ab19cdbbba8ffb90ced5c43ff13c01cde5035946c4b723c2273c9099'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
 
 package_mediawiki() {
@@ -55,12 +55,12 @@
 
   cd "$pkgdir"/usr/share/webapps/mediawiki
 
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
+#  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
   rmdir cache
   ln -sf /var/cache/mediawiki cache
 
   mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
+#  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
   rmdir images
   ln -sf /var/lib/mediawiki images
 }


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:44:31
  Author: spupykin
Revision: 343453

upgpkg: glusterfs 1:4.1.0-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 10:44:23 UTC (rev 343452)
+++ PKGBUILD2018-06-17 10:44:31 UTC (rev 343453)
@@ -6,7 +6,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -26,7 +26,7 @@
'glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
-sha256sums=('ef32c64a7d2625b40657a5333447ccc5378248aa23c53283f2ca91a893f7c9f5')
+sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:44:41
  Author: spupykin
Revision: 343454

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 343453, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 343453, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

---+
 PKGBUILD  |  146 ++--
 glusterfs.install |6 +-
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 10:44:31 UTC (rev 343453)
+++ PKGBUILD2018-06-17 10:44:41 UTC (rev 343454)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(flex bison rpcsvc-proto)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
-sha256sums=('ef32c64a7d2625b40657a5333447ccc5378248aa23c53283f2ca91a893f7c9f5')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 343453, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 10:44:41 UTC (rev 343454)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+makedepends=(flex bison rpcsvc-proto)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
+sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+--enable-gnfs \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {

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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:44:23
  Author: spupykin
Revision: 343452

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 343451, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 10:44:09 UTC (rev 343451)
+++ PKGBUILD2018-06-17 10:44:23 UTC (rev 343452)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=10.1.7.5
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('69424afde4420c64344df74871454bb8969b2f984c134503a310c37a5e2e7013')
-
-package() {
-  cd "${srcdir}"
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 343451, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 10:44:23 UTC (rev 343452)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=10.1.8.2
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="https://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('d41f5d36337569d1a1633303d7d07505ab905efba0644e73edccf43edc0d39e0')
+
+package() {
+  cd "${srcdir}"
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2018-06-17 Thread Sergej Pupykin via arch-commits
Date: Sunday, June 17, 2018 @ 10:44:09
  Author: spupykin
Revision: 343451

upgpkg: firefox-noscript 10.1.8.2-1

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 09:34:37 UTC (rev 343450)
+++ PKGBUILD2018-06-17 10:44:09 UTC (rev 343451)
@@ -3,7 +3,7 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-noscript
-pkgver=10.1.7.5
+pkgver=10.1.8.2
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('unzip')
 
source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('69424afde4420c64344df74871454bb8969b2f984c134503a310c37a5e2e7013')
+sha256sums=('d41f5d36337569d1a1633303d7d07505ab905efba0644e73edccf43edc0d39e0')
 
 package() {
   cd "${srcdir}"


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

2018-06-17 Thread Thore Bödecker via arch-commits
Date: Sunday, June 17, 2018 @ 09:34:37
  Author: foxxx0
Revision: 343450

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 343449, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 343449, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch
(from rev 343449, python-cheroot/trunk/cheroot-fix-setup-python3.patch)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch

-+
 LICENSE |   14 ++--
 PKGBUILD|  114 +++---
 cheroot-fix-setup-python3.patch |   40 ++---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-17 09:34:23 UTC (rev 343449)
+++ LICENSE 2018-06-17 09:34:37 UTC (rev 343450)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-cheroot/repos/community-any/LICENSE (from rev 343449, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-17 09:34:37 UTC (rev 343450)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 09:34:23 UTC (rev 343449)
+++ PKGBUILD2018-06-17 09:34:37 UTC (rev 343450)
@@ -1,57 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.3.1
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/c7/de/c49706305d642e8fe8f3d5b61e43850104e579e7a17a8cf71825abecef90/cheroot-6.3.1.tar.gz;
-"LICENSE"
-"cheroot-fix-setup-python3.patch")
-sha512sums=('277dfe35927f5e41bd9601f89c0bca549946c21523c2e3ee5ce20c4d49bd9e006c2c4046b78289d72d09b7b5befa2de6d456c174ead9b29b42e255972e0fc604'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-
'5ec0001c803682f142e3eb1ebcf10614b3d4f2e64dfea874a868b7702a79b429ae86aea5c7b90711d573d5cc25e3296c3b64dc55598d926c06de59d35d8f04bc')
-
-prepare() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  patch -p1 -N -i 

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

2018-06-17 Thread Thore Bödecker via arch-commits
Date: Sunday, June 17, 2018 @ 09:34:23
  Author: foxxx0
Revision: 343449

upgpkg: python-cheroot 6.3.2-1

update to 6.3.2

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 09:33:06 UTC (rev 343448)
+++ PKGBUILD2018-06-17 09:34:23 UTC (rev 343449)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.3.1
+pkgver=6.3.2
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
@@ -13,10 +13,10 @@
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
   'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/c7/de/c49706305d642e8fe8f3d5b61e43850104e579e7a17a8cf71825abecef90/cheroot-6.3.1.tar.gz;
+source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/11/d1/5be0e55bf606978c98a92f286bdf99606eaef636d2356d4947f8bf49084f/cheroot-6.3.2.tar.gz;
 "LICENSE"
 "cheroot-fix-setup-python3.patch")
-sha512sums=('277dfe35927f5e41bd9601f89c0bca549946c21523c2e3ee5ce20c4d49bd9e006c2c4046b78289d72d09b7b5befa2de6d456c174ead9b29b42e255972e0fc604'
+sha512sums=('bae65749319fbcd3f713926efbd5aefc150fec592ac6f73e83027f1e69cb5b4a6fb1051f199220568f2b704055d3dc70abfe030870c1d5e85ab7113dda7cd086'
 
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
 
'5ec0001c803682f142e3eb1ebcf10614b3d4f2e64dfea874a868b7702a79b429ae86aea5c7b90711d573d5cc25e3296c3b64dc55598d926c06de59d35d8f04bc')
 


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

2018-06-17 Thread Thore Bödecker via arch-commits
Date: Sunday, June 17, 2018 @ 09:32:56
  Author: foxxx0
Revision: 343447

upgpkg: python-cherrypy 16.0.0-1

update to 16.0.0

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 06:29:15 UTC (rev 343446)
+++ PKGBUILD2018-06-17 09:32:56 UTC (rev 343447)
@@ -9,7 +9,7 @@
 pkgbase='python-cherrypy'
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=15.0.0
+pkgver=16.0.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
   'python2-portend')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz;)
-sha512sums=('8b976dd0b80fdc3dd0c98460e26bbca999e3646780ff88d1bb1407820846793f70e43cdcebd9cd4a5bc548e991a00d6c72793727d9b5bd8c2dcd381f7b7609a7')
+sha512sums=('23c4b709360398615212cada945b85e59b8f664373705f8b70de16785905862b8fff44b27e3dff2c2d446a579c478fc4786910d8dee7d7f14a468dfafaf9bd76')
 
 prepare() {
   cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"


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

2018-06-17 Thread Thore Bödecker via arch-commits
Date: Sunday, June 17, 2018 @ 09:33:06
  Author: foxxx0
Revision: 343448

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 09:32:56 UTC (rev 343447)
+++ PKGBUILD2018-06-17 09:33:06 UTC (rev 343448)
@@ -1,75 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=15.0.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
-  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
-  'python2-portend')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz;)
-sha512sums=('8b976dd0b80fdc3dd0c98460e26bbca999e3646780ff88d1bb1407820846793f70e43cdcebd9cd4a5bc548e991a00d6c72793727d9b5bd8c2dcd381f7b7609a7')
-
-prepare() {
-  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
-}
-
-build() {
-
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py build
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  # fix incorrect shebang
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' 
cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  tox
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  tox2
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}
-
-package_python2-cherrypy() {
-  depends=('python2' 'python2-six' 'python2-cheroot' 'python2-portend' 
'python2-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 343447, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-17 09:33:06 UTC (rev 343448)
@@ -0,0 +1,75 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgbase='python-cherrypy'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=16.0.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
+  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
+  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
+  'python2-portend')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz;)
+sha512sums=('23c4b709360398615212cada945b85e59b8f664373705f8b70de16785905862b8fff44b27e3dff2c2d446a579c478fc4786910d8dee7d7f14a468dfafaf9bd76')
+
+prepare() {
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # disable broken tests
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
+}
+
+build() {
+
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+
+  cd 

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

2018-06-17 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 06:29:10
  Author: lcarlier
Revision: 343445

upgpkg: lib32-mesa 18.1.2-1

upstream update 18.1.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 03:45:31 UTC (rev 343444)
+++ PKGBUILD2018-06-17 06:29:10 UTC (rev 343445)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=18.1.1
+pkgver=18.1.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-glvnd-fix-gl.pc.patch)
-sha512sums=('7783adc1ec7a1c3d092acfcca6b4ba19450c15a7f0d7f41fbf25e482236615d79ce24afe60959066ea7aa851df4f74fa3c569fa6d847ea79e6bfe046b8c65e90'
+sha512sums=('1b896ecc42c2f81813d551a2b14d271d274a948fa10bf5b7a567417690316c2ab7e7fdd52fe004732cd1a47661ba91acf7d5b21e3b3f28e21b50aadbfa96a5d5'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'2f40198eff47664c831c56e8a63f60a4d1b815cf697e6bdb0be39e6d9c5df043857f6264b7cd2ccf46c07626186c565144e80f4214b5f7936ef7024c47201437')


[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (8 files)

2018-06-17 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 06:29:15
  Author: lcarlier
Revision: 343446

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch
(from rev 343445, lib32-mesa/trunk/0001-glvnd-fix-gl.pc.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
(from rev 343445, 
lib32-mesa/trunk/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 343445, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 343445, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch
  
lib32-mesa/repos/multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

-+
 0001-glvnd-fix-gl.pc.patch  |   52 -
 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch |  148 ++--
 LICENSE |  166 ++--
 PKGBUILD|  356 
+-
 4 files changed, 361 insertions(+), 361 deletions(-)

Deleted: 0001-glvnd-fix-gl.pc.patch
===
--- 0001-glvnd-fix-gl.pc.patch  2018-06-17 06:29:10 UTC (rev 343445)
+++ 0001-glvnd-fix-gl.pc.patch  2018-06-17 06:29:15 UTC (rev 343446)
@@ -1,26 +0,0 @@
-From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: Unknown <>
-Date: Tue, 15 May 2018 20:10:53 +0200
-Subject: [PATCH 1/4] glvnd: fix gl.pc
-

- src/mesa/gl.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
-index 181724b97b..8c7b7da8d7 100644
 a/src/mesa/gl.pc.in
-+++ b/src/mesa/gl.pc.in
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@
--- 
-2.17.0
-

Copied: lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch 
(from rev 343445, lib32-mesa/trunk/0001-glvnd-fix-gl.pc.patch)
===
--- 0001-glvnd-fix-gl.pc.patch  (rev 0)
+++ 0001-glvnd-fix-gl.pc.patch  2018-06-17 06:29:15 UTC (rev 343446)
@@ -0,0 +1,26 @@
+From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Unknown <>
+Date: Tue, 15 May 2018 20:10:53 +0200
+Subject: [PATCH 1/4] glvnd: fix gl.pc
+
+---
+ src/mesa/gl.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
+index 181724b97b..8c7b7da8d7 100644
+--- a/src/mesa/gl.pc.in
 b/src/mesa/gl.pc.in
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@
+-- 
+2.17.0
+

Deleted: 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
===
--- 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch 
2018-06-17 06:29:10 UTC (rev 343445)
+++ 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch 
2018-06-17 06:29:15 UTC (rev 343446)
@@ -1,74 +0,0 @@
-From patchwork Tue May  8 09:42:05 2018
-Content-Type: text/plain; charset="utf-8"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Subject: [Mesa-dev,
- 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete
- before drawable_fini.
-From: =?utf-8?q?Michel_D=C3=A4nzer?= 
-X-Patchwork-Id: 221466
-Message-Id: 
-To: Mario Kleiner ,
- Mike Lothian 
-Cc: ML mesa-dev ,
- ML xorg-devel 
-Date: Tue, 8 May 2018 11:42:05 +0200
-
-On 2018-05-05 06:25 AM, Mario Kleiner wrote:
-> On Sat, May 5, 2018 at 4:08 AM, Mike Lothian  wrote:
->> I definately saw the steam bug with patch 1 but not with plasmashell,
->> I started seeing it with patch 2 but it seemed to fix itself
-> 
-> I had two hangs of kwin_x11 within the last 6 hours when alt-tabbing
-> between windows, where it got stuck in the
-> loader_dri3_swapbuffer_barrier() from patch 1/2. Not sure how that is
-> possible, or if the stacktrace was misleading, because i had to VT
-> switch to a text console to attach the debugger and this might be just
-> a side effect of that. But if it is true, then patch 1/2 would not be
-> it. Also 1/2 has a potential performance impact, whereas 2/2 doesn't.
-> However 2/2 would also 

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

2018-06-17 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 06:04:38
  Author: lcarlier
Revision: 327089

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-glvnd-fix-gl.pc.patch
(from rev 327088, mesa/trunk/0001-glvnd-fix-gl.pc.patch)
  
mesa/repos/testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
(from rev 327088, 
mesa/trunk/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 327088, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 327088, mesa/trunk/PKGBUILD)

-+
 0001-glvnd-fix-gl.pc.patch  |   26 +
 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch |   74 +++
 LICENSE |   83 
 PKGBUILD|  192 
++
 4 files changed, 375 insertions(+)

Copied: mesa/repos/testing-x86_64/0001-glvnd-fix-gl.pc.patch (from rev 327088, 
mesa/trunk/0001-glvnd-fix-gl.pc.patch)
===
--- testing-x86_64/0001-glvnd-fix-gl.pc.patch   (rev 0)
+++ testing-x86_64/0001-glvnd-fix-gl.pc.patch   2018-06-17 06:04:38 UTC (rev 
327089)
@@ -0,0 +1,26 @@
+From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Unknown <>
+Date: Tue, 15 May 2018 20:10:53 +0200
+Subject: [PATCH 1/4] glvnd: fix gl.pc
+
+---
+ src/mesa/gl.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
+index 181724b97b..8c7b7da8d7 100644
+--- a/src/mesa/gl.pc.in
 b/src/mesa/gl.pc.in
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@
+-- 
+2.17.0
+

Copied: 
mesa/repos/testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
 (from rev 327088, 
mesa/trunk/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch)
===
--- 
testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch  
(rev 0)
+++ 
testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch  
2018-06-17 06:04:38 UTC (rev 327089)
@@ -0,0 +1,74 @@
+From patchwork Tue May  8 09:42:05 2018
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: [Mesa-dev,
+ 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete
+ before drawable_fini.
+From: =?utf-8?q?Michel_D=C3=A4nzer?= 
+X-Patchwork-Id: 221466
+Message-Id: 
+To: Mario Kleiner ,
+ Mike Lothian 
+Cc: ML mesa-dev ,
+ ML xorg-devel 
+Date: Tue, 8 May 2018 11:42:05 +0200
+
+On 2018-05-05 06:25 AM, Mario Kleiner wrote:
+> On Sat, May 5, 2018 at 4:08 AM, Mike Lothian  wrote:
+>> I definately saw the steam bug with patch 1 but not with plasmashell,
+>> I started seeing it with patch 2 but it seemed to fix itself
+> 
+> I had two hangs of kwin_x11 within the last 6 hours when alt-tabbing
+> between windows, where it got stuck in the
+> loader_dri3_swapbuffer_barrier() from patch 1/2. Not sure how that is
+> possible, or if the stacktrace was misleading, because i had to VT
+> switch to a text console to attach the debugger and this might be just
+> a side effect of that. But if it is true, then patch 1/2 would not be
+> it. Also 1/2 has a potential performance impact, whereas 2/2 doesn't.
+> However 2/2 would also need more work, as i can think of more complex
+> scenarios where it would filter the wrong events, although not in the
+> case of plasmashell or steam. Probably we'd need to sacrifice a few
+> sbc bits in the Present events serial field to transport a unique tag
+> for each incarnation of the loader_dri3_drawable, like a mini-hash of
+> the draw->eid. Ugly ugly...
+
+How about the below?
+
+Idle notify events shouldn't need special treatment, since the pixmap
+XIDs of the buffers will be different between loader_dri3_drawable
+incarnations, aren't they?
+
+
+This still leaves the issue that the SBC moves backwards, which could
+theoretically result in hangs with apps using glXWaitForSbcOML. Fixing
+that would probably require changing the loader_dri3_drawable lifetime
+cycle, which would probably be very invasive, if feasible at all. Maybe
+we don't need to care about that for the time being, until there's a
+real world app running into it.
+
+diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
+index 6db8303d26d..f0ff2f07bde 100644
+--- a/src/loader/loader_dri3_helper.c
 b/src/loader/loader_dri3_helper.c
+@@ -370,9 

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

2018-06-17 Thread Laurent Carlier via arch-commits
Date: Sunday, June 17, 2018 @ 06:04:24
  Author: lcarlier
Revision: 327088

upgpkg: mesa 18.1.2-1

upstream update 18.1.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 05:33:41 UTC (rev 327087)
+++ PKGBUILD2018-06-17 06:04:24 UTC (rev 327088)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=18.1.1
+pkgver=18.1.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -17,7 +17,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-glvnd-fix-gl.pc.patch)
-sha512sums=('7783adc1ec7a1c3d092acfcca6b4ba19450c15a7f0d7f41fbf25e482236615d79ce24afe60959066ea7aa851df4f74fa3c569fa6d847ea79e6bfe046b8c65e90'
+sha512sums=('1b896ecc42c2f81813d551a2b14d271d274a948fa10bf5b7a567417690316c2ab7e7fdd52fe004732cd1a47661ba91acf7d5b21e3b3f28e21b50aadbfa96a5d5'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'2f40198eff47664c831c56e8a63f60a4d1b815cf697e6bdb0be39e6d9c5df043857f6264b7cd2ccf46c07626186c565144e80f4214b5f7936ef7024c47201437')