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

2018-10-28 Thread Laurent Carlier via arch-commits
Date: Monday, October 29, 2018 @ 04:15:26
  Author: lcarlier
Revision: 399348

upgpkg: kphotoalbum 5.4-1

upstream update 5.4

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:56:29 UTC (rev 399347)
+++ PKGBUILD2018-10-29 04:15:26 UTC (rev 399348)
@@ -5,7 +5,7 @@
 # Contributor: chfoxli 
 
 pkgname=kphotoalbum
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc="KDE Photo Album, picture collection manager"
 url="https://www.kphotoalbum.org/";
@@ -16,7 +16,7 @@
 optdepends=()
 
source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 
kphotoalbum-qt-5.11.patch::"https://github.com/KDE/kphotoalbum/commit/47f4c00a.patch";)
-sha256sums=('c1175489c70902511d7fa7c261a65d4dd19a3a651a1811edea3034e36fda88d1'
+sha256sums=('d031ce9eec4c16d628e1152cee4ab6aeef5194ce6517dd7b6493e60d45ad852d'
 'SKIP'
 '78fd0e12826c9fa8c36f3be5bf8a7048ed1382be1a813d985bc65eba9b52ba66')
 validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold 

@@ -24,8 +24,8 @@
 prepare() {
   mkdir -p build
 
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kphotoalbum-qt-5.11.patch # Fix build with Qt 5.11
+#  cd $pkgname-$pkgver
+#  patch -p1 -i ../kphotoalbum-qt-5.11.patch # Fix build with Qt 5.11
 }
 
 build() {


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

2018-10-28 Thread Laurent Carlier via arch-commits
Date: Monday, October 29, 2018 @ 04:15:32
  Author: lcarlier
Revision: 399349

archrelease: copy trunk to community-x86_64

Added:
  kphotoalbum/repos/community-x86_64/PKGBUILD
(from rev 399348, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-x86_64/kphotoalbum-qt-5.10.patch
(from rev 399348, kphotoalbum/trunk/kphotoalbum-qt-5.10.patch)
Deleted:
  kphotoalbum/repos/community-x86_64/PKGBUILD
  kphotoalbum/repos/community-x86_64/kphotoalbum-qt-5.10.patch

---+
 PKGBUILD  |   83 ++--
 kphotoalbum-qt-5.10.patch |   90 ++--
 2 files changed, 90 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 04:15:26 UTC (rev 399348)
+++ PKGBUILD2018-10-29 04:15:32 UTC (rev 399349)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Gilles CHAUVIN 
-# Contributor: Jonathan Schaeffer 
-# Contributor: chfoxli 
-
-pkgname=kphotoalbum
-pkgver=5.3
-pkgrel=1
-pkgdesc="KDE Photo Album, picture collection manager"
-url="https://www.kphotoalbum.org/";
-arch=('x86_64')
-license=('GPL')
-depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
-makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 
'kdoctools' 'kparts' 'libkexiv2')
-optdepends=()
-source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c1175489c70902511d7fa7c261a65d4dd19a3a651a1811edea3034e36fda88d1'
-'SKIP')
-validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold 

-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kphotoalbum/repos/community-x86_64/PKGBUILD (from rev 399348, 
kphotoalbum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 04:15:32 UTC (rev 399349)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=5.4
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="https://www.kphotoalbum.org/";
+arch=('x86_64')
+license=('GPL')
+depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'phonon-qt5' 'kdoctools' 
'kparts' 'libkexiv2')
+optdepends=()
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+
kphotoalbum-qt-5.11.patch::"https://github.com/KDE/kphotoalbum/commit/47f4c00a.patch";)
+sha256sums=('d031ce9eec4c16d628e1152cee4ab6aeef5194ce6517dd7b6493e60d45ad852d'
+'SKIP'
+'78fd0e12826c9fa8c36f3be5bf8a7048ed1382be1a813d985bc65eba9b52ba66')
+validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold 

+
+prepare() {
+  mkdir -p build
+
+#  cd $pkgname-$pkgver
+#  patch -p1 -i ../kphotoalbum-qt-5.11.patch # Fix build with Qt 5.11
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kphotoalbum-qt-5.10.patch
===
--- kphotoalbum-qt-5.10.patch   2018-10-29 04:15:26 UTC (rev 399348)
+++ kphotoalbum-qt-5.10.patch   2018-10-29 04:15:32 UTC (rev 399349)
@@ -1,45 +0,0 @@
-From 211f74bec0101d56714787b3a722e7f324ce2ae2 Mon Sep 17 00:00:00 2001
-From: Sylvain Stanchina 
-Date: Mon, 1 Jan 2018 21:57:32 +0100
-Subject: Fix crash with prepared SQL queries on Qt 5.10.
-
-Some explanations: The issue is related to SQL queries containing
-placeholders ("?"). In Exif.Database.cpp, some queries are built using
-the statement "QSqlQuery query( _queryString, m_db );" (or equivalent).
-However, according to QT5.10 documentation, the queries are immediately
-executed when constructed like that. If they contain one or more
-placeholders "?", they are thus executed before their arguments have
-been bound (by calls of bindValue()). In such cases, the application
-crashes.

- Exif/Database.cpp | 10 ++
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/Exif/Database.cpp b/Exif/Database.cpp
-index 1cc14c3..10747d2 100644
 a/Exif/Database.cpp
-+++ b/Exif/Database.cpp
-@@ -226,7 +226,8 @@ void Exif::Database::remove( const DB::FileName& fileName )
- if ( !isUsable() )
- return;
- 
--QSqlQuery query( QString::fromLatin1( "DELETE FROM exif WHERE fileName=?" 
),

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

2018-10-28 Thread Jan Steffens via arch-commits
Date: Sunday, October 28, 2018 @ 22:21:51
  Author: heftig
Revision: 337497

archrelease: copy trunk to extra-any

Added:
  gnome-user-docs/repos/extra-any/PKGBUILD
(from rev 337496, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 22:21:34 UTC (rev 337496)
+++ PKGBUILD2018-10-28 22:21:51 UTC (rev 337497)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-user-docs";
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git)
-groups=(gnome)
-_commit=ec887e103f9b48c967ce6bb7f02424c378e602ca  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 337496, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 22:21:51 UTC (rev 337497)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-user-docs";
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome)
+_commit=7215dbdc5f04f6ce96b4f313223d8d1dd3bab02d  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-28 Thread Jan Steffens via arch-commits
Date: Sunday, October 28, 2018 @ 22:21:34
  Author: heftig
Revision: 337496

3.30.2-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 21:15:29 UTC (rev 337495)
+++ PKGBUILD2018-10-28 22:21:34 UTC (rev 337496)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs";
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=ec887e103f9b48c967ce6bb7f02424c378e602ca  # tags/3.30.1^0
+_commit=7215dbdc5f04f6ce96b4f313223d8d1dd3bab02d  # tags/3.30.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 21:15:29
  Author: jelle
Revision: 337495

archrelease: copy trunk to extra-x86_64

Added:
  v4l-utils/repos/extra-x86_64/PKGBUILD
(from rev 337494, v4l-utils/trunk/PKGBUILD)
Deleted:
  v4l-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 21:15:18 UTC (rev 337494)
+++ PKGBUILD2018-10-28 21:15:29 UTC (rev 337495)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Bächler 
-pkgname=v4l-utils
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux"
-arch=('x86_64')
-url="https://linuxtv.org/";
-provides=("libv4l=$pkgver")
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt5-base' 'alsa-lib')
-optdepends=('qt5-base' 'alsa-lib')
-depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('f1b425584284bac378b76331c0671dc890bd7af49c03e8a6cc0c70e57eea0bad'
-'SKIP')
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
-  rm "${pkgdir}/usr/bin/ivtv-ctl"
-}

Copied: v4l-utils/repos/extra-x86_64/PKGBUILD (from rev 337494, 
v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 21:15:29 UTC (rev 337495)
@@ -0,0 +1,32 @@
+# Maintainer: Thomas Bächler 
+pkgname=v4l-utils
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"
+arch=('x86_64')
+url="https://linuxtv.org/";
+provides=("libv4l=$pkgver")
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt5-base' 'alsa-lib')
+optdepends=('qt5-base' 'alsa-lib')
+depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('c7e4d6f4b4b7f278a6fa4bf56385526920d40fbd9e3e2827b75ddcd41da0504a'
+'SKIP')
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
+  rm "${pkgdir}/usr/bin/ivtv-ctl"
+}


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

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 21:15:18
  Author: jelle
Revision: 337494

upgpkg: v4l-utils 1.16.1-1

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 21:02:53 UTC (rev 337493)
+++ PKGBUILD2018-10-28 21:15:18 UTC (rev 337494)
@@ -1,6 +1,6 @@
 # Maintainer: Thomas Bächler 
 pkgname=v4l-utils
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('qt5-base' 'alsa-lib')
 depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 
source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('f1b425584284bac378b76331c0671dc890bd7af49c03e8a6cc0c70e57eea0bad'
+sha256sums=('c7e4d6f4b4b7f278a6fa4bf56385526920d40fbd9e3e2827b75ddcd41da0504a'
 'SKIP')
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

 


[arch-commits] Commit in systemd/repos (21 files)

2018-10-28 Thread Dave Reisner via arch-commits
Date: Sunday, October 28, 2018 @ 21:02:53
  Author: dreisner
Revision: 337493

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 337492, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 337492, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 337492, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 337492, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 337492, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 337492, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 337492, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 337492, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 337492, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 337492, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 337492, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 337492, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 337492, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 337492, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 337492, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 337492, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 337492, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 337492, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 337492, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 337492, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 ++
 PKGBUILD   |  274 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|   99 
 19 files changed, 841 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 337492, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2018-10-28 21:02:53 UTC (rev 337493)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3

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

2018-10-28 Thread Dave Reisner via arch-commits
Date: Sunday, October 28, 2018 @ 21:01:53
  Author: dreisner
Revision: 337492

upgpkg: systemd 239.6-1

- fast forward to v239 stable tip
- Backport fix for FS#60341
- Backport fix for CVE-2018-15688 (FS#60609)
- Backport fix for meson build clash with 'debug' option name

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:43:24 UTC (rev 337491)
+++ PKGBUILD2018-10-28 21:01:53 UTC (rev 337492)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='c38499d476026d999558a7eee9c95ca2fa41e115'
-pkgver=239.2
-pkgrel=2
+_commit='1e6d6c7c628d77b20810f07653843651b4f0209b'
+pkgver=239.6
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,9 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # statx fixes
-  '75720bff62a84896e9a0654afc7cf9408cf89a38'
-  '9c869d08d82c73f62ab3527567858ce4b0cf1257'
+  '8f6b442a78d0b485f044742ad90b2e8271b4e68e'
+  # CVE-2018-15688
+  '4dac5eaba4e419b29c97da38a8b1f82336c2c892'
 )
 
 _reverts=(


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

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 20:56:18
  Author: jelle
Revision: 399346

upgpkg: python-pytz 2018.6-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:51:24 UTC (rev 399345)
+++ PKGBUILD2018-10-28 20:56:18 UTC (rev 399346)
@@ -4,23 +4,22 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.5
-pkgrel=2
+pkgver=2018.6
+pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz";
 license=("MIT")
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz";)
-md5sums=('45409cbfa3927bdd2f3ee914dd5b1060')
+md5sums=('6c92d86f9e92e71c561b1adc213feba0')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){
-cd $srcdir
 cp -rf pytz-$pkgver pytz2-$pkgver
 }
 
 check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
+cd pytz-$pkgver/pytz/tests
 
 python3 test_tzinfo.py
 python2 test_tzinfo.py
@@ -30,11 +29,8 @@
 depends=('python')
 pkgdesc="Cross platform time zone library for Python"
 
-cd $srcdir/pytz-$pkgver
+cd pytz-$pkgver
 
-# Fix locale https://github.com/ipython/ipython/issues/2057
-export LC_ALL=en_US.UTF-8
-
 python3 setup.py install --root=$pkgdir/
 
 install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
@@ -45,11 +41,8 @@
 depends=('python2')
 pkgdesc="Cross platform time zone library for Python"
 
-cd $srcdir/pytz2-$pkgver
+cd pytz2-$pkgver
 
-# python 2 fix
-#sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
 python2 setup.py install --root="$pkgdir/"
 
 install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 20:56:29
  Author: jelle
Revision: 399347

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:56:18 UTC (rev 399346)
+++ PKGBUILD2018-10-28 20:56:29 UTC (rev 399347)
@@ -1,56 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.5
-pkgrel=2
-arch=('any')
-url="http://pypi.python.org/pypi/pytz";
-license=("MIT")
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz";)
-md5sums=('45409cbfa3927bdd2f3ee914dd5b1060')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cd $srcdir
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz-$pkgver
-
-# Fix locale https://github.com/ipython/ipython/issues/2057
-export LC_ALL=en_US.UTF-8
-
-python3 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz2-$pkgver
-
-# python 2 fix
-#sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
-python2 setup.py install --root="$pkgdir/"
-
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 399346, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:56:29 UTC (rev 399347)
@@ -0,0 +1,49 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2018.6
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pytz";
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz";)
+md5sums=('6c92d86f9e92e71c561b1adc213feba0')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz2-$pkgver
+
+python2 setup.py install --root="$pkgdir/"
+
+install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:51:06
  Author: felixonmars
Revision: 399344

upgpkg: haskell-yesod-auth 1.6.5-1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:48:32 UTC (rev 399343)
+++ PKGBUILD2018-10-28 20:51:06 UTC (rev 399344)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.6.4.1
-pkgrel=43
+pkgver=1.6.5
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")
@@ -20,7 +20,7 @@
  'haskell-yesod-persistent')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d70974047374a9ab95bf811eca27c45391f0987083e77a17c832cf6d2ebdf0b0c2042a4dbe838db83a4aff3c576aa02c20554afb0338249898894f910dfd5c1f')
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-yesod-auth/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:51:24
  Author: felixonmars
Revision: 399345

archrelease: copy trunk to community-x86_64

Added:
  haskell-yesod-auth/repos/community-x86_64/PKGBUILD
(from rev 399344, haskell-yesod-auth/trunk/PKGBUILD)
Deleted:
  haskell-yesod-auth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:51:06 UTC (rev 399344)
