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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 05:52:31
  Author: svenstaro
Revision: 399538

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 399537, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 05:52:03 UTC (rev 399537)
+++ PKGBUILD2018-10-30 05:52:31 UTC (rev 399538)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('128e1041ae0d85be26933bb107b406ca4ab177f00eec2ee1d791ec9089c0cb384857b532498276480d1063b82e7a9a809b9f8a0d0715260534c3e3d202d6cf13'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 399537, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 05:52:31 UTC (rev 399538)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('ea67fb4d13487d24a0442084f42ff3c082a107c56a06d882f579064f17c545d6e9b5f0c4d724238c22e9b3bad12c68c60c58b59f82d9e957fe3af222d44bc969'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 05:52:03
  Author: svenstaro
Revision: 399537

upgpkg: bazel 0.19.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 23:58:32 UTC (rev 399536)
+++ PKGBUILD2018-10-30 05:52:03 UTC (rev 399537)
@@ -3,18 +3,18 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
-depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
 makedepends=('git' 'protobuf' 'python')
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('128e1041ae0d85be26933bb107b406ca4ab177f00eec2ee1d791ec9089c0cb384857b532498276480d1063b82e7a9a809b9f8a0d0715260534c3e3d202d6cf13'
+sha512sums=('ea67fb4d13487d24a0442084f42ff3c082a107c56a06d882f579064f17c545d6e9b5f0c4d724238c22e9b3bad12c68c60c58b59f82d9e957fe3af222d44bc969'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2018-10-29 Thread Alexander Rødseth via arch-commits
Date: Monday, October 29, 2018 @ 21:52:34
  Author: arodseth
Revision: 399482

upgpkg: kotlin 1.3.0-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 21:19:23 UTC (rev 399481)
+++ PKGBUILD2018-10-29 21:52:34 UTC (rev 399482)
@@ -2,7 +2,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.2.71
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Statically typed programming language that can interoperate with Java'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('java-environment>=8')
 makedepends=('setconf')
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('e48292fdfed42f44230bc01f92ffd17002101d8c5aeedfa3dba3cb29c5b6ea7b')
+sha256sums=('ff851cb84dd12df6078ae1f4a5424de9be6dcb4ac578b35455eeb7106dc52592')
 
 prepare() {
   cd "${pkgname}c/bin"


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

2018-10-29 Thread Alexander Rødseth via arch-commits
Date: Monday, October 29, 2018 @ 21:52:44
  Author: arodseth
Revision: 399483

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 399482, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 21:52:34 UTC (rev 399482)
+++ PKGBUILD2018-10-29 21:52:44 UTC (rev 399483)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.2.71
-pkgrel=1
-pkgdesc='Statically typed programming language that can interoperate with Java'
-arch=('any')
-url='https://kotlinlang.org/'
-license=('APACHE' 'custom')
-depends=('java-environment>=8')
-makedepends=('setconf')
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('e48292fdfed42f44230bc01f92ffd17002101d8c5aeedfa3dba3cb29c5b6ea7b')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin  DIR "/usr/bin"
-  setconf kotlinc-js  DIR "/usr/bin"
-  setconf kotlinc-jvm DIR "/usr/bin"
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # executables
-  install -Dm755 bin/kotlin  "$pkgdir/usr/bin/kotlin"
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
-  install -Dm755 bin/kotlinc-js  "$pkgdir/usr/bin/kotlinc-js"
-  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 399482, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 21:52:44 UTC (rev 399483)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Statically typed programming language that can interoperate with Java'
+arch=('any')
+url='https://kotlinlang.org/'
+license=('APACHE' 'custom')
+depends=('java-environment>=8')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
+sha256sums=('ff851cb84dd12df6078ae1f4a5424de9be6dcb4ac578b35455eeb7106dc52592')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin  DIR "/usr/bin"
+  setconf kotlinc-js  DIR "/usr/bin"
+  setconf kotlinc-jvm DIR "/usr/bin"
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # executables
+  install -Dm755 bin/kotlin  "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlinc-js  "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2018-10-29 Thread Jan Steffens via arch-commits
Date: Monday, October 29, 2018 @ 21:39:17
  Author: heftig
Revision: 337523

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager/repos/testing-x86_64/
  networkmanager/repos/testing-x86_64/PKGBUILD
(from rev 337522, networkmanager/trunk/PKGBUILD)

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

Copied: networkmanager/repos/testing-x86_64/PKGBUILD (from rev 337522, 
networkmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-29 21:39:17 UTC (rev 337523)
@@ -0,0 +1,137 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgbase=networkmanager
+pkgname=(networkmanager libnm libnm-glib)
+pkgver=1.14.5dev+17+gba83251bb
+pkgrel=1
+pkgdesc="Network connection manager and user applications"
+url="https://wiki.gnome.org/Projects/NetworkManager;
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+_pppver=2.4.7
+makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
+ dbus-glib iproute2 nss polkit wpa_supplicant curl systemd 
libmm-glib
+ libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
+ glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit 
meson)
+checkdepends=(libx11 python-dbus)
+_commit=ba83251bba87cd1412630a82f32ed8c894fd2772  # nm-1-14
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+}
+
+build() {
+  local meson_args=(
+# LTO breaks NM_BACKPORT_SYMBOL
+# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/63
+-D b_lto=false
+
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D modify_system=true
+-D polkit_agent=true
+-D selinux=false
+-D iwd=true
+-D pppd_plugin_dir=/usr/lib/pppd/$_pppver
+-D teamdctl=true
+-D libnm_glib=true
+-D bluez5_dun=true
+-D config_plugins_default=keyfile,ibft
+-D ibft=true
+-D docs=true
+-D more_asserts=no
+-D more_logging=false
+-D qt=false
+  )
+
+  arch-meson NetworkManager build "${meson_args[@]}"
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_networkmanager() {
+  depends=(libnm libnm-glib iproute2 polkit wpa_supplicant libmm-glib libnewt 
libndp libteam curl
+   bluez-libs libpsl audit)
+  optdepends=('dnsmasq: connection sharing'
+  'bluez: Bluetooth support'
+  'ppp: dialup connection support'
+  'modemmanager: cellular network support'
+  'iwd: wpa_supplicant alternative')
+  backup=(etc/NetworkManager/NetworkManager.conf)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # /etc/NetworkManager
+  install -d "$pkgdir"/etc/NetworkManager/{conf,dnsmasq}.d
+  install -dm700 "$pkgdir/etc/NetworkManager/system-connections"
+  install -m644 /dev/stdin "$pkgdir/etc/NetworkManager/NetworkManager.conf" 


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2018-10-29 Thread Dave Reisner via arch-commits
Date: Monday, October 29, 2018 @ 21:39:03
  Author: dreisner
Revision: 337522

archrelease: copy trunk to testing-x86_64

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

+
 0001-Use-Arch-Linux-device-access-groups.patch |  150 +++---
 PKGBUILD   |  545 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  404 -
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-binfmt.hook|   20 
 systemd-catalog.hook   |   22 
 systemd-daemon-reload.hook |   22 
 systemd-hook   |   64 +-
 systemd-hwdb.hook  |   22 
 systemd-sysctl.hook|   20 
 systemd-sysusers.hook  |   20 
 systemd-tmpfiles.hook  |   20 
 systemd-udev-reload.hook   |   22 
 systemd-update.hook|   22 
 systemd-user.pam   |   10 
 systemd.install|  198 
 19 files changed, 838 insertions(+), 841 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2018-10-29 21:39:01 UTC 
(rev 337521)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2018-10-29 21:39:03 UTC 
(rev 337522)
@@ -1,75 +0,0 @@
-From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
-Message-Id: 

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

2018-10-29 Thread Jan Steffens via arch-commits
Date: Monday, October 29, 2018 @ 21:39:01
  Author: heftig
Revision: 337521

1.14.5dev+17+gba83251bb-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 21:38:00 UTC (rev 337520)
+++ PKGBUILD2018-10-29 21:39:01 UTC (rev 337521)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.14.4
+pkgver=1.14.5dev+17+gba83251bb
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -19,7 +19,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit 
meson)
 checkdepends=(libx11 python-dbus)
-_commit=66cad942f2404a5bac0df1a623fb5d72ab8f4d20  # tags/1.14.4^0
+_commit=ba83251bba87cd1412630a82f32ed8c894fd2772  # nm-1-14
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-10-29 Thread Dave Reisner via arch-commits
Date: Monday, October 29, 2018 @ 21:38:00
  Author: dreisner
Revision: 337520

upgpkg: systemd 239.300-1

this is not systemd. THIS. IS. SPARTAAA!!!

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 21:35:18 UTC (rev 337519)
+++ PKGBUILD2018-10-29 21:38:00 UTC (rev 337520)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='1e6d6c7c628d77b20810f07653843651b4f0209b'
-pkgver=239.6
+_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
+pkgver=239.300
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -62,9 +62,6 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  '8f6b442a78d0b485f044742ad90b2e8271b4e68e'
-  # CVE-2018-15688
-  '4dac5eaba4e419b29c97da38a8b1f82336c2c892'
 )
 
 _reverts=(


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

2018-10-29 Thread Jan Steffens via arch-commits
Date: Monday, October 29, 2018 @ 21:35:18
  Author: heftig
Revision: 337519

Disable RANDOM_TRUST_CPU and IOMMU_DEBUGFS

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:53:36 UTC (rev 337518)
+++ PKGBUILD2018-10-29 21:35:18 UTC (rev 337519)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'62e42c43bdffa74694ce99d369bb2b7f7991bd5ab500eb84341b66b38f8d6d7b'
+'ad20d0902dfba6c75cc8bdc7d67b09ec46425396ade60b966892eca7574a0c27'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-10-29 20:53:36 UTC (rev 337518)
+++ config  2018-10-29 21:35:18 UTC (rev 337519)
@@ -4189,7 +4189,7 @@
 CONFIG_XILLYBUS=m
 CONFIG_XILLYBUS_PCIE=m
 CONFIG_XILLYBUS_OF=m
-CONFIG_RANDOM_TRUST_CPU=y
+# CONFIG_RANDOM_TRUST_CPU is not set
 
 #
 # I2C support
@@ -8073,13 +8073,12 @@
 #
 # Generic IOMMU Pagetable Support
 #
-CONFIG_IOMMU_DEBUGFS=y
+# CONFIG_IOMMU_DEBUGFS is not set
 # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
 CONFIG_IOMMU_IOVA=y
 CONFIG_OF_IOMMU=y
 CONFIG_AMD_IOMMU=y
 CONFIG_AMD_IOMMU_V2=m
-# CONFIG_AMD_IOMMU_DEBUGFS is not set
 CONFIG_DMAR_TABLE=y
 CONFIG_INTEL_IOMMU=y
 CONFIG_INTEL_IOMMU_SVM=y


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 21:19:23
  Author: arojas
Revision: 399481

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 399480, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 21:19:00 UTC (rev 399480)
+++ PKGBUILD2018-10-29 21:19:23 UTC (rev 399481)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.26
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('6098a1afa283dc816746c469f68463abd13e3c5eb9c4abc52ed5ae853945e228')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 399480, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 21:19:23 UTC (rev 399481)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.29.27
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('7b7332fc1ac3dc54175c92846c33feb51fc718d1eb0bed8a092c94dc3c3f180f')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 21:19:00
  Author: arojas
Revision: 399480

Update to 14.29.27

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:58:45 UTC (rev 399479)
+++ PKGBUILD2018-10-29 21:19:00 UTC (rev 399480)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.26
+pkgver=14.29.27
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('6098a1afa283dc816746c469f68463abd13e3c5eb9c4abc52ed5ae853945e228')
+sha256sums=('7b7332fc1ac3dc54175c92846c33feb51fc718d1eb0bed8a092c94dc3c3f180f')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2018-10-29 Thread Jelle van der Waa via arch-commits
Date: Monday, October 29, 2018 @ 20:58:45
  Author: jelle
Revision: 399479

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 399478, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:58:30 UTC (rev 399478)
+++ PKGBUILD2018-10-29 20:58:45 UTC (rev 399479)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.84
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('711a2d6b19612507df6ac44ed99d8e30f7464af9')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-   install -d "${pkgdir}/usr/share/applications/"
-   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 399478, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:58:45 UTC (rev 399479)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.85
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('b3b4e8d2106dc6a3abd2eca4eb834df98d5af96c')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+   install -d "${pkgdir}/usr/share/applications/"
+   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}


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

2018-10-29 Thread Jelle van der Waa via arch-commits
Date: Monday, October 29, 2018 @ 20:58:30
  Author: jelle
Revision: 399478

upgpkg: cppcheck 1.85-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:42:38 UTC (rev 399477)
+++ PKGBUILD2018-10-29 20:58:30 UTC (rev 399478)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.84
+pkgver=1.85
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('711a2d6b19612507df6ac44ed99d8e30f7464af9')
+sha1sums=('b3b4e8d2106dc6a3abd2eca4eb834df98d5af96c')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:53:10
  Author: arojas
Revision: 337517

ICU 63 rebuild

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:52:55 UTC (rev 337516)
+++ PKGBUILD2018-10-29 20:53:10 UTC (rev 337517)
@@ -3,7 +3,7 @@
 
 pkgname=libqalculate
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
 url="http://qalculate.github.io/;


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:53:36
  Author: arojas
Revision: 337518

archrelease: copy trunk to testing-x86_64

Added:
  libqalculate/repos/testing-x86_64/PKGBUILD
(from rev 337517, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:53:10 UTC (rev 337517)
+++ PKGBUILD2018-10-29 20:53:36 UTC (rev 337518)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=2.6.2
-pkgrel=2
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="http://qalculate.github.io/;
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb52944426646a369a3b113d79f19bb92c7569bb3801f65f4fd416bed67e98d7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/testing-x86_64/PKGBUILD (from rev 337517, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:53:36 UTC (rev 337518)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="http://qalculate.github.io/;
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18f594894135e96121b1f81b341f05582ac73fc53680b6e35063623ceea6262')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:52:55
  Author: arojas
Revision: 337516

archrelease: copy trunk to extra-x86_64

Added:
  step/repos/extra-x86_64/PKGBUILD
(from rev 337515, step/trunk/PKGBUILD)
Deleted:
  step/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:52:29 UTC (rev 337515)
+++ PKGBUILD2018-10-29 20:52:55 UTC (rev 337516)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=step
-pkgver=18.08.2
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen kdesignerplugin qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b53031a4f57667291a571bcacd4f5387821cf7b50a506775ca7634532b77950b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: step/repos/extra-x86_64/PKGBUILD (from rev 337515, step/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:52:55 UTC (rev 337516)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=18.08.2
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen kdesignerplugin qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b53031a4f57667291a571bcacd4f5387821cf7b50a506775ca7634532b77950b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:52:29
  Author: arojas
Revision: 337515

archrelease: copy trunk to extra-x86_64

Added:
  cantor/repos/extra-x86_64/PKGBUILD
(from rev 337514, cantor/trunk/PKGBUILD)
Deleted:
  cantor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:52:00 UTC (rev 337514)
+++ PKGBUILD2018-10-29 20:52:29 UTC (rev 337515)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=18.08.2
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="https://kde.org/applications/education/cantor/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend'
-'julia: Julia backend')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('50b8d22845a3d574fda844fe3bab1ffd95e7c4fc9d476297431943054855d7ae'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: cantor/repos/extra-x86_64/PKGBUILD (from rev 337514, 
cantor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:52:29 UTC (rev 337515)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=18.08.2
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('50b8d22845a3d574fda844fe3bab1ffd95e7c4fc9d476297431943054855d7ae'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:52:00
  Author: arojas
Revision: 337514

archrelease: copy trunk to extra-x86_64

Added:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 337513, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 337513, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

--+
 PKGBUILD |  142 ++---
 kde.pam  |   18 +++
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:51:25 UTC (rev 337513)
+++ PKGBUILD2018-10-29 20:52:00 UTC (rev 337514)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace plasma-wayland-session)
-pkgver=5.14.2
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
- plasma-integration kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
-sha256sums=('b065ce1e9a2c5c3c6806f8680d4d6a837a3c4a788adc562e98bd01272cfd2cf6'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-qt4: global menu support for Qt4 applications'
-  'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
-  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
-  'baloo: Baloo search runner'
-  'appstream-qt: package search runner')
-  conflicts=(kuiserver)
-  provides=(kuiserver notification-daemon)
-  replaces=(kuiserver)
-  backup=('etc/pam.d/kde')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 337513, 
plasma-workspace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:52:00 UTC (rev 337514)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.14.2
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
+ plasma-integration kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
+sha256sums=('b065ce1e9a2c5c3c6806f8680d4d6a837a3c4a788adc562e98bd01272cfd2cf6'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  

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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:51:25
  Author: arojas
Revision: 337513

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD
(from rev 337512, qalculate-gtk/trunk/PKGBUILD)
Deleted:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:50:49 UTC (rev 337512)
+++ PKGBUILD2018-10-29 20:51:25 UTC (rev 337513)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=qalculate-gtk
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="GTK frontend for libqalculate"
-arch=('x86_64')
-url="http://qalculate.github.io/;
-license=('GPL')
-depends=('libqalculate' 'gtk3')
-makedepends=('intltool' 'rarian')
-optdepends=('yelp: for displaying the help')
-options=('!makeflags')
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d859ba458d45cd56bdc7fa0713a4895d79801a8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 337512, 
qalculate-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:51:25 UTC (rev 337513)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/;
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('e57abe15326aaf2a4f89cb891aee120e4bc86ea9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:50:49
  Author: arojas
Revision: 337512

archrelease: copy trunk to extra-x86_64

Added:
  libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 337511, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:49:58 UTC (rev 337511)
+++ PKGBUILD2018-10-29 20:50:49 UTC (rev 337512)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="http://qalculate.github.io/;
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb52944426646a369a3b113d79f19bb92c7569bb3801f65f4fd416bed67e98d7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 337511, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:50:49 UTC (rev 337512)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="http://qalculate.github.io/;
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18f594894135e96121b1f81b341f05582ac73fc53680b6e35063623ceea6262')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:49:58
  Author: arojas
Revision: 337511

libqalculate 2.8 rebuild

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:49:50 UTC (rev 337510)
+++ PKGBUILD2018-10-29 20:49:58 UTC (rev 337511)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=18.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/;
 arch=(x86_64)


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:49:50
  Author: arojas
Revision: 337510

libqalculate 2.8 rebuild

Modified:
  step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:43:47 UTC (rev 337509)
+++ PKGBUILD2018-10-29 20:49:50 UTC (rev 337510)
@@ -4,7 +4,7 @@
 
 pkgname=step
 pkgver=18.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/;
 arch=(x86_64)


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:43:47
  Author: arojas
Revision: 337509

libqalculate 2.8 rebuild

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:11:48 UTC (rev 337508)
+++ PKGBUILD2018-10-29 20:43:47 UTC (rev 337509)
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace plasma-wayland-session)
 pkgver=5.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2018-10-29 Thread Jelle van der Waa via arch-commits
Date: Monday, October 29, 2018 @ 20:42:38
  Author: jelle
Revision: 399477

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 20:42:22 UTC (rev 399476)
+++ PKGBUILD2018-10-29 20:42:38 UTC (rev 399477)
@@ -1,49 +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.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"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 399476, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 20:42:38 UTC (rev 399477)
@@ -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.7
+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=('4b91594c440aa20c76ac92043efa75e1')
+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 python-pytz/trunk (PKGBUILD)

2018-10-29 Thread Jelle van der Waa via arch-commits
Date: Monday, October 29, 2018 @ 20:42:22
  Author: jelle
Revision: 399476

upgpkg: python-pytz 2018.7-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 19:36:25 UTC (rev 399475)
+++ PKGBUILD2018-10-29 20:42:22 UTC (rev 399476)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.6
+pkgver=2018.7
 pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz;
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('6c92d86f9e92e71c561b1adc213feba0')
+md5sums=('4b91594c440aa20c76ac92043efa75e1')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:11:48
  Author: arojas
Revision: 337508

Update to 2.8.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 20:09:56 UTC (rev 337507)
+++ PKGBUILD2018-10-29 20:11:48 UTC (rev 337508)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=2.6.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="GTK frontend for libqalculate"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d859ba458d45cd56bdc7fa0713a4895d79801a8')
+sha1sums=('e57abe15326aaf2a4f89cb891aee120e4bc86ea9')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 20:09:56
  Author: arojas
Revision: 337507

Update to 2.8.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 19:01:44 UTC (rev 337506)
+++ PKGBUILD2018-10-29 20:09:56 UTC (rev 337507)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
 url="http://qalculate.github.io/;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb52944426646a369a3b113d79f19bb92c7569bb3801f65f4fd416bed67e98d7')
+sha256sums=('b18f594894135e96121b1f81b341f05582ac73fc53680b6e35063623ceea6262')
 
 build() {
   cd $pkgname-$pkgver


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

2018-10-29 Thread Alexander Rødseth via arch-commits
Date: Monday, October 29, 2018 @ 19:36:25
  Author: arodseth
Revision: 399475

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 399474, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 399474, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 +++-
 compton.conf |  467 -
 2 files changed, 292 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 19:36:16 UTC (rev 399474)
+++ PKGBUILD2018-10-29 19:36:25 UTC (rev 399475)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=2.0
-pkgrel=2
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 399474, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 19:36:25 UTC (rev 399475)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'git' 'mesa' 'meson' 'ninja' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libev' 'libgl' 'pcre'
+ 'pixman' 'xcb-util-image' 'xcb-util-renderutil')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
+'compton.conf')
+sha256sums=('SKIP'
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+
+  cd $pkgname
+  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-10-29 19:36:16 UTC (rev 399474)
+++ compton.conf2018-10-29 19:36:25 UTC (rev 399475)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 

[arch-commits] Commit in compton/trunk (PKGBUILD compton.conf)

2018-10-29 Thread Alexander Rødseth via arch-commits
Date: Monday, October 29, 2018 @ 19:36:16
  Author: arodseth
Revision: 399474

upgpkg: compton 3.0-1

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.conf

--+
 PKGBUILD |   36 +---
 compton.conf |3 ++-
 2 files changed, 27 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:59:13 UTC (rev 399473)
+++ PKGBUILD2018-10-29 19:36:16 UTC (rev 399474)
@@ -4,14 +4,15 @@
 # Contributor: Valère Monseur 
 
 pkgname=compton
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64')
 url='https://github.com/yshui/compton'
 license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
+makedepends=('asciidoc' 'git' 'mesa' 'meson' 'ninja' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libev' 'libgl' 'pcre'
+ 'pixman' 'xcb-util-image' 'xcb-util-renderutil')
 backup=('etc/xdg/compton.conf')
 optdepends=('dbus:  For controlling compton via D-Bus'
 'xorg-xwininfo: For compton-trans'
@@ -19,26 +20,39 @@
 source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
 'compton.conf')
 sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
 
 prepare() {
   cd $pkgname
 
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Exec 'compton'
   setconf $pkgname.desktop Comment 'Compositor for X11'
   setconf $pkgname.desktop TryExec '/usr/bin/compton'
 }
 
 build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
 }
 
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
 package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
 
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname
+  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
 }
 
 # vim: ts=2 sw=2 et

Modified: compton.conf
===
--- compton.conf2018-10-29 17:59:13 UTC (rev 399473)
+++ compton.conf2018-10-29 19:36:16 UTC (rev 399474)
@@ -189,6 +189,7 @@
 # Enable DBE painting mode, intended to use with VSync to (hopefully) 
eliminate tearing.
 # Reported to have no effect, though.
 dbe = false;
+
 # Painting on X Composite overlay window. Recommended.
 paint-on-overlay = true;
 
@@ -195,7 +196,7 @@
 # Limit compton to repaint at most once every 1 / refresh_rate second to boost 
performance.
 # This should not be used with --vsync drm/opengl/opengl-oml as they 
essentially does --sw-opti's job already,
 # unless you wish to specify a lower refresh rate than the actual value.
-sw-opti = true;
+#sw-opti = true;
 
 # Unredirect all windows if a full-screen opaque window is detected, to 
maximize performance for full-screen windows, like games.
 # Known to cause flickering when redirecting/unredirecting windows.


[arch-commits] Commit in sagemath/repos (17 files)

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 17:58:11
  Author: arojas
Revision: 399471

archrelease: copy trunk to community-staging-x86_64

Added:
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 399470, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/fes02.patch
(from rev 399470, sagemath/trunk/fes02.patch)
  sagemath/repos/community-staging-x86_64/latte-count.patch
(from rev 399470, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 399470, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cremona.patch
(from rev 399470, sagemath/trunk/sagemath-cremona.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cypari2.patch
(from rev 399470, sagemath/trunk/sagemath-cypari2.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython-0.29.patch
(from rev 399470, sagemath/trunk/sagemath-cython-0.29.patch)
  sagemath/repos/community-staging-x86_64/sagemath-env.patch
(from rev 399470, sagemath/trunk/sagemath-env.patch)
  sagemath/repos/community-staging-x86_64/sagemath-gap-4.8.patch
(from rev 399470, sagemath/trunk/sagemath-gap-4.8.patch)
  sagemath/repos/community-staging-x86_64/sagemath-lcalc-c++11.patch
(from rev 399470, sagemath/trunk/sagemath-lcalc-c++11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-networkx-2.2.patch
(from rev 399470, sagemath/trunk/sagemath-networkx-2.2.patch)
  sagemath/repos/community-staging-x86_64/sagemath-numpy-1.15.patch
(from rev 399470, sagemath/trunk/sagemath-numpy-1.15.patch)
  sagemath/repos/community-staging-x86_64/sagemath-python3-notebook.patch
(from rev 399470, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-staging-x86_64/sagemath-sphinx-1.8.patch
(from rev 399470, sagemath/trunk/sagemath-sphinx-1.8.patch)
  sagemath/repos/community-staging-x86_64/sagemath-threejs.patch
(from rev 399470, sagemath/trunk/sagemath-threejs.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 399470, sagemath/trunk/test-optional.patch)

-+
 PKGBUILD|  169 +++
 fes02.patch |   57 ++
 latte-count.patch   |   89 +++
 package.patch   |   39 +
 sagemath-cremona.patch  |   31 +
 sagemath-cypari2.patch  |  380 +++
 sagemath-cython-0.29.patch  |   65 ++
 sagemath-env.patch  |  172 +++
 sagemath-gap-4.8.patch  |   26 +
 sagemath-lcalc-c++11.patch  |   10 
 sagemath-networkx-2.2.patch |  224 +
 sagemath-numpy-1.15.patch   |  912 ++
 sagemath-python3-notebook.patch |   27 +
 sagemath-sphinx-1.8.patch   |   28 +
 sagemath-threejs.patch  |   11 
 test-optional.patch |   25 +
 16 files changed, 2265 insertions(+)

Copied: sagemath/repos/community-staging-x86_64/PKGBUILD (from rev 399470, 
sagemath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-29 17:58:11 UTC (rev 399471)
@@ -0,0 +1,169 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+
+pkgbase=sagemath
+pkgname=(sagemath sagemath-jupyter)
+pkgver=8.4
+pkgrel=2
+pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
+arch=(x86_64)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow nauty 
python2-rpy2 python2-fpylll python2-psutil python2-cypari2
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
+  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth tachyon
+  sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials
+  libgiac libhomfly libbraiding three.js openblas)
+optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
+  'jmol: 3D plots' 'sage-notebook: Flask notebook interface (deprecated)'
+  'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
+  'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for 
computing Lovász theta-function of graphs'
+  'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
+  'ffmpeg: to export animations to video' 'imagemagick: to show animations'
+  'coxeter: Coxeter groups implementation' 'gap-4.8-data: for 

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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 17:57:24
  Author: arojas
Revision: 399470

cypari2 2.0 rebuild, move openblas and three.js to depends

Added:
  sagemath/trunk/sagemath-cypari2.patch
Modified:
  sagemath/trunk/PKGBUILD

+
 PKGBUILD   |   17 +-
 sagemath-cypari2.patch |  380 +++
 2 files changed, 390 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:19:36 UTC (rev 399469)
+++ PKGBUILD2018-10-29 17:57:24 UTC (rev 399470)
@@ -8,7 +8,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -17,7 +17,7 @@
   python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth tachyon
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials
-  libgiac libhomfly libbraiding)
+  libgiac libhomfly libbraiding three.js openblas)
 optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
   'jmol: 3D plots' 'sage-notebook: Flask notebook interface (deprecated)'
   'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
@@ -28,10 +28,9 @@
   'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes'
   'libfes: exhaustive search of solutions for boolean equations' 
'python2-pynormaliz: Normaliz backend for polyhedral computations'
   'latte-integrale: integral point count in polyhedra' 'polymake: polymake 
backend for polyhedral computations'
-  'shared_meataxe: faster matrix arithmetic over finite fields' 'openblas: 
faster linear algebra'
+  'shared_meataxe: faster matrix arithmetic over finite fields'
   'sirocco: for computing the fundamental group of the complement of a plane 
curve' 'primecount: faster prime_pi implementation'
-  'three.js: alternative 3D plots engine' 'dot2tex: for displaying some 
diagrams'
-  'cryptominisat5: SAT solver' 'python2-pycosat: picosat SAT solver'
+  'dot2tex: for displaying some diagrams' 'cryptominisat5: SAT solver' 
'python2-pycosat: picosat SAT solver'
   'python2-pip: to install optional packages with sage -pip')
 makedepends=(cython2 boost ratpoints symmetrica python2-jinja coin-or-cbc 
sirocco
   mcqd coxeter bliss-graphs tdlib python2-pkgconfig shared_meataxe libfes 
primecount)
@@ -49,7 +48,8 @@
 sagemath-sphinx-1.8.patch
 sagemath-networkx-2.2.patch
 sagemath-cython-0.29.patch
-sagemath-numpy-1.15.patch)
+sagemath-numpy-1.15.patch
+sagemath-cypari2.patch)
 sha256sums=('961a21f60d251531db4b9935cfb6f67f7a207e1029288b4dc5b807f021078ab0'
 '6032ec3d0c983e70d4daa1391bc5daa0c948d350f3697932fc2e8472f0778037'
 '960afe4fcbffe2762b66119b8f14355386ced0d8ee52b535d0dac1dba90d365b'
@@ -64,7 +64,8 @@
 '7dd2ab94fddda8e7c2cdd5250642c4cdd00b7702815d88762fbcd68416bacaee'
 '0e3436a68cca4165d3d8519a7d4357b1a59515e9e4cc8bd816a852ca4097e274'
 'd1af7916e21d0a4de7b3ab5d4054c6b3175b84551ea6639a2680e6102c0b990b'
-'9ef22633ae5d0dde9afe922d5616e49cea4ef6178a4991c96a258981cba674b7')
+'9ef22633ae5d0dde9afe922d5616e49cea4ef6178a4991c96a258981cba674b7'
+'ef9e2d5b7bd9c2b79121fe771a97963527d97ac9c1d6736d931f00e3eb7f540a')
 
 prepare(){
   cd sage-$pkgver
@@ -100,6 +101,8 @@
   patch -p1 -i ../sagemath-cython-0.29.patch
 # Fixes for numpy 1.15 https://trac.sagemath.org/ticket/25260
   patch -p1 -i ../sagemath-numpy-1.15.patch
+# Fix build with cypari 2.0 https://trac.sagemath.org/ticket/26442
+  patch -p1 -i ../sagemath-cypari2.patch
 
 # use python2
   sed -e 's|sage-python23|python2|' -e 's|#!/usr/bin/env 
python\b|#!/usr/bin/env python2|' -i src/bin/*

Added: sagemath-cypari2.patch
===
--- sagemath-cypari2.patch  (rev 0)
+++ sagemath-cypari2.patch  2018-10-29 17:57:24 UTC (rev 399470)
@@ -0,0 +1,380 @@
+diff --git a/src/sage/rings/finite_rings/element_pari_ffelt.pxd 
+b/src/sage/rings/finite_rings/element_pari_ffelt.pxd
+index 10885d4..0b66436 100644
+--- a/src/sage/rings/finite_rings/element_pari_ffelt.pxd
 b/src/sage/rings/finite_rings/element_pari_ffelt.pxd
+@@ -1,9 +1,12 @@
+ from cypari2.types cimport GEN
+ from sage.rings.finite_rings.element_base cimport FinitePolyExtElement
+ 
++
+ cdef class FiniteFieldElement_pari_ffelt(FinitePolyExtElement):
+-cdef GEN val# PARI t_FFELT describing the element
+-cdef void* chunk  

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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 17:19:36
  Author: felixonmars
Revision: 399469

archrelease: copy trunk to community-x86_64

Added:
  python-readme-renderer/repos/community-x86_64/PKGBUILD
(from rev 399468, python-readme-renderer/trunk/PKGBUILD)
Deleted:
  python-readme-renderer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 17:19:13 UTC (rev 399468)
+++ PKGBUILD2018-10-29 17:19:36 UTC (rev 399469)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-readme-renderer
-pkgname=(python-readme-renderer python2-readme-renderer)
-pkgver=23.0
-pkgrel=1
-pkgdesc="Safely render long_description/README files in Warehouse"
-url="https://github.com/pypa/readme_renderer;
-license=('Apache')
-arch=('x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-bleach' 
'python2-bleach'
- 'python-cmarkgfm' 'python2-cmarkgfm' 'python-docutils' 
'python2-docutils'
- 'python-future' 'python2-future' 'python-pygments' 
'python2-pygments' 'python-six'
- 'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/readme_renderer/archive/$pkgver.tar.gz;)
-sha512sums=('4299cc064930de854f1b9bd110d105c88f335ecc416703cd61b8db6597f0f6e80753bbda74e26bb1942ad6c59fa3e3fef9011f92da6407588217522fd247aa2a')
-
-build() {
-  cd readme_renderer-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd readme_renderer-$pkgver
-  python setup.py pytest || warning "Tests failed"
-  python2 setup.py pytest || warning "Tests failed"
-}
-
-package_python-readme-renderer() {
-  depends=('python-bleach' 'python-cmarkgfm' 'python-docutils' 'python-future' 
'python-pygments'
-   'python-six')
-
-  cd readme_renderer-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-readme-renderer() {
-  depends=('python2-bleach' 'python2-cmarkgfm' 'python2-docutils' 
'python2-future' 'python2-pygments'
-   'python2-six')
-
-  cd readme_renderer-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-readme-renderer/repos/community-x86_64/PKGBUILD (from rev 
399468, python-readme-renderer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 17:19:36 UTC (rev 399469)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-readme-renderer
+pkgname=(python-readme-renderer python2-readme-renderer)
+pkgver=24.0
+pkgrel=1
+pkgdesc="Safely render long_description/README files in Warehouse"
+url="https://github.com/pypa/readme_renderer;
+license=('Apache')
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-bleach' 
'python2-bleach'
+ 'python-cmarkgfm' 'python2-cmarkgfm' 'python-docutils' 
'python2-docutils'
+ 'python-future' 'python2-future' 'python-pygments' 
'python2-pygments' 'python-six'
+ 'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/readme_renderer/archive/$pkgver.tar.gz;)
+sha512sums=('d5e98215469f2335da9ee52d29e3d7e12d2b5a481274587ae8c0286a807004749ef19f57aa4475cd6e56e782bc2c6926fcc2c9bc4250aa2b6549700bf29f989b')
+
+build() {
+  cd readme_renderer-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd readme_renderer-$pkgver
+  python setup.py pytest || warning "Tests failed"
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-readme-renderer() {
+  depends=('python-bleach' 'python-cmarkgfm' 'python-docutils' 'python-future' 
'python-pygments'
+   'python-six')
+
+  cd readme_renderer-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-readme-renderer() {
+  depends=('python2-bleach' 'python2-cmarkgfm' 'python2-docutils' 
'python2-future' 'python2-pygments'
+   'python2-six')
+
+  cd readme_renderer-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 17:19:13
  Author: felixonmars
Revision: 399468

upgpkg: python-readme-renderer 24.0-1

Modified:
  python-readme-renderer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:16:49 UTC (rev 399467)
+++ PKGBUILD2018-10-29 17:19:13 UTC (rev 399468)
@@ -2,7 +2,7 @@
 
 pkgbase=python-readme-renderer
 pkgname=(python-readme-renderer python2-readme-renderer)
-pkgver=23.0
+pkgver=24.0
 pkgrel=1
 pkgdesc="Safely render long_description/README files in Warehouse"
 url="https://github.com/pypa/readme_renderer;
@@ -14,7 +14,7 @@
  'python2-six')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/readme_renderer/archive/$pkgver.tar.gz;)
-sha512sums=('4299cc064930de854f1b9bd110d105c88f335ecc416703cd61b8db6597f0f6e80753bbda74e26bb1942ad6c59fa3e3fef9011f92da6407588217522fd247aa2a')
+sha512sums=('d5e98215469f2335da9ee52d29e3d7e12d2b5a481274587ae8c0286a807004749ef19f57aa4475cd6e56e782bc2c6926fcc2c9bc4250aa2b6549700bf29f989b')
 
 build() {
   cd readme_renderer-$pkgver


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 17:16:49
  Author: felixonmars
Revision: 399467

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD
(from rev 399466, lib32-v4l-utils/trunk/PKGBUILD)
Deleted:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 17:16:26 UTC (rev 399466)
+++ PKGBUILD2018-10-29 17:16:49 UTC (rev 399467)
@@ -1,35 +0,0 @@
-# Maintainer: Jan "heftig" Steffens 
-_pkgbasename=v4l-utils
-pkgname=lib32-$_pkgbasename
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
-arch=('x86_64')
-url="https://linuxtv.org/;
-provides=("lib32-libv4l=$pkgver")
-replaces=('lib32-libv4l')
-conflicts=('lib32-libv4l')
-license=('LGPL')
-depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
-source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('164306fd80339de4a0cdae9bac9bd53a0ac2dbd8997b81c2233886189e0df49563ad575dc703a20b229749f657c99dd4f35b58fdaf52ce469936b3c81a35e20e'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
-  make -C lib
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
-}

Copied: lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD (from rev 399466, 
lib32-v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 17:16:49 UTC (rev 399467)
@@ -0,0 +1,35 @@
+# Maintainer: Jan "heftig" Steffens 
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
+arch=('x86_64')
+url="https://linuxtv.org/;
+provides=("lib32-libv4l=$pkgver")
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
+source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+sha512sums=('5092e592e963ce7f174faedd03f5f2b4e262c648fea4f868ae9a8b40029a87412ca16566ce5f687e96588904cdb72b25349d9b26b81ce1285283195208f671b7'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 17:16:26
  Author: felixonmars
Revision: 399466

upgpkg: lib32-v4l-utils 1.16.1-1

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:06:33 UTC (rev 399465)
+++ PKGBUILD2018-10-29 17:16:26 UTC (rev 399466)
@@ -1,7 +1,7 @@
 # Maintainer: Jan "heftig" Steffens 
 _pkgbasename=v4l-utils
 pkgname=lib32-$_pkgbasename
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
 
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('164306fd80339de4a0cdae9bac9bd53a0ac2dbd8997b81c2233886189e0df49563ad575dc703a20b229749f657c99dd4f35b58fdaf52ce469936b3c81a35e20e'
+sha512sums=('5092e592e963ce7f174faedd03f5f2b4e262c648fea4f868ae9a8b40029a87412ca16566ce5f687e96588904cdb72b25349d9b26b81ce1285283195208f671b7'
 'SKIP')
 
 build() {


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:06:33
  Author: jlichtblau
Revision: 399465

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 399464, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 399464, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 399464, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  102 -
 josm.changelog |  591 +++
 josm.conf.d|8 
 3 files changed, 352 insertions(+), 349 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 17:06:20 UTC (rev 399464)
+++ PKGBUILD2018-10-29 17:06:33 UTC (rev 399465)
@@ -1,51 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=14289
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('4b6f570d8d42e7a20d0bcafe6bd47431e19b4648eb3271dc9f1aa74306bc4d80'
-'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.svg
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 399464, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 17:06:33 UTC (rev 399465)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=14382
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('4ffe4789c5e9a6ee3805944c509d6ad66806fe9033d1dd5e497cbb9065ea56a8'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.svg
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2018-10-29 17:06:20 UTC (rev 399464)
+++ josm.changelog  2018-10-29 17:06:33 UTC (rev 399465)
@@ -1,294 

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:06:20
  Author: jlichtblau
Revision: 399464

upgpkg: josm 14382-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:03:28 UTC (rev 399463)
+++ PKGBUILD2018-10-29 17:06:20 UTC (rev 399464)
@@ -2,7 +2,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=14289
+pkgver=14382
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('4b6f570d8d42e7a20d0bcafe6bd47431e19b4648eb3271dc9f1aa74306bc4d80'
+sha256sums=('4ffe4789c5e9a6ee3805944c509d6ad66806fe9033d1dd5e497cbb9065ea56a8'
 '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2018-10-29 17:03:28 UTC (rev 399463)
+++ josm.changelog  2018-10-29 17:06:20 UTC (rev 399464)
@@ -1,3 +1,6 @@
+2018-10-29 Jaroslav Lichtblau 
+   * josm 14382-1
+
 2018-10-07 Jaroslav Lichtblau 
* josm 14289-1
 


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:03:28
  Author: jlichtblau
Revision: 399463

archrelease: copy trunk to community-any

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

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

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

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


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:03:17
  Author: jlichtblau
Revision: 399462

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 17:01:48 UTC (rev 399461)
+++ PKGBUILD2018-10-29 17:03:17 UTC (rev 399462)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.10.05
+pkgver=2018.10.29
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('7cd54041902c45094e45fe95a1e4241aeab6a45edb010edc3a00bed6f91400c7'
+sha256sums=('47e8949b3e525d7c57aa2c5e3f0113aad3600e0a4eed2ae52bdf3759ed9db3d9'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:01:37
  Author: jlichtblau
Revision: 399460

upgpkg: hugo 0.50-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:57:54 UTC (rev 399459)
+++ PKGBUILD2018-10-29 17:01:37 UTC (rev 399460)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.49.2
+pkgver=0.50
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('aa33ec72154e38ac64c9d17b2dcb111cdac58e4d479ac92d1ba7ac54988380ed')
+sha256sums=('4dade11c38aace73877750ea8d67ab2f643751754d5a4afdd8d62e655012')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 17:01:48
  Author: jlichtblau
Revision: 399461

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 399460, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 17:01:37 UTC (rev 399460)
+++ PKGBUILD2018-10-29 17:01:48 UTC (rev 399461)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.49.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('aa33ec72154e38ac64c9d17b2dcb111cdac58e4d479ac92d1ba7ac54988380ed')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 399460, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 17:01:48 UTC (rev 399461)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.50
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('4dade11c38aace73877750ea8d67ab2f643751754d5a4afdd8d62e655012')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 16:56:52
  Author: jlichtblau
Revision: 399458

archrelease: copy trunk to community-x86_64

Added:
  wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 399457, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:56:39 UTC (rev 399457)
+++ PKGBUILD2018-10-29 16:56:52 UTC (rev 399458)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c21540baac8ad0e97873b78103a9d495165091cfee77c5e2ad5c6257ec59727')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf
-  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 399457, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:56:52 UTC (rev 399458)
@@ -0,0 +1,32 @@
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('eb6db7df64e050c4ead2740bca3e99d29f02c44086a455ee9bc0cace05f126f3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
+}


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 29, 2018 @ 16:56:39
  Author: jlichtblau
Revision: 399457

upgpkg: wxsqlite3 4.2.0-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:53:34 UTC (rev 399456)
+++ PKGBUILD2018-10-29 16:56:39 UTC (rev 399457)
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.0.4
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c21540baac8ad0e97873b78103a9d495165091cfee77c5e2ad5c6257ec59727')
+sha256sums=('eb6db7df64e050c4ead2740bca3e99d29f02c44086a455ee9bc0cace05f126f3')
 
 build() {
   cd $pkgname-$pkgver


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 16:53:34
  Author: arojas
Revision: 399456

archrelease: copy trunk to community-staging-x86_64

Added:
  cypari2/repos/community-staging-x86_64/
  cypari2/repos/community-staging-x86_64/PKGBUILD
(from rev 399455, cypari2/trunk/PKGBUILD)

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

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


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 16:53:10
  Author: arojas
Revision: 399455

Update to 2.0.0

Modified:
  cypari2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:48:55 UTC (rev 399454)
+++ PKGBUILD2018-10-29 16:53:10 UTC (rev 399455)
@@ -2,7 +2,7 @@
 
 pkgbase=cypari2
 pkgname=(python-cypari2 python2-cypari2)
-pkgver=1.3.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Cython bindings for PARI"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(cython2 cython python2-cysignals python-cysignals)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz;)
-sha256sums=('a72cbcad2f45a04349cfd1d94eea66c823dda03e83fc72d8ca4c5d099679f3d9')
+sha256sums=('b320a85ea6cf7b7dc4e12d013218198573d080a3637d7814e4edfd33c9a40092')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 16:48:55
  Author: felixonmars
Revision: 399454

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:48:31 UTC (rev 399453)
+++ PKGBUILD2018-10-29 16:48:55 UTC (rev 399454)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=2.7.9
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract'
- 'python-cryptography')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support'
-'python-xmltodict: for Plesk support'
-'python-beautifulsoup4: for Henet support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('60e9d9d53fb78a8ad1a2f41d0ef85d6233e3f1b778488a244bdc774495cec6a3406242a0d2ef17ee0ede20315ee61488bc4f766b5805e6384fe8f8e319c3f541')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 399453, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:48:55 UTC (rev 399454)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=2.7.11
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract'
+ 'python-cryptography' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support'
+'python-xmltodict: for Plesk support'
+'python-beautifulsoup4: for Henet support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('1bf845ecec9bfd91e073fa6f5748f5fd638ad75c3acb9d51cc7a64bc762cd43c22fe3967e200d1d0a983e62ef52c6940d218247039eeecf69fbebe9537e1abaf')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 16:48:31
  Author: felixonmars
Revision: 399453

upgpkg: dns-lexicon 2.7.11-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:41:16 UTC (rev 399452)
+++ PKGBUILD2018-10-29 16:48:31 UTC (rev 399453)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=2.7.9
+pkgver=2.7.11
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/AnalogJ/lexicon;
 license=('MIT')
 depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract'
- 'python-cryptography')
+ 'python-cryptography' 'python-pyopenssl' 'python-idna')
 optdepends=('python-softlayer: for SoftLayer support'
 'python-boto3: for Route53 support'
 'python-pynamecheap: for Namecheap support'
@@ -15,10 +15,11 @@
 'python-zeep: for Subreg support'
 'python-xmltodict: for Plesk support'
 'python-beautifulsoup4: for Henet support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('60e9d9d53fb78a8ad1a2f41d0ef85d6233e3f1b778488a244bdc774495cec6a3406242a0d2ef17ee0ede20315ee61488bc4f766b5805e6384fe8f8e319c3f541')
+sha512sums=('1bf845ecec9bfd91e073fa6f5748f5fd638ad75c3acb9d51cc7a64bc762cd43c22fe3967e200d1d0a983e62ef52c6940d218247039eeecf69fbebe9537e1abaf')
 
 build() {
   cd lexicon-$pkgver


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:41:16
  Author: svenstaro
Revision: 399452

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 399451, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 399451, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 399451, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 399451, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 399451, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 399451, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 399451, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 399451, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 399451, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 399451, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 399451, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 399451, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  428 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +--
 gitlab-backup.service  |   40 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 +-
 gitlab-sidekiq.service |   62 +--
 gitlab-unicorn.service |   68 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 433 insertions(+), 433 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:40:02 UTC (rev 399451)
+++ PKGBUILD2018-10-29 16:41:16 UTC (rev 399452)
@@ -1,214 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=11.4.0
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('f60431da314710a318e8e74f4e621781b3f73534f09b8bb34234ccf4c597250912dfa4356efa69c3a523a61cf90e6cb4efc088d1337484b66a3adf7a4222ff8f'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-

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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 16:40:02
  Author: felixonmars
Revision: 399451

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:39:36 UTC (rev 399450)
+++ PKGBUILD2018-10-29 16:40:02 UTC (rev 399451)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 145754 2015-11-03 08:23:02Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-uncertainties
-pkgname=('python-uncertainties' 'python2-uncertainties')
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
-arch=('any')
-license=('BSD')
-url="https://github.com/lebigot/uncertainties;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/lebigot/uncertainties.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a uncertainties{,-py2}
-}
-
-build() {
-  cd "$srcdir"/uncertainties
-  python setup.py build
-
-  cd "$srcdir"/uncertainties-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/uncertainties
-  python setup.py nosetests
-
-  cd "$srcdir"/uncertainties-py2
-  python2 setup.py nosetests
-}
-
-package_python-uncertainties() {
-  depends=('python')
-  optdepends=('python-numpy: additional support for NumPy arrays and matrices')
-
-  cd uncertainties
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-uncertainties() {
-  depends=('python2')
-  optdepends=('python2-numpy: additional support for NumPy arrays and 
matrices')
-
-  cd uncertainties-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-uncertainties/repos/community-any/PKGBUILD (from rev 399450, 
python-uncertainties/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:40:02 UTC (rev 399451)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-uncertainties
+pkgname=('python-uncertainties' 'python2-uncertainties')
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
+arch=('any')
+license=('BSD')
+url="https://github.com/lebigot/uncertainties;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz;)
+sha512sums=('d8cc8f13803ab55f81ce429f61248aaee2be9fa73058ee651302ca642440dfaaa26adcb57c754fb6ee6512d3d4238f34adb4e7e29a97273baba7216ddc39e2ba')
+
+prepare() {
+  # Copy needed for 2to3
+  cp -a uncertainties-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/uncertainties-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/uncertainties-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/uncertainties-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/uncertainties-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-uncertainties() {
+  depends=('python')
+  optdepends=('python-numpy: additional support for NumPy arrays and matrices')
+
+  cd uncertainties-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-uncertainties() {
+  depends=('python2')
+  optdepends=('python2-numpy: additional support for NumPy arrays and 
matrices')
+
+  cd uncertainties-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 16:39:36
  Author: felixonmars
Revision: 399450

upgpkg: python-uncertainties 3.0.3-1

Modified:
  python-uncertainties/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:31:00 UTC (rev 399449)
+++ PKGBUILD2018-10-29 16:39:36 UTC (rev 399450)
@@ -2,34 +2,35 @@
 
 pkgbase=python-uncertainties
 pkgname=('python-uncertainties' 'python2-uncertainties')
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
 arch=('any')
 license=('BSD')
 url="https://github.com/lebigot/uncertainties;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/lebigot/uncertainties.git#tag=$pkgver;)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz;)
+sha512sums=('d8cc8f13803ab55f81ce429f61248aaee2be9fa73058ee651302ca642440dfaaa26adcb57c754fb6ee6512d3d4238f34adb4e7e29a97273baba7216ddc39e2ba')
 
 prepare() {
-  cp -a uncertainties{,-py2}
+  # Copy needed for 2to3
+  cp -a uncertainties-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/uncertainties
+  cd "$srcdir"/uncertainties-$pkgver
   python setup.py build
 
-  cd "$srcdir"/uncertainties-py2
+  cd "$srcdir"/uncertainties-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/uncertainties
+  cd "$srcdir"/uncertainties-$pkgver
   python setup.py nosetests
 
-  cd "$srcdir"/uncertainties-py2
+  cd "$srcdir"/uncertainties-$pkgver-py2
   python2 setup.py nosetests
 }
 
@@ -37,7 +38,7 @@
   depends=('python')
   optdepends=('python-numpy: additional support for NumPy arrays and matrices')
 
-  cd uncertainties
+  cd uncertainties-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
@@ -46,7 +47,7 @@
   depends=('python2')
   optdepends=('python2-numpy: additional support for NumPy arrays and 
matrices')
 
-  cd uncertainties-py2
+  cd uncertainties-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }


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

2018-10-29 Thread Anatol Pomozov via arch-commits
Date: Monday, October 29, 2018 @ 16:31:00
  Author: anatolik
Revision: 399449

archrelease: copy trunk to community-x86_64

Added:
  pulseview/repos/community-x86_64/PKGBUILD
(from rev 399448, pulseview/trunk/PKGBUILD)
Deleted:
  pulseview/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:30:29 UTC (rev 399448)
+++ PKGBUILD2018-10-29 16:31:00 UTC (rev 399449)
@@ -1,25 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=pulseview
-pkgver=0.4.0
-pkgrel=5
-pkgdesc='A Qt based logic analyzer GUI for sigrok'
-arch=(x86_64)
-url='http://sigrok.org/wiki/Main_Page'
-license=(GPL3)
-depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
-makedepends=(cmake boost)
-source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
-sha512sums=('833a86681925fb4fb2118bb9d0044fc80174aef299b7e6ba2df83bff490511b91cd18f63f45e9a63f21c0df5d8aad3ec27ab35f45cd9959a42831b0b8a71da33')
-
-build() {
-  cd pulseview-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
-  make
-}
-
-package() {
-  cd pulseview-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: pulseview/repos/community-x86_64/PKGBUILD (from rev 399448, 
pulseview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:31:00 UTC (rev 399449)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=('x86_64')
+url='https://sigrok.org/wiki/Main_Page'
+license=('GPL3')
+depends=('libsigrok' 'libsigrokdecode' 'qt5-base' 'qt5-svg' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=("http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz;)
+sha512sums=('0bae4357be312bf6e997885270887a5bcc0a8dfb6914e63bb0d5abb35389b6681748e0e4667556ad432c5432c861185bcdd8da7815fb570fc8a2fbbf5eed3801')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DCMAKE_CXX_FLAGS=-fext-numeric-literals \
+   -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-29 Thread Anatol Pomozov via arch-commits
Date: Monday, October 29, 2018 @ 16:30:29
  Author: anatolik
Revision: 399448

upgpkg: pulseview 0.4.1-1

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:23:16 UTC (rev 399447)
+++ PKGBUILD2018-10-29 16:30:29 UTC (rev 399448)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Krug 
 
 pkgname=pulseview
-pkgver=0.4.0
-pkgrel=5
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='A Qt based logic analyzer GUI for sigrok'
 arch=('x86_64')
 url='https://sigrok.org/wiki/Main_Page'
@@ -12,7 +12,7 @@
 depends=('libsigrok' 'libsigrokdecode' 'qt5-base' 'qt5-svg' 'boost-libs')
 makedepends=('cmake' 'boost')
 source=("http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz;)
-sha512sums=('833a86681925fb4fb2118bb9d0044fc80174aef299b7e6ba2df83bff490511b91cd18f63f45e9a63f21c0df5d8aad3ec27ab35f45cd9959a42831b0b8a71da33')
+sha512sums=('0bae4357be312bf6e997885270887a5bcc0a8dfb6914e63bb0d5abb35389b6681748e0e4667556ad432c5432c861185bcdd8da7815fb570fc8a2fbbf5eed3801')
 
 build() {
   cd $pkgname-$pkgver


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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:23:16
  Author: svenstaro
Revision: 399447

upgpkg: gitlab 11.4.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:21:03 UTC (rev 399446)
+++ PKGBUILD2018-10-29 16:23:16 UTC (rev 399447)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.4.0
+pkgver=11.4.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('f60431da314710a318e8e74f4e621781b3f73534f09b8bb34234ccf4c597250912dfa4356efa69c3a523a61cf90e6cb4efc088d1337484b66a3adf7a4222ff8f'
+sha512sums=('395117923a33da6c3e152ae6dc7c84121c844fb5b35f6aba5e0c18c3cba4f82b9e824aae349a01c6d354a24a4b69b90b745573f5a4e29de266da51f6f7ca3698'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'


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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:21:03
  Author: svenstaro
Revision: 399446

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 399445, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 399445, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  126 
 gitlab-gitaly.service |   50 +--
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:20:54 UTC (rev 399445)
+++ PKGBUILD2018-10-29 16:21:03 UTC (rev 399446)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.126.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('8ee14365f458193f10e095e75bf55b1358279df91ed4e38409842a0705ce19a1629ed392f7a98027dd73eb44ea6b9e00ca1fc75417cdaf391b5c86f1d4bbad37'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle show/bundle-2.3 show/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/bundle/bundle-2.3/" _support/makegen.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 399445, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:21:03 UTC (rev 399446)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.127.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('a5dceb9c57e68d00d06ebe14b9ac93e13dee0208c6d300012b23ade6fccba1626ba509ded79cdb35c8762c9e19baf4bd235ae1f9ffbc0ebfa88e00ef94d0a5fb'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle show/bundle-2.3 show/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/bundle/bundle-2.3/" 

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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:20:54
  Author: svenstaro
Revision: 399445

upgpkg: gitlab-gitaly 0.127.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:15:33 UTC (rev 399444)
+++ PKGBUILD2018-10-29 16:20:54 UTC (rev 399445)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.126.0
+pkgver=0.127.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('8ee14365f458193f10e095e75bf55b1358279df91ed4e38409842a0705ce19a1629ed392f7a98027dd73eb44ea6b9e00ca1fc75417cdaf391b5c86f1d4bbad37'
+sha512sums=('a5dceb9c57e68d00d06ebe14b9ac93e13dee0208c6d300012b23ade6fccba1626ba509ded79cdb35c8762c9e19baf4bd235ae1f9ffbc0ebfa88e00ef94d0a5fb'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:15:22
  Author: svenstaro
Revision: 399443

upgpkg: gitlab-runner 11.4.2-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:12:50 UTC (rev 399442)
+++ PKGBUILD2018-10-29 16:15:22 UTC (rev 399443)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=11.4.0
+pkgver=11.4.2
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -23,9 +23,9 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('fbbd5e8caf75c7a1d13974b85b235d271422d4beab3ebd376e5e5de9e130b37567a14ca59494b8588af4ee0cca6b8e2cca145d7911586d9f5f7c7b0513967e53'
-
'ca4f75e0c8fbafb3c190ebeb2e3c20250bca944a852d826683190ac8829a891671ab88fcca14e1a7e5befdfdb3cfc3334f8ae3d3d45913b6aa9d17934e26ecf5'
-
'd363dbe69e7be2548a954eba5846c9e6b773e2fa8b3af9db91d18585f61fb4c02ead1d4c2e896e8d6aae4dd35ad5546ebcf55e6090c5a8b7b6530daea7bc672b'
+sha512sums=('fac47a8a40ab30ce30dd5420a12d6bdf6ae7e2ef3a8ae8a7b7975e71fcf7e638fadc82c18ae091ff332967adb3860f47e449a5b0c9ff5e84467ee09e021cbba2'
+
'd0815f32f9c459bc0aafe3413693d355d7145cb1efdff76f486df5856201edbf367effdf00aeef131060f57b5f4e207432cfdfa68fa0beb206c477a423ba6e20'
+
'4eeafc8b2dda6d26bb2d5f2ec1ac0160617df38c29e51851c4c7993630520095d40694e04499932b8889df65fa57307d78e103e439e4796ad682b8bbf1d2e3f8'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:15:33
  Author: svenstaro
Revision: 399444

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 399443, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 399443, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 399443, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 399443, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 399443, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 399443, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  134 +++
 config.toml|2 
 gitlab-runner.install  |   12 ++--
 gitlab-runner.service  |   34 +--
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:15:22 UTC (rev 399443)
+++ PKGBUILD2018-10-29 16:15:33 UTC (rev 399444)
@@ -1,67 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=11.4.0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go-pie' 'git' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-   "prebuilt-${pkgver}-arm.tar.xz")
-
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver};
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz;
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz;
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('fbbd5e8caf75c7a1d13974b85b235d271422d4beab3ebd376e5e5de9e130b37567a14ca59494b8588af4ee0cca6b8e2cca145d7911586d9f5f7c7b0513967e53'
-
'ca4f75e0c8fbafb3c190ebeb2e3c20250bca944a852d826683190ac8829a891671ab88fcca14e1a7e5befdfdb3cfc3334f8ae3d3d45913b6aa9d17934e26ecf5'
-
'd363dbe69e7be2548a954eba5846c9e6b773e2fa8b3af9db91d18585f61fb4c02ead1d4c2e896e8d6aae4dd35ad5546ebcf55e6090c5a8b7b6530daea7bc672b'
-
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
-
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
-
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
-
'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
-
-_srcdir="gitlab-runner-v${pkgver}-"
-
-prepare() {
-local revision=$(ls -d ${_srcdir}* | rev | cut -c 33-40 | rev)
-
-mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
-ln -sf "${srcdir}/${_srcdir}"* 
"${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-local version=$(cat VERSION)
-
-sed -i "s/export VERSION.*/export VERSION = $version/" Makefile
-sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
-
-make version
-
-ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
-}
-
-build() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-make BUILD_PLATFORMS='-osarch linux/amd64' build
-}
-
-package() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
-install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
-install -Dm644 

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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:12:50
  Author: svenstaro
Revision: 399442

archrelease: copy trunk to community-x86_64

Added:
  gitlab-shell/repos/community-x86_64/252.patch
(from rev 399441, gitlab-shell/trunk/252.patch)
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 399441, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 399441, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 399441, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers
(from rev 399441, gitlab-shell/trunk/gitlab-shell.sysusers)
Deleted:
  gitlab-shell/repos/community-x86_64/252.patch
  gitlab-shell/repos/community-x86_64/PKGBUILD
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers

+
 252.patch  |   62 +++---
 PKGBUILD   |  202 +++
 gitlab-shell.gitconfig |   10 +-
 gitlab-shell.install   |8 -
 gitlab-shell.sysusers  |2 
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: 252.patch
===
--- 252.patch   2018-10-29 16:12:37 UTC (rev 399441)
+++ 252.patch   2018-10-29 16:12:50 UTC (rev 399442)
@@ -1,31 +0,0 @@
-From 2ae15257494d925d67c40ac2af00da127079ae42 Mon Sep 17 00:00:00 2001
-From: Vlad Petrov 
-Date: Tue, 16 Oct 2018 22:24:41 +0300
-Subject: [PATCH] Update current path extraction
-
-It is recommended to use func Executable since 1.8
-https://tip.golang.org/pkg/os/#Executable

- go/cmd/gitlab-shell/main.go | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/go/cmd/gitlab-shell/main.go b/go/cmd/gitlab-shell/main.go
-index ae54151..b42aba7 100644
 a/go/cmd/gitlab-shell/main.go
-+++ b/go/cmd/gitlab-shell/main.go
-@@ -15,7 +15,11 @@ var (
- )
- 
- func init() {
--  binDir = filepath.Dir(os.Args[0])
-+  ex, err := os.Executable()
-+  if err != nil {
-+  panic(err)
-+  }
-+  binDir = filepath.Dir(ex)
-   rootDir = filepath.Dir(binDir)
- }
- 
--- 
-2.18.1
-

Copied: gitlab-shell/repos/community-x86_64/252.patch (from rev 399441, 
gitlab-shell/trunk/252.patch)
===
--- 252.patch   (rev 0)
+++ 252.patch   2018-10-29 16:12:50 UTC (rev 399442)
@@ -0,0 +1,31 @@
+From 2ae15257494d925d67c40ac2af00da127079ae42 Mon Sep 17 00:00:00 2001
+From: Vlad Petrov 
+Date: Tue, 16 Oct 2018 22:24:41 +0300
+Subject: [PATCH] Update current path extraction
+
+It is recommended to use func Executable since 1.8
+https://tip.golang.org/pkg/os/#Executable
+---
+ go/cmd/gitlab-shell/main.go | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/go/cmd/gitlab-shell/main.go b/go/cmd/gitlab-shell/main.go
+index ae54151..b42aba7 100644
+--- a/go/cmd/gitlab-shell/main.go
 b/go/cmd/gitlab-shell/main.go
+@@ -15,7 +15,11 @@ var (
+ )
+ 
+ func init() {
+-  binDir = filepath.Dir(os.Args[0])
++  ex, err := os.Executable()
++  if err != nil {
++  panic(err)
++  }
++  binDir = filepath.Dir(ex)
+   rootDir = filepath.Dir(binDir)
+ }
+ 
+-- 
+2.18.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:12:37 UTC (rev 399441)
+++ PKGBUILD2018-10-29 16:12:50 UTC (rev 399442)
@@ -1,101 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=8.4.0
-pkgrel=2
-epoch=2
-pkgdesc="Git management software"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby2.3' 'redis' 'git')
-makedepends=('go-pie')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver};
-"gitlab-shell.gitconfig"
-"gitlab-shell.sysusers"
-252.patch)
-sha512sums=('8fca70e905842382e3c3daa23cc5c025e176962aa230aac790c7a8e3ec33bdbae55b4b0822e3655b66cfd0ba055bc4dd5439a2e9abdd353de3d8b701cb829183'
-
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-

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

2018-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 29, 2018 @ 16:12:37
  Author: svenstaro
Revision: 399441

upgpkg: gitlab-shell 2:8.4.1-1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 16:02:31 UTC (rev 399440)
+++ PKGBUILD2018-10-29 16:12:37 UTC (rev 399441)
@@ -7,8 +7,8 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=8.4.0
-pkgrel=2
+pkgver=8.4.1
+pkgrel=1
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -27,7 +27,7 @@
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers"
 252.patch)
-sha512sums=('8fca70e905842382e3c3daa23cc5c025e176962aa230aac790c7a8e3ec33bdbae55b4b0822e3655b66cfd0ba055bc4dd5439a2e9abdd353de3d8b701cb829183'
+sha512sums=('2f384224de68292ce0c2db1058cafea707ad0a77b182e2e7cdc1dfd4b46259e6559b54fcc82022a7a2401123fc2d063fb4ffad540a8bae59f1406e3f82b15132'
 
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8'
 
'd8f24575a3ff848c2eb1b8c32f98942377d17729a874048a3a1ab97f8bdbbca556fe0e8c1e87ef301aa3abd7b3a62fb414a46d99cd346dde51b792e4622d2a49')


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 16:02:31
  Author: archange
Revision: 399440

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 399439, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:02:18 UTC (rev 399439)
+++ PKGBUILD2018-10-29 16:02:31 UTC (rev 399440)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname};
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
-# Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 399439, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:02:31 UTC (rev 399440)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname};
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
+rm -r "${pkgdir}"/usr/doc
+# Install LICENSE
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 16:02:18
  Author: archange
Revision: 399439

upgpkg: ocaml-biniou 1.2.0-3

Modified:
  ocaml-biniou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 15:55:20 UTC (rev 399438)
+++ PKGBUILD2018-10-29 16:02:18 UTC (rev 399439)
@@ -3,7 +3,7 @@
 _pkgname=biniou
 pkgname=ocaml-${_pkgname}
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
 url="https://github.com/mjambon/${_pkgname};
@@ -10,7 +10,7 @@
 license=('BSD')
 options=('!strip' 'staticlibs')
 depends=('ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'opam')
+makedepends=('dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
 
@@ -26,14 +26,9 @@
 
 package() {
 cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
+rm -r "${pkgdir}"/usr/doc
 # Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:55:20
  Author: archange
Revision: 399438

Remove stable default values, examples

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 15:48:48 UTC (rev 399437)
+++ PKGBUILD2018-10-29 15:55:20 UTC (rev 399438)
@@ -75,9 +75,6 @@
 #-DCMAKE_C_COMPILER=mpicc \
 #-DCMAKE_CXX_COMPILER=mpicxx \
 cmake ../ParaView-v${pkgver} \
--DBUILD_DOCUMENTATION=OFF \
--DBUILD_EXAMPLES=ON \
--DBUILD_SHARED_LIBS=ON \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOSPRAY_INSTALL_DIR=/usr \


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:46:23
  Author: archange
Revision: 399434

upgpkg: python-netcdf4-openmpi 1.4.2-1

Modified:
  python-netcdf4-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 15:40:44 UTC (rev 399433)
+++ PKGBUILD2018-10-29 15:46:23 UTC (rev 399434)
@@ -4,8 +4,8 @@
 _mpi=openmpi
 pkgbase=python-${_pkg,,}-${_mpi}
 pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
 arch=('x86_64')
 url="https://unidata.github.io/${_pkg,,}-python;
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
 
source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
+sha256sums=('b934af350459cf9041bcdf5472e2aa56ed7321c018d918e9f325ec9a1f9d1a30')
 
 prepare() {
 cp -a ${_pkg}-${pkgver}{,-py2}
@@ -28,10 +28,10 @@
 
 check() {
 cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
 
 cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
 }
 
 package_python-netcdf4-openmpi() {


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:46:30
  Author: archange
Revision: 399435

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD
(from rev 399434, python-netcdf4-openmpi/trunk/PKGBUILD)
Deleted:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 15:46:23 UTC (rev 399434)
+++ PKGBUILD2018-10-29 15:46:30 UTC (rev 399435)
@@ -1,62 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=netCDF4
-_mpi=openmpi
-pkgbase=python-${_pkg,,}-${_mpi}
-pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.1
-pkgrel=3
-pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=('x86_64')
-url="https://unidata.github.io/${_pkg,,}-python;
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
-source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
-
-prepare() {
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
-
-cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
-}
-
-package_python-netcdf4-openmpi() {
-depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
-conflicts=('python-netcdf4')
-provides=('python-netcdf4')
-
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-netcdf4-openmpi() {
-depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' 
"netcdf-${_mpi}")
-conflicts=('python2-netcdf4')
-provides=('python2-netcdf4')
-
-cd ${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-for binary in "${pkgdir}"/usr/bin/* ;
-do mv ${binary}{,-py2} ;
-done
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD (from rev 
399434, python-netcdf4-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 15:46:30 UTC (rev 399435)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=netCDF4
+_mpi=openmpi
+pkgbase=python-${_pkg,,}-${_mpi}
+pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
+arch=('x86_64')
+url="https://unidata.github.io/${_pkg,,}-python;
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
+source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('b934af350459cf9041bcdf5472e2aa56ed7321c018d918e9f325ec9a1f9d1a30')
+
+prepare() {
+cp -a ${_pkg}-${pkgver}{,-py2}
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+
+cd ../${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
+
+cd ../../${_pkg}-${pkgver}-py2/test
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
+}
+
+package_python-netcdf4-openmpi() {
+depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
+conflicts=('python-netcdf4')
+provides=('python-netcdf4')
+
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-netcdf4-openmpi() {
+depends=('python2-numpy' 

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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:40:44
  Author: archange
Revision: 399433

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 15:40:21 UTC (rev 399432)
+++ PKGBUILD2018-10-29 15:40:44 UTC (rev 399433)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Spyros Stathopoulos 
-# Contributor: richli 
-# Contributor: rememberthemer 
-
-_pkg=netCDF4
-pkgbase=python-${_pkg,,}
-pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.4.1
-pkgrel=3
-pkgdesc="Python/NumPy interface to the netCDF C library"
-arch=('x86_64')
-url="https://unidata.github.io/${_pkg,,}-python;
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
-source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
-
-prepare() {
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
-
-cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
-}
-
-package_python-netcdf4() {
-depends=('python-numpy' 'python-cftime' 'netcdf')
-
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-netcdf4() {
-depends=('python2-numpy' 'python2-cftime' 'netcdf')
-
-cd ${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-for binary in "${pkgdir}"/usr/bin/* ;
-do mv ${binary}{,-py2} ;
-done
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4/repos/community-x86_64/PKGBUILD (from rev 399432, 
python-netcdf4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 15:40:44 UTC (rev 399433)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Spyros Stathopoulos 
+# Contributor: richli 
+# Contributor: rememberthemer 
+
+_pkg=netCDF4
+pkgbase=python-${_pkg,,}
+pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library"
+arch=('x86_64')
+url="https://unidata.github.io/${_pkg,,}-python;
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
+source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('b934af350459cf9041bcdf5472e2aa56ed7321c018d918e9f325ec9a1f9d1a30')
+
+prepare() {
+cp -a ${_pkg}-${pkgver}{,-py2}
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+
+cd ../${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
+
+cd ../../${_pkg}-${pkgver}-py2/test
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
+}
+
+package_python-netcdf4() {
+depends=('python-numpy' 'python-cftime' 'netcdf')
+
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-netcdf4() {
+depends=('python2-numpy' 'python2-cftime' 'netcdf')
+
+cd ${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+for binary in "${pkgdir}"/usr/bin/* ;
+do mv ${binary}{,-py2} ;
+done
+install -Dm644 docs/netCDF4/* -t 

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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:40:21
  Author: archange
Revision: 399432

upgpkg: python-netcdf4 1.4.2-1

Modified:
  python-netcdf4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 15:24:43 UTC (rev 399431)
+++ PKGBUILD2018-10-29 15:40:21 UTC (rev 399432)
@@ -6,8 +6,8 @@
 _pkg=netCDF4
 pkgbase=python-${_pkg,,}
 pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library"
 arch=('x86_64')
 url="https://unidata.github.io/${_pkg,,}-python;
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
 
source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
+sha256sums=('b934af350459cf9041bcdf5472e2aa56ed7321c018d918e9f325ec9a1f9d1a30')
 
 prepare() {
 cp -a ${_pkg}-${pkgver}{,-py2}
@@ -30,10 +30,10 @@
 
 check() {
 cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
 
 cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py || 
warning "Tests failed" # DAP HTTP access failing
 }
 
 package_python-netcdf4() {


[arch-commits] Commit in pyzo/repos/community-any (PKGBUILD PKGBUILD pyzo.sh pyzo.sh)

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:24:43
  Author: archange
Revision: 399431

archrelease: copy trunk to community-any

Added:
  pyzo/repos/community-any/PKGBUILD
(from rev 399430, pyzo/trunk/PKGBUILD)
  pyzo/repos/community-any/pyzo.sh
(from rev 399430, pyzo/trunk/pyzo.sh)
Deleted:
  pyzo/repos/community-any/PKGBUILD
  pyzo/repos/community-any/pyzo.sh

--+
 PKGBUILD |   72 ++---
 pyzo.sh  |6 ++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 15:24:17 UTC (rev 399430)
+++ PKGBUILD2018-10-29 15:24:43 UTC (rev 399431)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Hector Mtz-Seara 
-
-pkgname=pyzo
-pkgver=4.6.0
-pkgrel=3
-pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
-url="https://pyzo.org;
-license=('BSD')
-arch=('any')
-depends=('python' 'pyside2')
-makedepends=('python-setuptools')
-optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz;
-'pyzo.sh')
-sha256sums=('40ee770ff2711669b49a781a2159daf60d0677b7e30ed5e79ceb4cf948912dc9'
-'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
-
-build(){
-cd ${pkgname}-${pkgver}
-python setup.py build
-}
-
-package(){
-cd ${pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm444 ${pkgname}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-
-install -Dm644 pyzo/resources/pyzo.desktop -t 
"${pkgdir}"/usr/share/applications/
-for i in 16 32 48 64 128 256
-do  
-install -Dm644 pyzo/resources/appicons/pyzologo${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
-done
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-}

Copied: pyzo/repos/community-any/PKGBUILD (from rev 399430, pyzo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 15:24:43 UTC (rev 399431)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Hector Mtz-Seara 
+
+pkgname=pyzo
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
+url="https://pyzo.org;
+license=('BSD')
+arch=('any')
+depends=('python' 'pyside2')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz;
+'pyzo.sh')
+sha256sums=('8847449764efc3402485df2b88e9f0a5f9d2e06a8f9fd8560d1e15fce82ec7f3'
+'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
+
+build(){
+cd ${pkgname}-${pkgver}
+python setup.py build
+}
+
+package(){
+cd ${pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm444 ${pkgname}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+install -Dm644 pyzo/resources/pyzo.desktop -t 
"${pkgdir}"/usr/share/applications/
+for i in 16 32 48 64 128 256
+do  
+install -Dm644 pyzo/resources/appicons/pyzologo${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
+done
+
+install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+}

Deleted: pyzo.sh
===
--- pyzo.sh 2018-10-29 15:24:17 UTC (rev 399430)
+++ pyzo.sh 2018-10-29 15:24:43 UTC (rev 399431)
@@ -1,3 +0,0 @@
-#!/usr/bin/env python
-import pyzo
-pyzo.start()

Copied: pyzo/repos/community-any/pyzo.sh (from rev 399430, pyzo/trunk/pyzo.sh)
===
--- pyzo.sh (rev 0)
+++ pyzo.sh 2018-10-29 15:24:43 UTC (rev 399431)
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import pyzo
+pyzo.start()


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

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 15:24:17
  Author: archange
Revision: 399430

upgpkg: pyzo 4.6.1-1

Modified:
  pyzo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 14:18:31 UTC (rev 399429)
+++ PKGBUILD2018-10-29 15:24:17 UTC (rev 399430)
@@ -2,8 +2,8 @@
 # Contributor: Hector Mtz-Seara 
 
 pkgname=pyzo
-pkgver=4.6.0
-pkgrel=3
+pkgver=4.6.1
+pkgrel=1
 pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
 url="https://pyzo.org;
 license=('BSD')
@@ -13,7 +13,7 @@
 optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz;
 'pyzo.sh')
-sha256sums=('40ee770ff2711669b49a781a2159daf60d0677b7e30ed5e79ceb4cf948912dc9'
+sha256sums=('8847449764efc3402485df2b88e9f0a5f9d2e06a8f9fd8560d1e15fce82ec7f3'
 'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
 
 build(){


[arch-commits] Commit in xdm-archlinux/repos/community-any (18 files)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 14:18:31
  Author: spupykin
Revision: 399429

archrelease: copy trunk to community-any

Added:
  xdm-archlinux/repos/community-any/PKGBUILD
(from rev 399428, xdm-archlinux/trunk/PKGBUILD)
  xdm-archlinux/repos/community-any/Xresources
(from rev 399428, xdm-archlinux/trunk/Xresources)
  xdm-archlinux/repos/community-any/Xsetup
(from rev 399428, xdm-archlinux/trunk/Xsetup)
  xdm-archlinux/repos/community-any/Xstartup
(from rev 399428, xdm-archlinux/trunk/Xstartup)
  xdm-archlinux/repos/community-any/arch.xpm.gz
(from rev 399428, xdm-archlinux/trunk/arch.xpm.gz)
  xdm-archlinux/repos/community-any/buttons
(from rev 399428, xdm-archlinux/trunk/buttons)
  xdm-archlinux/repos/community-any/xdm-archlinux.install
(from rev 399428, xdm-archlinux/trunk/xdm-archlinux.install)
  xdm-archlinux/repos/community-any/xdm-archlinux.service
(from rev 399428, xdm-archlinux/trunk/xdm-archlinux.service)
  xdm-archlinux/repos/community-any/xdm-config
(from rev 399428, xdm-archlinux/trunk/xdm-config)
Deleted:
  xdm-archlinux/repos/community-any/PKGBUILD
  xdm-archlinux/repos/community-any/Xresources
  xdm-archlinux/repos/community-any/Xsetup
  xdm-archlinux/repos/community-any/Xstartup
  xdm-archlinux/repos/community-any/arch.xpm.gz
  xdm-archlinux/repos/community-any/buttons
  xdm-archlinux/repos/community-any/xdm-archlinux.install
  xdm-archlinux/repos/community-any/xdm-archlinux.service
  xdm-archlinux/repos/community-any/xdm-config

---+
 PKGBUILD  |   77 -
 Xresources|  110 
 Xsetup|   18 +++
 Xstartup  |   14 +++---
 buttons   |   30 ++---
 xdm-archlinux.install |   20 
 xdm-archlinux.service |   22 -
 xdm-config|   46 ++--
 8 files changed, 168 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 14:18:11 UTC (rev 399428)
+++ PKGBUILD2018-10-29 14:18:31 UTC (rev 399429)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Truls Becken 
-# Contributor: whompus
-
-pkgname=xdm-archlinux
-pkgver=0.6
-pkgrel=1
-pkgdesc="An XDM setup that looks better than the defaults"
-arch=(any)
-license=('GPL')
-url="http://xorg.freedesktop.org;
-depends=('xorg-xdm' 'bash'
-'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 
'xorg-xkill')
-optdepends=('systemd-sysvcompat: if you use systemd')
-backup=(etc/X11/xdm/archlinux/Xsetup
-   etc/X11/xdm/archlinux/Xresources)
-install=xdm-archlinux.install
-source=(xdm-config
-   Xsetup
-   Xstartup
-   Xresources
-   buttons
-   arch.xpm.gz
-   xdm-archlinux.service)
-sha256sums=('c79853a4fb674c505b8d542b19320eb6fcb0ec9e836b6fd986ba70691c93e370'
-'12720450ec5430e8c8875f75b8045b88cc8155e03fc97841c28eca5d278e102d'
-'7f9d62c29425f03f098d42b68d6d8bbd2335be6235a83f6142cfa4e9f8a4727a'
-'642193b0f91265f726a6b1ce9cd8a0271f0d6df8544402c5ae709e7a89bbc980'
-'09a51309824380e5c61ef06c3c5a4e9d76185ddd10a9668838141af1a8a0c084'
-'625087946ff746d87fde41da490dbd28bdc9c23c6ff25a915d2ea4b5ef08ebfd'
-'eb79a6bcb03c3909afea88ac63aba0464e6f07ae32ca29130b016dc0207f5a6a')
-
-package() {
-  mkdir -p "$pkgdir"/etc/X11/xdm/archlinux
-  cp arch.xpm buttons xdm-config Xresources Xsetup Xstartup 
"$pkgdir"/etc/X11/xdm/archlinux
-  chmod 0755 "$pkgdir"/etc/X11/xdm/archlinux/{Xsetup,Xstartup,buttons}
-  install -Dm0644 "$srcdir"/xdm-archlinux.service 
"$pkgdir"/usr/lib/systemd/system/xdm-archlinux.service
-}

Copied: xdm-archlinux/repos/community-any/PKGBUILD (from rev 399428, 
xdm-archlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 14:18:31 UTC (rev 399429)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Truls Becken 
+# Contributor: whompus
+
+pkgname=xdm-archlinux
+pkgver=0.7
+pkgrel=1
+pkgdesc="An XDM setup that looks better than the defaults"
+arch=(any)
+license=('GPL')
+url="http://xorg.freedesktop.org;
+depends=('xorg-xdm' 'bash'
+'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 
'xorg-xkill'
+'ttf-bitstream-vera' 'terminus-font')
+backup=(etc/X11/xdm/archlinux/Xsetup
+   etc/X11/xdm/archlinux/Xresources)
+install=xdm-archlinux.install
+source=(xdm-config
+   Xsetup
+   Xstartup
+   Xresources
+   buttons
+   arch.xpm.gz
+   xdm-archlinux.service)
+sha256sums=('c79853a4fb674c505b8d542b19320eb6fcb0ec9e836b6fd986ba70691c93e370'
+'12720450ec5430e8c8875f75b8045b88cc8155e03fc97841c28eca5d278e102d'
+'7f9d62c29425f03f098d42b68d6d8bbd2335be6235a83f6142cfa4e9f8a4727a'
+

[arch-commits] Commit in xdm-archlinux/trunk (4 files)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 14:18:11
  Author: spupykin
Revision: 399428

upgpkg: xdm-archlinux 0.7-1

Modified:
  xdm-archlinux/trunk/PKGBUILD
  xdm-archlinux/trunk/Xresources
  xdm-archlinux/trunk/buttons
  xdm-archlinux/trunk/xdm-archlinux.install

---+
 PKGBUILD  |   10 +-
 Xresources|8 
 buttons   |6 +++---
 xdm-archlinux.install |2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 13:58:08 UTC (rev 399427)
+++ PKGBUILD2018-10-29 14:18:11 UTC (rev 399428)
@@ -3,7 +3,7 @@
 # Contributor: whompus
 
 pkgname=xdm-archlinux
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="An XDM setup that looks better than the defaults"
 arch=(any)
@@ -10,8 +10,8 @@
 license=('GPL')
 url="http://xorg.freedesktop.org;
 depends=('xorg-xdm' 'bash'
-'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 
'xorg-xkill')
-optdepends=('systemd-sysvcompat: if you use systemd')
+'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 
'xorg-xkill'
+'ttf-bitstream-vera' 'terminus-font')
 backup=(etc/X11/xdm/archlinux/Xsetup
etc/X11/xdm/archlinux/Xresources)
 install=xdm-archlinux.install
@@ -25,8 +25,8 @@
 sha256sums=('c79853a4fb674c505b8d542b19320eb6fcb0ec9e836b6fd986ba70691c93e370'
 '12720450ec5430e8c8875f75b8045b88cc8155e03fc97841c28eca5d278e102d'
 '7f9d62c29425f03f098d42b68d6d8bbd2335be6235a83f6142cfa4e9f8a4727a'
-'642193b0f91265f726a6b1ce9cd8a0271f0d6df8544402c5ae709e7a89bbc980'
-'09a51309824380e5c61ef06c3c5a4e9d76185ddd10a9668838141af1a8a0c084'
+'a94c88acd9d277da093e910d6aebf6eccbf2aae4248fd9170fb1c4239fb87cf7'
+'9edbf630b1748d188544117938f604de08173ea865d7e485de8ac99ec9d38ac0'
 '625087946ff746d87fde41da490dbd28bdc9c23c6ff25a915d2ea4b5ef08ebfd'
 'eb79a6bcb03c3909afea88ac63aba0464e6f07ae32ca29130b016dc0207f5a6a')
 

Modified: Xresources
===
--- Xresources  2018-10-29 13:58:08 UTC (rev 399427)
+++ Xresources  2018-10-29 14:18:11 UTC (rev 399428)
@@ -8,10 +8,10 @@
 xlogin*namePrompt:Username:\040
 xlogin*passwdPrompt:Password:\040
 xlogin*fail:incorrect
-xlogin*greetFace:Comic\040Sans\040MS-36
-xlogin*promptFace:Terminus-24:style=Bold
-xlogin*face:Terminus-20
-xlogin*failFace:Terminus-24:style=Bold
+xlogin*greetFace:Bitstream\040Vera\040Sans\040Mono-36:style=Bold
+xlogin*promptFace:xos4\040Terminus-24:style=Bold
+xlogin*face:xos4\040Terminus-20
+xlogin*failFace:xos4\040Terminus-24:style=Bold
 xlogin*shdColor:#223377
 xlogin*hiColor:#223377
 xlogin*inpColor: #223377

Modified: buttons
===
--- buttons 2018-10-29 13:58:08 UTC (rev 399427)
+++ buttons 2018-10-29 14:18:11 UTC (rev 399428)
@@ -4,12 +4,12 @@
 
 case "$?" in
101)
-   /sbin/reboot
+   /usr/bin/systemctl reboot
;;
102)
-   /sbin/halt
+   /usr/bin/systemctl halt
;;
103)
-   /sbin/poweroff
+   /usr/bin/systemctl poweroff
;;
 esac

Modified: xdm-archlinux.install
===
--- xdm-archlinux.install   2018-10-29 13:58:08 UTC (rev 399427)
+++ xdm-archlinux.install   2018-10-29 14:18:11 UTC (rev 399428)
@@ -1,6 +1,6 @@
 post_install() {
   cat << EOF
-  If you want an xconsole on the login screen, or don't want the clock or the
+  If you want an xconsole on the login screen, or don't want the clock or
   halt and reboot buttons, edit /etc/X11/xdm/archlinux/Xsetup
 EOF
 }


[arch-commits] Commit in squid/repos/community-x86_64 (13 files)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 13:58:08
  Author: spupykin
Revision: 399427

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 399426, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 399426, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 399426, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 399426, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 399426, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 399426, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  210 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.service|   13 ---
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 7 files changed, 131 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 13:57:49 UTC (rev 399426)
+++ PKGBUILD2018-10-29 13:58:08 UTC (rev 399427)
@@ -1,106 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.3
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('322612ef0544828f6c673a25124b32364fb41ef5e2847e21c89480b5546a4c7c'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$srcdir/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s 

[arch-commits] Commit in squid/trunk (PKGBUILD squid.service)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 13:57:49
  Author: spupykin
Revision: 399426

upgpkg: squid 4.4-1

Modified:
  squid/trunk/PKGBUILD
Deleted:
  squid/trunk/squid.service

---+
 PKGBUILD  |   10 --
 squid.service |   13 -
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 11:27:39 UTC (rev 399425)
+++ PKGBUILD2018-10-29 13:57:49 UTC (rev 399426)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.3
-pkgrel=2
+pkgver=4.4
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
 url='http://www.squid-cache.org'
@@ -21,15 +21,13 @@
  'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
 source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
 'squid.pam'
-'squid.service'
 'squid.tmpfiles'
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('322612ef0544828f6c673a25124b32364fb41ef5e2847e21c89480b5546a4c7c'
+sha256sums=('4905e6da7f5574d2583ba36f398bb062a12d51e70d67035078b6e85b09e9ee82'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
 'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
 '3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
@@ -91,7 +89,7 @@
   install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
   install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
   install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$srcdir/squid.service" \
+  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
 "$pkgdir/usr/lib/systemd/system/squid.service"
   install -Dm644 "$srcdir/squid-rotate.service" \
 "$pkgdir/usr/lib/systemd/system/squid-rotate.service"

Deleted: squid.service
===
--- squid.service   2018-10-29 11:27:39 UTC (rev 399425)
+++ squid.service   2018-10-29 13:57:49 UTC (rev 399426)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Web Proxy Cache Server
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/squid.pid
-ExecStart=/usr/bin/squid -sYC
-ExecStop=/usr/bin/squid -k shutdown
-ExecReload=/usr/bin/squid -k reconfigure
-
-[Install]
-WantedBy=multi-user.target


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 11:28:29
  Author: arojas
Revision: 337503

archrelease: copy trunk to extra-x86_64

Added:
  libssh/repos/extra-x86_64/PKGBUILD
(from rev 337502, libssh/trunk/PKGBUILD)
Deleted:
  libssh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 11:27:54 UTC (rev 337502)
+++ PKGBUILD2018-10-29 11:28:29 UTC (rev 337503)
@@ -1,59 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-# Contributor: sergeantspoon 
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Library for accessing ssh client services through C libraries"
-url="http://www.libssh.org/;
-license=(LGPL)
-arch=(x86_64)
-depends=(zlib openssl)
-makedepends=(cmake cmocka doxygen python)
-source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('6bb07713021a8586ba2120b2c36c468dc9ac8096d043f9b1726639aa4275b81b'
-'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-
-prepare() {
-  # disable the test. It is confused by our clean container setup.
-  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
-  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
-  sed 's/cmocka_unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_GSSAPI=OFF \
--DUNIT_TESTING=ON
-  make
-  make docs
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_libssh() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_libssh-docs() {
-  pkgdesc="Documentation for libssh"
-  depends=()
-
-  mkdir -p "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
-#  cp -r build/doc/man "$pkgdir"/usr/share
-#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
-}

Copied: libssh/repos/extra-x86_64/PKGBUILD (from rev 337502, 
libssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 11:28:29 UTC (rev 337503)
@@ -0,0 +1,59 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/;
+license=(LGPL)
+arch=(x86_64)
+depends=(zlib openssl)
+makedepends=(cmake cmocka doxygen python)
+source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('07d2c431240fc88f6b06bcb36ae267f9afeedce2e32f6c42f8844b205ab5a335'
+'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/cmocka_unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GSSAPI=OFF \
+-DUNIT_TESTING=ON
+  make
+  make docs
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+#  cp -r build/doc/man "$pkgdir"/usr/share
+#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}


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

2018-10-29 Thread Antonio Rojas via arch-commits
Date: Monday, October 29, 2018 @ 11:27:54
  Author: arojas
Revision: 337502

Update to 0.8.5

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 08:33:25 UTC (rev 337501)
+++ PKGBUILD2018-10-29 11:27:54 UTC (rev 337502)
@@ -6,7 +6,7 @@
 
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/;
@@ -15,7 +15,7 @@
 depends=(zlib openssl)
 makedepends=(cmake cmocka doxygen python)
 
source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('6bb07713021a8586ba2120b2c36c468dc9ac8096d043f9b1726639aa4275b81b'
+sha256sums=('07d2c431240fc88f6b06bcb36ae267f9afeedce2e32f6c42f8844b205ab5a335'
 'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

 


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 11:27:39
  Author: felixonmars
Revision: 399425

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 399424, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 11:27:21 UTC (rev 399424)
+++ PKGBUILD2018-10-29 11:27:39 UTC (rev 399425)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.6.9
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('2101c0c4c058584350c76abb11d137ce29bdd23120e4b67b13b0d5ebca4996f3313849fa03831458f07230ee67682b9428403f56c173a00b92b269e066ca3a35')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 399424, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 11:27:39 UTC (rev 399425)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.6.9
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('2101c0c4c058584350c76abb11d137ce29bdd23120e4b67b13b0d5ebca4996f3313849fa03831458f07230ee67682b9428403f56c173a00b92b269e066ca3a35')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 11:27:21
  Author: felixonmars
Revision: 399424

upgpkg: deepin-file-manager 1:4.6.9-2

fix dependency on xdg-user-dirs

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 11:18:24 UTC (rev 399423)
+++ PKGBUILD2018-10-29 11:27:21 UTC (rev 399424)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.6.9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/linuxdeepin/dde-file-manager;
 license=('GPL3')
 depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
  'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
  'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
 makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 11:18:24
  Author: felixonmars
Revision: 399423

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 399422, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 11:18:06 UTC (rev 399422)
+++ PKGBUILD2018-10-29 11:18:24 UTC (rev 399423)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
-makedepends=('cmake')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('b8fd91aba3b28135ba0cb85bce5e9cb3a9ddc9fbdabc688f8b9b83abebc39b9ffe3f8fa5ae61340d680c06c8f24c641c8212593a993d7e8a5163777d60c08c76')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 399422, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 11:18:24 UTC (rev 399423)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.5.0
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
+makedepends=('cmake')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('b8fd91aba3b28135ba0cb85bce5e9cb3a9ddc9fbdabc688f8b9b83abebc39b9ffe3f8fa5ae61340d680c06c8f24c641c8212593a993d7e8a5163777d60c08c76')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 11:18:06
  Author: felixonmars
Revision: 399422

upgpkg: deepin-launcher 4.5.0-2

fix dependency on xdg-user-dirs

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 11:16:48 UTC (rev 399421)
+++ PKGBUILD2018-10-29 11:18:06 UTC (rev 399422)
@@ -4,13 +4,13 @@
 
 pkgname=deepin-launcher
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-launcher;
 license=('GPL3')
 depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
 makedepends=('cmake')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')


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

2018-10-29 Thread David Runge via arch-commits
Date: Monday, October 29, 2018 @ 11:16:48
  Author: dvzrv
Revision: 399421

archrelease: copy trunk to community-testing-x86_64

Added:
  libmusicxml/repos/community-testing-x86_64/
  libmusicxml/repos/community-testing-x86_64/PKGBUILD
(from rev 399420, libmusicxml/trunk/PKGBUILD)

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

Copied: libmusicxml/repos/community-testing-x86_64/PKGBUILD (from rev 399420, 
libmusicxml/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-29 11:16:48 UTC (rev 399421)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=libmusicxml
+pkgver=3.13
+pkgrel=1
+pkgdesc="Portable C++ library around the MusicXML format"
+arch=('x86_64')
+url="https://github.com/grame-cncm/libmusicxml;
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('c4ee0d28ccdaa9fd3faaa765367a95a45210381b4197557a90a9978cf3ecf05be474b90ade00135d3eb3a79146a6d40e0106fddd8f8647b2f2d6c50557f36ccc')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fixing not correctly defined DOCDIR:
+  # https://github.com/grame-cncm/libmusicxml/issues/21
+  sed -e 's|shared/lib|share/lib|' -i build/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # CMakeLists.txt is in build and generates Makefile in root
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+build
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+# moving docs to /usr/share/doc/${pkgname}
+  mv -v "${pkgdir}/usr/share/${pkgname}/doc/"* \
+"${pkgdir}/usr/share/${pkgname}/CHANGELOG.txt" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/share/${pkgname}/doc/" 
+}


[arch-commits] Commit in (4 files)

2018-10-29 Thread David Runge via arch-commits
Date: Monday, October 29, 2018 @ 11:09:01
  Author: dvzrv
Revision: 399420

Adding libmusicxml (as further dependency for csound and soon inscore).

Added:
  libmusicxml/
  libmusicxml/repos/
  libmusicxml/trunk/
  libmusicxml/trunk/PKGBUILD

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

Added: libmusicxml/trunk/PKGBUILD
===
--- libmusicxml/trunk/PKGBUILD  (rev 0)
+++ libmusicxml/trunk/PKGBUILD  2018-10-29 11:09:01 UTC (rev 399420)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=libmusicxml
+pkgver=3.13
+pkgrel=1
+pkgdesc="Portable C++ library around the MusicXML format"
+arch=('x86_64')
+url="https://github.com/grame-cncm/libmusicxml;
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('c4ee0d28ccdaa9fd3faaa765367a95a45210381b4197557a90a9978cf3ecf05be474b90ade00135d3eb3a79146a6d40e0106fddd8f8647b2f2d6c50557f36ccc')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fixing not correctly defined DOCDIR:
+  # https://github.com/grame-cncm/libmusicxml/issues/21
+  sed -e 's|shared/lib|share/lib|' -i build/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # CMakeLists.txt is in build and generates Makefile in root
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+build
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+# moving docs to /usr/share/doc/${pkgname}
+  mv -v "${pkgdir}/usr/share/${pkgname}/doc/"* \
+"${pkgdir}/usr/share/${pkgname}/CHANGELOG.txt" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/share/${pkgname}/doc/" 
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:42:11
  Author: felixonmars
Revision: 399419

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:41:52 UTC (rev 399418)
+++ PKGBUILD2018-10-29 10:42:11 UTC (rev 399419)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.2.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring;
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('905f8cab267706af98a0fae2dbed587facfb53815860611ccf56f9968e5bc7f24ea62704592983191f4f58018790192602d84ab5c08bcf77b6db8b28230a6f4c')
-
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
-
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 399418, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:42:11 UTC (rev 399419)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=16.0.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring;
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
+ 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
+  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('d94c0e2ede5779406e61fc5025c55cc42a1f3ceb4d976c5e99ca6e84a9acb8d5d9487ae330cef106b06597e729b5d2241eafe5f2a903b982e22f533255b5')
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  

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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:41:52
  Author: felixonmars
Revision: 399418

upgpkg: python-keyring 16.0.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:40:36 UTC (rev 399417)
+++ PKGBUILD2018-10-29 10:41:52 UTC (rev 399418)
@@ -9,7 +9,7 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.2.0
+pkgver=16.0.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -21,7 +21,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
   'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('905f8cab267706af98a0fae2dbed587facfb53815860611ccf56f9968e5bc7f24ea62704592983191f4f58018790192602d84ab5c08bcf77b6db8b28230a6f4c')
+sha512sums=('d94c0e2ede5779406e61fc5025c55cc42a1f3ceb4d976c5e99ca6e84a9acb8d5d9487ae330cef106b06597e729b5d2241eafe5f2a903b982e22f533255b5')
 
 prepare() {
   echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini


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

2018-10-29 Thread Maxime Gauduin via arch-commits
Date: Monday, October 29, 2018 @ 10:40:36
  Author: alucryd
Revision: 399417

archrelease: copy trunk to community-x86_64

Added:
  renpy/repos/community-x86_64/PKGBUILD
(from rev 399416, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 399416, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
(from rev 399416, renpy/trunk/renpy-system-fribidi.patch)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 399416, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 399416, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 PKGBUILD   |  158 +--
 renpy  |   10 +-
 renpy-system-fribidi.patch |   96 +-
 renpy.desktop  |   18 ++--
 4 files changed, 141 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:40:24 UTC (rev 399416)
+++ PKGBUILD2018-10-29 10:40:36 UTC (rev 399417)
@@ -1,79 +0,0 @@
-# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=7.1.0
-pkgrel=2
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=('x86_64')
-url='https://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-optdepends=('atom: Default editor')
-source=("https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png'
-'renpy-system-fribidi.patch')
-sha256sums=('dc8f58b7de4f92c73cca9543c27acc61831ff88ba42459fde8c6409c88f97f37'
-'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
-'c82d57331b8146ac3f76579f95e7cdca559f84919f96b35e9b19c25a5e2128b5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i atom/Atom.edit.py launcher/game/tkaskdir.py
-
-  patch -Np1 -i ../renpy-system-fribidi.patch
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-  replaces=('python-renpy' 'python2-renpy')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1' --skip-build
-
-  install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
-
-  cp -dr --no-preserve='ownership' atom doc gui launcher renpy renpy.py 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
-  install -Dm 644 ../renpy.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 644 ../renpy.png -t "${pkgdir}"/usr/share/pixmaps/
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-x86_64/PKGBUILD (from rev 399416, 
renpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:40:36 UTC (rev 399417)
@@ -0,0 +1,79 @@
+# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=7.1.1
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=('x86_64')
+url='https://www.renpy.org'
+license=('MIT')
+depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
+makedepends=('cython2')
+optdepends=('atom: Default editor')
+source=("https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
+'renpy'
+'renpy.desktop'
+'renpy.png'
+'renpy-system-fribidi.patch')
+sha256sums=('31807cb081b70e6db99fcd3379e641ae8c3e44a692c0d51698cacbe21f87aad2'
+'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
+'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
+

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

2018-10-29 Thread Maxime Gauduin via arch-commits
Date: Monday, October 29, 2018 @ 10:40:24
  Author: alucryd
Revision: 399416

upgpkg: renpy 7.1.1-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:28:22 UTC (rev 399415)
+++ PKGBUILD2018-10-29 10:40:24 UTC (rev 399416)
@@ -6,8 +6,8 @@
 
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=('x86_64')
 url='https://www.renpy.org'
@@ -20,7 +20,7 @@
 'renpy.desktop'
 'renpy.png'
 'renpy-system-fribidi.patch')
-sha256sums=('dc8f58b7de4f92c73cca9543c27acc61831ff88ba42459fde8c6409c88f97f37'
+sha256sums=('31807cb081b70e6db99fcd3379e641ae8c3e44a692c0d51698cacbe21f87aad2'
 'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
 '611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'


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

2018-10-29 Thread Maxime Gauduin via arch-commits
Date: Monday, October 29, 2018 @ 10:28:22
  Author: alucryd
Revision: 399415

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:28:13 UTC (rev 399414)
+++ PKGBUILD2018-10-29 10:28:22 UTC (rev 399415)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.609
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir='lib/lollypop'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 399414, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:28:22 UTC (rev 399415)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.610
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir='lib/lollypop'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-29 Thread Maxime Gauduin via arch-commits
Date: Monday, October 29, 2018 @ 10:28:13
  Author: alucryd
Revision: 399414

upgpkg: lollypop 0.9.610-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:07:19 UTC (rev 399413)
+++ PKGBUILD2018-10-29 10:28:13 UTC (rev 399414)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.609
+pkgver=0.9.610
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:07:19
  Author: felixonmars
Revision: 399413

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:06:46 UTC (rev 399412)
+++ PKGBUILD2018-10-29 10:07:19 UTC (rev 399413)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.148
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:06:46
  Author: felixonmars
Revision: 399412

upgpkg: jenkins 2.149-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:04:28 UTC (rev 399411)
+++ PKGBUILD2018-10-29 10:06:46 UTC (rev 399412)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.148
+pkgver=2.149
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('19d3a14bb2103d9996ff7855547154c3f6d7896eb496ceeabe3c959ad361bc7069d81e0a4552f619881f77c77016833bbb9b7e16a3060c3356da944e5f96'
+sha512sums=('b7f71a980b672ee66414865300192c7920c235a910af1b173cce0e3fb849c8508cb61c3ad2127f166edc84108c844a08111fff363201ef152d24771cb45b2a81'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:04:28
  Author: felixonmars
Revision: 399411

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:04:10 UTC (rev 399410)
+++ PKGBUILD2018-10-29 10:04:28 UTC (rev 399411)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-baron
-pkgver=0.7
-pkgrel=1
-pkgdesc="Full Syntax Tree for python to make writing refactoring code a 
realist task"
-url="https://github.com/PyCQA/baron;
-license=('LGPL')
-arch=('any')
-depends=('python-rply')
-makedepends=('python-setuptools' 'python-pypandoc')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/baron/archive/$pkgver.tar.gz;)
-sha512sums=('9521251745176d809ceb3dbc6102622fd4304572ed7a02d4fe08b6dcc007df3ebf2b28bd5bbff311ed33780e01d4aa5070908037457ff1bea2b7019962d08d05')
-
-build() {
-  cd baron-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd baron-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd baron-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-baron/repos/community-any/PKGBUILD (from rev 399410, 
python-baron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:04:28 UTC (rev 399411)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-baron
+pkgver=0.8
+pkgrel=1
+pkgdesc="Full Syntax Tree for python to make writing refactoring code a 
realist task"
+url="https://github.com/PyCQA/baron;
+license=('LGPL')
+arch=('any')
+depends=('python-rply')
+makedepends=('python-setuptools' 'python-pypandoc')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/baron/archive/$pkgver.tar.gz;)
+sha512sums=('99803adc9ccd286c1906126b76a4a03bae3936572c1293e87ce7b7110c019b22d73afa98a71f49b9424160748e90e3a94d378ca8291eced255eb8164bd62dc8e')
+
+build() {
+  cd baron-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd baron-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd baron-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:04:10
  Author: felixonmars
Revision: 399410

upgpkg: python-baron 0.8-1

Modified:
  python-baron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:03:09 UTC (rev 399409)
+++ PKGBUILD2018-10-29 10:04:10 UTC (rev 399410)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-baron
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="Full Syntax Tree for python to make writing refactoring code a 
realist task"
 url="https://github.com/PyCQA/baron;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pypandoc')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/baron/archive/$pkgver.tar.gz;)
-sha512sums=('9521251745176d809ceb3dbc6102622fd4304572ed7a02d4fe08b6dcc007df3ebf2b28bd5bbff311ed33780e01d4aa5070908037457ff1bea2b7019962d08d05')
+sha512sums=('99803adc9ccd286c1906126b76a4a03bae3936572c1293e87ce7b7110c019b22d73afa98a71f49b9424160748e90e3a94d378ca8291eced255eb8164bd62dc8e')
 
 build() {
   cd baron-$pkgver


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:03:09
  Author: felixonmars
Revision: 399409

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:02:52 UTC (rev 399408)
+++ PKGBUILD2018-10-29 10:03:09 UTC (rev 399409)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-redbaron
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Abstraction on top of baron, a FST for python to make writing 
refactoring code a realistic task"
-url="https://github.com/PyCQA/redbaron;
-license=('LGPL')
-arch=('any')
-depends=('python-baron')
-makedepends=('python-setuptools' 'python-pypandoc')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz;)
-sha512sums=('1de89c9127eb9ae3dc0c9ad972941018fad6907e4df3b8c4676be2c6d7809e7b2e81ae657f44f92e66ed81a2f70528665f13a1fad054af1781cf48affb0856f5')
-
-build() {
-  cd redbaron-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd redbaron-$pkgver
-  python setup.py pytest --addopts tests
-}
-
-package() {
-  cd redbaron-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-redbaron/repos/community-any/PKGBUILD (from rev 399408, 
python-redbaron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:03:09 UTC (rev 399409)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-redbaron
+pkgver=0.8
+pkgrel=1
+pkgdesc="Abstraction on top of baron, a FST for python to make writing 
refactoring code a realistic task"
+url="https://github.com/PyCQA/redbaron;
+license=('LGPL')
+arch=('any')
+depends=('python-baron')
+makedepends=('python-setuptools' 'python-pypandoc')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz;)
+sha512sums=('97a41546c643ab7d541589cf231be1d9047c3793056ae9b524b16aea0fcdbdbfd73f91aa3777c40b2442ac9a3addcd85d70f461ea1e77f237a2c1d87ea61069e')
+
+build() {
+  cd redbaron-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd redbaron-$pkgver
+  python setup.py pytest --addopts tests
+}
+
+package() {
+  cd redbaron-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:02:52
  Author: felixonmars
Revision: 399408

upgpkg: python-redbaron 0.8-1

Modified:
  python-redbaron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:01:49 UTC (rev 399407)
+++ PKGBUILD2018-10-29 10:02:52 UTC (rev 399408)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-redbaron
-pkgver=0.7.1
+pkgver=0.8
 pkgrel=1
 pkgdesc="Abstraction on top of baron, a FST for python to make writing 
refactoring code a realistic task"
 url="https://github.com/PyCQA/redbaron;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pypandoc')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz;)
-sha512sums=('1de89c9127eb9ae3dc0c9ad972941018fad6907e4df3b8c4676be2c6d7809e7b2e81ae657f44f92e66ed81a2f70528665f13a1fad054af1781cf48affb0856f5')
+sha512sums=('97a41546c643ab7d541589cf231be1d9047c3793056ae9b524b16aea0fcdbdbfd73f91aa3777c40b2442ac9a3addcd85d70f461ea1e77f237a2c1d87ea61069e')
 
 build() {
   cd redbaron-$pkgver


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:01:49
  Author: felixonmars
Revision: 399407

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 399406, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:01:31 UTC (rev 399406)
+++ PKGBUILD2018-10-29 10:01:49 UTC (rev 399407)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.2.18.9.20181012
-_commit=c9b7bf298ff76caff15f76de4052a2a49587601e
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('b8ca13dff19d4e84efaea3a7a355b83327f5a4132ec750f2e00a31c05e3defdc9cd921b1cc828cf3ed2026d1f384cb2fd68fd0fe2a52babb8a114c93a1d9f5b2'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  mv deepin-desktop-schemas-{$_commit,$pkgver}
-
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 399406, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:01:49 UTC (rev 399407)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('a11d69b23e39da50a44f279d28e3bd6cfa2a67ca298ab9dafd2261458d451c8ce1c5c43576dff46d6a32a3f03b5b46645081148260a8151eb3207ac564b01019'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:01:20
  Author: felixonmars
Revision: 399405

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 399404, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 10:01:02 UTC (rev 399404)
+++ PKGBUILD2018-10-29 10:01:20 UTC (rev 399405)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2018.7.23
-pkgrel=1
-epoch=1
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base;
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('7d4b9372c336b83c558fe3662fed130b917f15cb1caaf73d83cf20530fe6439290889601297114e9ee0914185fb4ffe1d7b3550b7da0bae2020b91f018b67bc3')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 399404, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 10:01:20 UTC (rev 399405)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2018.10.29
+pkgrel=1
+epoch=1
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base;
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
+sha512sums=('e547963ca6e8603467d42295e7d527ce73c4de1a74b65a96dde993e03cf0c977d7ee2706e88161e432393086cbad5d5a4e640a41982b836604c9dd2d2ab199ac')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:01:31
  Author: felixonmars
Revision: 399406

upgpkg: deepin-desktop-schemas 3.3.0-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 10:01:20 UTC (rev 399405)
+++ PKGBUILD2018-10-29 10:01:31 UTC (rev 399406)
@@ -3,8 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.18.9.20181012
-_commit=c9b7bf298ff76caff15f76de4052a2a49587601e
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,14 +14,12 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('b8ca13dff19d4e84efaea3a7a355b83327f5a4132ec750f2e00a31c05e3defdc9cd921b1cc828cf3ed2026d1f384cb2fd68fd0fe2a52babb8a114c93a1d9f5b2'
+sha512sums=('a11d69b23e39da50a44f279d28e3bd6cfa2a67ca298ab9dafd2261458d451c8ce1c5c43576dff46d6a32a3f03b5b46645081148260a8151eb3207ac564b01019'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {
-  mv deepin-desktop-schemas-{$_commit,$pkgver}
-
   cd deepin-desktop-schemas-$pkgver
   # disable swap-sched
   patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch


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

2018-10-29 Thread Felix Yan via arch-commits
Date: Monday, October 29, 2018 @ 10:01:02
  Author: felixonmars
Revision: 399404

upgpkg: deepin-desktop-base 1:2018.10.29-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 09:50:34 UTC (rev 399403)
+++ PKGBUILD2018-10-29 10:01:02 UTC (rev 399404)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2018.7.23
+pkgver=2018.10.29
 pkgrel=1
 epoch=1
 pkgdesc='Base component for Deepin'
@@ -13,7 +13,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('7d4b9372c336b83c558fe3662fed130b917f15cb1caaf73d83cf20530fe6439290889601297114e9ee0914185fb4ffe1d7b3550b7da0bae2020b91f018b67bc3')
+sha512sums=('e547963ca6e8603467d42295e7d527ce73c4de1a74b65a96dde993e03cf0c977d7ee2706e88161e432393086cbad5d5a4e640a41982b836604c9dd2d2ab199ac')
 
 build() {
   cd $pkgname-$pkgver


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

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 09:50:23
  Author: spupykin
Revision: 399402

upgpkg: squashfs-tools 4.3-6

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 09:42:58 UTC (rev 399401)
+++ PKGBUILD2018-10-29 09:50:23 UTC (rev 399402)
@@ -5,15 +5,25 @@
 
 pkgname=squashfs-tools
 pkgver=4.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
 url="http://squashfs.sourceforge.net;
 license=("GPL")
 arch=('x86_64')
 depends=('zlib' 'lzo' 'xz' 'lz4')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-sha512sums=('854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;
+   
"https://sources.debian.org/data/main/s/squashfs-tools/1:4.3-6/debian/patches/0003-CVE-2015-4645_and_CVE-2015-4646.patch;
+   
"https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-fs/squashfs-tools/files/squashfs-tools-4.3-sysmacros.patch;)
+sha512sums=('854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79'
+
'84bf4dc961387fd72a97229eda5432c2ba97211541131cb5a5032d7a807a675d5423473b9df2ad5341514dcb864daaeadca8ae9c8543eb3efb499f5baf838bb0'
+
'c21466b2f0aa6d6ae65b3693148274250bc42d8e7ea5142d6d4048d663ff4343dc539822320cf732d88c5bac048766a9771e1d2b739b1176cb9fafa96c4d306a')
 
+prepare() {
+cd "$srcdir"/squashfs${pkgver}/${pkgname}
+patch -p2 -i ../../squashfs-tools-4.3-sysmacros.patch
+patch -p2 -i ../../0003-CVE-2015-4645_and_CVE-2015-4646.patch
+}
+
 build() {
 cd "$srcdir"/squashfs${pkgver}/${pkgname}
 make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1


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

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 09:50:34
  Author: spupykin
Revision: 399403

archrelease: copy trunk to community-x86_64

Added:
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 399402, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 09:50:23 UTC (rev 399402)
+++ PKGBUILD2018-10-29 09:50:34 UTC (rev 399403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Aaron Griffin 
-# Original TU: Jeff Mickey 
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=5
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
-url="http://squashfs.sourceforge.net;
-license=("GPL")
-arch=('x86_64')
-depends=('zlib' 'lzo' 'xz' 'lz4')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-sha512sums=('854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79')
-
-build() {
-cd "$srcdir"/squashfs${pkgver}/${pkgname}
-make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-cd "$srcdir"/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs "$pkgdir"/usr/bin/mksquashfs
-install -m755 unsquashfs "$pkgdir"/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 399402, 
squashfs-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 09:50:34 UTC (rev 399403)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Aaron Griffin 
+# Original TU: Jeff Mickey 
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=6
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
+url="http://squashfs.sourceforge.net;
+license=("GPL")
+arch=('x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;
+   
"https://sources.debian.org/data/main/s/squashfs-tools/1:4.3-6/debian/patches/0003-CVE-2015-4645_and_CVE-2015-4646.patch;
+   
"https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-fs/squashfs-tools/files/squashfs-tools-4.3-sysmacros.patch;)
+sha512sums=('854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79'
+
'84bf4dc961387fd72a97229eda5432c2ba97211541131cb5a5032d7a807a675d5423473b9df2ad5341514dcb864daaeadca8ae9c8543eb3efb499f5baf838bb0'
+
'c21466b2f0aa6d6ae65b3693148274250bc42d8e7ea5142d6d4048d663ff4343dc539822320cf732d88c5bac048766a9771e1d2b739b1176cb9fafa96c4d306a')
+
+prepare() {
+cd "$srcdir"/squashfs${pkgver}/${pkgname}
+patch -p2 -i ../../squashfs-tools-4.3-sysmacros.patch
+patch -p2 -i ../../0003-CVE-2015-4645_and_CVE-2015-4646.patch
+}
+
+build() {
+cd "$srcdir"/squashfs${pkgver}/${pkgname}
+make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+}
+
+package() {
+cd "$srcdir"/squashfs${pkgver}/${pkgname}
+install -Dm755 mksquashfs "$pkgdir"/usr/bin/mksquashfs
+install -m755 unsquashfs "$pkgdir"/usr/bin/unsquashfs
+}


[arch-commits] Commit in perl-soap-lite/repos/community-any (PKGBUILD PKGBUILD)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 09:42:58
  Author: spupykin
Revision: 399401

archrelease: copy trunk to community-any

Added:
  perl-soap-lite/repos/community-any/PKGBUILD
(from rev 399400, perl-soap-lite/trunk/PKGBUILD)
Deleted:
  perl-soap-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 09:42:42 UTC (rev 399400)
+++ PKGBUILD2018-10-29 09:42:58 UTC (rev 399401)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: François Charette 
-
-pkgname=perl-soap-lite
-pkgver=1.27
-pkgrel=2
-pkgdesc="Client and server side SOAP implementation"
-arch=('any')
-url="http://search.cpan.org/dist/SOAP-Lite;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
- 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
- 'perl-class-inspector' )
-options=('!emptydirs')
-provides=(
-perl-apache-soap
-perl-apache-xmlrpc-lite
-perl-io-sessiondata=1.20.0
-perl-io-sessionset
-perl-soap-constants
-perl-soap-lite-deserializer-xmlschema1999
-perl-soap-lite-deserializer-xmlschema2001
-perl-soap-lite-deserializer-xmlschemasoap1_1
-perl-soap-lite-deserializer-xmlschemasoap1_2
-perl-soap-lite-packager
-perl-soap-lite-utils
-perl-soap-packager=0.712.0
-perl-soap-test
-perl-soap-transport-http
-perl-soap-transport-io
-perl-soap-transport-local
-perl-soap-transport-loopback
-perl-soap-transport-mailto
-perl-soap-transport-pop3=0.712.0
-perl-soap-transport-tcp=0.712.0
-perl-uddi-lite=0.712.0
-perl-xml-parser-lite
-perl-xmlrpc-lite
-perl-xmlrpc-test
-perl-xmlrpc-transport-http
-perl-xmlrpc-transport-pop3
-perl-xmlrpc-transport-tcp
-)
-source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz;)
-md5sums=('7d067b73c3b0370cac2af01916590fcb')
-
-build() {
-  cd  "${srcdir}/SOAP-Lite-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}/SOAP-Lite-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-soap-lite/repos/community-any/PKGBUILD (from rev 399400, 
perl-soap-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 09:42:58 UTC (rev 399401)
@@ -0,0 +1,27 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-soap-lite
+pkgver=1.27
+pkgrel=3
+pkgdesc="Client and server side SOAP implementation"
+arch=('any')
+url="http://search.cpan.org/dist/SOAP-Lite;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
+ 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
+ 'perl-class-inspector' )
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz;)
+md5sums=('7d067b73c3b0370cac2af01916590fcb')
+
+build() {
+  cd  "${srcdir}/SOAP-Lite-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}/SOAP-Lite-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}


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

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 09:42:42
  Author: spupykin
Revision: 399400

upgpkg: perl-soap-lite 1.27-3

Modified:
  perl-soap-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 09:42:33 UTC (rev 399399)
+++ PKGBUILD2018-10-29 09:42:42 UTC (rev 399400)
@@ -3,7 +3,7 @@
 
 pkgname=perl-soap-lite
 pkgver=1.27
-pkgrel=2
+pkgrel=3
 pkgdesc="Client and server side SOAP implementation"
 arch=('any')
 url="http://search.cpan.org/dist/SOAP-Lite;
@@ -12,41 +12,11 @@
  'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
  'perl-class-inspector' )
 options=('!emptydirs')
-provides=(
-perl-apache-soap
-perl-apache-xmlrpc-lite
-perl-io-sessiondata=1.20.0
-perl-io-sessionset
-perl-soap-constants
-perl-soap-lite-deserializer-xmlschema1999
-perl-soap-lite-deserializer-xmlschema2001
-perl-soap-lite-deserializer-xmlschemasoap1_1
-perl-soap-lite-deserializer-xmlschemasoap1_2
-perl-soap-lite-packager
-perl-soap-lite-utils
-perl-soap-packager=0.712.0
-perl-soap-test
-perl-soap-transport-http
-perl-soap-transport-io
-perl-soap-transport-local
-perl-soap-transport-loopback
-perl-soap-transport-mailto
-perl-soap-transport-pop3=0.712.0
-perl-soap-transport-tcp=0.712.0
-perl-uddi-lite=0.712.0
-perl-xml-parser-lite
-perl-xmlrpc-lite
-perl-xmlrpc-test
-perl-xmlrpc-transport-http
-perl-xmlrpc-transport-pop3
-perl-xmlrpc-transport-tcp
-)
 
source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz;)
 md5sums=('7d067b73c3b0370cac2af01916590fcb')
 
 build() {
   cd  "${srcdir}/SOAP-Lite-${pkgver}"
-
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }


  1   2   >