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

2019-01-16 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 17, 2019 @ 07:42:00
  Author: anatolik
Revision: 423774

archrelease: copy trunk to community-x86_64

Added:
  unarchiver/repos/community-x86_64/PKGBUILD
(from rev 423773, unarchiver/trunk/PKGBUILD)
  unarchiver/repos/community-x86_64/native_obj_exceptions.patch
(from rev 423773, unarchiver/trunk/native_obj_exceptions.patch)
Deleted:
  unarchiver/repos/community-x86_64/PKGBUILD
  unarchiver/repos/community-x86_64/native_obj_exceptions.patch

-+
 PKGBUILD|   88 +-
 native_obj_exceptions.patch |   44 ++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-17 07:41:34 UTC (rev 423773)
+++ PKGBUILD2019-01-17 07:42:00 UTC (rev 423774)
@@ -1,44 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Cedric Girard 
-# Contributor: N30N 
-
-pkgname=unarchiver
-pkgver=1.10.1
-_commit=1534a5cf6900
-pkgrel=5
-pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
-arch=(x86_64)
-url="http://unarchiver.c3.cx/;
-license=('LGPL2.1')
-depends=(gnustep-base openssl bzip2 icu gcc-libs zlib)
-makedepends=(gcc-objc gnustep-make)
-source=("https://bitbucket.org/kosovan/theunarchiver/get/unar-${pkgver}.tar.gz;
-"native_obj_exceptions.patch")
-sha1sums=('d7dac2b1786e63787dbea74030ecdf8c425de730'
-  'b8024026607dc2de758479b73d8b01ca6f692b59')
-
-prepare(){
-  cd "$srcdir/kosovan-theunarchiver-${_commit}"
-
-  patch -p1 < ../native_obj_exceptions.patch
-}
-
-build() {
-  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
-
-  . /usr/share/GNUstep/Makefiles/GNUstep.sh
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
-  install -d "$pkgdir/usr/bin/"
-  install -m755 unar lsar "$pkgdir/usr/bin/"
-
-  cd "$srcdir/kosovan-theunarchiver-${_commit}/Extra"
-  install -d "$pkgdir/usr/share/man/man1"
-  install -m644 lsar.1 unar.1 "$pkgdir/usr/share/man/man1/"
-  install -d "$pkgdir/usr/share/bash-completion/completions/"
-  install -m644 unar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/unar"
-  install -m644 lsar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/lsar"
-}

Copied: unarchiver/repos/community-x86_64/PKGBUILD (from rev 423773, 
unarchiver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-17 07:42:00 UTC (rev 423774)
@@ -0,0 +1,44 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Cedric Girard 
+# Contributor: N30N 
+
+pkgname=unarchiver
+pkgver=1.10.1
+_commit=1534a5cf6900
+pkgrel=6
+pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
+arch=(x86_64)
+url="http://unarchiver.c3.cx/;
+license=('LGPL2.1')
+depends=(gnustep-base openssl bzip2 icu gcc-libs zlib)
+makedepends=(gcc-objc gnustep-make)
+source=("https://bitbucket.org/kosovan/theunarchiver/get/unar-${pkgver}.tar.gz;
+"native_obj_exceptions.patch")
+sha1sums=('d7dac2b1786e63787dbea74030ecdf8c425de730'
+  'b8024026607dc2de758479b73d8b01ca6f692b59')
+
+prepare(){
+  cd "$srcdir/kosovan-theunarchiver-${_commit}"
+
+  patch -p1 < ../native_obj_exceptions.patch
+}
+
+build() {
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
+
+  . /usr/share/GNUstep/Makefiles/GNUstep.sh
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
+  install -d "$pkgdir/usr/bin/"
+  install -m755 unar lsar "$pkgdir/usr/bin/"
+
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/Extra"
+  install -d "$pkgdir/usr/share/man/man1"
+  install -m644 lsar.1 unar.1 "$pkgdir/usr/share/man/man1/"
+  install -d "$pkgdir/usr/share/bash-completion/completions/"
+  install -m644 unar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/unar"
+  install -m644 lsar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/lsar"
+}

Deleted: native_obj_exceptions.patch
===
--- native_obj_exceptions.patch 2019-01-17 07:41:34 UTC (rev 423773)
+++ native_obj_exceptions.patch 2019-01-17 07:42:00 UTC (rev 423774)
@@ -1,22 +0,0 @@
-diff -Naur The Unarchiver/UniversalDetector/Makefile.linux The 
Unarchiver_patched/UniversalDetector/Makefile.linux
 The Unarchiver/UniversalDetector/Makefile.linux2011-04-27 
03:32:21.0 +0200
-+++ The Unarchiver_patched/UniversalDetector/Makefile.linux2011-12-22 
10:48:32.138621163 +0100
-@@ -16,7 +16,6 @@
- 
- GNUSTEP_OPTS =-DGNUSTEP \
-   -DGNU_RUNTIME=1 \
--  -D_NATIVE_OBJC_EXCEPTIONS \
-   -fgnu-runtime \
-   -fexceptions \
-   -fobjc-exceptions \
-diff -Naur The Unarchiver/XADMaster/Makefile.linux The 
Unarchiver_patched/XADMaster/Makefile.linux

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

2019-01-16 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 17, 2019 @ 07:41:34
  Author: anatolik
Revision: 423773

upgpkg: unarchiver 1.10.1-6

FS#61438: rebuild against gnustep-base-1.26.0

Modified:
  unarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 01:16:05 UTC (rev 423772)
+++ PKGBUILD2019-01-17 07:41:34 UTC (rev 423773)
@@ -5,7 +5,7 @@
 pkgname=unarchiver
 pkgver=1.10.1
 _commit=1534a5cf6900
-pkgrel=5
+pkgrel=6
 pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
 arch=(x86_64)
 url="http://unarchiver.c3.cx/;


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

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 07:33:42
  Author: andyrtr
Revision: 344336

add proper url

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 07:32:44 UTC (rev 344335)
+++ PKGBUILD2019-01-17 07:33:42 UTC (rev 344336)
@@ -7,7 +7,8 @@
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
-url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
 license=('LGPL2.1')
 depends=('glibc')
 makedepends=('git')


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

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 07:32:38
  Author: andyrtr
Revision: 344334

upgpkg: ell 0.17-1

upstream update 0.17

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 07:27:14 UTC (rev 344333)
+++ PKGBUILD2019-01-17 07:32:38 UTC (rev 344334)
@@ -2,8 +2,8 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-_commit=726ca36c2a494d7b2f35a0cedf04114cdabf  # tags/0.5
-pkgver=0.5
+_commit=ebc021cee3b2d20ca2af5e3ed02495da616b2fd3 # tags/0.17
+pkgver=0.17
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)


[arch-commits] Commit in ell/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 07:32:44
  Author: andyrtr
Revision: 344335

archrelease: copy trunk to testing-x86_64

Added:
  ell/repos/testing-x86_64/
  ell/repos/testing-x86_64/PKGBUILD
(from rev 344334, ell/trunk/PKGBUILD)

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

Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 344334, ell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-17 07:32:44 UTC (rev 344335)
@@ -0,0 +1,36 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+_commit=ebc021cee3b2d20ca2af5e3ed02495da616b2fd3 # tags/0.17
+pkgver=0.17
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://git.kernel.org/pub/scm/libs/ell/ell.git/#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname"
+  make -k check
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 07:27:00
  Author: andyrtr
Revision: 344332

upgpkg: linux-lts 4.19.16-1

upstream update 4.19.16

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |6 +++---
 config   |5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 06:24:03 UTC (rev 344331)
+++ PKGBUILD2019-01-17 07:27:00 UTC (rev 344332)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.19
-pkgver=4.19.15
+pkgver=4.19.16
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -23,8 +23,8 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
 'SKIP'
-'051507958d5ed9b2eac34abdc49f5fa1600646bf804076cda448aacb93019b98'
-'d0f62ce948ad58b96fea316b9cf1f08193c6b56e0ca4901d382494a071865dfd'
+'e27c6d698226963b6ec06a31847b6b29ff892bfaa2d0d9f642c724d44dd4aecc'
+'2dbe737dd5d186ca0b3b1753ad3d7a4a722b3eb03ec224dc24b49dd491c18cf1'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config
===
--- config  2019-01-17 06:24:03 UTC (rev 344331)
+++ config  2019-01-17 07:27:00 UTC (rev 344332)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.12-1 Kernel Configuration
+# Linux/x86 4.19.16-1 Kernel Configuration
 #
 
 #
@@ -5943,6 +5943,7 @@
 CONFIG_DRM_KMS_FB_HELPER=y
 CONFIG_DRM_FBDEV_EMULATION=y
 CONFIG_DRM_FBDEV_OVERALLOC=100
+# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
 CONFIG_DRM_LOAD_EDID_FIRMWARE=y
 CONFIG_DRM_DP_CEC=y
 CONFIG_DRM_TTM=m
@@ -7191,10 +7192,10 @@
 # USB Type-C Alternate Mode drivers
 #
 CONFIG_TYPEC_DP_ALTMODE=m
+CONFIG_USB_ROLE_SWITCH=m
 CONFIG_USB_ROLES_INTEL_XHCI=m
 CONFIG_USB_LED_TRIG=y
 CONFIG_USB_ULPI_BUS=m
-CONFIG_USB_ROLE_SWITCH=m
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
 CONFIG_UWB_WHCI=m


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

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 07:27:14
  Author: andyrtr
Revision: 344333

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 344332, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 344332, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 344332, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 344332, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 344332, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 344332, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 344332, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  232 
 config  | 9793 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 7 files changed, 10175 insertions(+)

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


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

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 06:23:53
  Author: andyrtr
Revision: 344330

upgpkg: libgpg-error 1.34-1