+++ PKGBUILD2018-10-28 20:51:24 UTC (rev 399345)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=yesod-auth
-pkgname=haskell-yesod-auth
-pkgver=1.6.4.1
-pkgrel=43
-pkgdesc="Authentication for Yesod."
-url="http://www.yesodweb.com/";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
- 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
- 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
- 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
- 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
- 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
- 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
- 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
- 'haskell-yesod-persistent')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d70974047374a9ab95bf811eca27c45391f0987083e77a17c832cf6d2ebdf0b0c2042a4dbe838db83a4aff3c576aa02c20554afb0338249898894f910dfd5c1f')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fnetwork-uri
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-yesod-auth/repos/community-x86_64/PKGBUILD (from rev 399344, 
haskell-yesod-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:51:24 UTC (rev 399345)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script

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

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 20:48:32
  Author: jelle
Revision: 399343

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:48:21 UTC (rev 399342)
+++ PKGBUILD2018-10-28 20:48:32 UTC (rev 399343)
@@ -1,55 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('BSD' 'Apache')
-url="https://github.com/dateutil/dateutil";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
-  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('2f13d3ea236aeb237e7258d5729c46eafe1506fd7f8507f34730734ed8b37454'
-'SKIP')
-validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

-
-prepare() {
-  cd "$srcdir"
-
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  pytest
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  pytest2
-}
-
-package_python-dateutil() {
-depends=('python-six')
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-dateutil() {
-depends=('python2-six')
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 399342, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:48:32 UTC (rev 399343)
@@ -0,0 +1,55 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('BSD' 'Apache')
+url="https://github.com/dateutil/dateutil";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
+  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
+source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02'
+'SKIP')
+validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

+
+prepare() {
+  cd "$srcdir"
+
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  pytest
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  pytest2
+}
+
+package_python-dateutil() {
+depends=('python-six')
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil() {
+depends=('python2-six')
+  cd "$srcdir"/python2-dateutil-$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-dateutil/trunk (PKGBUILD)

2018-10-28 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 28, 2018 @ 20:48:21
  Author: jelle
Revision: 399342

upgpkg: python-dateutil 2.7.5-1

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:45:36 UTC (rev 399341)
+++ PKGBUILD2018-10-28 20:48:21 UTC (rev 399342)
@@ -4,7 +4,7 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
   'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('2f13d3ea236aeb237e7258d5729c46eafe1506fd7f8507f34730734ed8b37454'
+sha256sums=('88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02'
 'SKIP')
 validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

 


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:45:36
  Author: felixonmars
Revision: 399341

archrelease: copy trunk to community-testing-x86_64

Added:
  python-xapian/repos/community-testing-x86_64/
  python-xapian/repos/community-testing-x86_64/PKGBUILD
(from rev 399340, python-xapian/trunk/PKGBUILD)

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

Copied: python-xapian/repos/community-testing-x86_64/PKGBUILD (from rev 399340, 
python-xapian/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-28 20:45:36 UTC (rev 399341)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: David Runge 
+# Contributor: DonVla 
+# Contributor: Hervé Cauwelier 
+
+pkgbase=python-xapian
+pkgname=('python-xapian' 'python2-xapian')
+_realname=xapian-bindings
+pkgver=1.4.8
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('x86_64')
+url="https://xapian.org/docs/bindings/python/";
+license=('GPL2')
+makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz";)
+sha512sums=('f979c32b096ecdc7a71b2bd032c6d0e7131f3d304e47e44005989ca79ea1f940c39626c60a8e52ff3cdb2cb380aa5ddf82a99bae08e06629c0bd47d8e0bfa7cc')
+
+prepare() {
+  cd "${_realname}-${pkgver}"
+  autoreconf -vfi
+  cd ..
+  mv -v "${_realname}-$pkgver" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-$pkgver" "${pkgname[1]}-${pkgver}"
+  cd "${pkgname[1]}-${pkgver}"
+  # fix shebang of examples
+  sed -i '1s/python/python2/' python/docs/examples/*.py
+  export XAPIAN_CONFIG=/usr/bin/xapian-config
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-python3
+  make
+  cd ../"${pkgname[1]}-${pkgver}"
+  PYTHON2=/usr/bin/python2
+  ./configure --prefix=/usr \
+  --with-python
+  make
+}
+
+package_python-xapian() {
+  pkgdesc="Python 3.x bindings for Xapian"
+  depends=('python' "xapian-core=$epoch:$pkgver")
+  cd "${pkgname[0]}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
+-vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
+}
+
+package_python2-xapian() {
+  pkgdesc="Python 2.x bindings for Xapian"
+  depends=('python2' "xapian-core=$epoch:$pkgver")
+  cd "${pkgname[1]}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
+-vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:45:19
  Author: felixonmars
Revision: 399340

upgpkg: python-xapian 1:1.4.8-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:36:07 UTC (rev 399339)
+++ PKGBUILD2018-10-28 20:45:19 UTC (rev 399340)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.7
+pkgver=1.4.8
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz";)
-sha512sums=('c904cd3abf19d68495b0487ea77265fdc92a3cd8b1c2437b89034efd349ce41198bbc4abca49f259f71a1ba0fd269b2cf9b6dd4c1607678a73cbed4de9c5a1d5')
+sha512sums=('f979c32b096ecdc7a71b2bd032c6d0e7131f3d304e47e44005989ca79ea1f940c39626c60a8e52ff3cdb2cb380aa5ddf82a99bae08e06629c0bd47d8e0bfa7cc')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:43:07
  Author: felixonmars
Revision: 337490

upgpkg: perl-error 0.17027-1

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:41:33 UTC (rev 337489)
+++ PKGBUILD2018-10-28 20:43:07 UTC (rev 337490)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-error
-pkgver=0.17026
-pkgrel=2
+pkgver=0.17027
+pkgrel=1
 pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
 url="http://search.cpan.org/dist/Error/";
 arch=('any')
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha512sums=('58d43a133fb74d94d726ae923cdfb7df8e1faf156247bb07cb7308218e21a627485f031d029b3ee3179d92e756dca7f1e6dd1e2f4378f420c72b171aefe2f410')
+sha512sums=('f7a649254bd2a5228a0baaa7bb286872dcbcf373134446176ff63a5ec0159e7472e0ea930aaff78f7f7961f797ae0a8e5c8725bdc06d2bab177ce469a4ede4b9')
 
 build() {
   cd Error-${pkgver}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:43:24
  Author: felixonmars
Revision: 337491

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 337490, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:43:07 UTC (rev 337490)
+++ PKGBUILD2018-10-28 20:43:24 UTC (rev 337491)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-error
-pkgver=0.17026
-pkgrel=2
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/Error/";
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha512sums=('58d43a133fb74d94d726ae923cdfb7df8e1faf156247bb07cb7308218e21a627485f031d029b3ee3179d92e756dca7f1e6dd1e2f4378f420c72b171aefe2f410')
-
-build() {
-  cd Error-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd Error-${pkgver}
-  make test
-}
-
-package() {
-  cd Error-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 337490, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:43:24 UTC (rev 337491)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-error
+pkgver=0.17027
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/Error/";
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+sha512sums=('f7a649254bd2a5228a0baaa7bb286872dcbcf373134446176ff63a5ec0159e7472e0ea930aaff78f7f7961f797ae0a8e5c8725bdc06d2bab177ce469a4ede4b9')
+
+build() {
+  cd Error-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd Error-${pkgver}
+  make test
+}
+
+package() {
+  cd Error-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:41:33
  Author: felixonmars
Revision: 337489

archrelease: copy trunk to testing-x86_64

Added:
  xapian-core/repos/testing-x86_64/
  xapian-core/repos/testing-x86_64/PKGBUILD
(from rev 337488, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/testing-x86_64/rebuild.list
(from rev 337488, xapian-core/trunk/rebuild.list)

--+
 PKGBUILD |   36 
 rebuild.list |1 +
 2 files changed, 37 insertions(+)

Copied: xapian-core/repos/testing-x86_64/PKGBUILD (from rev 337488, 
xapian-core/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 20:41:33 UTC (rev 337489)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Contributor: Daniel J Griffiths 
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.4.8
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('9ed1f34ec1bf53a4dc628ebb8d080af79a4ac6a315bf1ae52441f0ac3a63e5478ed02887382116b28157b926e685fdc730489426edce560aa4bba27cb7295e48')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xapian-core/repos/testing-x86_64/rebuild.list (from rev 337488, 
xapian-core/trunk/rebuild.list)
===
--- testing-x86_64/rebuild.list (rev 0)
+++ testing-x86_64/rebuild.list 2018-10-28 20:41:33 UTC (rev 337489)
@@ -0,0 +1 @@
+python2-xapian


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:41:17
  Author: felixonmars
Revision: 337488

upgpkg: xapian-core 1:1.4.8-1

Modified:
  xapian-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:37:07 UTC (rev 337487)
+++ PKGBUILD2018-10-28 20:41:17 UTC (rev 337488)
@@ -6,7 +6,7 @@
 
 pkgname=xapian-core
 epoch=1
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc='Open source search engine library.'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 # xapian config requires libxapian.la
 options=('libtool')
 source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('9e77a78bd63036966ebb9bbed91e36fef17b37c9465c8d4b7dc8041f0e24b040e6520de645babfeeade952771d145176a204328718cfa8bc2291bb6fdbe840d2')
+sha512sums=('9ed1f34ec1bf53a4dc628ebb8d080af79a4ac6a315bf1ae52441f0ac3a63e5478ed02887382116b28157b926e685fdc730489426edce560aa4bba27cb7295e48')
 
 build() {
   # FS#40614


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:37:07
  Author: felixonmars
Revision: 337487

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-settings/repos/testing-x86_64/
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 337486, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch
(from rev 337486, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   62 ++
 libxnvctrl_so.patch |   67 ++
 2 files changed, 129 insertions(+)

Copied: nvidia-settings/repos/testing-x86_64/PKGBUILD (from rev 337486, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 20:37:07 UTC (rev 337487)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=410.73
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('27062c31e734c9ddfe1f35bf65cedafb83802bd8ed8e98462bd4f7a9a8e7bc4387a35fda5d2eb5135ab6914166ebd6da058ed56b5f22f8f189024fa4b267e0bc'
+
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
+  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
+  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
+  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch (from rev 
337486, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- testing-x86_64/libxnvctrl_so.patch  (rev 0)
+++ testing-x86_64/libxnvctrl_so.patch  2018-10-28 20:37:07 UTC (rev 337487)
@@ -0,0 +1,67 @@
+--- a/src/Makefile
 b/src/Makefile
+@@ -106,6 +106,8 @@
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_MAKEFILE?= Makefile
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -280,15 +282,18 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
+ $(eval $(call DEBUG_INFO_RULES, $(NVIDIA_SETTINGS)))
+-$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_ARCHIVE)
++$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  -rdynamic -o $@ $(OBJS) $(XNVCTRL_ARCHIVE) $(LIBS)
++  -rdynamic -o $@ $(OBJS) $(XNVCTRL_LIB) $(LIBS)
+ 
+ $(eval $(call DEBUG_INFO_RULES, $(GTK2LIB)))
+ $(GTK2LIB).unstripped: $(GTK2_OBJS) $(XCP_OBJS) $(IMAGE_OBJS) $(VERSION_MK)
+   $(call quiet_cmd,LINK) -shared $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS) $(GTK2_LIBS) \
++  $(XNVCTRL_LIB) $(LIBS) $(GTK2_LIBS) \
+   -Wl,--unresolved-symbol

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:36:51
  Author: felixonmars
Revision: 337486

upgpkg: nvidia-settings 410.73-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:36:04 UTC (rev 337485)
+++ PKGBUILD2018-10-28 20:36:51 UTC (rev 337486)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=410.66
+pkgver=410.73
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('897b2cf86cbcf8bc9f5109aec52926e174fb915aeda66d3834e786c747c5b4720ff36539f0d366884d9ac223841997a0bc81c6516c98f99e9dd616d8014befe2'
+sha512sums=('27062c31e734c9ddfe1f35bf65cedafb83802bd8ed8e98462bd4f7a9a8e7bc4387a35fda5d2eb5135ab6914166ebd6da058ed56b5f22f8f189024fa4b267e0bc'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:36:07
  Author: felixonmars
Revision: 399339

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 399338, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
399338, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-10-28 20:36:07 UTC (rev 399339)
@@ -0,0 +1,102 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=410.73
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
+sha512sums=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/tls/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT Compiler (Parallel Thread Execution (PTX) is a pseudo-assembly 
languag

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:36:04
  Author: felixonmars
Revision: 337485

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 337484, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/kernel-4.16.patch
(from rev 337484, nvidia/trunk/kernel-4.16.patch)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |  172 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:35:45 UTC (rev 337484)
+++ PKGBUILD2018-10-28 20:36:04 UTC (rev 337485)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=410.66
-_extramodules=extramodules-ARCH
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
-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=('1773ea5150822735cf02808df68cd2f9ff8b502633632a7748b4bff387daec44527f1bfb0508938c9eee7fb12ac070b99b3f5a903e592bf6d9c6461f4f7a7e9e'
-
'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.19' 'linux<4.20' "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/testing-x86_64/PKGBUILD (from rev 337484, 
nvidia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:36:04 UTC (rev 337485)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=410.73
+_extramodules=extramodules-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+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=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:35:50
  Author: felixonmars
Revision: 399338

upgpkg: lib32-nvidia-utils 410.73-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:15:46 UTC (rev 399337)
+++ PKGBUILD2018-10-28 20:35:50 UTC (rev 399338)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=410.66
+pkgver=410.73
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
-sha512sums=('1773ea5150822735cf02808df68cd2f9ff8b502633632a7748b4bff387daec44527f1bfb0508938c9eee7fb12ac070b99b3f5a903e592bf6d9c6461f4f7a7e9e')
+sha512sums=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
 
 create_links() {
 # create soname links


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:35:45
  Author: felixonmars
Revision: 337484

upgpkg: nvidia 410.73-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:34:44 UTC (rev 337483)
+++ PKGBUILD2018-10-28 20:35:45 UTC (rev 337484)
@@ -4,9 +4,9 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=410.66
+pkgver=410.73
 _extramodules=extramodules-ARCH
-pkgrel=4
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -16,7 +16,7 @@
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
 kernel-4.16.patch)
-sha512sums=('1773ea5150822735cf02808df68cd2f9ff8b502633632a7748b4bff387daec44527f1bfb0508938c9eee7fb12ac070b99b3f5a903e592bf6d9c6461f4f7a7e9e'
+sha512sums=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac'
 
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
 
 prepare() {


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:34:44
  Author: felixonmars
Revision: 337483

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 337482, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 337482, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 20:34:44 UTC (rev 337483)
@@ -0,0 +1,42 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=410.73
+_extramodules=extramodules-4.14-lts
+pkgrel=1
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.77')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
+sha512sums=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.77' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:34:27
  Author: felixonmars
Revision: 337482

upgpkg: nvidia-lts 1:410.73-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:29:10 UTC (rev 337481)
+++ PKGBUILD2018-10-28 20:34:27 UTC (rev 337482)
@@ -1,9 +1,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=410.66
+pkgver=410.73
 _extramodules=extramodules-4.14-lts
-pkgrel=2
+pkgrel=1
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -13,7 +13,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
-sha512sums=('1773ea5150822735cf02808df68cd2f9ff8b502633632a7748b4bff387daec44527f1bfb0508938c9eee7fb12ac070b99b3f5a903e592bf6d9c6461f4f7a7e9e')
+sha512sums=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
 
 prepare() {
 sh "${_pkg}.run" --extract-only


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:29:10
  Author: felixonmars
Revision: 337481

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 337480, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 337480, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 337480, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.sysusers
(from rev 337480, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  175 ++
 nvidia-drm-outputclass.conf |   15 +++
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 198 insertions(+)

Copied: nvidia-utils/repos/testing-x86_64/PKGBUILD (from rev 337480, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 20:29:10 UTC (rev 337481)
@@ -0,0 +1,175 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=410.73
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
+sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.${pkgver}"
+# Ensure that X finds glx
+ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1"
+ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so"
+
+# X wrapped software rendering
+install -D -m755 "libnvidia-wfb.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-wfb.so.${pkgver}"
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2_nvi

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:28:48
  Author: felixonmars
Revision: 337480

upgpkg: nvidia-utils 410.73-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 19:55:42 UTC (rev 337479)
+++ PKGBUILD2018-10-28 20:28:48 UTC (rev 337480)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=410.66
+pkgver=410.73
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -16,7 +16,7 @@
 
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
 
sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'1773ea5150822735cf02808df68cd2f9ff8b502633632a7748b4bff387daec44527f1bfb0508938c9eee7fb12ac070b99b3f5a903e592bf6d9c6461f4f7a7e9e')
+
'2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac')
 
 
 create_links() {


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

2018-10-28 Thread Giancarlo Razzolini via arch-commits
Date: Sunday, October 28, 2018 @ 20:15:46
  Author: grazzolini
Revision: 399337

archrelease: copy trunk to community-x86_64

Added:
  nginx-mainline/repos/community-x86_64/PKGBUILD
(from rev 399336, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-x86_64/logrotate
(from rev 399336, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-x86_64/nginx.install
(from rev 399336, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-x86_64/service
(from rev 399336, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-x86_64/PKGBUILD
  nginx-mainline/repos/community-x86_64/logrotate
  nginx-mainline/repos/community-x86_64/nginx.install
  nginx-mainline/repos/community-x86_64/service

---+
 PKGBUILD  |  264 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 171 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:14:54 UTC (rev 399336)
+++ PKGBUILD2018-10-28 20:15:46 UTC (rev 399337)
@@ -1,132 +0,0 @@
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.15.4
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e10fad975b0e2f32c76f3529ed620c88'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('9aa20aa2a23b4fac859858f22d09bb1bee74e1d7450e4a9ea8486014078006d8937f5440684d98fa0bb23feec464ec57129da6a70659fff31d9f2ac370684ac8'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx-mainline/repos/community-x86_64/PKGBUILD (from rev 399336, 
nginx-mainline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:15:46 UTC (rev 399337)
@@ -0,0 +1,132 @@
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+pkgna

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

2018-10-28 Thread Giancarlo Razzolini via arch-commits
Date: Sunday, October 28, 2018 @ 20:14:54
  Author: grazzolini
Revision: 399336

upgpkg: nginx-mainline 1.15.5-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:01:00 UTC (rev 399335)
+++ PKGBUILD2018-10-28 20:14:54 UTC (rev 399336)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.15.4
+pkgver=1.15.5
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -27,11 +27,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e10fad975b0e2f32c76f3529ed620c88'
+md5sums=('7ec092404db13ef23ef58891efad57ca'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('9aa20aa2a23b4fac859858f22d09bb1bee74e1d7450e4a9ea8486014078006d8937f5440684d98fa0bb23feec464ec57129da6a70659fff31d9f2ac370684ac8'
+sha512sums=('90b3d8148fca183bd3f6d16fd9212e2eedbe13f151c079d67086fca5a9f58256b99a87bee18b1f9fb2b65fbe2d5353985145e1c075b6236b31d0ce7e9051'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2018-10-28 Thread Christian Hesse via arch-commits
Date: Sunday, October 28, 2018 @ 20:00:56
  Author: eworm
Revision: 399334

upgpkg: uriparser 0.9.0-1

new upstream release

Modified:
  uriparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 17:00:33 UTC (rev 399333)
+++ PKGBUILD2018-10-28 20:00:56 UTC (rev 399334)
@@ -2,7 +2,7 @@
 # Contributor: Juan Pablo Gonzalez Tognarelli 
 
 pkgname=uriparser
-pkgver=0.8.6
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
 url='https://github.com/uriparser/uriparser'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('custom')
 
source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54')
+sha256sums=('ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-10-28 Thread Christian Hesse via arch-commits
Date: Sunday, October 28, 2018 @ 20:01:00
  Author: eworm
Revision: 399335

archrelease: copy trunk to community-x86_64

Added:
  uriparser/repos/community-x86_64/PKGBUILD
(from rev 399334, uriparser/trunk/PKGBUILD)
Deleted:
  uriparser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 20:00:56 UTC (rev 399334)
+++ PKGBUILD2018-10-28 20:01:00 UTC (rev 399335)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Juan Pablo Gonzalez Tognarelli 
-
-pkgname=uriparser
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
-url='https://github.com/uriparser/uriparser'
-makedepends=('doxygen' 'graphviz')
-arch=('x86_64')
-license=('custom')
-source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-test
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 399334, 
uriparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 20:01:00 UTC (rev 399335)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Juan Pablo Gonzalez Tognarelli 
+
+pkgname=uriparser
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
+url='https://github.com/uriparser/uriparser'
+makedepends=('doxygen' 'graphviz')
+arch=('x86_64')
+license=('custom')
+source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-test
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-28 Thread Christian Hesse via arch-commits
Date: Sunday, October 28, 2018 @ 19:55:31
  Author: eworm
Revision: 337478

upgpkg: cryptsetup 2.0.5-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 18:55:54 UTC (rev 337477)
+++ PKGBUILD2018-10-28 19:55:31 UTC (rev 337478)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=cryptsetup
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 'hooks-encrypt'
 'install-encrypt'
 'install-sd-encrypt')
-sha256sums=('9d3a3c7033293e0c97f0ad0501fd5b4d4913ae497cbf70cca06633ccc54b5734'
+sha256sums=('a0f72ca2c824a5a555dc8924413dfe947eca23ab2e30bcff54eaafefe5fe301d'
 'SKIP'
 '416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
 '7b8c8a189f1b63cb4a0c0dd93d3452615bdc05f0e33570c78b338446a59ca750'


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

2018-10-28 Thread Christian Hesse via arch-commits
Date: Sunday, October 28, 2018 @ 19:55:42
  Author: eworm
Revision: 337479

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 337478, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 337478, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 337478, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 337478, cryptsetup/trunk/install-sd-encrypt)

+
 PKGBUILD   |   46 
 hooks-encrypt  |  144 +++
 install-encrypt|   47 
 install-sd-encrypt |   48 +
 4 files changed, 285 insertions(+)

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 337478, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 19:55:42 UTC (rev 337479)
@@ -0,0 +1,46 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('a0f72ca2c824a5a555dc8924413dfe947eca23ab2e30bcff54eaafefe5fe301d'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'7b8c8a189f1b63cb4a0c0dd93d3452615bdc05f0e33570c78b338446a59ca750'
+'95a16baa273a0ea5c531bc4b65e7f142ae7cb6423b5e512f4413d1dd4a545421')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-x86_64/hooks-encrypt (from rev 337478, 
cryptsetup/trunk/hooks-encrypt)
===
--- testing-x86_64/hooks-encrypt(rev 0)
+++ testing-x86_64/hooks-encrypt2018-10-28 19:55:42 UTC (rev 337479)
@@ -0,0 +1,144 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! eval cryptsetup open --type luks ${resolved} 
${cryptname} ${cryptargs} ${C

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

2018-10-28 Thread Andreas Radke via arch-commits
Date: Sunday, October 28, 2018 @ 18:55:54
  Author: andyrtr
Revision: 337477

archrelease: copy trunk to testing-x86_64

Added:
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/CVE-2017-8779.diff
(from rev 337476, rpcbind/trunk/CVE-2017-8779.diff)
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 337476, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 337476, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.conf
(from rev 337476, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-x86_64/systemd_service.diff
(from rev 337476, rpcbind/trunk/systemd_service.diff)
  rpcbind/repos/testing-x86_64/sysusers.d
(from rev 337476, rpcbind/trunk/sysusers.d)
  rpcbind/repos/testing-x86_64/tmpfiles.d
(from rev 337476, rpcbind/trunk/tmpfiles.d)

--+
 CVE-2017-8779.diff   |   21 
 PKGBUILD |   63 +
 rpcbind-sunrpc.patch |   11 
 rpcbind.conf |3 ++
 systemd_service.diff |   10 +++
 sysusers.d   |1 
 tmpfiles.d   |1 
 7 files changed, 110 insertions(+)

Copied: rpcbind/repos/testing-x86_64/CVE-2017-8779.diff (from rev 337476, 
rpcbind/trunk/CVE-2017-8779.diff)
===
--- testing-x86_64/CVE-2017-8779.diff   (rev 0)
+++ testing-x86_64/CVE-2017-8779.diff   2018-10-28 18:55:54 UTC (rev 337477)
@@ -0,0 +1,21 @@
+diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
+index 5862c26..e11f61b 100644
+--- a/src/rpcb_svc_com.c
 b/src/rpcb_svc_com.c
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp 
/*__unused*/,
+ static bool_t
+ xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
+ {
+-  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), ~0));
++  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), 
RPC_MAXDATASIZE));
+ }
+ 
+ /*

Copied: rpcbind/repos/testing-x86_64/PKGBUILD (from rev 337476, 
rpcbind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 18:55:54 UTC (rev 337477)
@@ -0,0 +1,63 @@
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net";
+license=('custom')
+replaces=('portmap')
+# see also http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.conf
+systemd_service.diff
+tmpfiles.d
+sysusers.d
+CVE-2017-8779.diff)
+sha1sums=('e9f8046b69b45efe2396a8cca1c1f090644c6d31'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936'
+  '5baeed59090b3bfa08c0852333e061194efcc4e7'
+  'eb8b7375a4ca31b3f61fa726f387884d5e4ca7a3'
+  '97fed152572790a44e972114cbb436ca517254f9'
+  '38044ce8f3376a0b69da8e078e988fd1645bd435')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file # FS#20273
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  # use distro config file; FS#52058
+  patch -Np1 -i ../systemd_service.diff
+  # http://seclists.org/oss-sec/2017/q2/209
+  patch -Np1 -i ../CVE-2017-8779.diff
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--with-rpcuser=rpc \
+--enable-warmstarts \
+--with-statedir=/var/lib/rpcbind \
+--enable-rmtcalls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # systemd sysusers/tempfile
+  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/rpcbind.conf
+  install -Dm644 ../sysusers.d ${pkgdir}/usr/lib/sysusers.d/rpcbind.conf
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch (from rev 337476, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-x86_64/rpcbind-sunrpc.patch (rev 0)
+++ testing-x86_64/rpcbind-sunrpc.patch 2018-10-28 18:55:54 UTC (rev 337477)
@@ -0,0 +1,11 @@
+--- rpcbind-0.2.3/src/rpcbind.c2

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

2018-10-28 Thread Andreas Radke via arch-commits
Date: Sunday, October 28, 2018 @ 18:55:43
  Author: andyrtr
Revision: 337476

upgpkg: rpcbind 1.2.5-2

add --enable-rmtcalls for work with KODI - FS#60295

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 18:46:39 UTC (rev 337475)
+++ PKGBUILD2018-10-28 18:55:43 UTC (rev 337476)
@@ -3,7 +3,7 @@
 
 pkgname=rpcbind
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -43,7 +43,8 @@
   ./configure --prefix=/usr --sbindir=/usr/bin \
 --with-rpcuser=rpc \
 --enable-warmstarts \
---with-statedir=/var/lib/rpcbind
+--with-statedir=/var/lib/rpcbind \
+--enable-rmtcalls
   make
 }
 


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

2018-10-28 Thread Andreas Radke via arch-commits
Date: Sunday, October 28, 2018 @ 18:46:39
  Author: andyrtr
Revision: 337475

archrelease: copy trunk to testing-x86_64

Added:
  tzdata/repos/testing-x86_64/
  tzdata/repos/testing-x86_64/PKGBUILD
(from rev 337474, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-x86_64/PKGBUILD (from rev 337474, 
tzdata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-28 18:46:39 UTC (rev 337475)
@@ -0,0 +1,50 @@
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2018g
+_tzcode=2018g
+_tzdata=2018g
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('x86_64')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(https://www.iana.org/time-zones/repository/releases/tzcode${_tzcode}.tar.gz{,.asc}
+
https://www.iana.org/time-zones/repository/releases/${pkgname}${_tzdata}.tar.gz{,.asc})
+# new signing key is not available via public keyservers
+sha512sums=('58f89b7323bfe795c5f13039f7527d18b15c9e37fce6e9fa1a402ce2689bf5c772cf1ffb86f23309814a563f9f429da472df1229818b07b1e04f16bdedb21484'
+'SKIP'
+
'92e9bbd61f51be8f2cf7ec9491691e5e2f97803914dbad77b7fb8b6600ed68fc3b98450fc808bb2d4c6c835df5f9eb7bf4529d059d9b1370f2ab4c12e7f1adfa'
+'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+prepare() {
+  sed -i "s:sbin:bin:g" Makefile
+}
+
+build() {
+  make
+}
+
+package() {
+  cd ${srcdir}
+  # install tzcode stuff
+  make DESTDIR="${pkgdir}" install
+
+  # install tzdata stuff
+  ./zic -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  ./zic -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  ./zic -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
+  
+  ./zic -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+  
+  # cleanup
+  rm "${pkgdir}/etc/localtime"
+}


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

2018-10-28 Thread Andreas Radke via arch-commits
Date: Sunday, October 28, 2018 @ 18:45:56
  Author: andyrtr
Revision: 337474

upgpkg: tzdata 2018g-1

upstream update 2018g

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 16:01:55 UTC (rev 337473)
+++ PKGBUILD2018-10-28 18:45:56 UTC (rev 337474)
@@ -1,10 +1,10 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2018f
-_tzcode=2018f
-_tzdata=2018f
-pkgrel=2
+pkgver=2018g
+_tzcode=2018g
+_tzdata=2018g
+pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('x86_64')
 url="http://www.iana.org/time-zones";
@@ -13,9 +13,9 @@
 
source=(https://www.iana.org/time-zones/repository/releases/tzcode${_tzcode}.tar.gz{,.asc}
 
https://www.iana.org/time-zones/repository/releases/${pkgname}${_tzdata}.tar.gz{,.asc})
 # new signing key is not available via public keyservers
-sha512sums=('d4270918fbd8eb786e6f5cec9f06df6a850bbf1ec278f60ce493b6b7e10e2ad1388383edcd869f07bc78b9d99a123d6f54e74105cdd3d5cb6c98e11d3f043727'
+sha512sums=('58f89b7323bfe795c5f13039f7527d18b15c9e37fce6e9fa1a402ce2689bf5c772cf1ffb86f23309814a563f9f429da472df1229818b07b1e04f16bdedb21484'
 'SKIP'
-
'f876729419d45e2b861e564ec7d5940f34fab38c3fedc18852bb800010428c12506f71bde1f20feb23859065118ad4658d97efe89af6f4305cea2beafc515aeb'
+
'92e9bbd61f51be8f2cf7ec9491691e5e2f97803914dbad77b7fb8b6600ed68fc3b98450fc808bb2d4c6c835df5f9eb7bf4529d059d9b1370f2ab4c12e7f1adfa'
 'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


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

2018-10-28 Thread Fabio Castelli via arch-commits
Date: Sunday, October 28, 2018 @ 17:00:20
  Author: muflone
Revision: 399332

upgpkg: gwakeonlan 0.6.3-1

Modified:
  gwakeonlan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 15:23:13 UTC (rev 399331)
+++ PKGBUILD2018-10-28 17:00:20 UTC (rev 399332)
@@ -2,8 +2,8 @@
 # Contributor: jose 
 
 pkgname=gwakeonlan
-pkgver=0.6.2
-pkgrel=5
+pkgver=0.6.3
+pkgrel=1
 pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
 url="http://www.muflone.com/gwakeonlan";
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('gtk3' 'python2-xdg' 'python2-gobject')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+sha256sums=('06fa095e6dec8bd4316104b9de7b404fa492542e83878ff4c4b0c343986ae79d')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-10-28 Thread Fabio Castelli via arch-commits
Date: Sunday, October 28, 2018 @ 17:00:33
  Author: muflone
Revision: 399333

archrelease: copy trunk to community-any

Added:
  gwakeonlan/repos/community-any/PKGBUILD
(from rev 399332, gwakeonlan/trunk/PKGBUILD)
Deleted:
  gwakeonlan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 17:00:20 UTC (rev 399332)
+++ PKGBUILD2018-10-28 17:00:33 UTC (rev 399333)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jose 
-
-pkgname=gwakeonlan
-pkgver=0.6.2
-pkgrel=5
-pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
-url="http://www.muflone.com/gwakeonlan";
-arch=('any')
-license=('GPL2')
-depends=('gtk3' 'python2-xdg' 'python2-gobject')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --optimize=1 --root "${pkgdir}"
-}
-

Copied: gwakeonlan/repos/community-any/PKGBUILD (from rev 399332, 
gwakeonlan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 17:00:33 UTC (rev 399333)
@@ -0,0 +1,24 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose 
+
+pkgname=gwakeonlan
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="http://www.muflone.com/gwakeonlan";
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('06fa095e6dec8bd4316104b9de7b404fa492542e83878ff4c4b0c343986ae79d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --optimize=1 --root "${pkgdir}"
+}
+


[arch-commits] Commit in noto-fonts/repos/extra-any (8 files)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 16:01:55
  Author: arojas
Revision: 337473

archrelease: copy trunk to extra-any

Added:
  noto-fonts/repos/extra-any/66-noto-mono.conf
(from rev 337472, noto-fonts/trunk/66-noto-mono.conf)
  noto-fonts/repos/extra-any/66-noto-sans.conf
(from rev 337472, noto-fonts/trunk/66-noto-sans.conf)
  noto-fonts/repos/extra-any/66-noto-serif.conf
(from rev 337472, noto-fonts/trunk/66-noto-serif.conf)
  noto-fonts/repos/extra-any/PKGBUILD
(from rev 337472, noto-fonts/trunk/PKGBUILD)
Deleted:
  noto-fonts/repos/extra-any/66-noto-mono.conf
  noto-fonts/repos/extra-any/66-noto-sans.conf
  noto-fonts/repos/extra-any/66-noto-serif.conf
  noto-fonts/repos/extra-any/PKGBUILD

+
 66-noto-mono.conf  |   32 +++
 66-noto-sans.conf  |   32 +++
 66-noto-serif.conf |   32 +++
 PKGBUILD   |  105 +--
 4 files changed, 100 insertions(+), 101 deletions(-)

Deleted: 66-noto-mono.conf
===
--- 66-noto-mono.conf   2018-10-28 16:01:21 UTC (rev 337472)
+++ 66-noto-mono.conf   2018-10-28 16:01:55 UTC (rev 337473)
@@ -1,16 +0,0 @@
-
-
-
-  
-monospace
-
-  Noto Sans Mono
-
-  
-  
-Noto Sans Mono
-
-  monospace
-
-  
-

Copied: noto-fonts/repos/extra-any/66-noto-mono.conf (from rev 337472, 
noto-fonts/trunk/66-noto-mono.conf)
===
--- 66-noto-mono.conf   (rev 0)
+++ 66-noto-mono.conf   2018-10-28 16:01:55 UTC (rev 337473)
@@ -0,0 +1,16 @@
+
+
+
+  
+monospace
+
+  Noto Sans Mono
+
+  
+  
+Noto Sans Mono
+
+  monospace
+
+  
+

Deleted: 66-noto-sans.conf
===
--- 66-noto-sans.conf   2018-10-28 16:01:21 UTC (rev 337472)
+++ 66-noto-sans.conf   2018-10-28 16:01:55 UTC (rev 337473)
@@ -1,16 +0,0 @@
-
-
-
-  
-sans-serif
-
-  Noto Sans
-
-  
-  
-Noto Sans
-
-  sans-serif
-
-  
-

Copied: noto-fonts/repos/extra-any/66-noto-sans.conf (from rev 337472, 
noto-fonts/trunk/66-noto-sans.conf)
===
--- 66-noto-sans.conf   (rev 0)
+++ 66-noto-sans.conf   2018-10-28 16:01:55 UTC (rev 337473)
@@ -0,0 +1,16 @@
+
+
+
+  
+sans-serif
+
+  Noto Sans
+
+  
+  
+Noto Sans
+
+  sans-serif
+
+  
+

Deleted: 66-noto-serif.conf
===
--- 66-noto-serif.conf  2018-10-28 16:01:21 UTC (rev 337472)
+++ 66-noto-serif.conf  2018-10-28 16:01:55 UTC (rev 337473)
@@ -1,16 +0,0 @@
-
-
-
-  
-serif
-
-  Noto Serif
-
-  
-  
-Noto Serif
-
-  serif
-
-  
-

Copied: noto-fonts/repos/extra-any/66-noto-serif.conf (from rev 337472, 
noto-fonts/trunk/66-noto-serif.conf)
===
--- 66-noto-serif.conf  (rev 0)
+++ 66-noto-serif.conf  2018-10-28 16:01:55 UTC (rev 337473)
@@ -0,0 +1,16 @@
+
+
+
+  
+serif
+
+  Noto Serif
+
+  
+  
+Noto Serif
+
+  serif
+
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 16:01:21 UTC (rev 337472)
+++ PKGBUILD2018-10-28 16:01:55 UTC (rev 337473)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=noto-fonts
-pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
-pkgver=20180322
-_commit=b207fc31b093948dfc6d77b47042ce2f335bc631  # master
-pkgrel=1
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(custom:SIL)
-source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz";
-66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf)
-sha256sums=('67e8ba8c18ab1523bba9bf11c6c26a1d1083bddce04b1ff523183dbab64db7e9'
-'65ff237a579d438eb1b1c90bf25b5818e15ab019dbbfed2fc283b9cd12e5177f'
-'27419c0557d05e13edbb244cd06a62d921c271c6c2f07126856519869035776e'
-'a253b752fa0a0c3ff311e8cc0410788bfc61292dc3517c5a5a315c7a54fb9beb')
-
-package_noto-fonts() {
-  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters'
-  'noto-fonts-extra: additional variants (condensed, semi-bold, 
extra-light)')
-  provides=(ttf-font)
-
-  cd $pkgbase-*/
-  install -Dm644 unhinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 hinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/noto-fonts
-
-  # Move to noto-fonts-extra
-  rm -f "$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.ttf
-
-  # Install fontconfig files
-  install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/etc/fonts/co

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

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 16:01:21
  Author: arojas
Revision: 337472

Update

Modified:
  noto-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 15:54:31 UTC (rev 337471)
+++ PKGBUILD2018-10-28 16:01:21 UTC (rev 337472)
@@ -2,8 +2,8 @@
 
 pkgbase=noto-fonts
 pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
-pkgver=20180322
-_commit=b207fc31b093948dfc6d77b47042ce2f335bc631  # master
+pkgver=20181024
+_commit=d7af81e614086435102cca95961b141b3530a027  # master
 pkgrel=1
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
@@ -11,7 +11,7 @@
 license=(custom:SIL)
 
source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz";
 66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf)
-sha256sums=('67e8ba8c18ab1523bba9bf11c6c26a1d1083bddce04b1ff523183dbab64db7e9'
+sha256sums=('4a06bf89b826f55613e8e9d1902d17fc401e019355ea4e63b80ae6d74d97adcd'
 '65ff237a579d438eb1b1c90bf25b5818e15ab019dbbfed2fc283b9cd12e5177f'
 '27419c0557d05e13edbb244cd06a62d921c271c6c2f07126856519869035776e'
 'a253b752fa0a0c3ff311e8cc0410788bfc61292dc3517c5a5a315c7a54fb9beb')


[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (4 files)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 15:54:31
  Author: arojas
Revision: 337471

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 337470, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
(from rev 337470, qt5-webengine/kde-unstable/qtwebengine-harmony.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch

---+
 PKGBUILD  |  114 
 qtwebengine-harmony.patch |  154 ++--
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 15:54:09 UTC (rev 337470)
+++ PKGBUILD2018-10-28 15:54:31 UTC (rev 337471)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.12.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
- qtwebengine-harmony.patch)
-sha256sums=('f30f3fcee06f3ad43bd87108e35e249255f1c64274305fa9b67f0425c62fdef8'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 337470, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 15:54:31 UTC (rev 337471)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.12.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+ qtwebengine-harmony.patch)
+sha256sums=('f30f3fcee06f3ad43bd87108e35e249255f1c64274305fa9b67f0425c62fdef8'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -Np1 -i ../qtwebengine-harmony.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: qtwebengine-harmony.patch
===
--- qtwebengine-harmony.patch   2018-10-28 15:54:09 UTC (rev 337470)
+++ qtwebengine-harmony.patch   2018-10-28 15:54:31 UTC (rev 337471)
@@ -1,77 +0,0 @@
 
qtwebengine-opensource-src-5.9.1/src/3r

[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 15:54:09
  Author: arojas
Revision: 337470

ICU 63 rebuild

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 13:26:30 UTC (rev 337469)
+++ PKGBUILD2018-10-28 15:54:09 UTC (rev 337470)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.12.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:23:13
  Author: felixonmars
Revision: 399331

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 15:22:27 UTC (rev 399330)
+++ PKGBUILD2018-10-28 15:23:13 UTC (rev 399331)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
- 'python-filelock' 'python2-filelock')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
-  'python2-pytest-mock')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('ea5a1c79083deab4bd6f1fe81a999f072be8d0e63d64c3e8361783931582b7451a561fca00d87e874ce471eae3aabd9d289eb6d8560e28e54d8632075aa1606c')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy' 
'python-toml'
-   'python-filelock')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy' 'python2-toml'
-   'python2-filelock')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 399330, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 15:23:13 UTC (rev 399331)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
+ 'python-filelock' 'python2-filelock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
+sha512sums=('d93fd44af6e62d0ceb756894f2b6d3fc695f7a797069422c93a1d82eb62542227f900ed19505cb6f77345a9c03fd1080f017638fa623d985c4f6ded48aad5545')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd "$srcdir"/tox-$pkgver-py2
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy' 
'python-toml'
+   'python-filelock')
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "$pkgdir"/usr/bin/tox3
+}
+
+package_python2-tox() {
+  depends=('pytho

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:22:27
  Author: felixonmars
Revision: 399330

upgpkg: python-tox 3.5.3-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 15:14:41 UTC (rev 399329)
+++ PKGBUILD2018-10-28 15:22:27 UTC (rev 399330)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
   'python2-pytest-mock')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('ea5a1c79083deab4bd6f1fe81a999f072be8d0e63d64c3e8361783931582b7451a561fca00d87e874ce471eae3aabd9d289eb6d8560e28e54d8632075aa1606c')
+sha512sums=('d93fd44af6e62d0ceb756894f2b6d3fc695f7a797069422c93a1d82eb62542227f900ed19505cb6f77345a9c03fd1080f017638fa623d985c4f6ded48aad5545')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:14:41
  Author: felixonmars
Revision: 399329

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 399328, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 15:14:05 UTC (rev 399328)
+++ PKGBUILD2018-10-28 15:14:41 UTC (rev 399329)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.1148
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('0569b72e57ae634297a5842d87f38c308afda8ffd6fd93afbfb85996ff95dea1156870eb6cd51f9d1cb8806c927a245647e7b3d22cdd13f201c564940bda6db1')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 399328, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 15:14:41 UTC (rev 399329)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.1164
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
+sha512sums=('231d2894dca8581e9eb5930154b29194bc9df27f9ac316221991d55d2b95f4cc267948d1721c3e0377e454f4a5bce95134e5271a06502ac819bc58010e7b2c52')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
+}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:14:05
  Author: felixonmars