upstream update 1.34

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 01:16:13 UTC (rev 344329)
+++ PKGBUILD2019-01-17 06:23:53 UTC (rev 344330)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=libgpg-error
-pkgver=1.33
+pkgver=1.34
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('bd40bf4cb6a0b725f5ea91b68d6ae5aeb387a750'
+sha1sums=('0a3e67e428a2e051a94cabd9fb140bf49fdc13d0'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 


[arch-commits] Commit in libgpg-error/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-16 Thread Andreas Radke via arch-commits
Date: Thursday, January 17, 2019 @ 06:24:03
  Author: andyrtr
Revision: 344331

archrelease: copy trunk to testing-x86_64

Added:
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 344330, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 344330, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-17 06:24:03 UTC (rev 344331)
@@ -0,0 +1,33 @@
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.34
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('0a3e67e428a2e051a94cabd9fb140bf49fdc13d0'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:06
  Author: heftig
Revision: 423754

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 423752, deepin-anything-arch/trunk/PKGBUILD)
  deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch
(from rev 423752, deepin-anything-arch/trunk/linux-4.20.patch)

--+
 PKGBUILD |   36 
 linux-4.20.patch |   16 
 2 files changed, 52 insertions(+)

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
423752, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-17 01:15:06 UTC (rev 423754)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.0.3
+_extramodules=extramodules-ARCH
+pkgrel=6
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux>=4.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+linux-4.20.patch)
+sha512sums=('8a506ba57d6a2ac9c9089719d18013fbde6443cb4f63de79498269e728b7e8725b4e06e7029ae2d2242aaac955c63e56c680fdd18e3fb0d72e9953a9fc5e8402'
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-4.20.patch
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver/kernelmod
+  install -Dm644 vfs_monitor.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+}

Copied: deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch 
(from rev 423752, deepin-anything-arch/trunk/linux-4.20.patch)
===
--- community-staging-x86_64/linux-4.20.patch   (rev 0)
+++ community-staging-x86_64/linux-4.20.patch   2019-01-17 01:15:06 UTC (rev 
423754)
@@ -0,0 +1,16 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 0d6d360..d09e439 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -115,7 +115,11 @@ static ssize_t copy_vfs_changes(struct timeval *last, 
char* buf, size_t size)
+ 
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
+   struct tm ts;
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
++#else
++  time64_to_tm(shifted_secs, 0, );
++#endif
+   char temp[MIN_LINE_SIZE];
+   snprintf(temp, sizeof(temp), "%04ld-%02d-%02d 
%02d:%02d:%02d.%03ld %s ",
+   1900+ts.tm_year, 1+ts.tm_mon, ts.tm_mday, ts.tm_hour, 
ts.tm_min, ts.tm_sec, vc->ts.tv_usec/1000, 


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:13
  Author: heftig
Revision: 423762

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 423760, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-17 01:15:13 UTC (rev 423762)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=37
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.20" "linux<4.21")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:04
  Author: heftig
Revision: 423753

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 423752, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-01-17 01:15:04 UTC (rev 423753)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:08
  Author: heftig
Revision: 423758

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:07
  Author: heftig
Revision: 423755

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
423752, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-01-17 01:15:07 UTC (rev 
423755)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 423752, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-17 01:15:07 UTC (rev 423755)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=127
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20' 'linux-headers<4.21')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:07
  Author: heftig
Revision: 423756

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 423752, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 423752, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 423752, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 423752, ndiswrapper-arch/trunk/linux-4.15.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 4 files changed, 324 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
423752, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-17 01:15:07 UTC (rev 423756)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=3
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('linux>=4.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+
+  cd ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper/driver
+  install -Dm644 ndiswrapper.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 423752, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-01-17 01:15:07 UTC (rev 
423756)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+, _length,
+@@ -2346,7 +2348,9 @@ wstdcall void EthRxIndicateHandler(struct ndis_mp_block 
*nmb, void *rx_ctx,
+   ERROR("nmb is NULL");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+ 
+   if (look_ahead_size < packet_size) {
+   struct ndis_packet *packet;
+@@ -2461,7 +2465,9 @@ wstdcall void NdisMTransferDataComplete(struct 
ndis_mp_block *nmb,
+   WARNING("illegal packet");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   

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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:09
  Author: heftig
Revision: 423760

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
423752, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-17 01:15:09 UTC (rev 423760)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname='wireguard-arch'
+pkgver=0.0.20181218
+pkgrel=4
+_linux_major=4
+_linux_minor=20
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "wireguard-dkms>=$pkgver")
+
+_extramodules='extramodules-ARCH'
+
+package_wireguard-arch() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Wireguard module for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  conflicts=('wireguard-dkms')
+  provides=('WIREGUARD-MODULE')
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:20
  Author: heftig
Revision: 344323

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   95 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 ++
 kernel-4.20.patch |   43 +++
 4 files changed, 234 insertions(+)

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 344321, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch 

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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:09
  Author: heftig
Revision: 423759

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:08
  Author: heftig
Revision: 423757

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:21
  Author: heftig
Revision: 344324

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 344321, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-01-17 01:15:21 UTC (rev 344324)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ 

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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:10
  Author: heftig
Revision: 423761

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 01:15:15
  Author: heftig
Revision: 344322

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:57
  Author: heftig
Revision: 344319

390.87-28: kernel 4.20.3.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:46:24 UTC (rev 344318)
+++ PKGBUILD2019-01-17 00:55:57 UTC (rev 344319)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=27
+pkgrel=28
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:56:04
  Author: heftig
Revision: 423752

0.0.3-6: kernel 4.20.3.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:56:01 UTC (rev 423751)
+++ PKGBUILD2019-01-17 00:56:04 UTC (rev 423752)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.0.3
 _extramodules=extramodules-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:58
  Author: heftig
Revision: 344320

415.25-8: kernel 4.20.3.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:57 UTC (rev 344319)
+++ PKGBUILD2019-01-17 00:55:58 UTC (rev 344320)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.25
 _extramodules=extramodules-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:56:03
  Author: heftig
Revision: 344321

340.107-55: kernel 4.20.3.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:58 UTC (rev 344320)
+++ PKGBUILD2019-01-17 00:56:03 UTC (rev 344321)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=54
+pkgrel=55
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:56:01
  Author: heftig
Revision: 423751

0.0.20181218-4: kernel 4.20.3.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:56:00 UTC (rev 423750)
+++ PKGBUILD2019-01-17 00:56:01 UTC (rev 423751)
@@ -2,7 +2,7 @@
 
 pkgname='wireguard-arch'
 pkgver=0.0.20181218
-pkgrel=3
+pkgrel=4
 _linux_major=4
 _linux_minor=20
 arch=('x86_64')


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:42
  Author: heftig
Revision: 423744

6.30.223.271-73: kernel 4.20.3.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:40 UTC (rev 423743)
+++ PKGBUILD2019-01-17 00:55:42 UTC (rev 423744)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=72
+pkgrel=73
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:47
  Author: heftig
Revision: 423746

0.8-192: kernel 4.20.3.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:45 UTC (rev 423745)
+++ PKGBUILD2019-01-17 00:55:47 UTC (rev 423746)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=191
+pkgrel=192
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:56:00
  Author: heftig
Revision: 423750

1.61-3: kernel 4.20.3.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:54 UTC (rev 423749)
+++ PKGBUILD2019-01-17 00:56:00 UTC (rev 423750)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:49
  Author: heftig
Revision: 423747

8.046.00-37: kernel 4.20.3.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:47 UTC (rev 423746)
+++ PKGBUILD2019-01-17 00:55:49 UTC (rev 423747)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=36
+pkgrel=37
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:45
  Author: heftig
Revision: 423745

6.0.2-3: kernel 4.20.3.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:42 UTC (rev 423744)
+++ PKGBUILD2019-01-17 00:55:45 UTC (rev 423745)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.2
-pkgrel=2
+pkgrel=3
 _linux_major=4
 _linux_minor=20
 arch=('x86_64')


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:40
  Author: heftig
Revision: 423743

0.43-80: kernel 4.20.3.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:52:35 UTC (rev 423742)
+++ PKGBUILD2019-01-17 00:55:40 UTC (rev 423743)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=79
+pkgrel=80
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:52
  Author: heftig
Revision: 423748

20170610-127: kernel 4.20.3.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:49 UTC (rev 423747)
+++ PKGBUILD2019-01-17 00:55:52 UTC (rev 423748)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=126
+pkgrel=127
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:55:54
  Author: heftig
Revision: 423749

1.1.0-186: kernel 4.20.3.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:55:52 UTC (rev 423748)
+++ PKGBUILD2019-01-17 00:55:54 UTC (rev 423749)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=185
+pkgrel=186
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


[arch-commits] Commit in aarch64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2019-01-16 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 17, 2019 @ 00:52:35
  Author: anatolik
Revision: 423742

archrelease: copy trunk to community-x86_64

Added:
  aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 423741, aarch64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-17 00:52:03 UTC (rev 423741)
+++ PKGBUILD2019-01-17 00:52:35 UTC (rev 423742)
@@ -1,93 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.2.0
-_islver=0.20
-pkgrel=2
-_snapshot=8-20180928
-pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
-arch=(x86_64)
-url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils $_target-glibc libmpc zlib)
-makedepends=(gmp mpfr)
-options=(!emptydirs !strip staticlibs)
-source=(#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('33d24f9a9ca3bff8c99d3cadbe3b089bc3e5c255b944cc98266544baa0602a6f'
-'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2')
-validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -sf ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}

Copied: aarch64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 423741, 
aarch64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-17 00:52:35 UTC (rev 423742)
@@ -0,0 +1,93 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.2.0
+_islver=0.20
+pkgrel=3
+_snapshot=8-20190111
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils $_target-glibc libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip staticlibs)
+source=(#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha256sums=('b9cdfc65ee9cf5054a9d45496c70830a58bcf30b551629ad052a55779ccdbd65'
+

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

2019-01-16 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 17, 2019 @ 00:52:03
  Author: anatolik
Revision: 423741

upgpkg: aarch64-linux-gnu-gcc 8.2.0-3

FS#61410: enable OpenMP support

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 23:21:09 UTC (rev 423740)
+++ PKGBUILD2019-01-17 00:52:03 UTC (rev 423741)
@@ -4,8 +4,8 @@
 pkgname=$_target-gcc
 pkgver=8.2.0
 _islver=0.20
-pkgrel=2
-_snapshot=8-20180928
+pkgrel=3
+_snapshot=8-20190111
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
@@ -16,7 +16,7 @@
 source=(#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('33d24f9a9ca3bff8c99d3cadbe3b089bc3e5c255b944cc98266544baa0602a6f'
+sha256sums=('b9cdfc65ee9cf5054a9d45496c70830a58bcf30b551629ad052a55779ccdbd65'
 'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
@@ -61,7 +61,7 @@
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --target=$_target --host=$CHOST --build=$CHOST \
   --disable-nls \
-  --enable-languages=c,c++ \
+  --enable-languages=c,c++,fortran \
   --enable-shared --enable-threads=posix \
   --with-system-zlib --with-isl --enable-__cxa_atexit \
   --disable-libunwind-exceptions --enable-clocale=gnu \
@@ -78,7 +78,7 @@
 package() {
   cd gcc-build
 
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3 install-target-libgomp install-target-libgfortran 
install-target-libquadmath
 
   # strip target binaries
   find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:46:06
  Author: heftig
Revision: 344317

1.38.1+8+ge4eec2bc-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:32:31 UTC (rev 344316)
+++ PKGBUILD2019-01-17 00:46:06 UTC (rev 344317)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.38.1
+pkgver=1.38.1+8+ge4eec2bc
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
@@ -14,7 +14,7 @@
 makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
  gnome-online-accounts libnfs libgdata git gtk-doc python meson 
openssh)
 groups=(gnome)
-_commit=710b13df176cf36768f0184104e71a6b556b707d  # tags/1.38.1^0
+_commit=e4eec2bc863e85e2b6b47e4d1c3bdd90ab36dc93  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'
@@ -35,8 +35,7 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 _split() {
@@ -62,7 +61,7 @@
   'gtk3: Recent files support')
   options=(!emptydirs)
 
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 
   install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:46:24
  Author: heftig
Revision: 344318

archrelease: copy trunk to extra-x86_64

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 344317, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 344317, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 344317, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

--+
 PKGBUILD |  327 ++---
 gvfs-nfs.install |   14 +-
 gvfsd.hook   |   22 +--
 3 files changed, 181 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-17 00:46:06 UTC (rev 344317)
+++ PKGBUILD2019-01-17 00:46:24 UTC (rev 344318)
@@ -1,164 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson 
openssh)
-groups=(gnome)
-_commit=710b13df176cf36768f0184104e71a6b556b707d  # tags/1.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D man=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-_split() {
-  local name="$1" src dest
-  shift
-  for src do
-echo "$name: /usr/$src"
-dest="$srcdir/$name/$src"
-mkdir -p "${dest%/*}"
-mv -T "$src" "$dest"
-  done
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-  options=(!emptydirs)
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir/usr"
-
-  _split smb \
-lib/gvfsd-smb{,-browse} \
-share/GConf/gsettings/gvfs-smb.convert \
-share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \
-share/gvfs/mounts/smb{,-browse}.mount
-
-  _split afc \
-lib/gvfs{-afc-volume-monitor,d-afc} \
-lib/systemd/user/gvfs-afc-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \
-share/gvfs/mounts/afc.mount \
-share/gvfs/remote-volume-monitors/afc.monitor
-
-  _split gphoto2 \
-lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \
-lib/systemd/user/gvfs-gphoto2-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \
-share/gvfs/mounts/gphoto2.mount \
-share/gvfs/remote-volume-monitors/gphoto2.monitor
-
-  _split mtp \
-lib/gvfs{-mtp-volume-monitor,d-mtp} \
-lib/systemd/user/gvfs-mtp-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \
-share/gvfs/mounts/mtp.mount \
-share/gvfs/remote-volume-monitors/mtp.monitor
-
-  _split goa \
-lib/gvfs-goa-volume-monitor \
-lib/systemd/user/gvfs-goa-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \
-share/gvfs/remote-volume-monitors/goa.monitor
-
-  _split nfs \
-lib/gvfsd-nfs \
-share/gvfs/mounts/nfs.mount
-
-  _split google \
-lib/gvfsd-google \
-share/gvfs/mounts/google.mount
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  mv "$srcdir/smb" "$pkgdir/usr"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  mv "$srcdir/afc" "$pkgdir/usr"
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)"
-  depends=("gvfs=$pkgver" libgphoto2)
-
-  mv "$srcdir/gphoto2" "$pkgdir/usr"
-}
-
-package_gvfs-mtp() {
-  pkgdesc+=" (MTP backend; Android, media player)"
-  depends=("gvfs=$pkgver" libmtp)
-
-  mv "$srcdir/mtp" "$pkgdir/usr"

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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:32:31
  Author: heftig
Revision: 344316

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9865 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10157 insertions(+)

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:32:24
  Author: heftig
Revision: 344315

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9897 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10189 insertions(+)

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


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:31:24
  Author: heftig
Revision: 344313

4.20.3.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 21:50:26 UTC (rev 344312)
+++ PKGBUILD2019-01-17 00:31:24 UTC (rev 344313)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.20.2-zen1
+_srcver=4.20.3-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'07b06397379e54fd54b1a9ab07d6e7a72604fd03eb472262384ff5bbaeed1fc8'
+'bdf972dad118e0dd2ee1bb92f2a009d4c81eb11ff7f54b069d4331a23531af1d'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-01-16 21:50:26 UTC (rev 344312)
+++ config  2019-01-17 00:31:24 UTC (rev 344313)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.1-zen1 Kernel Configuration
+# Linux/x86 4.20.3-zen1 Kernel Configuration
 #
 
 #
@@ -66,6 +66,7 @@
 CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
 CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
 CONFIG_IRQ_FORCED_THREADING=y
+CONFIG_IRQ_FORCED_THREADING_DEFAULT=y
 CONFIG_SPARSE_IRQ=y
 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
 CONFIG_CLOCKSOURCE_WATCHDOG=y
@@ -941,7 +942,7 @@
 CONFIG_MODULE_FORCE_LOAD=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_MODULE_FORCE_UNLOAD=y
-CONFIG_MODVERSIONS=y
+# CONFIG_MODVERSIONS is not set
 CONFIG_MODULE_SRCVERSION_ALL=y
 CONFIG_MODULE_SIG=y
 # CONFIG_MODULE_SIG_FORCE is not set
@@ -9349,7 +9350,7 @@
 CONFIG_CRYPTO_CFB=m
 CONFIG_CRYPTO_CTR=y
 CONFIG_CRYPTO_CTS=m
-CONFIG_CRYPTO_ECB=y
+CONFIG_CRYPTO_ECB=m
 CONFIG_CRYPTO_LRW=m
 CONFIG_CRYPTO_OFB=m
 CONFIG_CRYPTO_PCBC=m


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

2019-01-16 Thread Jan Steffens via arch-commits
Date: Thursday, January 17, 2019 @ 00:31:30
  Author: heftig
Revision: 344314

4.20.3.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 00:31:24 UTC (rev 344313)
+++ PKGBUILD2019-01-17 00:31:30 UTC (rev 344314)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.20.2-arch1
+_srcver=4.20.3-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'72be7e1240975218dd370a9ce7e10f0b77e7fd9585ae8cdec0deab1800b307fe'
+'f863b3e9640161f61e859f22f2d1258c940101de8f007a207c1ede2f71d36206'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-01-17 00:31:24 UTC (rev 344313)
+++ config  2019-01-17 00:31:30 UTC (rev 344314)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.1-arch1 Kernel Configuration
+# Linux/x86 4.20.3-arch1 Kernel Configuration
 #
 
 #
@@ -913,7 +913,7 @@
 CONFIG_MODULE_FORCE_LOAD=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_MODULE_FORCE_UNLOAD=y
-CONFIG_MODVERSIONS=y
+# CONFIG_MODVERSIONS is not set
 CONFIG_MODULE_SRCVERSION_ALL=y
 CONFIG_MODULE_SIG=y
 # CONFIG_MODULE_SIG_FORCE is not set
@@ -9318,7 +9318,7 @@
 CONFIG_CRYPTO_CFB=m
 CONFIG_CRYPTO_CTR=y
 CONFIG_CRYPTO_CTS=m
-CONFIG_CRYPTO_ECB=y
+CONFIG_CRYPTO_ECB=m
 CONFIG_CRYPTO_LRW=m
 CONFIG_CRYPTO_OFB=m
 CONFIG_CRYPTO_PCBC=m


[arch-commits] Commit in python2-matplotlib/repos/community-x86_64 (7 files)

2019-01-16 Thread Bruno Pagani via arch-commits
Date: Wednesday, January 16, 2019 @ 23:21:09
  Author: archange
Revision: 423740

archrelease: copy trunk to community-x86_64

Added:
  python2-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 423739, python2-matplotlib/trunk/PKGBUILD)
  python2-matplotlib/repos/community-x86_64/python2-matplotlib-13181.diff
(from rev 423739, python2-matplotlib/trunk/python2-matplotlib-13181.diff)
  python2-matplotlib/repos/community-x86_64/python2-matplotlib.install
(from rev 423739, python2-matplotlib/trunk/python2-matplotlib.install)
  python2-matplotlib/repos/community-x86_64/setup.cfg
(from rev 423739, python2-matplotlib/trunk/setup.cfg)
Deleted:
  python2-matplotlib/repos/community-x86_64/PKGBUILD
  python2-matplotlib/repos/community-x86_64/python2-matplotlib.install
  python2-matplotlib/repos/community-x86_64/setup.cfg

---+
 PKGBUILD  |  157 +---
 python2-matplotlib-13181.diff |   93 +++
 python2-matplotlib.install|   32 
 setup.cfg |6 -
 4 files changed, 195 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 23:20:49 UTC (rev 423739)
+++ PKGBUILD2019-01-16 23:21:09 UTC (rev 423740)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python2-matplotlib
-pkgver=2.2.3
-pkgrel=3
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('x86_64')
-url="https://matplotlib.org;
-license=('custom')
-depends=('python2-numpy' 'python2-dateutil' 'python2-pyparsing' 'python2-pytz' 
'libpng' 'freetype2'
- 'python2-cycler' 'python2-six' 
'python2-backports.functools_lru_cache' 'python2-subprocess32' 
'python2-kiwisolver')
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'python2-pyqt5: Qt5{Agg,Cairo} backends'
-'pygtk: GTK{,Agg,Cairo} backends'
-'python2-gobject: for GTK3{Agg,Cairo} backend'
-'python2-wxpython3: WX{,Agg,Cairo} backend'
-'python2-cairo: {GTK,GTK3,Qt5,Tk,WX}Cairo backends'
-'python2-cairocffi: alternative for Cairo backends'
-'python2-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'python2-pillow: for reading/saving jpeg/bmp/tiff files'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies')
-makedepends=('python2-setuptools'
- 'tk' 'python2-pyqt5' 'pygtk' 'python2-gobject'
- 'python2-wxpython3' 'python2-cairocffi' 'python2-tornado'
- 'python2-pillow' 'ghostscript' 'texlive-bin')
-checkdepends=('python2-pytest-xdist' 'python2-pytest-runner' 'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder'
-  'ffmpeg' 'imagemagick' 'ttf-freefont' 'python2-pandas' 
'python2-mock')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
-setup.cfg)
-sha512sums=('d118f5d56e2f578031aba22933c0b3a4423a31a04f50f08cc1aa660186546d09692a9cf401bb5f24cb296f94fbfd8707460728d501ac2bd4a624dfa89e92949b'
-
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
-
-prepare() {
-  cd matplotlib-$pkgver
-  for file in $(find . -name '*.py' -print); do
-sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
-   -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" $file
-  done
-  cd ..
-
-  cp -a matplotlib-$pkgver{,-test}
-
-  # Configure tests (FS#48175)
-  cp setup.cfg matplotlib-$pkgver-test/
-}
-
-build() {
-  cd matplotlib-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd matplotlib-$pkgver-test
-  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-python2 setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
-}
-
-package() {
-  cd matplotlib-$pkgver
-  python2 setup.py install --root "$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  # FS#41820 - unset default backend
-  sed -i 's/backend  : qt5agg/#backend  : agg/' 
$pkgdir/usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc
-  install -Dm644 doc/users/license.rst -t 
"$pkgdir"/usr/share/licenses/${pkgname}/
-}

Copied: python2-matplotlib/repos/community-x86_64/PKGBUILD (from rev 423739, 
python2-matplotlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 23:21:09 UTC (rev 423740)
@@ -0,0 +1,83 @@
+# Maintainer: Felix Yan 
+# Maintainer: 

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

2019-01-16 Thread Bruno Pagani via arch-commits
Date: Wednesday, January 16, 2019 @ 23:20:49
  Author: archange
Revision: 423739

Backport change to fix warnings

And then more changes to fix tests.

Added:
  python2-matplotlib/trunk/python2-matplotlib-13181.diff
Modified:
  python2-matplotlib/trunk/PKGBUILD

---+
 PKGBUILD  |   11 
 python2-matplotlib-13181.diff |   93 
 2 files changed, 103 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 23:19:40 UTC (rev 423738)
+++ PKGBUILD2019-01-16 23:20:49 UTC (rev 423739)
@@ -7,7 +7,7 @@
 
 pkgname=python2-matplotlib
 pkgver=2.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('x86_64')
 url="https://matplotlib.org;
@@ -36,16 +36,25 @@
   'ffmpeg' 'imagemagick' 'ttf-freefont' 'python2-pandas' 
'python2-mock')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+
$pkgname-numpy-asscalar.patch::"https://github.com/matplotlib/matplotlib/commit/62297d167c2b7ac8305ba6a60ec0191c6e7a09af.patch;
+$pkgname-13181.diff
 setup.cfg)
 