Revision: 399328

upgpkg: you-get 0.4.1164-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 15:13:37 UTC (rev 399327)
+++ PKGBUILD2018-10-28 15:14:05 UTC (rev 399328)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1148
+pkgver=0.4.1164
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('0569b72e57ae634297a5842d87f38c308afda8ffd6fd93afbfb85996ff95dea1156870eb6cd51f9d1cb8806c927a245647e7b3d22cdd13f201c564940bda6db1')
+sha512sums=('231d2894dca8581e9eb5930154b29194bc9df27f9ac316221991d55d2b95f4cc267948d1721c3e0377e454f4a5bce95134e5271a06502ac819bc58010e7b2c52')
 
 build() {
   cd you-get-$pkgver


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:13:37
  Author: felixonmars
Revision: 399327

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 15:13:01 UTC (rev 399326)
+++ PKGBUILD2018-10-28 15:13:37 UTC (rev 399327)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.80.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
-  'python-dpcontracts' 'python2-dpcontracts')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('838d3b197e5772c5f19cc7017e842a0bff5e2ced2fb6648da3c068fa5c4b30ae469d702822981b8287b851d83b6b31cb099d092a9bfcd0b1bc18efcec4ffa0ac')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 399326, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 15:13:37 UTC (rev 399327)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.81.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-

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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:13:01
  Author: felixonmars
Revision: 399326

upgpkg: python-hypothesis 3.81.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 13:53:25 UTC (rev 399325)
+++ PKGBUILD2018-10-28 15:13:01 UTC (rev 399326)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.80.0
+pkgver=3.81.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
   'python-dpcontracts' 'python2-dpcontracts')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('838d3b197e5772c5f19cc7017e842a0bff5e2ced2fb6648da3c068fa5c4b30ae469d702822981b8287b851d83b6b31cb099d092a9bfcd0b1bc18efcec4ffa0ac')
+sha512sums=('5e0e9548d9858dbb61254ae0bcf80b0a16bdfe050cc050cc6c5bd5a1caedc0712e636868c4a9fd549cb26f7d8d787b004e36a55650a653522807b562d70a6f32')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2018-10-28 Thread Johannes Löthberg via arch-commits
Date: Sunday, October 28, 2018 @ 13:53:25
  Author: demize
Revision: 399325

db-move: moved lib32-rust from [multilib-testing] to [multilib] (x86_64)

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 399324, lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 399324, lib32-rust/repos/multilib-testing-x86_64/config.toml)
Deleted:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 /PKGBUILD   |   49 ++
 /config.toml|   29 
 multilib-x86_64/PKGBUILD|   49 --
 multilib-x86_64/config.toml |   29 
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2018-10-28 13:50:50 UTC (rev 399324)
+++ multilib-x86_64/PKGBUILD2018-10-28 13:53:25 UTC (rev 399325)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.29.1
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('f1b0728b66ce6bce6d72bbe5ea9e3a24ea22a045665da2ed8fcdfad14f61a349'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 399324, 
lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2018-10-28 13:53:25 UTC (rev 399325)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.30.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: multilib-x86_64/config.toml
===
--- multilib-x86_64/config.toml 2018-10-28 13:50:50 UTC (rev 399324)
+++ multilib-x86_64/config.toml 2018-10-28 13:53:25 UTC (rev 399325)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 399324, 
l

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

2018-10-28 Thread Johannes Löthberg via arch-commits
Date: Sunday, October 28, 2018 @ 13:50:50
  Author: demize
Revision: 399324

db-move: moved rust from [community-testing] to [community] (x86_64)

Added:
  rust/repos/community-x86_64/PKGBUILD
(from rev 399323, rust/repos/community-testing-x86_64/PKGBUILD)
  rust/repos/community-x86_64/config.toml
(from rev 399323, rust/repos/community-testing-x86_64/config.toml)
Deleted:
  rust/repos/community-testing-x86_64/
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/config.toml

--+
 /PKGBUILD|   77 +
 /config.toml |   27 ++
 community-x86_64/PKGBUILD|   77 -
 community-x86_64/config.toml |   27 --
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2018-10-28 12:59:11 UTC (rev 399323)
+++ community-x86_64/PKGBUILD   2018-10-28 13:50:50 UTC (rev 399324)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.29.1
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('f1b0728b66ce6bce6d72bbe5ea9e3a24ea22a045665da2ed8fcdfad14f61a349'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-x86_64/PKGBUILD (from rev 399323, 
rust/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-10-28 13:50:50 UTC (rev 399324)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.30.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in

[arch-commits] Commit in qt5-location/kde-unstable (PKGBUILD)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 13:26:10
  Author: arojas
Revision: 337468

ICU 63 rebuild

Modified:
  qt5-location/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 13:19:27 UTC (rev 337467)
+++ PKGBUILD2018-10-28 13:26:10 UTC (rev 337468)
@@ -4,7 +4,7 @@
 pkgname=qt5-location
 _qtver=5.12.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in qt5-location/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 13:26:30
  Author: arojas
Revision: 337469

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 337468, qt5-location/kde-unstable/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 13:26:10 UTC (rev 337468)
+++ PKGBUILD2018-10-28 13:26:30 UTC (rev 337469)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.12.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b1864192434cc122b0af8295e761bee5c6202df8de70cc04a77865375604972f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 337468, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 13:26:30 UTC (rev 337469)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.12.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('b1864192434cc122b0af8295e761bee5c6202df8de70cc04a77865375604972f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 13:19:27
  Author: arojas
Revision: 337467

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 337466, qt5-base/kde-unstable/PKGBUILD)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 13:19:00 UTC (rev 337466)
+++ PKGBUILD2018-10-28 13:19:27 UTC (rev 337467)
@@ -1,100 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.12.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('ddc1885feb3dadd622ba430cc65872045e477c9cc245611d34be7458093baf43')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 337466, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 13:19:27 UTC (rev 337467)
@@ -0,0 +1,100 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.12.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
+ 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-li

[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 13:19:00
  Author: arojas
Revision: 337466

ICU 63 rebuild

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:57:59 UTC (rev 337465)
+++ PKGBUILD2018-10-28 13:19:00 UTC (rev 337466)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.12.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in texlive-bin/trunk (4 files)

2018-10-28 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 28, 2018 @ 12:48:11
  Author: foutrelis
Revision: 337418

icu 63.1 / poppler 0.70.0 rebuild

Added:
  texlive-bin/trunk/luatex-poppler-0.70-const-fixes.patch
  texlive-bin/trunk/poppler-compat-fixes-up-to-0.70.patch
Modified:
  texlive-bin/trunk/PKGBUILD
Deleted:
  texlive-bin/trunk/texlive-poppler-0.64.patch

---+
 PKGBUILD  |   21 
 luatex-poppler-0.70-const-fixes.patch |  122 +
 poppler-compat-fixes-up-to-0.70.patch | 2484 
 texlive-poppler-0.64.patch|   99 -
 4 files changed, 2618 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 09:27:32 UTC (rev 337417)
+++ PKGBUILD2018-10-28 12:48:11 UTC (rev 337418)
@@ -3,7 +3,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.47465
-pkgrel=3
+pkgrel=4
 license=('GPL')
 arch=('x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -12,11 +12,13 @@
  'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
 
source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
-"texlive-poppler-0.64.patch"
+"poppler-compat-fixes-up-to-0.70.patch"
+"luatex-poppler-0.70-const-fixes.patch"
 "freetype-pkgconfig.patch"
 "synctex-missing-header.patch")
 sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
-'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310'
+'1a76b4be5544e431b60dace28169870a8b275e6d80323f9ef7f49b7da8df0b29'
+'f1d8b23f3072001fae5f2147aa4a50520d89fbc5b683c0da10b1417e52173c7a'
 'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
 'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
 
@@ -36,13 +38,14 @@
 ## prevent compiling Xdvi with libXp
 sed -i~ 's|-lXp ||' texk/xdvik/configure
 
-# Poppler 0.64 now returns const char* in getCString()
-patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
+# upstream compat fixes for latest poppler
+patch -Np1 -i "${srcdir}/poppler-compat-fixes-up-to-0.70.patch"
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.70.0,}.cc
+cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc
 
-# Poppler 0.58 introduces API changes by hiding internal object
-# management.
-cp -pv texk/web2c/pdftexdir/pdftoepdf{-newpoppler.cc,.cc}
-cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler.cc,.cc}
+# luatex switched from poppler to pplib in newer versions so
+# upstream fixes aren't available; hopefully this is correct
+patch -Np1 -i "${srcdir}/luatex-poppler-0.70-const-fixes.patch"
 }
 
 build() {

Added: luatex-poppler-0.70-const-fixes.patch
===
--- luatex-poppler-0.70-const-fixes.patch   (rev 0)
+++ luatex-poppler-0.70-const-fixes.patch   2018-10-28 12:48:11 UTC (rev 
337418)
@@ -0,0 +1,122 @@
+diff -upr source.orig/texk/web2c/luatexdir/image/pdftoepdf.w 
source/texk/web2c/luatexdir/image/pdftoepdf.w
+--- source.orig/texk/web2c/luatexdir/image/pdftoepdf.w 2018-10-28 
14:14:32.96369 +0200
 source/texk/web2c/luatexdir/image/pdftoepdf.w  2018-10-28 
14:24:21.735889333 +0200
+@@ -363,7 +363,7 @@ void copyReal(PDF pdf, double d)
+ 
+ static void copyString(PDF pdf, GooString * string)
+ {
+-char *p;
++const char *p;
+ unsigned char c;
+ size_t i, l;
+ p = string->getCString();
+@@ -393,7 +393,7 @@ static void copyString(PDF pdf, GooStrin
+ pdf->cave = true;
+ }
+ 
+-static void copyName(PDF pdf, char *s)
++static void copyName(PDF pdf, const char *s)
+ {
+ pdf_out(pdf, '/');
+ for (; *s != 0; s++) {
+@@ -475,7 +475,7 @@ static void copyObject(PDF pdf, PdfDocum
+ copyString(pdf, (GooString *)obj->getString());
+ break;
+ case objName:
+-copyName(pdf, (char *)obj->getName());
++copyName(pdf, obj->getName());
+ break;
+ case objNull:
+ pdf_add_null(pdf);
+@@ -531,22 +531,22 @@ static PDFRectangle *get_pagebox(Page *
+ {
+ switch (pagebox_spec) {
+ case PDF_BOX_SPEC_MEDIA:
+-return page->getMediaBox();
++return (PDFRectangle *) page->getMediaBox();
+ break;
+ case PDF_BOX_SPEC_CROP:
+-return page->getCropBox();
++return (PDFRectangle *) page->getCropBox();
+ break;
+ case PDF_BOX_SPEC_BLEED:
+-return page->getBleedBox();
++return (PDFRectangle *) page->getBleedBox();
+ break;
+ case PDF_BOX_SPEC_TRIM:
+-return page->getTrimBox();
++return (PDFRectangle *) page->getTrimBox();
+ break;
+ case PDF_BOX_SPEC_ART:
+-return page->getArtBox();
++retur

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

2018-10-28 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 28, 2018 @ 12:48:23
  Author: foutrelis
Revision: 337419

archrelease: copy trunk to staging-x86_64

Added:
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 337418, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/freetype-pkgconfig.patch
(from rev 337418, texlive-bin/trunk/freetype-pkgconfig.patch)
  texlive-bin/repos/staging-x86_64/luatex-poppler-0.70-const-fixes.patch
(from rev 337418, texlive-bin/trunk/luatex-poppler-0.70-const-fixes.patch)
  texlive-bin/repos/staging-x86_64/poppler-compat-fixes-up-to-0.70.patch
(from rev 337418, texlive-bin/trunk/poppler-compat-fixes-up-to-0.70.patch)
  texlive-bin/repos/staging-x86_64/synctex-missing-header.patch
(from rev 337418, texlive-bin/trunk/synctex-missing-header.patch)

---+
 PKGBUILD  |  404 +
 freetype-pkgconfig.patch  |   22 
 luatex-poppler-0.70-const-fixes.patch |  122 +
 poppler-compat-fixes-up-to-0.70.patch | 2484 
 synctex-missing-header.patch  |   12 
 5 files changed, 3044 insertions(+)

Copied: texlive-bin/repos/staging-x86_64/PKGBUILD (from rev 337418, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-28 12:48:23 UTC (rev 337419)
@@ -0,0 +1,404 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2018.47465
+pkgrel=4
+license=('GPL')
+arch=('x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
+"poppler-compat-fixes-up-to-0.70.patch"
+"luatex-poppler-0.70-const-fixes.patch"
+"freetype-pkgconfig.patch"
+"synctex-missing-header.patch")
+sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
+'1a76b4be5544e431b60dace28169870a8b275e6d80323f9ef7f49b7da8df0b29'
+'f1d8b23f3072001fae5f2147aa4a50520d89fbc5b683c0da10b1417e52173c7a'
+'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
+'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
+
+prepare() {
+cd "$srcdir/source"
+
+# Synctex "make install" misses synctex_version.h
+patch -Np1 -i "${srcdir}/synctex-missing-header.patch"
+
+# Freetype2 2.9.1 package no longer has freetype-config
+patch -Np1 -i "${srcdir}/freetype-pkgconfig.patch"
+./reautoconf
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+## prevent compiling Xdvi with libXp
+sed -i~ 's|-lXp ||' texk/xdvik/configure
+
+# upstream compat fixes for latest poppler
+patch -Np1 -i "${srcdir}/poppler-compat-fixes-up-to-0.70.patch"
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.70.0,}.cc
+cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc
+
+# luatex switched from poppler to pplib in newer versions so
+# upstream fixes aren't available; hopefully this is correct
+patch -Np1 -i "${srcdir}/luatex-poppler-0.70-const-fixes.patch"
+}
+
+build() {
+   cd "$srcdir"
+
+   #
+   ### configure
+   cd source
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ -

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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:47:11
  Author: foxboron
Revision: 399270

upgpkg: python-jsonrpclib-pelix 0.3.2-1

Modified:
  python-jsonrpclib-pelix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:41:05 UTC (rev 399269)
+++ PKGBUILD2018-10-28 12:47:11 UTC (rev 399270)
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: Morten Linderud 
 # Contributor: Andy Weidenbaum 
 
 pkgbase=python-jsonrpclib-pelix
 pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
 arch=(any)
 makedepends=(python-setuptools python2-setuptools)
@@ -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=('5417b1508d5a50ec64f6e5b88907f55d52607b218ff3ba9a777afb2e49e3')
+sha256sums=('14d288d1b3d3273cf96a729dd21a2470851c4962be8509f3dd62f0137ff90339')
 
 prepare() {
   cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:47:24
  Author: foxboron
Revision: 399271

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:47:11 UTC (rev 399270)
+++ PKGBUILD2018-10-28 12:47:24 UTC (rev 399271)
@@ -1,43 +0,0 @@
-# Maintainer:
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-jsonrpclib-pelix
-pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
-pkgver=0.3.1
-pkgrel=3
-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=('5417b1508d5a50ec64f6e5b88907f55d52607b218ff3ba9a777afb2e49e3')
-
-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 399270, 
python-jsonrpclib-pelix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:47:24 UTC (rev 399271)
@@ -0,0 +1,43 @@
+# 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
+}
+


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:41:05
  Author: foxboron
Revision: 399269

archrelease: copy trunk to community-x86_64

Added:
  influxdb/repos/community-x86_64/PKGBUILD
(from rev 399268, influxdb/trunk/PKGBUILD)
  influxdb/repos/community-x86_64/influxdb.sysusers
(from rev 399268, influxdb/trunk/influxdb.sysusers)
  influxdb/repos/community-x86_64/influxdb.tmpfiles
(from rev 399268, 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
===
--- PKGBUILD2018-10-28 12:40:53 UTC (rev 399268)
+++ PKGBUILD2018-10-28 12:41:05 UTC (rev 399269)
@@ -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.6.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=('be237af1f942fbd9defa56cf39d8377350ee1a71340ccd90cd51fd4ef27368ad'
-'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"
-  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 399268, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:41:05 UTC (rev 399269)
@@ -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.6.4
+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=('cd84f607dfa140ff678dcc5019f0b74602790a76495e7350f7a339f71ab89aa3'
+'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
+'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
+
+prepare(){
+  export GOPATH="$srcdir/gopath"
+
+  mkdir -p "$GOPATH/src/github.com/influxda

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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:40:53
  Author: foxboron
Revision: 399268

upgpkg: influxdb 1.6.4-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:37:46 UTC (rev 399267)
+++ PKGBUILD2018-10-28 12:40:53 UTC (rev 399268)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex 
 
 pkgname='influxdb'
-pkgver=1.6.3
+pkgver=1.6.4
 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=('be237af1f942fbd9defa56cf39d8377350ee1a71340ccd90cd51fd4ef27368ad'
+sha256sums=('cd84f607dfa140ff678dcc5019f0b74602790a76495e7350f7a339f71ab89aa3'
 '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
 'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
 


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

2018-10-28 Thread Christian Rebischke via arch-commits
Date: Sunday, October 28, 2018 @ 12:37:46
  Author: shibumi
Revision: 399267

archrelease: copy trunk to community-any

Added:
  asciidoctor/repos/community-any/PKGBUILD
(from rev 399266, asciidoctor/trunk/PKGBUILD)
Deleted:
  asciidoctor/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:37:39 UTC (rev 399266)
+++ PKGBUILD2018-10-28 12:37:46 UTC (rev 399267)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Christian Rebischke 
-# Contributor: Stefan Tatschner 
-# Contributor: Nick Østergaard 
-# Contributor: Nicolas Bigaouette 
-
-pkgname=asciidoctor
-pkgver=1.5.7.1
-pkgrel=1
-pkgdesc='An implementation of AsciiDoc in Ruby'
-arch=('any')
-url='http://asciidoctor.org'
-license=('MIT')
-makedepends=('ruby-rdoc')
-depends=('ruby')
-options=(!emptydirs)
-source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem";)
-noextract=("$pkgname-$pkgver.gem")
-sha512sums=('104a320cd2efdb1d01bd3a0a4a144d9946a668a7d7e57d61cba3e424abd73a3fa0c4840ab7719e556d077a943301ef67b5464f1b69bdf6a79eade293d54e9bdc')
-
-package() {
-local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-gem install --ignore-dependencies --no-user-install --verbose \
--i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" \
-"$pkgname-$pkgver.gem"
-
-install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man/asciidoctor.1" \
-"$pkgdir/usr/share/man/man1/asciidoctor.1"
-
-rm "$pkgdir/$_gemdir/cache/$pkgname-$pkgver.gem"
-rm -rf "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man"
-}

Copied: asciidoctor/repos/community-any/PKGBUILD (from rev 399266, 
asciidoctor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:37:46 UTC (rev 399267)
@@ -0,0 +1,34 @@
+# Maintainer:  Christian Rebischke 
+# Contributor: Stefan Tatschner 
+# Contributor: Nick Østergaard 
+# Contributor: Nicolas Bigaouette 
+
+pkgname=asciidoctor
+pkgver=1.5.8
+pkgrel=1
+pkgdesc='An implementation of AsciiDoc in Ruby'
+arch=('any')
+url='http://asciidoctor.org'
+license=('MIT')
+makedepends=('ruby-rdoc')
+depends=('ruby')
+options=(!emptydirs)
+source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem";)
+noextract=("$pkgname-$pkgver.gem")
+sha512sums=('34ff0df98ff9ebb2d3640629870cd848cf2f4b617564a42e7b30b6cf60c01d1188b4cc695af49550e054c9e833accc1ed5d622b4952ece3da99c8ed98af769ac')
+
+package() {
+local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+gem install --ignore-dependencies --no-user-install --verbose \
+-i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" \
+"$pkgname-$pkgver.gem"
+
+install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man/asciidoctor.1" \
+"$pkgdir/usr/share/man/man1/asciidoctor.1"
+
+rm "$pkgdir/$_gemdir/cache/$pkgname-$pkgver.gem"
+rm -rf "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man"
+}


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

2018-10-28 Thread Christian Rebischke via arch-commits
Date: Sunday, October 28, 2018 @ 12:37:39
  Author: shibumi
Revision: 399266

upgpkg: asciidoctor 1.5.8-1

Modified:
  asciidoctor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:35:53 UTC (rev 399265)
+++ PKGBUILD2018-10-28 12:37:39 UTC (rev 399266)
@@ -4,7 +4,7 @@
 # Contributor: Nicolas Bigaouette 
 
 pkgname=asciidoctor
-pkgver=1.5.7.1
+pkgver=1.5.8
 pkgrel=1
 pkgdesc='An implementation of AsciiDoc in Ruby'
 arch=('any')
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem";)
 noextract=("$pkgname-$pkgver.gem")
-sha512sums=('104a320cd2efdb1d01bd3a0a4a144d9946a668a7d7e57d61cba3e424abd73a3fa0c4840ab7719e556d077a943301ef67b5464f1b69bdf6a79eade293d54e9bdc')
+sha512sums=('34ff0df98ff9ebb2d3640629870cd848cf2f4b617564a42e7b30b6cf60c01d1188b4cc695af49550e054c9e833accc1ed5d622b4952ece3da99c8ed98af769ac')
 
 package() {
 local _gemdir="$(ruby -e 'puts Gem.default_dir')"


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

2018-10-28 Thread Christian Rebischke via arch-commits
Date: Sunday, October 28, 2018 @ 12:35:53
  Author: shibumi
Revision: 399265

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 399264, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 399264, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
-
 PKGBUILD|   81 
--
 2 files changed, 79 insertions(+), 80 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-10-28 12:35:44 UTC (rev 399264)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-10-28 12:35:53 UTC (rev 399265)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 399264, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-10-28 12:35:53 UTC (rev 399265)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:35:44 UTC (rev 399264)
+++ PKGBUILD2018-10-28 12:35:53 UTC (rev 399265)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Christian Rebischke 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.2.2
-pkgrel=2
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client')
-optdepends=('python-btchip: BTChip hardware wallet support'
-'python-matplot

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

2018-10-28 Thread Christian Rebischke via arch-commits
Date: Sunday, October 28, 2018 @ 12:35:44
  Author: shibumi
Revision: 399264

upgpkg: electrum 3.2.3-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:32:18 UTC (rev 399263)
+++ PKGBUILD2018-10-28 12:35:44 UTC (rev 399264)
@@ -3,8 +3,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
 makedepends=('python-setuptools')
@@ -17,7 +17,7 @@
 url="https://electrum.org";
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('32c4a24c2d3e2e38b9d66f6102176533a991b1c1fd25173bcd3bdd2e78cf42fc5fd2f0d2ee0c6a8d99db1b17d47bd3e7f3cf1303964f0566f4eef4edb3c87f15'
+sha512sums=('a1620d2a0f28ee8c61e0ddd985f9e2a219f2b9fe0316042fbc8852fd95709a9f4e60a40494a9cc5c2fad08c6f318f38bcbe91bbb88d20811953d514682f7'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
@@ -28,7 +28,7 @@
 build() {
   cd "${pkgname^}-${pkgver}"
 
-  pyrcc5 icons.qrc -o gui/qt/icons_rc.py
+  pyrcc5 icons.qrc -o electrum/gui/qt/icons_rc.py
   python setup.py build
 }
 


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:32:18
  Author: foxboron
Revision: 399263

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:32:06 UTC (rev 399262)
+++ PKGBUILD2018-10-28 12:32:18 UTC (rev 399263)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Sean Haugh 
-
-pkgname=python-pywal
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Generate and change colorschemes on the fly"
-arch=('any')
-url="https://github.com/dylanaraps/pywal/";
-license=('MIT')
-depends=('python' 'imagemagick')
-makedepends=('python-setuptools')
-optdepends=('feh: set wallpaper'
-'nitrogen: set wallpaper'
-   'python2: reload gtk2 themes on the fly')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
-sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
-
-build(){
-  cd "pywal-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "pywal-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "pywal-${pkgver}"
-  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pywal/repos/community-any/PKGBUILD (from rev 399262, 
python-pywal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:32:18 UTC (rev 399263)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud  
+# Contributor: Sean Haugh 
+
+pkgname=python-pywal
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Generate and change colorschemes on the fly"
+arch=('any')
+url="https://github.com/dylanaraps/pywal/";
+license=('MIT')
+depends=('python' 'imagemagick')
+makedepends=('python-setuptools')
+optdepends=('feh: set wallpaper'
+'nitrogen: set wallpaper'
+   'python2: reload gtk2 themes on the fly')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
+sha256sums=('2301e9949eb6053a80ed59330f8cdbb3a11dab90e198059ea7a1f01894e00a8a')
+
+build(){
+  cd "pywal-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pywal-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "pywal-${pkgver}"
+  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:32:06
  Author: foxboron
Revision: 399262

upgpkg: python-pywal 3.2.1-1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:31:08 UTC (rev 399261)
+++ PKGBUILD2018-10-28 12:32:06 UTC (rev 399262)
@@ -2,7 +2,7 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
@@ -14,7 +14,7 @@
 'nitrogen: set wallpaper'
'python2: reload gtk2 themes on the fly')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";)
-sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
+sha256sums=('2301e9949eb6053a80ed59330f8cdbb3a11dab90e198059ea7a1f01894e00a8a')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:31:08
  Author: foxboron
Revision: 399261

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
(from rev 399260, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:30:56 UTC (rev 399260)
+++ PKGBUILD2018-10-28 12:31:08 UTC (rev 399261)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Frank Lenormand 
-pkgname=kakoune
-pkgver=2018.09.04
-pkgrel=2
-pkgdesc="Vim-inspired, selection-oriented code editor"
-arch=("x86_64")
-url="http://kakoune.org/";
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-"aspell: spell checking support"
-"clang: C/C++ completion and diagnostics support"
-"ranger: filesystem explorer"
-"tmux: splitting and creating windows"
-#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
-"xdotool: X11 utility to focus arbitrary kakoune clients"
-"xorg-xmessage: display debug messages in a new window"
-)
-makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz";)
-sha256sums=('6c143cae27cbd692627aeb81c1de8344e8891e47fafb0f67a02cb8ba9ad8de41')
-
-build() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no
-}
-
-check() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no test
-}
-
-package() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 399260, 
kakoune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:31:08 UTC (rev 399261)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Frank Lenormand 
+pkgname=kakoune
+pkgver=2018.10.27
+pkgrel=2
+pkgdesc="Vim-inspired, selection-oriented code editor"
+arch=("x86_64")
+url="http://kakoune.org/";
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+"aspell: spell checking support"
+"clang: C/C++ completion and diagnostics support"
+"ranger: filesystem explorer"
+"tmux: splitting and creating windows"
+#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
+"xdotool: X11 utility to focus arbitrary kakoune clients"
+"xorg-xmessage: display debug messages in a new window"
+)
+makedepends=("asciidoc")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz";)
+sha256sums=('6b34292c46e2176fdfc3c232a0111ee58229e101f4e37aabe729a0190ddc4641')
+
+build() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no
+}
+
+check() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no test
+}
+
+package() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:30:56
  Author: foxboron
Revision: 399260

upgpkg: kakoune 2018.10.27-2

Modified:
  kakoune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:28:20 UTC (rev 399259)
+++ PKGBUILD2018-10-28 12:30:56 UTC (rev 399260)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 # Contributor: Frank Lenormand 
 pkgname=kakoune
-pkgver=2018.09.04
+pkgver=2018.10.27
 pkgrel=2
 pkgdesc="Vim-inspired, selection-oriented code editor"
 arch=("x86_64")
@@ -19,7 +19,7 @@
 )
 makedepends=("asciidoc")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz";)
-sha256sums=('6c143cae27cbd692627aeb81c1de8344e8891e47fafb0f67a02cb8ba9ad8de41')
+sha256sums=('6b34292c46e2176fdfc3c232a0111ee58229e101f4e37aabe729a0190ddc4641')
 
 build() {
 cd "${pkgname}-${pkgver}/src"


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:28:20
  Author: foxboron
Revision: 399259

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 399258, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:28:08 UTC (rev 399258)
+++ PKGBUILD2018-10-28 12:28:20 UTC (rev 399259)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=1.1.4
-_commit=9f2e07b1fc1342d1c48fe4d7bbb94cb6d1bf278b
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('runc')
-makedepends=('go-pie' 'git' 'btrfs-progs')
-arch=('x86_64')
-license=("APACHE")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";)
-sha256sums=('7482bf738cf4ec3712c7719006b4b7874f5e35f076d15efc8f10e03fa35bedaf')
-
-prepare() {
-  mkdir -p src/github.com/containerd
-  ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd
-  # fix paths in service
-  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' 
$pkgname-$pkgver/containerd.service
-}
-
-build() {
-  export GOPATH="$srcdir"
-  cd src/github.com/containerd/containerd
-  make VERSION=v$pkgver.m REVISION=$_commit.m
-}
-
-package() {
-  export GOPATH="$srcdir"
-  cd src/github.com/containerd/containerd
-  make install DESTDIR="$pkgdir/usr"
-  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 399258, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:28:20 UTC (rev 399259)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=1.2.0
+_commit=9f2e07b1fc1342d1c48fe4d7bbb94cb6d1bf278b
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('runc')
+makedepends=('go-pie' 'git' 'btrfs-progs')
+arch=('x86_64')
+license=("APACHE")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";)
+sha256sums=('8565a655345f3db2f7b78b77a2cd3103895229aa44cd0e4c710ba3559e344b5a')
+
+prepare() {
+  mkdir -p src/github.com/containerd
+  ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd
+  # fix paths in service
+  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' 
$pkgname-$pkgver/containerd.service
+}
+
+build() {
+  export GOPATH="$srcdir"
+  export GOFLAGS="-ldflags=-s -ldflags=-w -gcflags=all=-trimpath=${GOPATH} 
-asmflags=all=-trimpath=${GOPATH}"
+  cd src/github.com/containerd/containerd
+  make VERSION=v$pkgver.m REVISION=$_commit.m
+}
+
+package() {
+  export GOPATH="$srcdir"
+  cd src/github.com/containerd/containerd
+  make install DESTDIR="$pkgdir/usr"
+  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:28:08
  Author: foxboron
Revision: 399258

upgpkg: containerd 1.2.0-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:22:13 UTC (rev 399257)
+++ PKGBUILD2018-10-28 12:28:08 UTC (rev 399258)
@@ -3,7 +3,7 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.1.4
+pkgver=1.2.0
 _commit=9f2e07b1fc1342d1c48fe4d7bbb94cb6d1bf278b
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
@@ -13,7 +13,7 @@
 arch=('x86_64')
 license=("APACHE")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";)
-sha256sums=('7482bf738cf4ec3712c7719006b4b7874f5e35f076d15efc8f10e03fa35bedaf')
+sha256sums=('8565a655345f3db2f7b78b77a2cd3103895229aa44cd0e4c710ba3559e344b5a')
 
 prepare() {
   mkdir -p src/github.com/containerd
@@ -24,6 +24,7 @@
 
 build() {
   export GOPATH="$srcdir"
+  export GOFLAGS="-ldflags=-s -ldflags=-w -gcflags=all=-trimpath=${GOPATH} 
-asmflags=all=-trimpath=${GOPATH}"
   cd src/github.com/containerd/containerd
   make VERSION=v$pkgver.m REVISION=$_commit.m
 }


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:22:02
  Author: foxboron
Revision: 399256

upgpkg: qutebrowser 1.5.2-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 11:21:38 UTC (rev 399255)
+++ PKGBUILD2018-10-28 12:22:02 UTC (rev 399256)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -23,7 +23,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('d81d6f816b0ef67d8db18fe3a893c08700fb5e6566728d4ab40448a65f40c1fa'
+sha256sums=('be126522456902fc80e63466738f36c55639bcb237c23e078c2a246c7d4d214e'
 'SKIP')
 
 build() {


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:22:13
  Author: foxboron
Revision: 399257

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 399256, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 12:22:02 UTC (rev 399256)
+++ PKGBUILD2018-10-28 12:22:13 UTC (rev 399257)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="http://www.qutebrowser.org/";
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
-   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('d81d6f816b0ef67d8db18fe3a893c08700fb5e6566728d4ab40448a65f40c1fa'
-'SKIP')
-
-build() {
-   cd "$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 399256, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 12:22:13 UTC (rev 399257)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="http://www.qutebrowser.org/";
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('be126522456902fc80e63466738f36c55639bcb237c23e078c2a246c7d4d214e'
+'SKIP')
+
+build() {
+   cd "$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2018-10-28 Thread Bruno Pagani via arch-commits
Date: Sunday, October 28, 2018 @ 11:21:31
  Author: archange
Revision: 399254

upgpkg: python-cftime 1.0.2.1-1

Modified:
  python-cftime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 11:20:56 UTC (rev 399253)
+++ PKGBUILD2018-10-28 11:21:31 UTC (rev 399254)
@@ -3,7 +3,7 @@
 _pkg=cftime
 pkgbase=python-${_pkg,,}
 pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.0.1
+pkgver=1.0.2.1
 pkgrel=1
 pkgdesc="Time-handling functionality from python-netcdf4"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 url="https://unidata.github.io/cftime";
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python2-numpy')
-source=("https://pypi.io/packages/source/c/${_pkg}/${_pkg}-${pkgver}.tar.gz";)
-sha256sums=('20556931f546838d09be5d589482dfae6164e0d403f0aab2163c006b680d3b92')
+source=("https://files.pythonhosted.org/packages/source/c/${_pkg}/${_pkg}-${pkgver}.tar.gz";)
+sha256sums=('2c81d4879a2c1753961d647e55e0125039ddeda195944c3d526f2cf087dfb7bb')
 
 prepare() {
 cp -a ${_pkg}-${pkgver}{,-py2}


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

2018-10-28 Thread Bruno Pagani via arch-commits
Date: Sunday, October 28, 2018 @ 11:21:38
  Author: archange
Revision: 399255

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 11:21:31 UTC (rev 399254)
+++ PKGBUILD2018-10-28 11:21:38 UTC (rev 399255)
@@ -1,44 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=cftime
-pkgbase=python-${_pkg,,}
-pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Time-handling functionality from python-netcdf4"
-arch=('x86_64')
-url="https://unidata.github.io/cftime";
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python2-numpy')
-source=("https://pypi.io/packages/source/c/${_pkg}/${_pkg}-${pkgver}.tar.gz";)
-sha256sums=('20556931f546838d09be5d589482dfae6164e0d403f0aab2163c006b680d3b92')
-
-prepare() {
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-python2 setup.py build
-}
-
-package_python-cftime() {
-depends=('python-numpy')
-
-cd ${_pkg}-${pkgver}
-python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-cftime() {
-depends=('python2-numpy')
-
-cd ${_pkg}-${pkgver}-py2
-python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-cftime/repos/community-x86_64/PKGBUILD (from rev 399254, 
python-cftime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 11:21:38 UTC (rev 399255)
@@ -0,0 +1,44 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=cftime
+pkgbase=python-${_pkg,,}
+pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
+pkgver=1.0.2.1
+pkgrel=1
+pkgdesc="Time-handling functionality from python-netcdf4"
+arch=('x86_64')
+url="https://unidata.github.io/cftime";
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python2-numpy')
+source=("https://files.pythonhosted.org/packages/source/c/${_pkg}/${_pkg}-${pkgver}.tar.gz";)
+sha256sums=('2c81d4879a2c1753961d647e55e0125039ddeda195944c3d526f2cf087dfb7bb')
+
+prepare() {
+cp -a ${_pkg}-${pkgver}{,-py2}
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+python setup.py build
+
+cd ../${_pkg}-${pkgver}-py2
+python2 setup.py build
+}
+
+package_python-cftime() {
+depends=('python-numpy')
+
+cd ${_pkg}-${pkgver}
+python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-cftime() {
+depends=('python2-numpy')
+
+cd ${_pkg}-${pkgver}-py2
+python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)

2018-10-28 Thread Bruno Pagani via arch-commits
Date: Sunday, October 28, 2018 @ 11:20:56
  Author: archange
Revision: 399253

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/PKGBUILD
(from rev 399252, perl-type-tiny/trunk/PKGBUILD)
Deleted:
  perl-type-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 11:20:43 UTC (rev 399252)
+++ PKGBUILD2018-10-28 11:20:56 UTC (rev 399253)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.002002
-pkgrel=2
-pkgdesc="tiny, yet Moo(se)-compatible type constraint"
-arch=('any')
-url="https://metacpan.org/release/${_pkg}";
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-exporter-tiny')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz";)
-sha512sums=('e820d389104c73a6d9ea8795c6ef64b8e345d4b3014e82306e5de09f7ceacadce03989925dfc6d69828ef19bb4c275708fd0fb55da06875ec284e596fba6c542')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 399252, 
perl-type-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 11:20:56 UTC (rev 399253)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.004002
+pkgrel=1
+pkgdesc="tiny, yet Moo(se)-compatible type constraint"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-exporter-tiny')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz";)
+sha512sums=('fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-type-tiny/trunk (PKGBUILD)

2018-10-28 Thread Bruno Pagani via arch-commits
Date: Sunday, October 28, 2018 @ 11:20:43
  Author: archange
Revision: 399252

upgpkg: perl-type-tiny 1.004002-1

Modified:
  perl-type-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 10:21:08 UTC (rev 399251)
+++ PKGBUILD2018-10-28 11:20:43 UTC (rev 399252)
@@ -2,8 +2,8 @@
 
 _pkg=Type-Tiny
 pkgname=perl-${_pkg,,}
-pkgver=1.002002
-pkgrel=2
+pkgver=1.004002
+pkgrel=1
 pkgdesc="tiny, yet Moo(se)-compatible type constraint"
 arch=('any')
 url="https://metacpan.org/release/${_pkg}";
@@ -12,7 +12,7 @@
 depends=('perl' 'perl-exporter-tiny')
 checkdepends=('perl-test-simple')
 
source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz";)
-sha512sums=('e820d389104c73a6d9ea8795c6ef64b8e345d4b3014e82306e5de09f7ceacadce03989925dfc6d69828ef19bb4c275708fd0fb55da06875ec284e596fba6c542')
+sha512sums=('fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82')
 
 build() {
 cd ${_pkg}-${pkgver}


[arch-commits] Commit in python-pycryptodome/repos/community-x86_64 (2 files)

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 10:21:08
  Author: felixonmars
Revision: 399251

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 10:20:49 UTC (rev 399250)
+++ PKGBUILD2018-10-28 10:21:08 UTC (rev 399251)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-
-pkgbase=python-pycryptodome
-pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.6.6
-pkgrel=2
-license=('BSD')
-arch=('x86_64')
-url='http://www.pycryptodome.org/'
-makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
-source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz";)
-sha512sums=('52b459c72dfb57607b52d5b2a9aefd096a250a1cde6fb437f90d657fe9017ac1c6cb6c4e88b4625a6763a28661ef8134ce9edffc283755e0fc2da8a905938ac8')
-
-prepare() {
-  cp -a "pycryptodome-$pkgver"{,-python2}
-}
-
-build() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py test
-}
-
-package_python-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
-  depends=('python' 'gmp')
-  conflicts=('python-crypto')
-  provides=('python-crypto')
-  replaces=('python-crypto')
-
-  cd "pycryptodome-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
-  depends=('python2' 'gmp')
-  conflicts=('python2-crypto')
-  provides=('python2-crypto')
-  replaces=('python2-crypto')
-
-  cd "pycryptodome-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}

Copied: python-pycryptodome/repos/community-x86_64/PKGBUILD (from rev 399250, 
python-pycryptodome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 10:21:08 UTC (rev 399251)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+
+pkgbase=python-pycryptodome
+pkgname=('python-pycryptodome' 'python2-pycryptodome')
+pkgver=3.7.0
+pkgrel=1
+license=('BSD')
+arch=('x86_64')
+url='http://www.pycryptodome.org/'
+makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
+source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz";)
+sha512sums=('ea4440521a9cf00cefe5b139ec8571b955f848a2641035e86f6f9c75ecdf7d12a98ca0d4169ad9ae1b003f9f8b02acd5ecb180d574a1981f7462e7f49aaa9652')
+
+prepare() {
+  cp -a "pycryptodome-$pkgver"{,-python2}
+}
+
+build() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py test
+}
+
+package_python-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
+  depends=('python' 'gmp')
+  conflicts=('python-crypto')
+  provides=('python-crypto')
+  replaces=('python-crypto')
+
+  cd "pycryptodome-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
+  depends=('python2' 'gmp')
+  conflicts=('python2-crypto')
+  provides=('python2-crypto')
+  replaces=('python2-crypto')
+
+  cd "pycryptodome-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 10:20:49
  Author: felixonmars
Revision: 399250

upgpkg: python-pycryptodome 3.7.0-1

Modified:
  python-pycryptodome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 10:19:00 UTC (rev 399249)
+++ PKGBUILD2018-10-28 10:20:49 UTC (rev 399250)
@@ -3,14 +3,14 @@
 
 pkgbase=python-pycryptodome
 pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.6.6
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
 license=('BSD')
 arch=('x86_64')
 url='http://www.pycryptodome.org/'
 makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
 
source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz";)
-sha512sums=('52b459c72dfb57607b52d5b2a9aefd096a250a1cde6fb437f90d657fe9017ac1c6cb6c4e88b4625a6763a28661ef8134ce9edffc283755e0fc2da8a905938ac8')
+sha512sums=('ea4440521a9cf00cefe5b139ec8571b955f848a2641035e86f6f9c75ecdf7d12a98ca0d4169ad9ae1b003f9f8b02acd5ecb180d574a1981f7462e7f49aaa9652')
 
 prepare() {
   cp -a "pycryptodome-$pkgver"{,-python2}


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 10:18:41
  Author: felixonmars
Revision: 399248

upgpkg: ruby-cairo 1.16.0-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 09:23:59 UTC (rev 399247)
+++ PKGBUILD2018-10-28 10:18:41 UTC (rev 399248)
@@ -3,7 +3,7 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.15.14
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=($_gemname-$pkgver.gem)
-sha512sums=('ca05638e93f426a32d8483acf47ee839a0137ca1305cb0dc1c71131237e49e6c395f6a51c7ebc9957a3553c8fd59737652c57d96beb8c24bffa16d40c14a51f9')
+sha512sums=('642d1c482483e95e924e2e1119226d22a09891085518fdca7cf2c2bf80a41a506f4601abde160495d3363e1b606235f4abe6bd7765c6b430de19e6d3f92efcf4')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 10:19:00
  Author: felixonmars
Revision: 399249

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 10:18:41 UTC (rev 399248)
+++ PKGBUILD2018-10-28 10:19:00 UTC (rev 399249)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.15.14
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64')
-url='http://cairographics.org/rcairo'
-license=('Ruby')
-depends=('ruby' 'cairo' 'ruby-pkg-config')
-makedepends=('ruby-native-package-installer' 'ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('ca05638e93f426a32d8483acf47ee839a0137ca1305cb0dc1c71131237e49e6c395f6a51c7ebc9957a3553c8fd59737652c57d96beb8c24bffa16d40c14a51f9')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 399248, 
ruby-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 10:19:00 UTC (rev 399249)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64')
+url='http://cairographics.org/rcairo'
+license=('Ruby')
+depends=('ruby' 'cairo' 'ruby-pkg-config')
+makedepends=('ruby-native-package-installer' 'ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('642d1c482483e95e924e2e1119226d22a09891085518fdca7cf2c2bf80a41a506f4601abde160495d3363e1b606235f4abe6bd7765c6b430de19e6d3f92efcf4')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


[arch-commits] Commit in alsa-plugins/repos/extra-x86_64 (3 files)

2018-10-28 Thread Jan Steffens via arch-commits
Date: Sunday, October 28, 2018 @ 09:27:32
  Author: heftig
Revision: 337417

archrelease: copy trunk to extra-x86_64

Added:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 337416, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
  alsa-plugins/repos/extra-x86_64/ffmpeg.diff

-+
 PKGBUILD|   84 ++
 ffmpeg.diff |   35 
 2 files changed, 39 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 09:27:15 UTC (rev 337416)
+++ PKGBUILD2018-10-28 09:27:32 UTC (rev 337417)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.7
-pkgrel=2
-pkgdesc="Extra alsa plugins"
-arch=(x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
-ffmpeg.diff)
-sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47'
-'b98b760fe28bd33d18fa5f0c904d9f2735c07d42775e52afacd669459817a8c7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://bugs.archlinux.org/task/60586
-  patch -Np1 -i ../ffmpeg.diff
-
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 337416, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 09:27:32 UTC (rev 337417)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.7
+pkgrel=3
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+#'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: ffmpeg.diff
===
--- ffmpeg.diff 2018-10-28 09:27:15 UTC (rev 337416)
+++ ffmpeg.diff 2018-10-28 09:27:32 UTC (rev 337417)
@@ -1,35 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 1eb9d65..e1fa4d6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -93,7 +93,7 @@ AC_ARG_ENABLE([libav],
-   AS_HELP_STRING([--disable-libav], [Do not build plugins depending on 
libav/ffmpeg (a52,lavrate...)]))
- 
- if test "x$enable_libav" != "xno"; then
--  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil libavresample], 
[HAVE_LIBAV=yes], [HAVE_LIBAV=no])
-+  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil], [HAVE_LIBAV=yes], 
[HAVE_LIBAV=no])
- fi
- 
- if test "x$HAVE_LIBAV" = "xno"; then
-@@ -121,6 +121,12 @@ AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAV = xyes)
- AC_SUBST(LIBAV_CFLAGS)
- AC_SUBST(LIBAV_LIBS)
- AC_SUBST(LIBAV_CODEC_LIBS)
-+
-+if test "x$enable_libav" != "xno"; then
-+  PKG_CHECK_MODULES(LIBAVRESAMPLE, [libavresample], [HAVE_LIBAVRESAMPLE=yes], 
[HAVE_LIBAVRESAMPLE=no])
-+fi
-+
-+AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAVRESAMLE = xyes)
- AC_SUBST(LIBAV_RESAMPLE_LIBS)
- 
- AC_ARG_ENABLE([a52],
-@@ -134,7 +140,7 @@ AM_CONDITIONAL(HAVE_A52, test x$HAVE_A52 = xyes)
- AC_ARG_ENABLE([lavrate],
-   AS_HELP_STRING([--disable-lavrate], [Disable building of libav/ffmpeg 
rate plugin]))
- 
--if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAV" = "yes"; then
-+if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAVRESAMPLE" = "yes"; then
-   HAVE_LAVRATE=yes
- fi
- AM_CONDITIONAL(HAVE_LAVRATE, test x$HAVE_LAVRATE = xyes)


[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD ffmpeg.diff)

2018-10-28 Thread Jan Steffens via arch-commits
Date: Sunday, October 28, 2018 @ 09:27:15
  Author: heftig
Revision: 337416

1.1.7-3: FS#60616: Revert broken fix for FS#60586

Modified:
  alsa-plugins/trunk/PKGBUILD
Deleted:
  alsa-plugins/trunk/ffmpeg.diff

-+
 PKGBUILD|   14 --
 ffmpeg.diff |   35 ---
 2 files changed, 4 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 08:37:49 UTC (rev 337415)
+++ PKGBUILD2018-10-28 09:27:15 UTC (rev 337416)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Extra alsa plugins"
 arch=(x86_64)
 url="http://www.alsa-project.org";
@@ -13,20 +13,14 @@
 makedepends=(libpulse jack ffmpeg)
 optdepends=('libpulse: PulseAudio plugin'
 'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
+#'ffmpeg: libavcodec resampling plugin, a52 plugin'
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
-ffmpeg.diff)
-sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47'
-'b98b760fe28bd33d18fa5f0c904d9f2735c07d42775e52afacd669459817a8c7')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # https://bugs.archlinux.org/task/60586
-  patch -Np1 -i ../ffmpeg.diff
-
   autoreconf -fvi
 }
 

Deleted: ffmpeg.diff
===
--- ffmpeg.diff 2018-10-28 08:37:49 UTC (rev 337415)
+++ ffmpeg.diff 2018-10-28 09:27:15 UTC (rev 337416)
@@ -1,35 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 1eb9d65..e1fa4d6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -93,7 +93,7 @@ AC_ARG_ENABLE([libav],
-   AS_HELP_STRING([--disable-libav], [Do not build plugins depending on 
libav/ffmpeg (a52,lavrate...)]))
- 
- if test "x$enable_libav" != "xno"; then
--  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil libavresample], 
[HAVE_LIBAV=yes], [HAVE_LIBAV=no])
-+  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil], [HAVE_LIBAV=yes], 
[HAVE_LIBAV=no])
- fi
- 
- if test "x$HAVE_LIBAV" = "xno"; then
-@@ -121,6 +121,12 @@ AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAV = xyes)
- AC_SUBST(LIBAV_CFLAGS)
- AC_SUBST(LIBAV_LIBS)
- AC_SUBST(LIBAV_CODEC_LIBS)
-+
-+if test "x$enable_libav" != "xno"; then
-+  PKG_CHECK_MODULES(LIBAVRESAMPLE, [libavresample], [HAVE_LIBAVRESAMPLE=yes], 
[HAVE_LIBAVRESAMPLE=no])
-+fi
-+
-+AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAVRESAMLE = xyes)
- AC_SUBST(LIBAV_RESAMPLE_LIBS)
- 
- AC_ARG_ENABLE([a52],
-@@ -134,7 +140,7 @@ AM_CONDITIONAL(HAVE_A52, test x$HAVE_A52 = xyes)
- AC_ARG_ENABLE([lavrate],
-   AS_HELP_STRING([--disable-lavrate], [Disable building of libav/ffmpeg 
rate plugin]))
- 
--if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAV" = "yes"; then
-+if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAVRESAMPLE" = "yes"; then
-   HAVE_LAVRATE=yes
- fi
- AM_CONDITIONAL(HAVE_LAVRATE, test x$HAVE_LAVRATE = xyes)


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

2018-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, October 28, 2018 @ 09:23:59
  Author: svenstaro
Revision: 399247

archrelease: copy trunk to community-any

Added:
  absl-py/repos/community-any/PKGBUILD
(from rev 399246, absl-py/trunk/PKGBUILD)
Deleted:
  absl-py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 09:23:47 UTC (rev 399246)
+++ PKGBUILD2018-10-28 09:23:59 UTC (rev 399247)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=absl-py
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Abseil Python Common Libraries"
-arch=(any)
-url="https://github.com/abseil/abseil-py";
-license=(APACHE)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/a/absl-py/absl-py-$pkgver.tar.gz)
-sha512sums=('623fd15edaf7520b3711c5d142dc6a8534db88437eab1db60221ad398d4f4b29e0c502e75ee68f583911931934ac243e8908d33a1bbf86b0bf06103a5cdb7630')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  chmod -R +r "${pkgdir}"/usr/lib
-}
-
-# vim:set ts=2 sw=2 et:

Copied: absl-py/repos/community-any/PKGBUILD (from rev 399246, 
absl-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 09:23:59 UTC (rev 399247)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=absl-py
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Abseil Python Common Libraries"
+arch=(any)
+url="https://github.com/abseil/abseil-py";
+license=(APACHE)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/a/absl-py/absl-py-$pkgver.tar.gz)
+sha512sums=('7934af23dc14a72029042856756aa40e503dfe7ea1a7eadf7beed71f6af90cad0e544021e4a9ef7d72218def0ea6f28e28e116e34bd3838ea7f49b9d15e3936c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  chmod -R +r "${pkgdir}"/usr/lib
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, October 28, 2018 @ 09:23:47
  Author: svenstaro
Revision: 399246

upgpkg: absl-py 0.6.1-1

Modified:
  absl-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 09:00:53 UTC (rev 399245)
+++ PKGBUILD2018-10-28 09:23:47 UTC (rev 399246)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=absl-py
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Abseil Python Common Libraries"
 arch=(any)
@@ -9,7 +9,7 @@
 license=(APACHE)
 makedepends=(python-setuptools)
 source=(https://pypi.io/packages/source/a/absl-py/absl-py-$pkgver.tar.gz)
-sha512sums=('623fd15edaf7520b3711c5d142dc6a8534db88437eab1db60221ad398d4f4b29e0c502e75ee68f583911931934ac243e8908d33a1bbf86b0bf06103a5cdb7630')
+sha512sums=('7934af23dc14a72029042856756aa40e503dfe7ea1a7eadf7beed71f6af90cad0e544021e4a9ef7d72218def0ea6f28e28e116e34bd3838ea7f49b9d15e3936c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 09:00:31
  Author: arojas
Revision: 399244

Update to 2.44.8

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 00:52:39 UTC (rev 399243)
+++ PKGBUILD2018-10-28 09:00:31 UTC (rev 399244)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.44.7
+pkgver=2.44.8
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg";
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
 makedepends=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
-_commit=008bce89d3e2d41defcfc8eb9b94b50b629d9d47  # tags/2.44.7^0
+_commit=1e0a0af1e7961b6c7e8419457ca49b9b0bdb7dd6  # tags/2.44.8^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
 multilib.diff)
 sha256sums=('SKIP'


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

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 09:00:53
  Author: arojas
Revision: 399245

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 399244, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 399244, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  114 
 multilib.diff |   66 
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 09:00:31 UTC (rev 399244)
+++ PKGBUILD2018-10-28 09:00:53 UTC (rev 399245)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.44.7
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg";
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
-_commit=008bce89d3e2d41defcfc8eb9b94b50b629d9d47  # tags/2.44.7^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
-multilib.diff)
-sha256sums=('SKIP'
-'f562f9fda0c8bcad8de3f6eea9eee16014a5634261a6646724da99d9ca497bbf')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Hack to cross-compile rust only
-  patch -Np1 -i ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  make check
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 399244, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 09:00:53 UTC (rev 399245)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.44.8
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg";
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
+_commit=1e0a0af1e7961b6c7e8419457ca49b9b0bdb7dd6  # tags/2.44.8^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
+multilib.diff)
+sha256sums=('SKIP'
+'f562f9fda0c8bcad8de3f6eea9eee16014a5634261a6646724da99d9ca497bbf')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Hack to cross-compile rust only
+  patch -Np1 -i ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  make check
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: multilib.diff
===
--- multilib.diff   2018-10-28 09:00:31 UTC (rev 399244)
+++ multilib.diff   2018-10-28 09:00:53 UTC (rev 399245)
@@ -1,33 +0,0 @@
- Makefile.am  | 2 --
- configure.ac | 4 +---
- 2 files changed, 1 insertion(+), 5 deletions(-)
-
-diff --git c/Makefile.am i/Makefile.am
-index 69bf4bc3..1a70f8de 100644
 c/Makefile.am
-+++ i/Makefile.am
-@@ -128,9 +128,7 @@ else
- CARGO_RELEASE_ARGS=--release
- endif
- 
--if CROSS_COMPILING
- CARGO_TARGET_ARGS=--target=$(RUST_TARGET)
--endif
- 
- CARGO_VERBOSE = $(cargo_verbose_$(V))
- cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
-diff --git c/configure.ac i/configure.ac
-index 6afdc9f7..e398c2c2 100644
 c/configure.ac
-+++ i/configure.ac
-@@ -293,9 +293,7 @@ if test "x$RUST_TARGET" == x; then
- fi
- 
- AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
--if test "x$cross_compiling" = "xyes" ; then
--  RUST_TARGET_SUBDIR="$RUST_TARGET/$RUST_TARGET_SUBDIR"
--fi
-+RUST_TARGET_SUBDIR="$

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

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 08:37:49
  Author: arojas
Revision: 337415

archrelease: copy trunk to extra-x86_64

Added:
  libmtp/repos/extra-x86_64/PKGBUILD
(from rev 337414, libmtp/trunk/PKGBUILD)
Deleted:
  libmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 08:37:17 UTC (rev 337414)
+++ PKGBUILD2018-10-28 08:37:49 UTC (rev 337415)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.15
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=(x86_64)
-url="http://libmtp.sourceforge.net";
-license=(LGPL)
-depends=(libusb)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('d040900b46757e311b1fb3bfa8c05db09c8b6811e044bce8c88c9f3f6d3a3021'
-'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 337414, 
libmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 08:37:49 UTC (rev 337415)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.16
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(x86_64)
+url="http://libmtp.sourceforge.net";
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('5b68f9dd1ed38de558de687f40e255a39e4d5e32ef3de601f0ac19dd5682bba0'
+'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-28 Thread Antonio Rojas via arch-commits
Date: Sunday, October 28, 2018 @ 08:37:17
  Author: arojas
Revision: 337414

Update to 1.1.16

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 07:30:11 UTC (rev 337413)
+++ PKGBUILD2018-10-28 08:37:17 UTC (rev 337414)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.15
+pkgver=1.1.16
 pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(libusb)
 
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('d040900b46757e311b1fb3bfa8c05db09c8b6811e044bce8c88c9f3f6d3a3021'
+sha256sums=('5b68f9dd1ed38de558de687f40e255a39e4d5e32ef3de601f0ac19dd5682bba0'
 'SKIP')
 validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

 


[arch-commits] Commit in perl-unicode-linebreak/trunk (PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:30:09
  Author: remy
Revision: 337412

upgpkg: perl-unicode-linebreak 2018.003-1

Upstream update.
Include Unicode official test files for test suite.

Modified:
  perl-unicode-linebreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 07:17:18 UTC (rev 337411)
+++ PKGBUILD2018-10-28 07:30:09 UTC (rev 337412)
@@ -3,8 +3,8 @@
 
 pkgname=perl-unicode-linebreak
 _dist=Unicode-LineBreak
-pkgver=2017.004
-pkgrel=2
+pkgver=2018.003
+pkgrel=1
 pkgdesc="UAX #14 Unicode Line Breaking Algorithm"
 arch=('x86_64')
 url="https://metacpan.org/release/${_dist}";
@@ -12,11 +12,23 @@
 depends=('perl' 'perl-mime-charset' 'libthai')
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz)
+source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz
+
LineBreakTest-8.0.0.txt::https://www.unicode.org/Public/8.0.0/ucd/auxiliary/LineBreakTest.txt
+
GraphemeBreakTest-8.0.0.txt::https://www.unicode.org/Public/8.0.0/ucd/auxiliary/GraphemeBreakTest.txt)
 # Checksums from https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS
-md5sums=('de7672227922260ac92d20bbad29660b')
-sha256sums=('655bc3c4cb60ad0770d97816716cfe322f24e602c70e595f5941dfa02c40cb76')
+md5sums=('736dcb04f6a250bd28e4279f2b8592af'
+ '8bd863892b8b963331779873130ae45a'
+ '4356c6f90a74769e2d82487a01822cab')
+sha256sums=('860c92ff3e710f0a1ca3e7067dba3734540dfb5cb932936536225f7ffca571b1'
+'149b14ab93b06c887a958fb16d0ad01193063ef69cc14f10338ae4d0accd6c28'
+'0cedd6e0f5cadf57ce9cfc96beccfd083b0faa0809a631a777cd25f0316bfabb')
 
+prepare() {
+# Copy Unicode 8.0 test files. Later versions do not pass.
+cp -av "${srcdir}/LineBreakTest-8.0.0.txt" 
"${srcdir}/${_dist}-${pkgver}/test-data/LineBreakTest.txt"
+cp -av "${srcdir}/GraphemeBreakTest-8.0.0.txt" 
"${srcdir}/${_dist}-${pkgver}/test-data/GraphemeBreakTest.txt"
+}
+
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"
 unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT


[arch-commits] Commit in perl-unicode-linebreak/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:30:11
  Author: remy
Revision: 337413

archrelease: copy trunk to extra-x86_64

Added:
  perl-unicode-linebreak/repos/extra-x86_64/PKGBUILD
(from rev 337412, perl-unicode-linebreak/trunk/PKGBUILD)
Deleted:
  perl-unicode-linebreak/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 07:30:09 UTC (rev 337412)
+++ PKGBUILD2018-10-28 07:30:11 UTC (rev 337413)
@@ -1,39 +0,0 @@
-# $ID$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=perl-unicode-linebreak
-_dist=Unicode-LineBreak
-pkgver=2017.004
-pkgrel=2
-pkgdesc="UAX #14 Unicode Line Breaking Algorithm"
-arch=('x86_64')
-url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-mime-charset' 'libthai')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz)
-# Checksums from https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS
-md5sums=('de7672227922260ac92d20bbad29660b')
-sha256sums=('655bc3c4cb60ad0770d97816716cfe322f24e602c70e595f5941dfa02c40cb76')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-unicode-linebreak/repos/extra-x86_64/PKGBUILD (from rev 337412, 
perl-unicode-linebreak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 07:30:11 UTC (rev 337413)
@@ -0,0 +1,51 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-unicode-linebreak
+_dist=Unicode-LineBreak
+pkgver=2018.003
+pkgrel=1
+pkgdesc="UAX #14 Unicode Line Breaking Algorithm"
+arch=('x86_64')
+url="https://metacpan.org/release/${_dist}";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-mime-charset' 'libthai')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz
+
LineBreakTest-8.0.0.txt::https://www.unicode.org/Public/8.0.0/ucd/auxiliary/LineBreakTest.txt
+
GraphemeBreakTest-8.0.0.txt::https://www.unicode.org/Public/8.0.0/ucd/auxiliary/GraphemeBreakTest.txt)
+# Checksums from https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS
+md5sums=('736dcb04f6a250bd28e4279f2b8592af'
+ '8bd863892b8b963331779873130ae45a'
+ '4356c6f90a74769e2d82487a01822cab')
+sha256sums=('860c92ff3e710f0a1ca3e7067dba3734540dfb5cb932936536225f7ffca571b1'
+'149b14ab93b06c887a958fb16d0ad01193063ef69cc14f10338ae4d0accd6c28'
+'0cedd6e0f5cadf57ce9cfc96beccfd083b0faa0809a631a777cd25f0316bfabb')
+
+prepare() {
+# Copy Unicode 8.0 test files. Later versions do not pass.
+cp -av "${srcdir}/LineBreakTest-8.0.0.txt" 
"${srcdir}/${_dist}-${pkgver}/test-data/LineBreakTest.txt"
+cp -av "${srcdir}/GraphemeBreakTest-8.0.0.txt" 
"${srcdir}/${_dist}-${pkgver}/test-data/GraphemeBreakTest.txt"
+}
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-file-slurper/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:17:18
  Author: remy
Revision: 337411

archrelease: copy trunk to extra-any

Added:
  perl-file-slurper/repos/extra-any/PKGBUILD
(from rev 337410, perl-file-slurper/trunk/PKGBUILD)
Deleted:
  perl-file-slurper/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 07:16:58 UTC (rev 337410)
+++ PKGBUILD2018-10-28 07:17:18 UTC (rev 337411)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=perl-file-slurper
-_dist=File-Slurper
-pkgver=0.010
-pkgrel=2
-pkgdesc="A simple, sane and efficient module to slurp a file"
-arch=('any')
-url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-warnings')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
-md5sums=('e3d593d0c5b689076b07f2ca93f3c5c9')
-sha256sums=('a393364648c9d6be938e8a68c3094c5f8a37b19d3159141ec81ba49559343c16')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-file-slurper/repos/extra-any/PKGBUILD (from rev 337410, 
perl-file-slurper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 07:17:18 UTC (rev 337411)
@@ -0,0 +1,37 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-file-slurper
+_dist=File-Slurper
+pkgver=0.012
+pkgrel=1
+pkgdesc="A simple, sane and efficient module to slurp a file"
+arch=('any')
+url="https://metacpan.org/release/${_dist}";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
+md5sums=('5742c63096392dfee50b8db314bcca18')
+sha256sums=('4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-file-slurper/trunk (PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:16:58
  Author: remy
Revision: 337410

upgpkg: perl-file-slurper 0.012-1

Upstream update

Modified:
  perl-file-slurper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 07:08:09 UTC (rev 337409)
+++ PKGBUILD2018-10-28 07:16:58 UTC (rev 337410)
@@ -2,8 +2,8 @@
 
 pkgname=perl-file-slurper
 _dist=File-Slurper
-pkgver=0.010
-pkgrel=2
+pkgver=0.012
+pkgrel=1
 pkgdesc="A simple, sane and efficient module to slurp a file"
 arch=('any')
 url="https://metacpan.org/release/${_dist}";
@@ -12,8 +12,8 @@
 checkdepends=('perl-test-warnings')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
-md5sums=('e3d593d0c5b689076b07f2ca93f3c5c9')
-sha256sums=('a393364648c9d6be938e8a68c3094c5f8a37b19d3159141ec81ba49559343c16')
+md5sums=('5742c63096392dfee50b8db314bcca18')
+sha256sums=('4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578')
 
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"


[arch-commits] Commit in perl-business-ismn/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:08:09
  Author: remy
Revision: 337409

archrelease: copy trunk to extra-any

Added:
  perl-business-ismn/repos/extra-any/PKGBUILD
(from rev 337408, perl-business-ismn/trunk/PKGBUILD)
Deleted:
  perl-business-ismn/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 07:07:35 UTC (rev 337408)
+++ PKGBUILD2018-10-28 07:08:09 UTC (rev 337409)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.29
-
-pkgname='perl-business-ismn'
-_dist=Business-ISMN
-pkgver=1.131
-pkgrel=4
-pkgdesc="Perl package to work with International Standard Music Numbers"
-arch=('any')
-url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-tie-cycle>=1.21')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz";)
-sha512sums=('affe7112ec6901d93a48823c98ea3d646134d8ebb204777119f4bfae49fd0e76772519e07d35392160e2fbc9845dc2c05ce2554ed0614e53c9dc19859ded6cda')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-business-ismn/repos/extra-any/PKGBUILD (from rev 337408, 
perl-business-ismn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 07:08:09 UTC (rev 337409)
@@ -0,0 +1,38 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-business-ismn'
+_dist=Business-ISMN
+pkgver=1.201
+pkgrel=1
+pkgdesc="Perl package to work with International Standard Music Numbers"
+arch=('any')
+url="https://metacpan.org/release/${_dist}";
+license=('Artistic2.0')
+depends=('perl' 'perl-tie-cycle>=1.21')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz";)
+sha256sums=('4a3231a16456bf8cbf17f26b65243f247078b5145d9a03aa7586baf09577ecb2')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-business-ismn/trunk (PKGBUILD)

2018-10-28 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 07:07:35
  Author: remy
Revision: 337408

upgpkg: perl-business-ismn 1.201-1

Upstream update, change license to Artistic2.0

Modified:
  perl-business-ismn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 06:54:08 UTC (rev 337407)
+++ PKGBUILD2018-10-28 07:07:35 UTC (rev 337408)
@@ -4,17 +4,17 @@
 
 pkgname='perl-business-ismn'
 _dist=Business-ISMN
-pkgver=1.131
-pkgrel=4
+pkgver=1.201
+pkgrel=1
 pkgdesc="Perl package to work with International Standard Music Numbers"
 arch=('any')
 url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
+license=('Artistic2.0')
 depends=('perl' 'perl-tie-cycle>=1.21')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz";)
-sha512sums=('affe7112ec6901d93a48823c98ea3d646134d8ebb204777119f4bfae49fd0e76772519e07d35392160e2fbc9845dc2c05ce2554ed0614e53c9dc19859ded6cda')
+sha256sums=('4a3231a16456bf8cbf17f26b65243f247078b5145d9a03aa7586baf09577ecb2')
 
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"