sha512sums=('d118f5d56e2f578031aba22933c0b3a4423a31a04f50f08cc1aa660186546d09692a9cf401bb5f24cb296f94fbfd8707460728d501ac2bd4a624dfa89e92949b'
+
'bb307885c17de71edf33dd09322aca99c2fade6dfbdf3482a7c11f2522fc40e2d41d8f51e77d2531de746906aabf3a68fa1bd8d76d48ea979c8010937713c0a9'
+
'e63cd9b7a26de901815e3cdcc6a8e8f70e07bf9eed2befe4240747d245c96a4a44cc4b2fe876198b7bf055779c735d7571db2ca3904acdb1e4ddd288b3e24d2f'
 
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
 
 prepare() {
   cd matplotlib-$pkgver
+
+  patch -p1 -i ../$pkgname-numpy-asscalar.patch
+  patch -p1 -i ../$pkgname-13181.diff
+
   for file in $(find . -name '*.py' -print); do
 sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
-e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" $file
   done
+
   cd ..
 
   cp -a matplotlib-$pkgver{,-test}

Added: python2-matplotlib-13181.diff
===
--- python2-matplotlib-13181.diff   (rev 0)
+++ python2-matplotlib-13181.diff   2019-01-16 23:20:49 UTC (rev 423739)
@@ -0,0 +1,93 @@
+diff --git a/lib/matplotlib/testing/conftest.py 
b/lib/matplotlib/testing/conftest.py
+index 9dc180c9600..fb306594780 100644
+--- a/lib/matplotlib/testing/conftest.py
 b/lib/matplotlib/testing/conftest.py
+@@ -24,19 +24,19 @@ def mpl_test_settings(request):
+ original_settings = matplotlib.rcParams.copy()
+ 
+ backend = None
+-backend_marker = request.keywords.get('backend')
++backend_marker = request.node.get_closest_marker('backend')
+ if backend_marker is not None:
+ assert len(backend_marker.args) == 1, \
+ "Marker 'backend' must specify 1 backend."
+-backend = backend_marker.args[0]
++backend, = backend_marker.args
+ prev_backend = matplotlib.get_backend()
+ 
+ style = '_classic_test'  # Default of cleanup and image_comparison too.
+-style_marker = request.keywords.get('style')
++style_marker = request.node.get_closest_marker('style')
+ if style_marker is not None:
+ assert len(style_marker.args) == 1, \
+ "Marker 'style' must specify 1 style."
+-style = style_marker.args[0]
++style, = style_marker.args
+ 
+ matplotlib.testing.setup()
+ if backend is not None:
+@@ -64,7 +64,7 @@ def mpl_image_comparison_parameters(request, extension):
+ # pytest won't get confused.
+ # We annotate the decorated function with any parameters captured by this
+ # fixture so that they can be used by the wrapper in image_comparison.
+-baseline_images = request.keywords['baseline_images'].args[0]
++baseline_images, = request.node.get_closest_marker('baseline_images').args
+ if baseline_images is None:
+ # Allow baseline image list to be produced on the fly based on current
+ # parametrization.
+diff --git a/lib/matplotlib/tests/test_backend_ps.py 
b/lib/matplotlib/tests/test_backend_ps.py
+index 8bf6e7dde38..10d8033d4ca 100644
+--- a/lib/matplotlib/tests/test_backend_ps.py
 b/lib/matplotlib/tests/test_backend_ps.py
+@@ -31,13 +31,16 @@
+ @pytest.mark.flaky(reruns=3)
+ @pytest.mark.parametrize('format, use_log, rcParams', [
+ ('ps', False, {}),
+-needs_ghostscript(('ps', False, {'ps.usedistiller': 'ghostscript'})),
+-needs_usetex(needs_ghostscript(('ps', False, {'text.latex.unicode': True,
+-  'text.usetex': True}))),
++pytest.param('ps', False, {'ps.usedistiller': 'ghostscript'},
++ marks=needs_ghostscript),

[arch-commits] Commit in sagemath-doc/repos/community-any (10 files)

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 23:19:40
  Author: arojas
Revision: 423738

archrelease: copy trunk to community-any

Added:
  sagemath-doc/repos/community-any/PKGBUILD
(from rev 423737, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-any/docbuild_main.patch
(from rev 423737, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-any/sagemath-doc-segfault.patch
(from rev 423737, sagemath-doc/trunk/sagemath-doc-segfault.patch)
  sagemath-doc/repos/community-any/sagemath-doc-sphinx-1.8.patch
(from rev 423737, sagemath-doc/trunk/sagemath-doc-sphinx-1.8.patch)
  sagemath-doc/repos/community-any/sagemath-ecl-sigfpe.patch
(from rev 423737, sagemath-doc/trunk/sagemath-ecl-sigfpe.patch)
Deleted:
  sagemath-doc/repos/community-any/PKGBUILD
  sagemath-doc/repos/community-any/docbuild_main.patch
  sagemath-doc/repos/community-any/sagemath-doc-segfault.patch
  sagemath-doc/repos/community-any/sagemath-doc-sphinx-1.8.patch
  sagemath-doc/repos/community-any/sagemath-gap-4.10.patch

---+
 PKGBUILD  |  133 -
 docbuild_main.patch   |   12 
 sagemath-doc-segfault.patch   |  126 -
 sagemath-doc-sphinx-1.8.patch |  114 -
 sagemath-ecl-sigfpe.patch |  147 +
 sagemath-gap-4.10.patch   | 4342 
 6 files changed, 341 insertions(+), 4533 deletions(-)

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


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 22:56:12
  Author: kkeen
Revision: 423736

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 22:55:48 UTC (rev 423735)
+++ PKGBUILD2019-01-16 22:56:12 UTC (rev 423736)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python-pyzmq python2-pyzmq)
-pkgver=17.1.0
-pkgrel=1
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=('x86_64')
-url="http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=('zeromq' 'python')
-makedepends=('python' 'python2')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
-'python-pytest' 'python2-pytest')
-#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
-#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('aecdfc328193fbd81f6dc23228319943')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-}
-
-check() {
-  # tests currently don't pass for python 3.6
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}
-
-package_python-pyzmq() {
-  pkgdesc="Python3 bindings for zeromq, written in Cython"
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-pyzmq() {
-  pkgdesc="Python2 bindings for zeromq, written in Cython"
-  depends=('zeromq' 'python2')
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}

Copied: python-pyzmq/repos/community-x86_64/PKGBUILD (from rev 423735, 
python-pyzmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 22:56:12 UTC (rev 423736)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python-pyzmq python2-pyzmq)
+pkgver=17.1.2
+pkgrel=1
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=('zeromq' 'python')
+makedepends=('python' 'python2')
+checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
+'python-pytest' 'python2-pytest')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+md5sums=('6f5d77cb5ec1617ce9b6e5ad7c6174fb')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+}
+
+check() {
+  # tests currently don't pass, but seems to run okay
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  #python2 setup.py test
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  #python3 setup.py test
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=('zeromq' 'python2')
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 22:55:48
  Author: kkeen
Revision: 423735

upgpkg: python-pyzmq 17.1.2-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 22:33:46 UTC (rev 423734)
+++ PKGBUILD2019-01-16 22:55:48 UTC (rev 423735)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 pkgbase=python-pyzmq
 pkgname=(python-pyzmq python2-pyzmq)
-pkgver=17.1.0
+pkgver=17.1.2
 pkgrel=1
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 #source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
 
#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
 
source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('aecdfc328193fbd81f6dc23228319943')
+md5sums=('6f5d77cb5ec1617ce9b6e5ad7c6174fb')
 
 prepare() {
   cd "$srcdir"
@@ -22,13 +22,13 @@
 }
 
 check() {
-  # tests currently don't pass for python 3.6
+  # tests currently don't pass, but seems to run okay
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  #python2 setup.py test
   cd "$srcdir/pyzmq-$pkgver"
   python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
+  #python3 setup.py test
 }
 
 package_python-pyzmq() {


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (12 files)

2019-01-16 Thread Levente Polyak via arch-commits
Date: Wednesday, January 16, 2019 @ 22:33:46
  Author: anthraxx
Revision: 423734

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 423733, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 423733, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 423733, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 423733, pgadmin4/trunk/pgAdmin4.desktop)
  
pgadmin4/repos/community-x86_64/pgadmin4-compatibility-with-python3-pycryptodome.patch
(from rev 423733, 
pgadmin4/trunk/pgadmin4-compatibility-with-python3-pycryptodome.patch)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 423733, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  
pgadmin4/repos/community-x86_64/pgadmin4-compatibility-with-python3-pycryptodome.patch
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch

+
 PKGBUILD   |  258 +++
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 -
 pgadmin4-compatibility-with-python3-pycryptodome.patch |   90 ++---
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +--
 5 files changed, 220 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 22:33:38 UTC (rev 423733)
+++ PKGBUILD2019-01-16 22:33:46 UTC (rev 423734)
@@ -1,129 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.0
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme'
- 'python' 'python-blinker' 'python-extras' 'python-fixtures'
- 'python-flask' 'python-flask-login' 'python-flask-migrate'
- 'python-flask-sqlalchemy' 'python-flask-wtf' 'python-html5lib'
- 'python-passlib' 'python-mimeparse' 'python-pytz' 'python-simplejson'
- 'python-six' 'python-speaklater' 'python-sqlparse' 'python-wtforms'
- 'python-psutil' 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-pycryptodome' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-pyrsistent' 'python-pbr' 'python-flask-gravatar'
- 'python-flask-mail' 'python-flask-principal' 'python-flask-paranoid'
- 'python-htmlmin' 'python-flask-htmlmin' 'python-sshtunnel'
- 'python-flask-security')
-makedepends=('python-setuptools' 'python-sphinx' 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-pgadmin4-compatibility-with-python3-pycryptodome.patch
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('8975defec77c596f512f131849b3fbdaf227949002507955814628a3957140ec9653adaa4e1239f0da42fdf0655a862302073aae320aae5cc7c5157a27f78468'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'37f47723ed4ce4a2fef5e400eefb77a3c5dfe8e51ba749dad1c91c403379a02b0bfdf78086bd9fc33c5e9e6fbe8462f7b6103bcfb992ba0c3dcfca919d9eb985'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../pgadmin4-compatibility-with-python3-pycryptodome.patch
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i 

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

2019-01-16 Thread Levente Polyak via arch-commits
Date: Wednesday, January 16, 2019 @ 22:33:38
  Author: anthraxx
Revision: 423733

upgpkg: pgadmin4 4.1-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 22:29:20 UTC (rev 423732)
+++ PKGBUILD2019-01-16 22:33:38 UTC (rev 423733)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -29,7 +29,7 @@
 pgadmin4-compatibility-with-python3-pycryptodome.patch
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('8975defec77c596f512f131849b3fbdaf227949002507955814628a3957140ec9653adaa4e1239f0da42fdf0655a862302073aae320aae5cc7c5157a27f78468'
+sha512sums=('8c690ae67416b78d19988a4f0c9ec788340cadd347cb33f6e436f2d6627708f5a1d3f05daf4bcdb2824d79315fc49edd76d9e815ad7185632e15b623fd9e4659'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 22:29:20
  Author: kkeen
Revision: 423732

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 22:29:03 UTC (rev 423731)
+++ PKGBUILD2019-01-16 22:29:20 UTC (rev 423732)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sven Kauber 
-
-pkgname=bwm-ng
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="A small and simple console-based live bandwidth monitor"
-arch=('x86_64')
-url="https://www.gropp.org/;
-license=('GPL')
-depends=('ncurses')
-source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;
-
"https://github.com/vgropp/bwm-ng/commit/f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff;)
-md5sums=('ef0c7669508e95f56250ad4f8db98b7f'
- 'cd5872a5c5328e19cb9cee67d4a5636d')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  # fix for gcc7
-  patch -Np1 -i ../f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make prefix="$pkgdir" install
-
-  install -d "$pkgdir/usr"
-  mv "$pkgdir/bin" "$pkgdir/usr/"
-}

Copied: bwm-ng/repos/community-x86_64/PKGBUILD (from rev 423731, 
bwm-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 22:29:20 UTC (rev 423732)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bwm-ng
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A small and simple console-based live bandwidth monitor"
+arch=('x86_64')
+url="https://www.gropp.org/?id=projects=bwm-ng;
+license=('GPL')
+depends=('ncurses')
+#source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tgz::https://github.com/vgropp/bwm-ng/archive/v${pkgver}.tar.gz;)
+md5sums=('1973976d7c8e8eea6f0545576a9159e8')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make prefix="$pkgdir" install
+
+  install -d "$pkgdir/usr"
+  mv "$pkgdir/bin" "$pkgdir/usr/"
+}


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 22:29:03
  Author: kkeen
Revision: 423731

upgpkg: bwm-ng 0.6.2-1

Modified:
  bwm-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 22:23:21 UTC (rev 423730)
+++ PKGBUILD2019-01-16 22:29:03 UTC (rev 423731)
@@ -2,26 +2,24 @@
 # Contributor: Sven Kauber 
 
 pkgname=bwm-ng
-pkgver=0.6.1
-pkgrel=3
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="A small and simple console-based live bandwidth monitor"
 arch=('x86_64')
-url="https://www.gropp.org/;
+url="https://www.gropp.org/?id=projects=bwm-ng;
 license=('GPL')
 depends=('ncurses')
-source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;
-
"https://github.com/vgropp/bwm-ng/commit/f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff;)
-md5sums=('ef0c7669508e95f56250ad4f8db98b7f'
- 'cd5872a5c5328e19cb9cee67d4a5636d')
+#source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tgz::https://github.com/vgropp/bwm-ng/archive/v${pkgver}.tar.gz;)
+md5sums=('1973976d7c8e8eea6f0545576a9159e8')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
-  # fix for gcc7
-  patch -Np1 -i ../f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff
 }
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
+  ./autogen.sh
   ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
   make
 }


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

2019-01-16 Thread Levente Polyak via arch-commits
Date: Wednesday, January 16, 2019 @ 22:23:21
  Author: anthraxx
Revision: 423730

archrelease: copy trunk to community-x86_64

Added:
  rfdump/repos/community-x86_64/
  rfdump/repos/community-x86_64/PKGBUILD
(from rev 423729, rfdump/trunk/PKGBUILD)

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

Copied: rfdump/repos/community-x86_64/PKGBUILD (from rev 423729, 
rfdump/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-16 22:23:21 UTC (rev 423730)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+
+pkgname=rfdump
+pkgver=1.6
+pkgrel=3
+pkgdesc='Tool to detect RFID-Tags and show their meta information'
+url='http://www.rfdump.org'
+arch=('x86_64')
+license=('GPL2')
+depends=('libglade' 'gtk2' 'expat')
+source=(http://www.rfdump.org/dl/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3402b9147b3e255b3c957d92f1fa4d7610fb6fde0aef2e3205343f64b252635bcf6345fb904b18ded063df775f15379a726b7b3b166b13d94efc9712373c7df7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS=-lexpat ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-16 Thread Levente Polyak via arch-commits
Date: Wednesday, January 16, 2019 @ 22:22:46
  Author: anthraxx
Revision: 423729

addpkg: rfdump 1.6-3

Added:
  rfdump/
  rfdump/repos/
  rfdump/trunk/
  rfdump/trunk/PKGBUILD

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

Added: rfdump/trunk/PKGBUILD
===
--- rfdump/trunk/PKGBUILD   (rev 0)
+++ rfdump/trunk/PKGBUILD   2019-01-16 22:22:46 UTC (rev 423729)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+
+pkgname=rfdump
+pkgver=1.6
+pkgrel=3
+pkgdesc='Tool to detect RFID-Tags and show their meta information'
+url='http://www.rfdump.org'
+arch=('x86_64')
+license=('GPL2')
+depends=('libglade' 'gtk2' 'expat')
+source=(http://www.rfdump.org/dl/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3402b9147b3e255b3c957d92f1fa4d7610fb6fde0aef2e3205343f64b252635bcf6345fb904b18ded063df775f15379a726b7b3b166b13d94efc9712373c7df7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS=-lexpat ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-jsonrpclib-pelix/repos/community-any (2 files)

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 22:18:29
  Author: foxboron
Revision: 423728

archrelease: copy trunk to community-any

Added:
  python-jsonrpclib-pelix/repos/community-any/PKGBUILD
(from rev 423727, python-jsonrpclib-pelix/trunk/PKGBUILD)
Deleted:
  python-jsonrpclib-pelix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 22:18:14 UTC (rev 423727)
+++ PKGBUILD2019-01-16 22:18:29 UTC (rev 423728)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-jsonrpclib-pelix
-pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
-arch=(any)
-makedepends=(python-setuptools python2-setuptools)
-url="https://github.com/tcalmant/jsonrpclib;
-license=('Apache')
-source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz)
-sha256sums=('14d288d1b3d3273cf96a729dd21a2470851c4962be8509f3dd62f0137ff90339')
-
-prepare() {
-  cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2
-  cd jsonrpclib-pelix-$pkgver-py2
-  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
-}
-
-build() {
-  cd jsonrpclib-pelix-$pkgver
-  python setup.py build
-
-  cd ../jsonrpclib-pelix-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-jsonrpclib-pelix() {
-  depends=(python)
-  conflicts=(python-jsonrpclib)
-  cd jsonrpclib-pelix-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-jsonrpclib-pelix() {
-  depends=(python2)
-  conflicts=(python2-jsonrpclib)
-  cd jsonrpclib-pelix-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-

Copied: python-jsonrpclib-pelix/repos/community-any/PKGBUILD (from rev 423727, 
python-jsonrpclib-pelix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 22:18:29 UTC (rev 423728)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-jsonrpclib-pelix
+pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
+arch=(any)
+makedepends=(python-setuptools python2-setuptools)
+url="https://github.com/tcalmant/jsonrpclib;
+license=('Apache')
+source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz)
+sha256sums=('19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de')
+
+prepare() {
+  cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2
+  cd jsonrpclib-pelix-$pkgver-py2
+  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
+}
+
+build() {
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py build
+
+  cd ../jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-jsonrpclib-pelix() {
+  depends=(python)
+  conflicts=(python-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jsonrpclib-pelix() {
+  depends=(python2)
+  conflicts=(python2-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 22:18:14
  Author: foxboron
Revision: 423727

upgpkg: python-jsonrpclib-pelix 0.4.0-1

Modified:
  python-jsonrpclib-pelix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 21:59:03 UTC (rev 423726)
+++ PKGBUILD2019-01-16 22:18:14 UTC (rev 423727)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jsonrpclib-pelix
 pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
-pkgver=0.3.2
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
 arch=(any)
@@ -11,7 +11,7 @@
 url="https://github.com/tcalmant/jsonrpclib;
 license=('Apache')
 
source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz)
-sha256sums=('14d288d1b3d3273cf96a729dd21a2470851c4962be8509f3dd62f0137ff90339')
+sha256sums=('19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de')
 
 prepare() {
   cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2


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

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 21:58:50
  Author: foxboron
Revision: 423725

upgpkg: influxdb 1.7.3-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 21:49:54 UTC (rev 423724)
+++ PKGBUILD2019-01-16 21:58:50 UTC (rev 423725)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex 
 
 pkgname=influxdb
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
 "influxdb.sysusers"
 "influxdb.tmpfiles")
-sha256sums=('05b10655c98e5fcf16f99a3c304bda4bac09761a499566c5458e233e224daabe'
+sha256sums=('c3dc00f209cca8b9b742ddeffdd6ad0017afa992e6a7fc9279503f2a87e8ee65'
 '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
 'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
 


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

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 21:59:03
  Author: foxboron
Revision: 423726

archrelease: copy trunk to community-x86_64

Added:
  influxdb/repos/community-x86_64/PKGBUILD
(from rev 423725, influxdb/trunk/PKGBUILD)
  influxdb/repos/community-x86_64/influxdb.sysusers
(from rev 423725, influxdb/trunk/influxdb.sysusers)
  influxdb/repos/community-x86_64/influxdb.tmpfiles
(from rev 423725, influxdb/trunk/influxdb.tmpfiles)
Deleted:
  influxdb/repos/community-x86_64/PKGBUILD
  influxdb/repos/community-x86_64/influxdb.sysusers
  influxdb/repos/community-x86_64/influxdb.tmpfiles

---+
 PKGBUILD  |  146 ++--
 influxdb.sysusers |2 
 influxdb.tmpfiles |8 +-
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 21:58:50 UTC (rev 423725)
+++ PKGBUILD2019-01-16 21:59:03 UTC (rev 423726)
@@ -1,73 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Nicolas Leclercq 
-# Contributor: Adam S Levy 
-# Contributor: Charles B. Johnson 
-# Contributor: Daichi Shinozaki 
-# Contributor: Ben Alex 
-
-pkgname=influxdb
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
-arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url='https://github.com/InfluxData/influxdb'
-license=('MIT')
-makedepends=('go-pie' 'git' 'asciidoc' 'xmlto' 'dep')
-backup=('etc/influxdb/influxdb.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
-"influxdb.sysusers"
-"influxdb.tmpfiles")
-sha256sums=('05b10655c98e5fcf16f99a3c304bda4bac09761a499566c5458e233e224daabe'
-'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
-'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
-
-prepare(){
-  export GOPATH="$srcdir/gopath"
-
-  mkdir -p "$GOPATH/src/github.com/influxdata/"
-  cp -r "${srcdir}/influxdb-$pkgver" 
"$GOPATH/src/github.com/influxdata/influxdb"
-  cd "$GOPATH/src/github.com/influxdata/influxdb"
-  dep ensure
-}
-
-build(){
-  export GOPATH="$srcdir/gopath"
-
-  _LDFLAGS="-X main.version=$pkgver -X main.branch=master -extldflags 
${LDFLAGS}"
-  go install -v -ldflags="$_LDFLAGS" -gcflags "all=-trimpath=${GOPATH}" 
-asmflags "all=-trimpath=${GOPATH}" "github.com/influxdata/influxdb/cmd/..."
-
-  cd "$GOPATH/src/github.com/influxdata/influxdb/man/"
-  make
-}
-
-check(){
-  export GOPATH="$srcdir/gopath"
-  go test "github.com/influxdata/influxdb/..."
-}
-
-package(){
-  export GOPATH="$srcdir/gopath"
-
-  cd "$srcdir"
-  install -Dm644 influxdb.sysusers "$pkgdir/usr/lib/sysusers.d/influxdb.conf"
-  install -Dm644 influxdb.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/influxdb.conf"
-
-  cd "$GOPATH/bin"
-  install -d "$pkgdir/usr/bin/"
-  install -Dm755 influx "$pkgdir/usr/bin/"
-  install -Dm755 influxd"$pkgdir/usr/bin/"
-  install -Dm755 influx_inspect "$pkgdir/usr/bin/"
-  install -Dm755 influx_stress  "$pkgdir/usr/bin/"
-  install -Dm755 influx_tools   "$pkgdir/usr/bin/"
-  install -Dm755 influx_tsm "$pkgdir/usr/bin/"
-  install -Dm755 store  "$pkgdir/usr/bin/"
-
-  cd "$GOPATH/src/github.com/influxdata/influxdb"
-  install -Dm644 scripts/influxdb.service 
"$pkgdir/usr/lib/systemd/system/influxdb.service"
-  install -Dm644 etc/config.sample.toml   "$pkgdir/etc/influxdb/influxdb.conf"
-  install -Dm644 LICENSE  
"$pkgdir/usr/share/licenses/influxdb/LICENSE"
-
-  # Install man pages
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 man/*.1 "$pkgdir/usr/share/man/man1/"
-}

Copied: influxdb/repos/community-x86_64/PKGBUILD (from rev 423725, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 21:59:03 UTC (rev 423726)
@@ -0,0 +1,73 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname=influxdb
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+url='https://github.com/InfluxData/influxdb'
+license=('MIT')
+makedepends=('go-pie' 'git' 'asciidoc' 'xmlto' 'dep')
+backup=('etc/influxdb/influxdb.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
+"influxdb.sysusers"
+"influxdb.tmpfiles")
+sha256sums=('c3dc00f209cca8b9b742ddeffdd6ad0017afa992e6a7fc9279503f2a87e8ee65'
+'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
+'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
+
+prepare(){
+  export GOPATH="$srcdir/gopath"
+
+  mkdir -p 

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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 21:26:13
  Author: kkeen
Revision: 423714

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 21:25:50 UTC (rev 423713)
+++ PKGBUILD2019-01-16 21:26:13 UTC (rev 423714)
@@ -1,74 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=5.3.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.7m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('x86_64')
-url="https://python-pillow.github.io/;
-license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module')
-makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('0da5a4c9c548aa5cfe999302aea8c8f1')
-
-# future optional things:
-# libimagequant
-
-prepare() {
-  cd "$srcdir/${_appname}-$pkgver"
-}
-
-build() {
-  cd "$srcdir/${_appname}-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_appname}-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
-  python2 selftest.py
-  pytest2
-}
-
-package_python-pillow() {
-  depends+=('python')
-  optdepends+=('python-olefile: OLE2 file support'
-   'python-pyqt5: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends+=('python2')
-  optdepends+=('python2-olefile: OLE2 file support'
-   'python2-pyqt5: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 423713, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 21:26:13 UTC (rev 423714)
@@ -0,0 +1,71 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=5.4.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.7m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('x86_64')
+url="https://python-pillow.github.io/;
+license=('BSD')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
+optdepends=('freetype2: for the ImageFont module'
+'libraqm: for complex text scripts'
+'libwebp: for webp images'
+'tk: for the ImageTK module')
+makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
+md5sums=('f7d0ce066fc7ea7a685739227887aeaf')
+
+prepare() {
+  cd "$srcdir/${_appname}-$pkgver"
+}
+
+build() {
+  cd "$srcdir/${_appname}-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_appname}-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
+  python2 selftest.py
+  pytest2
+}
+
+package_python-pillow() {
+  depends+=('python')
+  optdepends+=('python-olefile: OLE2 file support'
+   'python-pyqt5: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install 

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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 21:25:50
  Author: kkeen
Revision: 423713

upgpkg: python-pillow 5.4.1-1  FS#50060

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 21:12:19 UTC (rev 423712)
+++ PKGBUILD2019-01-16 21:25:50 UTC (rev 423713)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=5.3.0
+pkgver=5.4.1
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -12,7 +12,7 @@
 arch=('x86_64')
 url="https://python-pillow.github.io/;
 license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
 optdepends=('freetype2: for the ImageFont module'
 'libraqm: for complex text scripts'
 'libwebp: for webp images'
@@ -20,11 +20,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('0da5a4c9c548aa5cfe999302aea8c8f1')
+md5sums=('f7d0ce066fc7ea7a685739227887aeaf')
 
-# future optional things:
-# libimagequant
-
 prepare() {
   cd "$srcdir/${_appname}-$pkgver"
 }


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

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 21:12:19
  Author: foxboron
Revision: 423712

archrelease: copy trunk to community-x86_64

Added:
  python-typed-ast/repos/community-x86_64/PKGBUILD
(from rev 423711, python-typed-ast/trunk/PKGBUILD)
Deleted:
  python-typed-ast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 21:11:49 UTC (rev 423711)
+++ PKGBUILD2019-01-16 21:12:19 UTC (rev 423712)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-typed-ast
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
-arch=('x86_64')
-url="https://github.com/python/typed_ast;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('8d40e9a6d6e04c1379e58fa022fc4195228e9fec8fed7d9ff642429b9ab490f1')
-
-build(){
-  cd "typed_ast-$pkgver"
-  python setup.py build
-}
-
-package(){
-  cd "typed_ast-$pkgver"
-  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
-}

Copied: python-typed-ast/repos/community-x86_64/PKGBUILD (from rev 423711, 
python-typed-ast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 21:12:19 UTC (rev 423712)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-typed-ast
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
+arch=('x86_64')
+url="https://github.com/python/typed_ast;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
+sha256sums=('d501cd1128ec0b6fa42c8d7490203ba24b19de01a7f32900f3709503f4de38ba')
+
+build(){
+  cd "typed_ast-$pkgver"
+  python setup.py build
+}
+
+package(){
+  cd "typed_ast-$pkgver"
+  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
+}


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

2019-01-16 Thread Morten Linderud via arch-commits
Date: Wednesday, January 16, 2019 @ 21:11:49
  Author: foxboron
Revision: 423711

upgpkg: python-typed-ast 1.2.0-1

Modified:
  python-typed-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 21:10:59 UTC (rev 423710)
+++ PKGBUILD2019-01-16 21:11:49 UTC (rev 423711)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-typed-ast
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('8d40e9a6d6e04c1379e58fa022fc4195228e9fec8fed7d9ff642429b9ab490f1')
+sha256sums=('d501cd1128ec0b6fa42c8d7490203ba24b19de01a7f32900f3709503f4de38ba')
 
 build(){
   cd "typed_ast-$pkgver"


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 21:10:59
  Author: kkeen
Revision: 423710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 21:10:46 UTC (rev 423709)
+++ PKGBUILD2019-01-16 21:10:59 UTC (rev 423710)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-entrypoints
-pkgname=(python-entrypoints python2-entrypoints)
-_name=entrypoints
-pkgver=0.2.3
-pkgrel=3
-pkgdesc="Discover and load entry points from installed packages."
-arch=('any')
-url="https://github.com/takluyver/entrypoints;
-#url="https://pypi.python.org/pypi/entrypoints;
-license=('MIT')
-depends=('python')
-makedepends=('python' 'python2-setuptools')
-#makedepends=('python-pip')
-# several sources because the WHL doesn't come with a license
-# and pypi version is the only one with setup.py
-source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
-
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015'
- '0d3ad1b0130d91e3596ef3a59f25a56c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
-}
-
-build() {
-  cd py2entrypoints-$pkgver
-  python2 setup.py build
-}
-
-package_python-entrypoints() {
-  cd "$srcdir"
-  # install is like this because of dist-info related bug report
-  # pip actually doesn't do much and is remarkably slow
-  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
-  _dist="entrypoints-$pkgver.dist-info"
-  cd $_dist
-  for _i in ./*; do
-install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
-  done
-
-  cd "$srcdir/entrypoints-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-entrypoints() {
-  depends=('python2-configparser')
-  cd py2entrypoints-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 423709, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 21:10:59 UTC (rev 423710)
@@ -0,0 +1,57 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-entrypoints
+pkgname=(python-entrypoints python2-entrypoints)
+_name=entrypoints
+pkgver=0.3
+pkgrel=1
+pkgdesc="Discover and load entry points from installed packages."
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+#url="https://pypi.python.org/pypi/entrypoints;
+license=('MIT')
+depends=('python')
+makedepends=('python' 'python2-setuptools')
+#makedepends=('python-pip')
+# several sources because the WHL doesn't come with a license
+# and pypi version is the only one with setup.py
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
+
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('3b2d456ff069b080aa95f162a53a6679'
+ 'c47396b6c43dadc81e25d29b9fac8bd3'
+ 'c5c61ea2e46a0c50ea08f4af7955a0b1')
+
+prepare() {
+  cd "$srcdir"
+  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
+}
+
+build() {
+  cd py2entrypoints-$pkgver
+  python2 setup.py build
+}
+
+package_python-entrypoints() {
+  cd "$srcdir"
+  # install is like this because of dist-info related bug report
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-entrypoints() {
+  depends=('python2-configparser')
+  cd py2entrypoints-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 21:10:46
  Author: kkeen
Revision: 423709

upgpkg: python-entrypoints 0.3-1

Modified:
  python-entrypoints/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 20:57:33 UTC (rev 423708)
+++ PKGBUILD2019-01-16 21:10:46 UTC (rev 423709)
@@ -3,8 +3,8 @@
 pkgbase=python-entrypoints
 pkgname=(python-entrypoints python2-entrypoints)
 _name=entrypoints
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.3
+pkgrel=1
 pkgdesc="Discover and load entry points from installed packages."
 arch=('any')
 url="https://github.com/takluyver/entrypoints;
@@ -18,9 +18,9 @@
 
source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
 
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
 
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015'
- '0d3ad1b0130d91e3596ef3a59f25a56c')
+md5sums=('3b2d456ff069b080aa95f162a53a6679'
+ 'c47396b6c43dadc81e25d29b9fac8bd3'
+ 'c5c61ea2e46a0c50ea08f4af7955a0b1')
 
 prepare() {
   cd "$srcdir"


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 20:57:33
  Author: kkeen
Revision: 423708

archrelease: copy trunk to community-x86_64

Added:
  zeromq/repos/community-x86_64/PKGBUILD
(from rev 423707, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 20:57:20 UTC (rev 423707)
+++ PKGBUILD2019-01-16 20:57:33 UTC (rev 423708)
@@ -1,50 +0,0 @@
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('8e9c3af6dc5a8540b356697081303be392ade3f014615028b3c896d0148397fd'
-'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-  cp zmq.hpp.$pkgver zmq.hpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
---with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  if [[ $CARCH == 'i686' ]]; then
-return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-x86_64/PKGBUILD (from rev 423707, 
zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 20:57:33 UTC (rev 423708)
@@ -0,0 +1,52 @@
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.3.1
+_cppver=4.3.0
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('x86_64')
+url="http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
+
"zmq.hpp.$pkgver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz;)
+
#"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d835cd21eb'
+'27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../cppzmq-$_cppver/zmq.hpp -L ./.libs/ -I ./include/ -o 
./test.o
+  rm -f test.o
+
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir/cppzmq-$_cppver"
+  install -Dm644 zmq.hpp "$pkgdir/usr/include/zmq.hpp"
+}
+


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

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 20:57:20
  Author: kkeen
Revision: 423707

upgpkg: zeromq 4.3.1-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 19:28:48 UTC (rev 423706)
+++ PKGBUILD2019-01-16 20:57:20 UTC (rev 423707)
@@ -1,6 +1,7 @@
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.3.0
+pkgver=4.3.1
+_cppver=4.3.0
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('x86_64')
@@ -11,14 +12,14 @@
 options=('staticlibs')
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('8e9c3af6dc5a8540b356697081303be392ade3f014615028b3c896d0148397fd'
-'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
+
"zmq.hpp.$pkgver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz;)
+
#"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d835cd21eb'
+'27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4')
 
 prepare() {
   # Needed for new libsodium
   sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-  cp zmq.hpp.$pkgver zmq.hpp
 }
 
 build() {
@@ -32,7 +33,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  LANG=C gcc -c ../cppzmq-$_cppver/zmq.hpp -L ./.libs/ -I ./include/ -o 
./test.o
   rm -f test.o
 
   if [[ $CARCH == 'i686' ]]; then
@@ -45,6 +46,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+  cd "$srcdir/cppzmq-$_cppver"
+  install -Dm644 zmq.hpp "$pkgdir/usr/include/zmq.hpp"
 }
 


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 20:33:37
  Author: arojas
Revision: 344307

archrelease: copy trunk to extra-x86_64

Added:
  spglib/repos/extra-x86_64/PKGBUILD
(from rev 344306, spglib/trunk/PKGBUILD)
Deleted:
  spglib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 20:33:14 UTC (rev 344306)
+++ PKGBUILD2019-01-16 20:33:37 UTC (rev 344307)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(x86_64)
-url="https://atztogo.github.io/spglib/;
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('aae61218dd0cca1fda245d4ad906c2eed5e8d30e28b575d74eab9a6be26bbd5d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-x86_64/PKGBUILD (from rev 344306, 
spglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 20:33:37 UTC (rev 344307)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.11.2.1
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(x86_64)
+url="https://atztogo.github.io/spglib/;
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
+sha256sums=('f6795523a04871e012e7f5f5ab97b249fa36657b73cdc9b4ea53ef023cfcaac4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 20:33:14
  Author: arojas
Revision: 344306

Update to 1.11.2.1

Modified:
  spglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 20:29:20 UTC (rev 344305)
+++ PKGBUILD2019-01-16 20:33:14 UTC (rev 344306)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=spglib
-pkgver=1.11.2
+pkgver=1.11.2.1
 pkgrel=1
 pkgdesc="C library for finding and handling crystal symmetries"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=()
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('aae61218dd0cca1fda245d4ad906c2eed5e8d30e28b575d74eab9a6be26bbd5d')
+sha256sums=('f6795523a04871e012e7f5f5ab97b249fa36657b73cdc9b4ea53ef023cfcaac4')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 20:29:20
  Author: arojas
Revision: 344305

Fix checksums (FS#61430)

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 18:41:12 UTC (rev 344304)
+++ PKGBUILD2019-01-16 20:29:20 UTC (rev 344305)
@@ -19,7 +19,7 @@
 qca-botan2.patch::"https://cgit.kde.org/qca.git/patch/?id=47163784;)
 sha256sums=('003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353'
 'b1505bc313fd2f4e350cd4c94af69256c901afa419ae6700b208cb6e40e6926d'
-'2b2c3103e47166eee46604288ba343b9ed1ccb957c54650e8eea770faab515e9')
+'9428933c17efa0ec1ebb77f7511cc0fa760a727dd97aba92ed9ad1ef29b0d9ac')
 
 prepare() {
   mkdir -p build


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

2019-01-16 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, January 16, 2019 @ 19:28:38
  Author: jlichtblau
Revision: 423705

upgpkg: youtube-dl 2019.01.16-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 19:26:15 UTC (rev 423704)
+++ PKGBUILD2019-01-16 19:28:38 UTC (rev 423705)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2019.01.10
+pkgver=2019.01.16
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ed85e20cb5687721e92bae89c583a315abe52d233d5ee4d65c709f640cf0211f'
+sha256sums=('519f2aa70929787e537bc4c8ccd4533fffa82618570261c295af190a6cc90bb6'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2019-01-16 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, January 16, 2019 @ 19:28:48
  Author: jlichtblau
Revision: 423706

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 423705, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 19:28:38 UTC (rev 423705)
+++ PKGBUILD2019-01-16 19:28:48 UTC (rev 423706)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2019.01.10
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ed85e20cb5687721e92bae89c583a315abe52d233d5ee4d65c709f640cf0211f'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 423705, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 19:28:48 UTC (rev 423706)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2019.01.16
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('519f2aa70929787e537bc4c8ccd4533fffa82618570261c295af190a6cc90bb6'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-language-server/repos/community-any (2 files)

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 19:26:15
  Author: maximbaz
Revision: 423704

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 423703, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 19:25:46 UTC (rev 423703)
+++ PKGBUILD2019-01-16 19:26:15 UTC (rev 423704)
@@ -1,73 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
-# Contributor: fenuks
-
-pkgbase=python-language-server
-pkgname=(python-language-server python2-language-server)
-pkgver=0.21.5
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-makedepends=("python" "python-setuptools"
- "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" 
"python-jsonrpc-server"
-  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes"
- "python2-autopep8" "python2-rope" "python2-mccabe" 
"python2-pydocstyle" "python2-jsonrpc-server"
- "python2-mock" "python2-jedi" "python2-future" 
"python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('118831f32c62cbb9da82d3dc888d519664fd68ad4b79fcad427602b2904970da')
-
-prepare() {
-  cp -r "$pkgname-$pkgver"{,-py2}
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${pkgname}-${pkgver}-py2"
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-py.test
-
-cd "${srcdir}/${pkgname}-${pkgver}-py2"
-py.test2
-}
-
-package_python-language-server() {
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
-optdepends=(
-   "python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-   "python-pyflakes: for linter to detect various errors"
-   "python-pycodestyle: for style checking"
-   "autopep8: for code formatting"
-   "yapf: for code formatting (preferred over autopep8)"
-   "python-pydocstyle: for docstring style checking")
-cd "${pkgbase}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-language-server() {
-depends=("python2" "python2-jsonrpc-server" "python2-future" 
"python2-jedi" "python2-pluggy")
-optdepends=(
-   "python2-mccabe: for complexity checking"
-"python2-rope: for completions and renaming"
-   "python2-pyflakes: for linter to detect various errors"
-   "python2-pycodestyle: for style checking"
-   "python2-autopep8: for code formatting"
-   "python2-yapf: for code formatting (preferred over autopep8)"
-   "python2-pydocstyle: for docstring style checking")
-cd "${pkgbase}-${pkgver}-py2"
-python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-mv "$pkgdir/usr/bin/pyls" "$pkgdir/usr/bin/pyls2"
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 423703, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 19:26:15 UTC (rev 423704)
@@ -0,0 +1,73 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Contributor: fenuks
+
+pkgbase=python-language-server
+pkgname=(python-language-server python2-language-server)
+pkgver=0.21.5
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" 
"python-jsonrpc-server"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes"
+  

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

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 19:25:46
  Author: maximbaz
Revision: 423703

archrelease: copy trunk to community-any

Added:
  python-jsonrpc-server/repos/community-any/PKGBUILD
(from rev 423702, python-jsonrpc-server/trunk/PKGBUILD)
Deleted:
  python-jsonrpc-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 19:21:57 UTC (rev 423702)
+++ PKGBUILD2019-01-16 19:25:46 UTC (rev 423703)
@@ -1,44 +0,0 @@
-# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgbase=python-jsonrpc-server
-pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server;
-license=("MIT")
-makedepends=("python" "python-setuptools"
- "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
-  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('09b418e3b1ba9032aecc7aefdd185511dd230fb8dacf18ec195d14dfd89d9e54')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-py.test
-py.test2
-}
-
-package_python-jsonrpc-server() {
-depends=("python" "python-future")
-cd "${pkgbase}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-jsonrpc-server() {
-depends=("python2" "python2-future")
-cd "${pkgbase}-${pkgver}"
-python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-jsonrpc-server/repos/community-any/PKGBUILD (from rev 423702, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 19:25:46 UTC (rev 423703)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgbase=python-jsonrpc-server
+pkgname=(python-jsonrpc-server python2-jsonrpc-server)
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('09b418e3b1ba9032aecc7aefdd185511dd230fb8dacf18ec195d14dfd89d9e54')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+py.test2
+}
+
+package_python-jsonrpc-server() {
+depends=("python" "python-future")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-jsonrpc-server() {
+depends=("python2" "python2-future")
+cd "${pkgbase}-${pkgver}"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-jsonrpc-server/repos (staging-any)

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 19:19:40
  Author: maximbaz
Revision: 423700

python-jsonrpc-server: remove staging repo

Deleted:
  python-jsonrpc-server/repos/staging-any/


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

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 19:13:10
  Author: maximbaz
Revision: 423698

upgpkg: python-language-server 0.21.5-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 17:43:01 UTC (rev 423697)
+++ PKGBUILD2019-01-16 19:13:10 UTC (rev 423698)
@@ -1,9 +1,10 @@
 # Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
 # Contributor: fenuks
 
 pkgbase=python-language-server
 pkgname=(python-language-server python2-language-server)
-pkgver=0.21.4
+pkgver=0.21.5
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -18,7 +19,7 @@
  "python2-autopep8" "python2-rope" "python2-mccabe" 
"python2-pydocstyle" "python2-jsonrpc-server"
  "python2-mock" "python2-jedi" "python2-future" 
"python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('77869d8bbde2fdc789c2684fde490c2036009f70b95f7963ba02f51222130d31')
+sha256sums=('118831f32c62cbb9da82d3dc888d519664fd68ad4b79fcad427602b2904970da')
 
 prepare() {
   cp -r "$pkgname-$pkgver"{,-py2}


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

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 19:13:18
  Author: maximbaz
Revision: 423699

archrelease: copy trunk to community-staging-any

Added:
  python-language-server/repos/community-staging-any/
  python-language-server/repos/community-staging-any/PKGBUILD
(from rev 423698, python-language-server/trunk/PKGBUILD)

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

Copied: python-language-server/repos/community-staging-any/PKGBUILD (from rev 
423698, python-language-server/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-01-16 19:13:18 UTC (rev 423699)
@@ -0,0 +1,73 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Contributor: fenuks
+
+pkgbase=python-language-server
+pkgname=(python-language-server python2-language-server)
+pkgver=0.21.5
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" 
"python-jsonrpc-server"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes"
+ "python2-autopep8" "python2-rope" "python2-mccabe" 
"python2-pydocstyle" "python2-jsonrpc-server"
+ "python2-mock" "python2-jedi" "python2-future" 
"python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('118831f32c62cbb9da82d3dc888d519664fd68ad4b79fcad427602b2904970da')
+
+prepare() {
+  cp -r "$pkgname-$pkgver"{,-py2}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${pkgname}-${pkgver}-py2"
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+
+cd "${srcdir}/${pkgname}-${pkgver}-py2"
+py.test2
+}
+
+package_python-language-server() {
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+optdepends=(
+   "python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+   "python-pyflakes: for linter to detect various errors"
+   "python-pycodestyle: for style checking"
+   "autopep8: for code formatting"
+   "yapf: for code formatting (preferred over autopep8)"
+   "python-pydocstyle: for docstring style checking")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-language-server() {
+depends=("python2" "python2-jsonrpc-server" "python2-future" 
"python2-jedi" "python2-pluggy")
+optdepends=(
+   "python2-mccabe: for complexity checking"
+"python2-rope: for completions and renaming"
+   "python2-pyflakes: for linter to detect various errors"
+   "python2-pycodestyle: for style checking"
+   "python2-autopep8: for code formatting"
+   "python2-yapf: for code formatting (preferred over autopep8)"
+   "python2-pydocstyle: for docstring style checking")
+cd "${pkgbase}-${pkgver}-py2"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+mv "$pkgdir/usr/bin/pyls" "$pkgdir/usr/bin/pyls2"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-01-16 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 16, 2019 @ 18:41:12
  Author: jelle
Revision: 344304

Run tests

Modified:
  pyalpm/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:48:23 UTC (rev 344303)
+++ PKGBUILD2019-01-16 18:41:12 UTC (rev 344304)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url="https://git.archlinux.org/pyalpm.git/;
 license=('GPL')
-makedepends=('git')
+makedepends=('git' 'python-pytest')
 depends=('python>=3.6' 'pacman>=5.0')
 
source=("git+https://git.archlinux.org/pyalpm.git#commit=ec89afb96636a3449006323030dd1768c143c5f5;)
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
@@ -18,6 +18,11 @@
   python setup.py build
 }
 
+check() {
+  cd ${srcdir}/${pkgname}
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7" pytest
+}
+
 package() {
   cd ${srcdir}/${pkgname}
   python setup.py install --root=${pkgdir}


[arch-commits] Commit in python-jsonrpc-server/repos/community-staging-any (2 files)

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 17:43:01
  Author: maximbaz
Revision: 423697

archrelease: copy trunk to community-staging-any

Added:
  python-jsonrpc-server/repos/community-staging-any/PKGBUILD
(from rev 423696, python-jsonrpc-server/trunk/PKGBUILD)
Deleted:
  python-jsonrpc-server/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 17:42:50 UTC (rev 423696)
+++ PKGBUILD2019-01-16 17:43:01 UTC (rev 423697)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgbase=python-jsonrpc-server
-pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server;
-license=("MIT")
-makedepends=("python" "python-setuptools"
- "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
-  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-py.test
-py.test2
-}
-
-package_python-jsonrpc-server() {
-depends=("python" "python-future")
-cd "${pkgbase}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jsonrpc-server() {
-depends=("python2" "python2-future")
-cd "${pkgbase}-${pkgver}"
-python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-jsonrpc-server/repos/community-staging-any/PKGBUILD (from rev 
423696, python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 17:43:01 UTC (rev 423697)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgbase=python-jsonrpc-server
+pkgname=(python-jsonrpc-server python2-jsonrpc-server)
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('09b418e3b1ba9032aecc7aefdd185511dd230fb8dacf18ec195d14dfd89d9e54')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+py.test2
+}
+
+package_python-jsonrpc-server() {
+depends=("python" "python-future")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-jsonrpc-server() {
+depends=("python2" "python2-future")
+cd "${pkgbase}-${pkgver}"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-01-16 Thread Maxim Baz via arch-commits
Date: Wednesday, January 16, 2019 @ 17:42:50
  Author: maximbaz
Revision: 423696

upgpkg: python-jsonrpc-server 0.1.2-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:47:33 UTC (rev 423695)
+++ PKGBUILD2019-01-16 17:42:50 UTC (rev 423696)
@@ -1,9 +1,10 @@
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
 # Maintainer: Morten Linderud 
 # Contributor: fenuks
 
 pkgbase=python-jsonrpc-server
 pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.1.0
+pkgver=0.1.2
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -13,8 +14,8 @@
  "python2" "python2-setuptools")
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
   "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('09b418e3b1ba9032aecc7aefdd185511dd230fb8dacf18ec195d14dfd89d9e54')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,7 +33,7 @@
 depends=("python" "python-future")
 cd "${pkgbase}-${pkgver}"
 python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_python2-jsonrpc-server() {
@@ -39,5 +40,5 @@
 depends=("python2" "python2-future")
 cd "${pkgbase}-${pkgver}"
 python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:44:55
  Author: felixonmars
Revision: 344286

archrelease: copy trunk to staging-x86_64

Added:
  kexi/repos/staging-x86_64/
  kexi/repos/staging-x86_64/0001-fix-build-with-qt-5-11.patch
(from rev 344285, kexi/trunk/0001-fix-build-with-qt-5-11.patch)
  kexi/repos/staging-x86_64/PKGBUILD
(from rev 344285, kexi/trunk/PKGBUILD)

---+
 0001-fix-build-with-qt-5-11.patch |   28 ++
 PKGBUILD  |   44 
 2 files changed, 72 insertions(+)

Copied: kexi/repos/staging-x86_64/0001-fix-build-with-qt-5-11.patch (from rev 
344285, kexi/trunk/0001-fix-build-with-qt-5-11.patch)
===
--- staging-x86_64/0001-fix-build-with-qt-5-11.patch
(rev 0)
+++ staging-x86_64/0001-fix-build-with-qt-5-11.patch2019-01-16 16:44:55 UTC 
(rev 344286)
@@ -0,0 +1,28 @@
+commit 1578fcb4a0407cf368edb6ee4605c4ef9e77b6ed
+Author: Andreas Sturmlechner 
+Date:   Tue Mar 20 00:06:46 2018 +0100
+
+Fix build with Qt 5.11 (missing headers)
+
+Reviewers: #kexi, staniek
+
+Reviewed By: #kexi, staniek
+
+Subscribers: staniek
+
+Tags: #kexi
+
+Differential Revision: https://phabricator.kde.org/D11503
+
+diff --git a/src/main/startup/KexiNewProjectAssistant.cpp 
b/src/main/startup/KexiNewProjectAssistant.cpp
+index 59e819acc..6568f1b5c 100644
+--- a/src/main/startup/KexiNewProjectAssistant.cpp
 b/src/main/startup/KexiNewProjectAssistant.cpp
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 

Copied: kexi/repos/staging-x86_64/PKGBUILD (from rev 344285, 
kexi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-16 16:44:55 UTC (rev 344286)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kexi
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="A visual database applications creator"
+arch=(x86_64)
+url="http://www.kexi-project.org/;
+license=(GPL2)
+depends=(kdb kreport ktexteditor breeze-icons)
+makedepends=(extra-cmake-modules qt5-tools kdoctools mariadb-libs postgresql 
qt5-webkit doxygen)
+optdepends=('qt5-webkit: Web browser plugin')
+conflicts=(calligra-kexi)
+replaces=(calligra-kexi)
+source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}
+'0001-fix-build-with-qt-5-11.patch')
+sha256sums=('6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb'
+'SKIP'
+'f8daf1f5c366bb5a01be20f81b86bb5081d4355fecd81b90e4c5016a8e97c106')
+validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek 

+
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+
+  patch -Np1 < ../0001-fix-build-with-qt-5-11.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:44:37
  Author: felixonmars
Revision: 344285

MariaDB 10.3 rebuild

Modified:
  kexi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:39:46 UTC (rev 344284)
+++ PKGBUILD2019-01-16 16:44:37 UTC (rev 344285)
@@ -2,7 +2,7 @@
 
 pkgname=kexi
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A visual database applications creator"
 arch=(x86_64)
 url="http://www.kexi-project.org/;


[arch-commits] Commit in kexi/trunk (0001-fix-build-with-qt-5-11.patch PKGBUILD)

2019-01-16 Thread Christian Hesse via arch-commits
Date: Wednesday, January 16, 2019 @ 16:39:46
  Author: eworm
Revision: 344284

fix build with Qt 5.11

Added:
  kexi/trunk/0001-fix-build-with-qt-5-11.patch
Modified:
  kexi/trunk/PKGBUILD

---+
 0001-fix-build-with-qt-5-11.patch |   28 
 PKGBUILD  |   10 --
 2 files changed, 36 insertions(+), 2 deletions(-)

Added: 0001-fix-build-with-qt-5-11.patch
===
--- 0001-fix-build-with-qt-5-11.patch   (rev 0)
+++ 0001-fix-build-with-qt-5-11.patch   2019-01-16 16:39:46 UTC (rev 344284)
@@ -0,0 +1,28 @@
+commit 1578fcb4a0407cf368edb6ee4605c4ef9e77b6ed
+Author: Andreas Sturmlechner 
+Date:   Tue Mar 20 00:06:46 2018 +0100
+
+Fix build with Qt 5.11 (missing headers)
+
+Reviewers: #kexi, staniek
+
+Reviewed By: #kexi, staniek
+
+Subscribers: staniek
+
+Tags: #kexi
+
+Differential Revision: https://phabricator.kde.org/D11503
+
+diff --git a/src/main/startup/KexiNewProjectAssistant.cpp 
b/src/main/startup/KexiNewProjectAssistant.cpp
+index 59e819acc..6568f1b5c 100644
+--- a/src/main/startup/KexiNewProjectAssistant.cpp
 b/src/main/startup/KexiNewProjectAssistant.cpp
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:35:55 UTC (rev 344283)
+++ PKGBUILD2019-01-16 16:39:46 UTC (rev 344284)
@@ -12,14 +12,20 @@
 optdepends=('qt5-webkit: Web browser plugin')
 conflicts=(calligra-kexi)
 replaces=(calligra-kexi)
-source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}
+'0001-fix-build-with-qt-5-11.patch')
 sha256sums=('6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb'
-'SKIP')
+'SKIP'
+'f8daf1f5c366bb5a01be20f81b86bb5081d4355fecd81b90e4c5016a8e97c106')
 validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek 

 
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+
+  patch -Np1 < ../0001-fix-build-with-qt-5-11.patch
 }
 
 build() {


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 16:37:33
  Author: arojas
Revision: 423662

archrelease: copy trunk to community-x86_64

Added:
  cypari2/repos/community-x86_64/PKGBUILD
(from rev 423661, cypari2/trunk/PKGBUILD)
Deleted:
  cypari2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 16:37:15 UTC (rev 423661)
+++ PKGBUILD2019-01-16 16:37:33 UTC (rev 423662)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=cypari2
-pkgname=(python-cypari2 python2-cypari2)
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Cython bindings for PARI"
-arch=(x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython python2-cysignals python-cysignals)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz;)
-sha256sums=('77216af4e91c80e041487ae9b6e21f74752ac697cf9a2b24ddeb2205bffaf793')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cypari2() {
-  depends=(python-cysignals)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-cypari2() {
-  depends=(python2-cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cypari2/repos/community-x86_64/PKGBUILD (from rev 423661, 
cypari2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 16:37:33 UTC (rev 423662)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cypari2
+pkgname=(python-cypari2 python2-cypari2)
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Cython bindings for PARI"
+arch=(x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython python2-cysignals python-cysignals)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz;)
+sha256sums=('f459c565c5001ef718ecb7a37298d1b181368336fb77e5931216decef9aad0ef')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cypari2() {
+  depends=(python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-cypari2() {
+  depends=(python2-cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 16:37:15
  Author: arojas
Revision: 423661

Update to 2.0.3

Modified:
  cypari2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:31:04 UTC (rev 423660)
+++ PKGBUILD2019-01-16 16:37:15 UTC (rev 423661)
@@ -2,7 +2,7 @@
 
 pkgbase=cypari2
 pkgname=(python-cypari2 python2-cypari2)
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Cython bindings for PARI"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(cython2 cython python2-cysignals python-cysignals)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz;)
-sha256sums=('77216af4e91c80e041487ae9b6e21f74752ac697cf9a2b24ddeb2205bffaf793')
+sha256sums=('f459c565c5001ef718ecb7a37298d1b181368336fb77e5931216decef9aad0ef')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:31:04
  Author: felixonmars
Revision: 423660

archrelease: copy trunk to community-staging-x86_64

Added:
  stardict/repos/community-staging-x86_64/
  stardict/repos/community-staging-x86_64/PKGBUILD
(from rev 423659, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-x86_64/gcc46.patch
(from rev 423659, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-x86_64/glib2.patch
(from rev 423659, stardict/trunk/glib2.patch)
  stardict/repos/community-staging-x86_64/mariadb.patch
(from rev 423659, stardict/trunk/mariadb.patch)

---+
 PKGBUILD  |   60 
 gcc46.patch   |   11 ++
 glib2.patch   |   36 +
 mariadb.patch |   15 ++
 4 files changed, 122 insertions(+)

Copied: stardict/repos/community-staging-x86_64/PKGBUILD (from rev 423659, 
stardict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-16 16:31:04 UTC (rev 423660)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: Neil Lin 
+# Contributor: Cravix < dr dot neemous at gmail dot com >
+
+pkgname=stardict
+pkgver=3.0.6
+pkgrel=7
+pkgdesc='International dictionary software'
+arch=('x86_64')
+url='http://stardict-4.sourceforge.net/'
+license=('GPL')
+depends=('gtk2' 'libsigc++')
+makedepends=('enchant' 'espeak' 'mariadb-libs' 'gnome-common' 
'gnome-doc-utils')
+optdepends=('enchant: spell checker plugin'
+'espeak: text to speech plugin')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgname-$pkgver.tar.bz2;
+'gcc46.patch'
+'glib2.patch'
+'mariadb.patch')
+sha256sums=('6a0a695a8977604e0509a3db1bc6a67e53599b14f29494ba942f21d2c26b82e7'
+'207dc727b69ee8552372d5551f54a638b472703aeb13a64cdfee6bad00dc380d'
+'5be4d0468f6089b760924a5d25030110ca62869b4611afb46a411cd4eb59b832'
+'f66b916c358bddf48fcb91a7d0190a7109fe92a1388ec982c47dfa9ac1ee69cf')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -p1 -i ../gcc46.patch
+  patch -p1 -i ../glib2.patch
+  patch -p1 -i ../mariadb.patch
+
+  sed -i 's/, enchant/, enchant-2/' dict/configure.ac
+  sed -i '/AM_GCONF_SOURCE_2/d' dict/configure.ac
+
+  ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CXXFLAGS+=" -std=gnu++11"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-gnome-support \
+--disable-gucharmap \
+--disable-festival \
+--disable-updateinfo
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i {dict,lib,tools}/libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: stardict/repos/community-staging-x86_64/gcc46.patch (from rev 423659, 
stardict/trunk/gcc46.patch)
===
--- community-staging-x86_64/gcc46.patch(rev 0)
+++ community-staging-x86_64/gcc46.patch2019-01-16 16:31:04 UTC (rev 
423660)
@@ -0,0 +1,11 @@
+diff -aur old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h 
new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h
+--- old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
06:58:58.519404744 -0700
 new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
07:01:10.739734313 -0700
+@@ -26,6 +26,7 @@
+ #ifndef __TYPES_H__
+ #define __TYPES_H__
+ 
++#include 
+ #include 
+ 
+ typedef float single;

Copied: stardict/repos/community-staging-x86_64/glib2.patch (from rev 423659, 
stardict/trunk/glib2.patch)
===
--- community-staging-x86_64/glib2.patch(rev 0)
+++ community-staging-x86_64/glib2.patch2019-01-16 16:31:04 UTC (rev 
423660)
@@ -0,0 +1,36 @@
+diff -Naur old/dict/configure.ac new/dict/configure.ac
+--- old/dict/configure.ac  2011-07-03 16:58:40.0 +1000
 new/dict/configure.ac  2012-07-12 22:31:52.875176842 +1000
+@@ -266,6 +266,9 @@
+ fi
+ AC_SUBST(WIKI_PARSEDATA_PLUGIN_DIR)
+ 
++GMODULE2_LIBS=`pkg-config --libs gmodule-2.0`
++AC_SUBST([GMODULE2_LIBS])
++
+ dnl 
+ dnl main program checks.
+ dnl 
+diff -Naur old/dict/src/Makefile.am new/dict/src/Makefile.am
+--- old/dict/src/Makefile.am   2011-07-03 16:58:40.0 +1000
 new/dict/src/Makefile.am   2012-07-12 22:29:53.714870692 +1000
+@@ -33,7 +33,7 @@
+ stardict_DEPENDENCIES = lib/libstardict.la $(LOCAL_SIGCPP_LIBFILE)
+ stardict_LDFLAGS = 
+ ## place 

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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:30:39
  Author: felixonmars
Revision: 423659

MariaDB 10.3 rebuild

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:28:01 UTC (rev 423658)
+++ PKGBUILD2019-01-16 16:30:39 UTC (rev 423659)
@@ -6,7 +6,7 @@
 
 pkgname=stardict
 pkgver=3.0.6
-pkgrel=6
+pkgrel=7
 pkgdesc='International dictionary software'
 arch=('x86_64')
 url='http://stardict-4.sourceforge.net/'


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:28:01
  Author: felixonmars
Revision: 423658

archrelease: copy trunk to community-staging-x86_64

Added:
  monitoring-plugins/repos/community-staging-x86_64/
  monitoring-plugins/repos/community-staging-x86_64/0001-mariadb.patch
(from rev 423657, monitoring-plugins/trunk/0001-mariadb.patch)
  monitoring-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 423657, monitoring-plugins/trunk/PKGBUILD)

+
 0001-mariadb.patch |   26 
 PKGBUILD   |   54 +++
 2 files changed, 80 insertions(+)

Copied: monitoring-plugins/repos/community-staging-x86_64/0001-mariadb.patch 
(from rev 423657, monitoring-plugins/trunk/0001-mariadb.patch)
===
--- community-staging-x86_64/0001-mariadb.patch (rev 0)
+++ community-staging-x86_64/0001-mariadb.patch 2019-01-16 16:28:01 UTC (rev 
423658)
@@ -0,0 +1,26 @@
+From 399cc141526ee77e1befce469f1fab40645f299d Mon Sep 17 00:00:00 2001
+From: Bernard Spil 
+Date: Mon, 6 Nov 2017 17:31:44 +0100
+Subject: [PATCH] Fix build issue with MariaDB 10.2
+
+As of 10.2 MariaDB no longer defines MYSQL_PORT.
+---
+ plugins/common.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/plugins/common.h b/plugins/common.h
+index 8719b502..6bf4fca4 100644
+--- a/plugins/common.h
 b/plugins/common.h
+@@ -174,6 +174,11 @@
+  *
+  */
+ 
++/* MariaDB 10.2 client does not set MYSQL_PORT */
++#ifndef MYSQL_PORT
++#  define MYSQL_PORT 3306
++#endif
++
+ enum {
+   OK = 0,
+   ERROR = -1

Copied: monitoring-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
423657, monitoring-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-16 16:28:01 UTC (rev 423658)
@@ -0,0 +1,54 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Idares 
+
+pkgname=monitoring-plugins
+pkgver=2.2
+pkgrel=5
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other 
monitoring applications"
+arch=('x86_64')
+url="http://www.monitoring-plugins.org;
+license=('GPL3')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'mariadb-libs'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'mariadb-libs: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi'
+  'libldap: for check_ldap')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=("https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz;
+'0001-mariadb.patch')
+sha256sums=('296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665'
+'2e478c220563c194f61d68860cfbb56cf9ce1179b2590343c679a1609a5fba6d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 < ../0001-mariadb.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins \
+--with-ping-command='/usr/bin/ping -4 -n -U -w %d -c %d %s' \
+--with-ping6-command='/usr/bin/ping -6 -n -U -w %d -c %d %s'
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  for i in ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog \
+FAQ NEWS README REQUIREMENTS SUPPORT THANKS; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 16:27:44
  Author: felixonmars
Revision: 423657

MariaDB 10.3 rebuild

Modified:
  monitoring-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:24:38 UTC (rev 423656)
+++ PKGBUILD2019-01-16 16:27:44 UTC (rev 423657)
@@ -3,7 +3,7 @@
 
 pkgname=monitoring-plugins
 pkgver=2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other 
monitoring applications"
 arch=('x86_64')
 url="http://www.monitoring-plugins.org;


[arch-commits] Commit in monitoring-plugins/trunk (0001-mariadb.patch PKGBUILD)

2019-01-16 Thread Christian Hesse via arch-commits
Date: Wednesday, January 16, 2019 @ 16:24:38
  Author: eworm
Revision: 423656

fix for mariadb 10.3

Added:
  monitoring-plugins/trunk/0001-mariadb.patch
Modified:
  monitoring-plugins/trunk/PKGBUILD

+
 0001-mariadb.patch |   26 ++
 PKGBUILD   |   12 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)

Added: 0001-mariadb.patch
===
--- 0001-mariadb.patch  (rev 0)
+++ 0001-mariadb.patch  2019-01-16 16:24:38 UTC (rev 423656)
@@ -0,0 +1,26 @@
+From 399cc141526ee77e1befce469f1fab40645f299d Mon Sep 17 00:00:00 2001
+From: Bernard Spil 
+Date: Mon, 6 Nov 2017 17:31:44 +0100
+Subject: [PATCH] Fix build issue with MariaDB 10.2
+
+As of 10.2 MariaDB no longer defines MYSQL_PORT.
+---
+ plugins/common.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/plugins/common.h b/plugins/common.h
+index 8719b502..6bf4fca4 100644
+--- a/plugins/common.h
 b/plugins/common.h
+@@ -174,6 +174,11 @@
+  *
+  */
+ 
++/* MariaDB 10.2 client does not set MYSQL_PORT */
++#ifndef MYSQL_PORT
++#  define MYSQL_PORT 3306
++#endif
++
+ enum {
+   OK = 0,
+   ERROR = -1

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:24:19 UTC (rev 423655)
+++ PKGBUILD2019-01-16 16:24:38 UTC (rev 423656)
@@ -19,9 +19,17 @@
 provides=('nagios-plugins')
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('549e243ba1fb5c5b3be3a86961de40a7')
+source=("https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz;
+'0001-mariadb.patch')
+sha256sums=('296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665'
+'2e478c220563c194f61d68860cfbb56cf9ce1179b2590343c679a1609a5fba6d')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 < ../0001-mariadb.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 


[arch-commits] Commit in stardict/trunk (PKGBUILD mariadb.patch)

2019-01-16 Thread Christian Hesse via arch-commits
Date: Wednesday, January 16, 2019 @ 16:24:19
  Author: eworm
Revision: 423655

fix for mariadb 10.3

Added:
  stardict/trunk/mariadb.patch
Modified:
  stardict/trunk/PKGBUILD

---+
 PKGBUILD  |   13 -
 mariadb.patch |   15 +++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 16:20:12 UTC (rev 423654)
+++ PKGBUILD2019-01-16 16:24:19 UTC (rev 423655)
@@ -18,12 +18,19 @@
 options=('!emptydirs')
 
source=("http://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgname-$pkgver.tar.bz2;
 'gcc46.patch'
-'glib2.patch')
+'glib2.patch'
+'mariadb.patch')
+sha256sums=('6a0a695a8977604e0509a3db1bc6a67e53599b14f29494ba942f21d2c26b82e7'
+'207dc727b69ee8552372d5551f54a638b472703aeb13a64cdfee6bad00dc380d'
+'5be4d0468f6089b760924a5d25030110ca62869b4611afb46a411cd4eb59b832'
+'f66b916c358bddf48fcb91a7d0190a7109fe92a1388ec982c47dfa9ac1ee69cf')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   patch -p1 -i ../gcc46.patch
   patch -p1 -i ../glib2.patch
+  patch -p1 -i ../mariadb.patch
 
   sed -i 's/, enchant/, enchant-2/' dict/configure.ac
   sed -i '/AM_GCONF_SOURCE_2/d' dict/configure.ac
@@ -51,7 +58,3 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-
-md5sums=('93371b35482e6380e8bd4ba5d256b864'
- '52ff47441c503de07add4b7688510bc5'
- 'b2f216897c9053c7e4666c3d78705cf1')

Added: mariadb.patch
===
--- mariadb.patch   (rev 0)
+++ mariadb.patch   2019-01-16 16:24:19 UTC (rev 423655)
@@ -0,0 +1,15 @@
+diff --git a/tools/src/wikipediaImage.cpp b/tools/src/wikipediaImage.cpp
+index ff38f50..2fa5712 100644
+--- a/tools/src/wikipediaImage.cpp
 b/tools/src/wikipediaImage.cpp
+@@ -25,6 +25,10 @@
+ #define CONN_PASS "123"
+ #define CONN_DB   "wikidb"
+ 
++/* MariaDB >= 10.2 client does not set MYSQL_PORT */
++#ifndef MYSQL_PORT
++#  define MYSQL_PORT 3306
++#endif
+ 
+ void dump_file()
+ {


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 16:20:12
  Author: arojas
Revision: 423654

archrelease: copy trunk to community-x86_64

Added:
  cysignals/repos/community-x86_64/PKGBUILD
(from rev 423653, cysignals/trunk/PKGBUILD)
Deleted:
  cysignals/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 16:19:28 UTC (rev 423653)
+++ PKGBUILD2019-01-16 16:20:12 UTC (rev 423654)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('fd07c48d9983e214fc95862e19d0f67190df83e15eec938242cfc0d77366d3c2')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/{bin,share}
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-x86_64/PKGBUILD (from rev 423653, 
cysignals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 16:20:12 UTC (rev 423654)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('e2098925e02a445c1dad10aa8251cdcd612c153ecf4f1da86346347533433d96')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2019-01-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 16, 2019 @ 16:19:28
  Author: arojas
Revision: 423653

Update to 1.9.0

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:54:39 UTC (rev 423652)
+++ PKGBUILD2019-01-16 16:19:28 UTC (rev 423653)
@@ -2,7 +2,7 @@
 
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('fd07c48d9983e214fc95862e19d0f67190df83e15eec938242cfc0d77366d3c2')
+sha256sums=('e2098925e02a445c1dad10aa8251cdcd612c153ecf4f1da86346347533433d96')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2019-01-16 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 16, 2019 @ 15:54:27
  Author: spupykin
Revision: 423651

upgpkg: liburcu 0.10.2-1

Modified:
  liburcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:54:18 UTC (rev 423650)
+++ PKGBUILD2019-01-16 15:54:27 UTC (rev 423651)
@@ -3,7 +3,7 @@
 # Contributor: Yggdrasil 
 
 pkgname=liburcu
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
 source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
 depends=()
-sha1sums=('32755b4e99306fca50ededf2e4b8ef987813696c'
+sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
   'SKIP')
 
 build() {


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

2019-01-16 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 16, 2019 @ 15:54:18
  Author: spupykin
Revision: 423650

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 423649, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 423649, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 423649, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   91 ++---
 3 files changed, 249 insertions(+), 250 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2019-01-16 15:54:05 UTC (rev 423649)
+++ 0001-no-xlocale.patch   2019-01-16 15:54:18 UTC (rev 423650)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 423649, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2019-01-16 15:54:18 UTC (rev 423650)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2019-01-16 15:54:05 UTC (rev 423649)
+++ LICENSE 2019-01-16 15:54:18 UTC (rev 423650)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

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

2019-01-16 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 16, 2019 @ 15:54:39
  Author: spupykin
Revision: 423652

archrelease: copy trunk to community-x86_64

Added:
  liburcu/repos/community-x86_64/PKGBUILD
(from rev 423651, liburcu/trunk/PKGBUILD)
Deleted:
  liburcu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 15:54:27 UTC (rev 423651)
+++ PKGBUILD2019-01-16 15:54:39 UTC (rev 423652)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Babeux 
-# Contributor: Yggdrasil 
-
-pkgname=liburcu
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('x86_64')
-url="http://lttng.org/urcu;
-license=('LGPL2.1')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
-depends=()
-sha1sums=('32755b4e99306fca50ededf2e4b8ef987813696c'
-  'SKIP')
-
-build() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-make install DESTDIR="$pkgdir"
-}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 423651, 
liburcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 15:54:39 UTC (rev 423652)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Babeux 
+# Contributor: Yggdrasil 
+
+pkgname=liburcu
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('x86_64')
+url="http://lttng.org/urcu;
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
+  'SKIP')
+
+build() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+make install DESTDIR="$pkgdir"
+}


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 15:24:59
  Author: felixonmars
Revision: 423570

archrelease: copy trunk to community-staging-x86_64

Added:
  gnucash/repos/community-staging-x86_64/
  gnucash/repos/community-staging-x86_64/PKGBUILD
(from rev 423569, gnucash/trunk/PKGBUILD)

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

Copied: gnucash/repos/community-staging-x86_64/PKGBUILD (from rev 423569, 
gnucash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-16 15:24:59 UTC (rev 423570)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=3.4
+pkgrel=3
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking boost-libs guile libdbi webkit2gtk)
+makedepends=(boost cmake gmock libdbi-drivers mariadb-libs postgresql-libs)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('95e8d340b7299e67ed9bedd29141cdc50824a1d6c17ebba302396b862e33b2ea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DHAVE_GWEN_GTK3=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
+}


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 15:24:29
  Author: felixonmars
Revision: 423569

MariaDB 10.3 rebuild

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:23:54 UTC (rev 423568)
+++ PKGBUILD2019-01-16 15:24:29 UTC (rev 423569)
@@ -4,7 +4,7 @@
 
 pkgname=gnucash
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'


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

2019-01-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 16, 2019 @ 15:23:54
  Author: foutrelis
Revision: 423568

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 423567, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 423567, vtk/trunk/PKGBUILD)

--+
 .contrib |6 ++
 PKGBUILD |  128 +
 2 files changed, 134 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 423567, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2019-01-16 15:23:54 UTC (rev 423568)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 423567, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-16 15:23:54 UTC (rev 423568)
@@ -0,0 +1,128 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Bruno Pagani 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=8.1.2
+pkgrel=2
+pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
+arch=('x86_64')
+url="https://www.vtk.org/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'boost' 'doxygen' 'ffmpeg' 'gdal' 'gnuplot'
+ 'java-environment' 'openmpi' 'python-matplotlib' 'qt5-base'
+ 'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget'
+ 'expat' 'freetype2' 'glew' 'hdf5' 'libjpeg' 'jsoncpp' 'libxml2'
+ 'lz4' 'python-mpi4py' 'netcdf' 'libogg' 'libtheora' 'libpng'
+ 'libtiff' 'zlib'
+ 'python-autobahn' 'python-constantly' 'python-hyperlink'
+ 'python-incremental' 'proj' 'mariadb' 'python-six'
+ 'python-twisted' 'python-txaio' 'python-zope-interface')
+optdepends=('gnuplot: plotting tools'
+'graphviz: drawing tools'
+'java-runtime: java bindings'
+'python: python bindings'
+'python-autobahn: for vtkWeb'
+'python-twisted: for vtkWeb'
+'python-constantly'
+'python-incremental'
+'python-mpi4py: OpenMPI python support'
+'python-matplotlib: for Matplotlib rendering'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'tk: tcl bindings'
+'ffmpeg'
+'gdal'
+'glew'
+'hdf5'
+'jsoncpp'
+'lz4'
+'mariadb'
+'netcdf'
+'proj'
+'unixodbc')
+source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;)
+options=(staticlibs)
+sha512sums=('c9fc498804ff9bb433bf79f4b14d9bb6134b026aea46ed12ac40434bfdd8063c42e75d3e0cfa88d171fa271001c9444d66a471edc9b22df83a9109733abcdfa0'
+
'6aaf2bfed03bf1138eba2476ea7d03f977bcbd918718b545304873935e88c1361d1aa0483a188f60d36e68da1a22620a8786e7a7f8c3c16fa82e2c6a3d695bb8'
+
'12c65442c16fc0eaadfcd59248eb8ed0d45e9afb272a2bfa6820143d1059e02efbb503e81f78168eb86f24641908975f81e5c0fa739ff2b5ca018d1a48c9a579')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # GL2PS blocked by http://www.vtk.org/Bug/view.php?id=16083
+  # NETCDFCPP blocked by https://github.com/Unidata/netcdf-cxx4/issues/43
+  # LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
+  # Only in ParaView build: DOUBLECONVERSION EIGEN LZMA PEGTL PUGIXML
+  local VTK_USE_SYSTEM_LIB=""
+  # Common with ParaView
+  for lib in EXPAT FREETYPE GLEW HDF5 JPEG JSONCPP LIBXML2 LZ4 MPI4PY NETCDF 
OGGTHEORA PNG TIFF ZLIB; do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
+  done
+  for lib in AUTOBAHN CONSTANTLY HYPERLINK INCREMENTAL LIBPROJ4 SIX TWISTED 
TXAIO ZOPE; do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
+  done
+
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+
+  cmake ../VTK-${pkgver} \
+-Wno-dev \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOCUMENTATION=OFF \
+-DDOXYGEN_KEEP_TEMP=ON \
+

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

2019-01-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 16, 2019 @ 15:23:48
  Author: foutrelis
Revision: 423567

MariaDB 10.3 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 15:21:59 UTC (rev 423566)
+++ PKGBUILD2019-01-16 15:23:48 UTC (rev 423567)
@@ -6,7 +6,7 @@
 
 pkgname=vtk
 pkgver=8.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
 arch=('x86_64')
 url="https://www.vtk.org/;


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

2019-01-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 16, 2019 @ 15:22:33
  Author: foutrelis
Revision: 344267

archrelease: copy trunk to staging-x86_64

Added:
  galera/repos/staging-x86_64/
  galera/repos/staging-x86_64/PKGBUILD
(from rev 344266, galera/trunk/PKGBUILD)

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

Copied: galera/repos/staging-x86_64/PKGBUILD (from rev 344266, 
galera/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-16 15:22:33 UTC (rev 344267)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Hesse 
+# Contributor: Rustam Tsurik 
+# Contributor: Nico Suarez 
+
+pkgname=galera
+pkgver=25.3.25
+pkgrel=3
+pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
+arch=('x86_64')
+license=('GPL2' 'custom:OpenSSL Linking Exception')
+depends=('mariadb' 'openssl')
+makedepends=('check' 'scons' 'boost')
+optdepends=('rsync: transfer database state to a newly joined node with rsync')
+url='http://www.codership.com/'
+options=('!libtool')
+validpgpkeys=('44B7345738EBDE52594DAD80D669017EBC19DDBA') # Codership Oy 

+source=("http://releases.galeracluster.com/${pkgname}-${pkgver#25.}/source/${pkgname}-3-${pkgver}.tar.gz"{,.asc})
+sha256sums=('111dc45ea45bf47545dbfb0cab568780912592bdecbdacc3df88eb50a03d397e'
+'SKIP')
+
+build(){
+  cd "${pkgname}-3-${pkgver}"
+
+  scons system_asio=0
+}
+
+package(){
+  cd "${pkgname}-3-${pkgver}"
+
+  install -D -m0755 libgalera_smm.so 
"${pkgdir}"/usr/lib/galera/libgalera_smm.so
+  ln -s galera/libgalera_smm.so "${pkgdir}"/usr/lib/libgalera_smm.so
+
+  install -D -m0755 garb/garbd "${pkgdir}"/usr/bin/garbd
+
+  install -D -m0644 scripts/packages/README 
"${pkgdir}"/usr/share/doc/galera/README
+  install -D -m0644 scripts/packages/README-MySQL 
"${pkgdir}"/usr/share/doc/galera/README-MySQL
+  install -D -m0644 scripts/mysql/README 
"${pkgdir}"/usr/share/doc/galera/mysql/README
+  install -D -m0644 COPYING "${pkgdir}"/usr/share/doc/galera/COPYING
+}
+


  1   2   3   >