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

2019-09-14 Thread Baptiste Jonglez via arch-commits
Date: Saturday, September 14, 2019 @ 08:24:55
  Author: zorun
Revision: 510475

archrelease: copy trunk to community-staging-x86_64

Added:
  opendht/repos/community-staging-x86_64/
  opendht/repos/community-staging-x86_64/PKGBUILD
(from rev 510474, opendht/trunk/PKGBUILD)

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

Copied: opendht/repos/community-staging-x86_64/PKGBUILD (from rev 510474, 
opendht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:24:55 UTC (rev 510475)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=opendht
+epoch=1
+pkgver=1.10.1
+pkgrel=2
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht;
+license=(GPL3)
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 
'libjsoncpp.so')
+makedepends=(msgpack-c cmake cython systemd cppunit)
+optdepends=('python: to use the Python bindings')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_INDEX=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2019-09-14 Thread Baptiste Jonglez via arch-commits
Date: Saturday, September 14, 2019 @ 08:24:44
  Author: zorun
Revision: 510474

upgpkg: opendht 1:1.10.1-2

jsoncpp rebuild 
https://www.archlinux.org/todo/jsoncpp-191-soname-bump-plus-add-soname-depends-on-libjsoncppso/

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:10:37 UTC (rev 510473)
+++ PKGBUILD2019-09-14 08:24:44 UTC (rev 510474)
@@ -4,12 +4,12 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht;
 license=(GPL3)
-depends=(gnutls nettle readline argon2 jsoncpp restbed)
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 
'libjsoncpp.so')
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 11:19:05
  Author: anthraxx
Revision: 510516

archrelease: copy trunk to community-staging-x86_64

Added:
  waybar/repos/community-staging-x86_64/
  waybar/repos/community-staging-x86_64/PKGBUILD
(from rev 510515, waybar/trunk/PKGBUILD)
  waybar/repos/community-staging-x86_64/waybar-fmt6.patch
(from rev 510515, waybar/trunk/waybar-fmt6.patch)

---+
 PKGBUILD  |   44 +++
 waybar-fmt6.patch |   82 
 2 files changed, 126 insertions(+)

Copied: waybar/repos/community-staging-x86_64/PKGBUILD (from rev 510515, 
waybar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 11:19:05 UTC (rev 510516)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.8.0
+pkgrel=3
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'fmt'
+'gtkmm3'
+'jsoncpp'
+'libjsoncpp.so'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'scdoc'  # For generating manpages
+'spdlog'
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}

Copied: waybar/repos/community-staging-x86_64/waybar-fmt6.patch (from rev 
510515, waybar/trunk/waybar-fmt6.patch)
===
--- community-staging-x86_64/waybar-fmt6.patch  (rev 0)
+++ community-staging-x86_64/waybar-fmt6.patch  2019-09-14 11:19:05 UTC (rev 
510516)
@@ -0,0 +1,82 @@
+From 4c18a0b6238f88e8f6deda6259e1d17968bcf755 Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Tue, 27 Aug 2019 13:19:07 +
+Subject: [PATCH] Unbreak build with fmtlib 6.0.0
+
+In file included from ../src/factory.cpp:1:
+In file included from ../include/factory.hpp:4:
+../include/modules/clock.hpp:5:10: fatal error: 'fmt/time.h' file not found
+ #include "fmt/time.h"
+  ^~~~
+In file included from ../src/bar.cpp:4:
+In file included from ../include/factory.hpp:4:
+In file included from ../include/modules/clock.hpp:3:
+In file included from /usr/include/fmt/chrono.h:12:
+/usr/include/fmt/locale.h:19:35: error: parameter type 
'fmt::v5::internal::buffer' (aka 'basic_buffer') is an abstract class
+const std::locale& loc, buffer& buf,
+  ^
+/usr/include/spdlog/fmt/bundled/core.h:238:16: note: unimplemented pure 
virtual method 'grow' in 'basic_buffer'
+  virtual void grow(std::size_t capacity) = 0;
+   ^
+In file included from ../src/modules/sni/host.cpp:3:
+/usr/include/fmt/ostream.h:22:9: error: expected member name or ';' after 
declaration specifiers
+  buffer& buffer_;
+  ~~^
+/usr/include/fmt/ostream.h:25:19: error: expected ')'
+  formatbuf(buffer& buf) : buffer_(buf) {}
+  ^
+/usr/include/fmt/ostream.h:25:12: note: to match this '('
+  formatbuf(buffer& buf) : buffer_(buf) {}
+   ^
+/usr/include/fmt/ostream.h:25:42: error: use of undeclared identifier 'buf'; 
did you mean 'prettify_handler::buf'?
+  formatbuf(buffer& buf) : buffer_(buf) {}
+ ^~~
+ prettify_handler::buf
+/usr/include/spdlog/fmt/bundled/format-inl.h:551:11: note: 
'prettify_handler::buf' declared here
+  buffer 
+  ^
+---
+ include/modules/clock.hpp | 2 +-
+ src/bar.cpp   | 2 +-
+ src/modules/sni/host.cpp  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/include/modules/clock.hpp b/include/modules/clock.hpp
+index b812b70..4a0c1e5 100644
+--- a/include/modules/clock.hpp
 b/include/modules/clock.hpp
+@@ -1,8 +1,8 @@
+ #pragma once
+ 
++#include 
+ #include 
+ #include "ALabel.hpp"
+-#include "fmt/time.h"
+ #include "util/sleeper_thread.hpp"
+ 
+ namespace waybar::modules {
+diff --git a/src/bar.cpp b/src/bar.cpp
+index 8a45869..8e64349 100644
+--- a/src/bar.cpp
 b/src/bar.cpp
+@@ -1,7 +1,7 @@
+ #include "bar.hpp"
+-#include 
+ #include "client.hpp"
+ #include "factory.hpp"
++#include 
+ 
+ waybar::Bar::Bar(struct waybar_output* w_output, const Json::Value& w_config)
+ : output(w_output),
+diff --git 

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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 11:18:56
  Author: anthraxx
Revision: 510515

upgpkg: waybar 0.8.0-3 (jsoncpp 1.9.1 rebuild)

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 10:28:02 UTC (rev 510514)
+++ PKGBUILD2019-09-14 11:18:56 UTC (rev 510515)
@@ -2,7 +2,7 @@
 
 pkgname=waybar
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -11,6 +11,7 @@
 'fmt'
 'gtkmm3'
 'jsoncpp'
+'libjsoncpp.so'
 'libdbusmenu-gtk3'
 'libpulse'
 'libmpdclient'


[arch-commits] Commit in (80 files)

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:42:13
  Author: arojas
Revision: 362658

KDE Frameworks 5.62

Modified:
  attica/trunk/PKGBUILD
  baloo/trunk/PKGBUILD
  bluez-qt/trunk/PKGBUILD
  breeze-icons/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-stats/trunk/PKGBUILD
  kactivities/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/repos/extra-x86_64/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kfilemetadata/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  kholidays/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kirigami2/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kpackage/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kpeople/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  kxmlrpcclient/trunk/PKGBUILD
  modemmanager-qt/trunk/PKGBUILD
  networkmanager-qt/trunk/PKGBUILD
  oxygen-icons/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  prison/trunk/PKGBUILD
  purpose/trunk/PKGBUILD
  qqc2-desktop-style/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  syndication/trunk/PKGBUILD
  syntax-highlighting/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD

-+
 attica/trunk/PKGBUILD   |5 ++---
 baloo/trunk/PKGBUILD|   13 -
 bluez-qt/trunk/PKGBUILD |5 ++---
 breeze-icons/trunk/PKGBUILD |4 ++--
 extra-cmake-modules/trunk/PKGBUILD  |   13 +
 frameworkintegration/trunk/PKGBUILD |5 ++---
 kactivities-stats/trunk/PKGBUILD|5 ++---
 kactivities/trunk/PKGBUILD  |5 ++---
 kapidox/trunk/PKGBUILD  |4 ++--
 karchive/trunk/PKGBUILD |5 ++---
 kauth/trunk/PKGBUILD|5 ++---
 kbookmarks/trunk/PKGBUILD   |5 ++---
 kcmutils/trunk/PKGBUILD |5 ++---
 kcodecs/trunk/PKGBUILD  |5 ++---
 kcompletion/trunk/PKGBUILD  |5 ++---
 kconfig/repos/extra-x86_64/PKGBUILD |2 +-
 kconfig/trunk/PKGBUILD  |5 ++---
 kconfigwidgets/trunk/PKGBUILD   |5 ++---
 kcoreaddons/trunk/PKGBUILD  |5 ++---
 kcrash/trunk/PKGBUILD   |5 ++---
 kdbusaddons/trunk/PKGBUILD  |5 ++---
 kdeclarative/trunk/PKGBUILD |5 ++---
 kded/trunk/PKGBUILD |5 ++---
 kdelibs4support/trunk/PKGBUILD  |5 ++---
 kdesignerplugin/trunk/PKGBUILD  |5 ++---
 kdesu/trunk/PKGBUILD|5 ++---
 kdewebkit/trunk/PKGBUILD|5 ++---
 kdnssd/trunk/PKGBUILD   |5 ++---
 kdoctools/trunk/PKGBUILD|5 ++---
 kemoticons/trunk/PKGBUILD   |5 ++---
 kfilemetadata/trunk/PKGBUILD|5 ++---
 kglobalaccel/trunk/PKGBUILD |5 ++---
 kguiaddons/trunk/PKGBUILD   |5 ++---
 kholidays/trunk/PKGBUILD|6 ++
 khtml/trunk/PKGBUILD|5 ++---
 ki18n/trunk/PKGBUILD|5 ++---
 kiconthemes/trunk/PKGBUILD  |5 ++---
 kidletime/trunk/PKGBUILD|5 ++---
 kimageformats/trunk/PKGBUILD|5 ++---
 kinit/trunk/PKGBUILD|5 ++---
 kio/trunk/PKGBUILD  |5 ++---
 kirigami2/trunk/PKGBUILD|5 ++---
 kitemmodels/trunk/PKGBUILD  |5 ++---
 kitemviews/trunk/PKGBUILD   |5 ++---
 kjobwidgets/trunk/PKGBUILD  |5 ++---
 kjs/trunk/PKGBUILD  |5 ++---
 kjsembed/trunk/PKGBUILD |5 ++---
 kmediaplayer/trunk/PKGBUILD |5 ++---
 knewstuff/trunk/PKGBUILD|5 ++---
 knotifications/trunk/PKGBUILD   |5 ++---
 knotifyconfig/trunk/PKGBUILD|5 ++---
 kpackage/trunk/PKGBUILD |  

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

2019-09-14 Thread Nicola Squartini via arch-commits
Date: Saturday, September 14, 2019 @ 11:41:17
  Author: tensor5
Revision: 510520

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 510519, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 510519, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 510519, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 510519, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 510519, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  368 +--
 chromium-skia-harmony.patch|   28 +-
 default_app-icon.patch |   42 +--
 electron.desktop   |   14 -
 use-system-libraries-in-node.patch |  112 +-
 5 files changed, 282 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 11:40:08 UTC (rev 510519)
+++ PKGBUILD2019-09-14 11:41:17 UTC (rev 510520)
@@ -1,184 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=6.0.7
-_commit=8b6fa783f445f71065045bd96d85f59d728daa87
-_chromiumver=76.0.3809.139
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'545196274b7fac0cf1e1169624bbc67414bb47a65c5112c88b6c0f4f9cb5914c'
-'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-#  'libpng'
-  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  'yasm'
-  'zlib'
- )
-
-prepare() {
-  mkdir -p "${srcdir}"/python2-path
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
-
-  echo "Fetching chromium..."
-  git clone --branch=${_chromiumver} --depth=1 \
-  https://chromium.googlesource.com/chromium/src.git
-
-  echo "solutions = [
-  {
-\"name\": \"src/electron\",
-\"url\": \"file://${srcdir}/electron@${_commit}\",
-\"deps_file\": \"DEPS\",
-\"managed\": False,
-\"custom_deps\": {
-  \"src\": None,
-},
-\"custom_vars\": {},
-  },
-]" > .gclient
-
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
-  --with_branch_heads \
-  --with_tags \
-  --nohooks
-
-  sed -e "s/'am'/'apply'/" -i src/electron/script/lib/git.py
-
-  echo "Running hooks..."
-  # python2 "${srcdir}/depot_tools/gclient.py" runhooks
-  python2 src/build/landmines.py
-  python2 src/build/util/lastchange.py -o src/build/util/LASTCHANGE
-  python2 src/build/util/lastchange.py -m GPU_LISTS_VERSION \
---revision-id-only --header src/gpu/config/gpu_lists_version.h
-  python2 src/build/util/lastchange.py -m SKIA_COMMIT_HASH \
--s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
-  # Create sysmlink to system Node.js
-  mkdir -p src/third_party/node/linux/node-linux-x64/bin
-  ln -sf /usr/bin/node src/third_party/node/linux/node-linux-x64/bin
-  

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

2019-09-14 Thread Nicola Squartini via arch-commits
Date: Saturday, September 14, 2019 @ 11:40:08
  Author: tensor5
Revision: 510519

upgpkg: electron 6.0.9-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 11:25:57 UTC (rev 510518)
+++ PKGBUILD2019-09-14 11:40:08 UTC (rev 510519)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=6.0.7
-_commit=8b6fa783f445f71065045bd96d85f59d728daa87
-_chromiumver=76.0.3809.139
+pkgver=6.0.9
+_commit=407747b48c47cdeed156a73dde1c47609470c95a
+_chromiumver=76.0.3809.146
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 12:50:14
  Author: anthraxx
Revision: 510528

archrelease: copy trunk to community-staging-x86_64

Added:
  jami-daemon/repos/community-staging-x86_64/
  jami-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 510527, jami-daemon/trunk/PKGBUILD)

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

Copied: jami-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 510527, 
jami-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 12:50:14 UTC (rev 510528)
@@ -0,0 +1,64 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+_pkgname=ring-daemon
+pkgname=jami-daemon
+pkgver=20190813
+pkgrel=2
+_pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
+arch=(x86_64)
+url="https://jami.net;
+license=(GPL3)
+groups=(jami)
+depends=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
+ expat libupnp libnatpmp libva libvdpau restbed libsecp256k1 util-linux
+ opus libjsoncpp.so)
+makedepends=(git boost msgpack-c autoconf-archive)
+#checkdepends=(cppunit)
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+replaces=(${_pkgname})
+_commit=26b35255a94aa9a13cbf3b3aa530d4b282a79565
+source=("git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit};
+
"https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz;)
+noextract=("pjproject-${_pjprojectver}.tar.gz")
+sha512sums=(SKIP
+
a9433b47294434288d61524dea556687fb02137ed56a10e8e2ba85d7888a2ca2a5bea4ae4a9ad008a4c208c5ec53fe364b10ed14481700d6aa8b9b6137e5e9ee)
+
+prepare() {
+  cd ${_pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${_pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd ${_pkgname}
+#  make -k check
+#}
+
+package() {
+  cd ${_pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 12:50:03
  Author: anthraxx
Revision: 510527

upgpkg: jami-daemon 20190813-2 (libjsoncpp 1.9.1 rebuild)

Modified:
  jami-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 12:30:45 UTC (rev 510526)
+++ PKGBUILD2019-09-14 12:50:03 UTC (rev 510527)
@@ -4,7 +4,7 @@
 _pkgname=ring-daemon
 pkgname=jami-daemon
 pkgver=20190813
-pkgrel=1
+pkgrel=2
 _pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
 pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 groups=(jami)
 depends=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
  expat libupnp libnatpmp libva libvdpau restbed libsecp256k1 util-linux
- opus)
+ opus libjsoncpp.so)
 makedepends=(git boost msgpack-c autoconf-archive)
 #checkdepends=(cppunit)
 provides=(${_pkgname})


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

2019-09-14 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, September 14, 2019 @ 13:11:22
  Author: yan12125
Revision: 510533

upgpkg: python-autobahn 19.9.3-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 13:03:01 UTC (rev 510532)
+++ PKGBUILD2019-09-14 13:11:22 UTC (rev 510533)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.9.2
+pkgver=19.9.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724')
+sha256sums=('a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-09-14 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, September 14, 2019 @ 13:11:37
  Author: yan12125
Revision: 510534

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 13:11:22 UTC (rev 510533)
+++ PKGBUILD2019-09-14 13:11:37 UTC (rev 510534)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Chih-Hsuan Yen 
-# Maintainer: Anatol Pomozov
-
-pkgname=python-autobahn
-pkgver=19.9.2
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(x86_64)
-url='https://crossbar.io/autobahn/'
-license=(MIT)
-depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
- python-setuptools python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
- python-msgpack python-passlib python-pynacl python-pytrie
- python-ubjson)
-checkdepends=(python-mock python-pytest python-pytest-asyncio)
-optdepends=(
-  'python-cbor: CBOR serializer support'
-  'python-flatbuffers: FlatBuffers serializer support'
-  'python-msgpack: MsgPack serializer support'
-  'python-ubjson: UBJSON serializer support'
-  'python-argon2_cffi: WAMP-SCRAM authentication support'
-  'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
-  'python-pytrie: WAMP-cryptobox support'
-)
-
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724')
-
-prepare() {
-  cd "$srcdir/autobahn-$pkgver"
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
-}
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
-}
-
-package() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-x86_64/PKGBUILD (from rev 510533, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 13:11:37 UTC (rev 510534)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=19.9.3
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-pytrie
+ python-ubjson)
+checkdepends=(python-mock python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
+  'python-pytrie: WAMP-cryptobox support'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec')
+
+prepare() {
+  cd "$srcdir/autobahn-$pkgver"
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
+}
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest 

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

2019-09-14 Thread Morten Linderud via arch-commits
Date: Saturday, September 14, 2019 @ 14:56:30
  Author: foxboron
Revision: 510542

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 14:56:22 UTC (rev 510541)
+++ PKGBUILD2019-09-14 14:56:30 UTC (rev 510542)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('36fb7f797208f23e98d17734c945ee91f9825da2d8ce37ba2d0bcb137bee33ba')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 510541, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 14:56:30 UTC (rev 510542)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('af668cf1d9bc4fc11b3cfb7dc0f62b5e058ea5a453b8c709276d426ad9fd4907')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2019-09-14 Thread Morten Linderud via arch-commits
Date: Saturday, September 14, 2019 @ 14:56:22
  Author: foxboron
Revision: 510541

upgpkg: python-docs 3.7.4-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 14:38:38 UTC (rev 510540)
+++ PKGBUILD2019-09-14 14:56:22 UTC (rev 510541)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.7.2
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('36fb7f797208f23e98d17734c945ee91f9825da2d8ce37ba2d0bcb137bee33ba')
+sha256sums=('af668cf1d9bc4fc11b3cfb7dc0f62b5e058ea5a453b8c709276d426ad9fd4907')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 15:52:59
  Author: anthraxx
Revision: 510553

archrelease: copy trunk to community-x86_64

Added:
  mediaelch/repos/community-x86_64/PKGBUILD
(from rev 510552, mediaelch/trunk/PKGBUILD)
Deleted:
  mediaelch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 15:52:55 UTC (rev 510552)
+++ PKGBUILD2019-09-14 15:52:59 UTC (rev 510553)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Matt Harrison 
-
-pkgname=mediaelch
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
-url='http://www.mediaelch.de/'
-arch=('x86_64')
-license=('LGPL3')
-depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 
'quazip')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
-sha256sums=('b296770b3f8ad63a1ad9fb56436f4c4dfcfe334493543f9aefe66dd75120eb20')
-sha512sums=('842803ea34065a6fa792c3fc6a098de6977801eff1df9b4e293834cb02991bd71d962f88b975a84028802be4cfd2810ca4c397f5f40d57fe4bd5516d1d668f58')
-
-prepare() {
-  cd MediaElch-${pkgver}
-  sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
-}
-
-build() {
-  cd MediaElch-${pkgver}
-  qmake
-  make SUBLIBS="-lquazip5"
-}
-
-package() {
-  cd MediaElch-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 510552, 
mediaelch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 15:52:59 UTC (rev 510553)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Matt Harrison 
+
+pkgname=mediaelch
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
+url='http://www.mediaelch.de/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 
'quazip')
+source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('bb2df14b7f9cef2d3004a505d6d5eeb57fae6e4234c557e76d924f0b2b5e3573')
+sha512sums=('e56358e3005c4e2c7b3c8179a79219f616610222d502e32c74465b941b37a1349bae6a266af62b27d60152f160bef8aee67770dce940d62da5ea82ff21afdcd8')
+
+prepare() {
+  cd MediaElch-${pkgver}
+  sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
+}
+
+build() {
+  cd MediaElch-${pkgver}
+  qmake
+  make SUBLIBS="-lquazip5"
+}
+
+package() {
+  cd MediaElch-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 15:52:55
  Author: anthraxx
Revision: 510552

upgpkg: mediaelch 2.6.2-1

Modified:
  mediaelch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 15:34:04 UTC (rev 510551)
+++ PKGBUILD2019-09-14 15:52:55 UTC (rev 510552)
@@ -2,7 +2,7 @@
 # Contributor: Matt Harrison 
 
 pkgname=mediaelch
-pkgver=2.6.0
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
 url='http://www.mediaelch.de/'
@@ -9,9 +9,9 @@
 arch=('x86_64')
 license=('LGPL3')
 depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 
'quazip')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
-sha256sums=('b296770b3f8ad63a1ad9fb56436f4c4dfcfe334493543f9aefe66dd75120eb20')
-sha512sums=('842803ea34065a6fa792c3fc6a098de6977801eff1df9b4e293834cb02991bd71d962f88b975a84028802be4cfd2810ca4c397f5f40d57fe4bd5516d1d668f58')
+source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('bb2df14b7f9cef2d3004a505d6d5eeb57fae6e4234c557e76d924f0b2b5e3573')
+sha512sums=('e56358e3005c4e2c7b3c8179a79219f616610222d502e32c74465b941b37a1349bae6a266af62b27d60152f160bef8aee67770dce940d62da5ea82ff21afdcd8')
 
 prepare() {
   cd MediaElch-${pkgver}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 12:00:29
  Author: arojas
Revision: 362737

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 362736, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 362736, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 12:00:29 UTC (rev 362737)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('38bf9a57f181d823974a00896d89ae7106488c2ccbd7179e295d297edb338563'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 12:00:11
  Author: arojas
Revision: 362735

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 362734, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 362734, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 12:00:11 UTC (rev 362735)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg ki18n kjs)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3763c5f67fa92803b5003a41c5b696524be3d0528018a3d5643abc25b161c23b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 12:00:21
  Author: arojas
Revision: 362736

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 362735, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 362735, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 12:00:21 UTC (rev 362736)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d7fa77c085ab0a48e3ce41ec5d6ffa16fbf7194f2d6ace43e37967c0ffb7880'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Jan Steffens via arch-commits
Date: Saturday, September 14, 2019 @ 12:22:49
  Author: heftig
Revision: 362738

3.34.0-2: Ensure account is not expired

Modified:
  gdm/trunk/PKGBUILD
  gdm/trunk/gdm.install

-+
 PKGBUILD|2 +-
 gdm.install |6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 12:00:29 UTC (rev 362737)
+++ PKGBUILD2019-09-14 12:22:49 UTC (rev 362738)
@@ -4,7 +4,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
 arch=(x86_64)

Modified: gdm.install
===
--- gdm.install 2019-09-14 12:00:29 UTC (rev 362737)
+++ gdm.install 2019-09-14 12:22:49 UTC (rev 362738)
@@ -8,4 +8,10 @@
   fi
 }
 
+post_upgrade() {
+  if (( $(vercmp $2 3.34.0-2) < 0 )); then
+usermod --expiredate= gdm >/dev/null
+  fi
+}
+
 # vim:set ft=sh sw=2 et:


[arch-commits] Commit in gdm/repos/testing-x86_64 (10 files)

2019-09-14 Thread Jan Steffens via arch-commits
Date: Saturday, September 14, 2019 @ 12:22:58
  Author: heftig
Revision: 362739

archrelease: copy trunk to testing-x86_64

Added:
  gdm/repos/testing-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 362738, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
  
gdm/repos/testing-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
(from rev 362738, 
gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch)
  
gdm/repos/testing-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
(from rev 362738, 
gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch)
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 362738, gdm/trunk/PKGBUILD)
  gdm/repos/testing-x86_64/gdm.install
(from rev 362738, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/testing-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  
gdm/repos/testing-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
  
gdm/repos/testing-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
  gdm/repos/testing-x86_64/PKGBUILD
  gdm/repos/testing-x86_64/gdm.install

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 +--
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |   60 +--
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |   62 +--
 PKGBUILD |  188 +-
 gdm.install  |   28 -
 5 files changed, 203 insertions(+), 197 deletions(-)

Deleted: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-14 
12:22:49 UTC (rev 362738)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-14 
12:22:58 UTC (rev 362739)
@@ -1,31 +0,0 @@
-From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
-

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

Copied: 
gdm/repos/testing-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 362738, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-14 
12:22:58 UTC (rev 362739)
@@ -0,0 +1,31 @@
+From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index 9d79558c..ff6d9de0 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.23.0
+

Deleted: 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-14 
12:22:49 UTC (rev 362738)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-14 
12:22:58 UTC (rev 362739)
@@ -1,30 +0,0 @@
-From a9c2cb0ae478caf40cc24001fbf6cfbbcc19196e Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 10 Sep 2019 20:37:08 +
-Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
-
-systemd-sysusers now creates expired accounts, which broke the greeter
-on new installations.
-
-Doesn't actually fully fix the problem as the user@.service still fails
-to launch.

- data/pam-arch/gdm-launch-environment.pam | 2 +-
- 1 file changed, 1 

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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:49:45
  Author: felixonmars
Revision: 510493

upgpkg: haskell-hakyll 4.12.5.2-91

rebuild with warp-tls 3.2.8

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:47:35 UTC (rev 510492)
+++ PKGBUILD2019-09-14 08:49:45 UTC (rev 510493)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=90
+pkgrel=91
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:49:55
  Author: felixonmars
Revision: 510494

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
510493, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:49:55 UTC (rev 510494)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.2
+pkgrel=91
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.13/<3/' -e 's/< *3.3/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:47:35
  Author: felixonmars
Revision: 510492

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 510491, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 510491, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:47:35 UTC (rev 510492)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190912
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 08:46:27
  Author: anthraxx
Revision: 510490

upgpkg: sysdig 0.26.4-2

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:40:23 UTC (rev 510489)
+++ PKGBUILD2019-09-14 08:46:27 UTC (rev 510490)
@@ -4,12 +4,12 @@
 
 pkgname=sysdig
 pkgver=0.26.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/;
 license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb' 'grpc')
+depends=('dkms' 'jsoncpp' 'libjsoncpp.sp' 'luajit' 'curl' 'jq' 'libb64' 
'intel-tbb' 'grpc')
 makedepends=('cmake' 'pandoc')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "bashcomp-location.patch"


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:47:24
  Author: felixonmars
Revision: 510491

upgpkg: git-annex 7.20190912-2

rebuild with warp-tls 3.2.8

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:46:27 UTC (rev 510490)
+++ PKGBUILD2019-09-14 08:47:24 UTC (rev 510491)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190912
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in bs1770gain/trunk (PKGBUILD remove-inappropriate-text.patch)

2019-09-14 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 14, 2019 @ 09:46:02
  Author: jelle
Revision: 510510

upgpkg: bs1770gain 0.6.0-3

Rename the patch

Added:
  bs1770gain/trunk/remove-inappropriate-text.patch
Modified:
  bs1770gain/trunk/PKGBUILD

-+
 PKGBUILD|6 +++---
 remove-inappropriate-text.patch |   20 
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 09:10:44 UTC (rev 510509)
+++ PKGBUILD2019-09-14 09:46:02 UTC (rev 510510)
@@ -2,19 +2,19 @@
 
 pkgname=bs1770gain
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
 arch=(x86_64)
 url="http://bs1770gain.sourceforge.net;
 license=(GPL)
 depends=(ffmpeg)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-hate.patch)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-inappropriate-text.patch)
 sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a'
 '71cd58f8c3546485decd135992039bf9df266f5c2c0c478c32771ab5e0f0b314')
 
 prepare() {
 cd ${pkgname}-${pkgver}
-patch -Np1 -i ${srcdir}/remove-hate.patch
+patch -Np1 -i ${srcdir}/remove-inappropriate-text.patch
 }
 
 build() {

Added: remove-inappropriate-text.patch
===
--- remove-inappropriate-text.patch (rev 0)
+++ remove-inappropriate-text.patch 2019-09-14 09:46:02 UTC (rev 510510)
@@ -0,0 +1,20 @@
+diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
+--- bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
 bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
+@@ -37,16 +37,12 @@
+  * turn with "libff.a".) finally serving as bs1770gain's implementation.
+  */
+ #if 1 // [
+-#if 1 // [
+ #define BS1770GAIN_TEAM_WHITE \
+ " #TeamWhite"
+ #else // ] [
+ #define BS1770GAIN_TEAM_WHITE \
+ ""
+ #endif // ]
+-#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
+-"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
+-#endif // ]
+ 
+ 
///
+ static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)


[arch-commits] Commit in bs1770gain/trunk (remove-hate.patch)

2019-09-14 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 14, 2019 @ 09:46:26
  Author: jelle
Revision: 510511

upgpkg: bs1770gain 0.6.0-3

Rename the patch

Deleted:
  bs1770gain/trunk/remove-hate.patch

---+
 remove-hate.patch |   20 
 1 file changed, 20 deletions(-)

Deleted: remove-hate.patch
===
--- remove-hate.patch   2019-09-14 09:46:02 UTC (rev 510510)
+++ remove-hate.patch   2019-09-14 09:46:26 UTC (rev 510511)
@@ -1,20 +0,0 @@
-diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
 bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
-+++ bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
-@@ -37,16 +37,12 @@
-  * turn with "libff.a".) finally serving as bs1770gain's implementation.
-  */
- #if 1 // [
--#if 1 // [
- #define BS1770GAIN_TEAM_WHITE \
- " #TeamWhite"
- #else // ] [
- #define BS1770GAIN_TEAM_WHITE \
- ""
- #endif // ]
--#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
--"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
--#endif // ]
- 
- 
///
- static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)


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

2019-09-14 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 14, 2019 @ 09:46:32
  Author: jelle
Revision: 510512

archrelease: copy trunk to community-x86_64

Added:
  bs1770gain/repos/community-x86_64/PKGBUILD
(from rev 510511, bs1770gain/trunk/PKGBUILD)
  bs1770gain/repos/community-x86_64/remove-inappropriate-text.patch
(from rev 510511, bs1770gain/trunk/remove-inappropriate-text.patch)
Deleted:
  bs1770gain/repos/community-x86_64/PKGBUILD
  bs1770gain/repos/community-x86_64/remove-hate.patch

-+
 PKGBUILD|   58 +++---
 remove-hate.patch   |   20 -
 remove-inappropriate-text.patch |   20 +
 3 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 09:46:26 UTC (rev 510511)
+++ PKGBUILD2019-09-14 09:46:32 UTC (rev 510512)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=bs1770gain
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
-arch=(x86_64)
-url="http://bs1770gain.sourceforge.net;
-license=(GPL)
-depends=(ffmpeg)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-hate.patch)
-sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a'
-'71cd58f8c3546485decd135992039bf9df266f5c2c0c478c32771ab5e0f0b314')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -Np1 -i ${srcdir}/remove-hate.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: bs1770gain/repos/community-x86_64/PKGBUILD (from rev 510511, 
bs1770gain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 09:46:32 UTC (rev 510512)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=bs1770gain
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
+arch=(x86_64)
+url="http://bs1770gain.sourceforge.net;
+license=(GPL)
+depends=(ffmpeg)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-inappropriate-text.patch)
+sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a'
+'71cd58f8c3546485decd135992039bf9df266f5c2c0c478c32771ab5e0f0b314')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -Np1 -i ${srcdir}/remove-inappropriate-text.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: remove-hate.patch
===
--- remove-hate.patch   2019-09-14 09:46:26 UTC (rev 510511)
+++ remove-hate.patch   2019-09-14 09:46:32 UTC (rev 510512)
@@ -1,20 +0,0 @@
-diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
 bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
-+++ bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
-@@ -37,16 +37,12 @@
-  * turn with "libff.a".) finally serving as bs1770gain's implementation.
-  */
- #if 1 // [
--#if 1 // [
- #define BS1770GAIN_TEAM_WHITE \
- " #TeamWhite"
- #else // ] [
- #define BS1770GAIN_TEAM_WHITE \
- ""
- #endif // ]
--#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
--"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
--#endif // ]
- 
- 
///
- static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)

Copied: bs1770gain/repos/community-x86_64/remove-inappropriate-text.patch (from 
rev 510511, bs1770gain/trunk/remove-inappropriate-text.patch)
===
--- remove-inappropriate-text.patch (rev 0)
+++ remove-inappropriate-text.patch 2019-09-14 09:46:32 UTC (rev 510512)
@@ -0,0 +1,20 @@
+diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
+--- bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
 bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
+@@ -37,16 +37,12 @@
+  * turn with "libff.a".) finally serving as bs1770gain's implementation.
+  */
+ #if 1 // [
+-#if 1 // [
+ #define BS1770GAIN_TEAM_WHITE \
+ " #TeamWhite"
+ #else // ] [
+ #define BS1770GAIN_TEAM_WHITE \
+ ""
+ #endif // ]
+-#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
+-"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
+-#endif // ]
+ 
+ 
///
+ static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:04
  Author: arojas
Revision: 362716

archrelease: copy trunk to testing-x86_64

Added:
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 362715, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 362715, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:04 UTC (rev 362716)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base avahi)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21554c6faf2f7136fb8f7a2908340c120ed0d5dc1475f5aeb8cafed1e4228009'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:34
  Author: arojas
Revision: 362719

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 362718, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 362718, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:34 UTC (rev 362719)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools qt5-doc 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ed6c4081cf6493d6f40ab45deb61325346ab8577eadec7ba8af6a36d7a6485e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:14
  Author: arojas
Revision: 362717

archrelease: copy trunk to testing-x86_64

Added:
  kholidays/repos/testing-x86_64/
  kholidays/repos/testing-x86_64/PKGBUILD
(from rev 362716, kholidays/trunk/PKGBUILD)

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

Copied: kholidays/repos/testing-x86_64/PKGBUILD (from rev 362716, 
kholidays/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:14 UTC (rev 362717)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=5.62.0
+pkgrel=1
+epoch=1
+pkgdesc="KDE library for regional holiday information"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc doxygen)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9f7cc399b35cef9348b8fbaabb87145b689165a66b874e3250456f6bbdcb329'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:52:53
  Author: arojas
Revision: 362715

archrelease: copy trunk to testing-x86_64

Added:
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 362714, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 362714, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:52:53 UTC (rev 362715)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kpty)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9c22ad0a5c1d948a91846a34066155f64758b69ab005eb423bb02ba06301c80e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# See FS#44277
+  chown :nobody "$pkgdir"/usr/lib/kf5/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kf5/kdesud
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:23
  Author: arojas
Revision: 362718

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 362717, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 362717, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:23 UTC (rev 362718)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base openexr)
+makedepends=(extra-cmake-modules karchive)
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('65c179e15dd9c81a4515eb9189951641cca4aad9e7456067a208658ce205c2c2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:54:32
  Author: arojas
Revision: 362725

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 362724, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 362724, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:54:32 UTC (rev 362725)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b2a6517377b53aca895efd657d553dc5b057a673c07ccb10786031240b11adf5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:43
  Author: arojas
Revision: 362720

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 362719, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 362719, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:43 UTC (rev 362720)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio phonon-qt5)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bb51d1a3f69f9faf274ee381d6d267bf4a69edbbdfcfd9efcab76270db4f8e4d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:53:54
  Author: arojas
Revision: 362721

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 362720, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 362720, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:53:54 UTC (rev 362721)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e061991f08e6642e61531a630a81927ea0ccd7402f469806a6cfeecf9b5064a2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:54:02
  Author: arojas
Revision: 362722

archrelease: copy trunk to testing-x86_64

Added:
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 362721, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 362721, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:54:02 UTC (rev 362722)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(plasma-framework threadweaver)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21b9564d07395f0e1c5c09557ffc64eb1929dd8925914fdb581f5daa537b01fc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:54:11
  Author: arojas
Revision: 362723

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 362722, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 362722, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:54:11 UTC (rev 362723)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts syntax-highlighting libgit2 editorconfig-core-c)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e02d54035367071d44a1499a7f6c482491116c5676fa8ceb57b1e9f564975092'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:52:20
  Author: arojas
Revision: 362712

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
(from rev 362711, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 362711, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-14 11:52:20 UTC (rev 362712)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=breeze-icons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5858100f1a87dc865f44cde159aaee025ec46f894f544c75086ea0e8f9555951'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:52:36
  Author: arojas
Revision: 362713

archrelease: copy trunk to testing-x86_64

Added:
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 362712, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 362712, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:52:36 UTC (rev 362713)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kpackage knewstuff)
+makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0d43d6cd008359eac4840c8b6e12d2b17eeb53c95111af1f7e8ca6ae8e6aca2c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:52:11
  Author: arojas
Revision: 362711

archrelease: copy trunk to testing-x86_64

Added:
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 362710, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 362710, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:52:11 UTC (rev 362711)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base bluez)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('545a6c76042a077f04b0a6c2b8dfbe3b5b1a582edaae4454d7a57c06ab033715'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:52:45
  Author: arojas
Revision: 362714

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 362713, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 362713, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:52:45 UTC (rev 362714)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.62.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities)
+makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e6850a59d2e3dd566c77aa2b2fdc684737634b59755dcc7de231b8b496acbc1a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:54:41
  Author: arojas
Revision: 362726

archrelease: copy trunk to testing-x86_64

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

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 362725, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:54:41 UTC (rev 362726)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(networkmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('08f73ced96866b9dfded574a87c9e887dc907fc510d2764a4aa09315511cedf9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:54:22
  Author: arojas
Revision: 362724

archrelease: copy trunk to testing-x86_64

Added:
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 362723, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 362723, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:54:22 UTC (rev 362724)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=(x86_64)
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c284c3e5962d2ed6d0737e5814b85fa4d7926131b7799272cb56c464a12c4530'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Nicola Squartini via arch-commits
Date: Saturday, September 14, 2019 @ 12:11:10
  Author: tensor5
Revision: 510521

upgpkg: caprine 2.38.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 11:41:17 UTC (rev 510520)
+++ PKGBUILD2019-09-14 12:11:10 UTC (rev 510521)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.37.0
+pkgver=2.38.0
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -12,7 +12,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('e51c311ec8bedb4d0f803e365a8518d3c2405b6b522ee7d7b067d660fe7bf128'
+sha256sums=('3fee21fc737baba74a78f424d226badc7876c40d0aeb9714fbed71b45c5883fa'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


[arch-commits] Commit in synergy/repos/community-x86_64 (14 files)

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 16:38:13
  Author: anthraxx
Revision: 510567

archrelease: copy trunk to community-x86_64

Added:
  synergy/repos/community-x86_64/PKGBUILD
(from rev 510566, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/enable-test-build.patch
(from rev 510566, synergy/trunk/enable-test-build.patch)
  synergy/repos/community-x86_64/fix-qt5_11-compatibility.patch
(from rev 510566, synergy/trunk/fix-qt5_11-compatibility.patch)
  synergy/repos/community-x86_64/fix-test-build.patch
(from rev 510566, synergy/trunk/fix-test-build.patch)
  synergy/repos/community-x86_64/synergys.service
(from rev 510566, synergy/trunk/synergys.service)
  synergy/repos/community-x86_64/synergys.socket
(from rev 510566, synergy/trunk/synergys.socket)
  synergy/repos/community-x86_64/use-system-libs.patch
(from rev 510566, synergy/trunk/use-system-libs.patch)
Deleted:
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/enable-test-build.patch
  synergy/repos/community-x86_64/fix-qt5_11-compatibility.patch
  synergy/repos/community-x86_64/fix-test-build.patch
  synergy/repos/community-x86_64/synergys.service
  synergy/repos/community-x86_64/synergys.socket
  synergy/repos/community-x86_64/use-system-libs.patch

+
 PKGBUILD   |  182 ++--
 enable-test-build.patch|   40 +++
 fix-qt5_11-compatibility.patch |   72 +++---
 fix-test-build.patch   |  154 +++---
 synergys.service   |   20 +--
 synergys.socket|   18 +--
 use-system-libs.patch  |  196 +++
 7 files changed, 341 insertions(+), 341 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 16:38:05 UTC (rev 510566)
+++ PKGBUILD2019-09-14 16:38:13 UTC (rev 510567)
@@ -1,91 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Dale Blount 
-# Contributor: Michael DĂĽll 
-# Contributor: Luca Corbatto 
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='Share a single mouse and keyboard between multiple computers'
-url='https://symless.com/synergy/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl' 
'openssl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'gmock' 'gtest')
-optdepends=('qt5-base: gui support')
-source=(synergy-${pkgver}.tar.gz::https://github.com/symless/synergy-core/archive/v${pkgver}-stable.tar.gz
-use-system-libs.patch
-fix-qt5_11-compatibility.patch
-enable-test-build.patch
-fix-test-build.patch
-synergys.socket
-synergys.service)
-sha512sums=('33b298de3e7dacdd4d5c162840b8d0ddabd4127ed7cb04336f2d8dd1a8a9a69dc70c8959cb9086e56e65035cdacb7c743670479123711321283811eb3a823e6e'
-
'6ed5384ec46e991958f48051c66b87febfb457a748cea48909f87a088c804907f480f123620a0a5921e281ca9871e251de8b7dd5803ffe8566841f68f396c160'
-
'b8347b803a7baaeeab75e55778314298fc69e15ccda154a8622b4697c3a3e7d6ba51cb156f06c6b289c41cb0892be7fed5ce49591531ed1ef18fa3a1ec8a7d6d'
-
'89b29994f238013393b90ad628d781ea6ea1d46c33819be561f031cc0790ef7f3860faaa2803e1459ed3c14affb749ea3bab6b15598c760424c8063195cb56a6'
-
'158d218faa8d8c33cbea935a9dcad4bcf79309eb485bfea107cd160f894d1090db6fea6e60827509b985ff9a7493020fc819e5e150bdac85f5547e755f3ad9ec'
-
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
-
'9663a11b915e10e60317e732a4d1191e8f8ff19176994c27dd20aa445daab7565bd624e5575c9c639d144293879fbe8376834a076723f778fd322ebd1c9f2029')
-
-prepare() {
-  cd synergy-core-${pkgver}-stable
-  mkdir build
-
-  # get rid of shitty bundled gtest and gmock
-  patch -Np1 < "${srcdir}/use-system-libs.patch"
-  # fix the build with qt5.11
-  # this is likely to be obsolete in future versions
-  # see: https://github.com/symless/synergy-core/pull/6359
-  patch -Np1 < "${srcdir}/fix-qt5_11-compatibility.patch"
-  # enable building of test executables
-  patch -Np1 < "${srcdir}/enable-test-build.patch"
-  # fix building of test executables
-  patch -Np1 < "${srcdir}/fix-test-build.patch"
-  # remove tests that need working X
-  rm src/test/integtests/platform/XWindowsScreenTests.cpp \
-src/test/integtests/platform/XWindowsKeyStateTests.cpp
-}
-
-build() {
-  cd 

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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 16:38:05
  Author: anthraxx
Revision: 510566

upgpkg: synergy 1.10.3-1

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 16:26:36 UTC (rev 510565)
+++ PKGBUILD2019-09-14 16:38:05 UTC (rev 510566)
@@ -12,7 +12,7 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.10.1
+pkgver=1.10.3
 pkgrel=1
 pkgdesc='Share a single mouse and keyboard between multiple computers'
 url='https://symless.com/synergy/'
@@ -28,7 +28,7 @@
 fix-test-build.patch
 synergys.socket
 synergys.service)
-sha512sums=('33b298de3e7dacdd4d5c162840b8d0ddabd4127ed7cb04336f2d8dd1a8a9a69dc70c8959cb9086e56e65035cdacb7c743670479123711321283811eb3a823e6e'
+sha512sums=('01497fe362395dd9d26d44f7468ca5c01ee7cd2f590b6c28a67e094f969fdca3b8f78570cca4f188c16fc2575ca895daf8d6ffd07378964ed01da1540db05c8e'
 
'6ed5384ec46e991958f48051c66b87febfb457a748cea48909f87a088c804907f480f123620a0a5921e281ca9871e251de8b7dd5803ffe8566841f68f396c160'
 
'b8347b803a7baaeeab75e55778314298fc69e15ccda154a8622b4697c3a3e7d6ba51cb156f06c6b289c41cb0892be7fed5ce49591531ed1ef18fa3a1ec8a7d6d'
 
'89b29994f238013393b90ad628d781ea6ea1d46c33819be561f031cc0790ef7f3860faaa2803e1459ed3c14affb749ea3bab6b15598c760424c8063195cb56a6'


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:03:43
  Author: felixonmars
Revision: 510452

upgpkg: winetricks 20190912-1

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 01:44:19 UTC (rev 510451)
+++ PKGBUILD2019-09-14 07:03:43 UTC (rev 510452)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae 
 
 pkgname=winetricks
-pkgver=20190615
+pkgver=20190912
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='https://wiki.winehq.org/winetricks'
@@ -14,7 +14,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdialog: GUI for KDE desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz;)
-sha512sums=('dbb078e8d4e001db506b6038e1898dc2e319432e85d1539a53635454efc5d635238ca03a07ee57aec9349b903027586fef34461f4e8eba0b41d25d99d15e7ba8')
+sha512sums=('a0017cc08c56a511e523116daf2024b1462460d00b3d07de87720c7912dccab3d953db3653d7d611c5ae3b457a45de8d36688ee703e805c1e1f5be5c0fa7739f')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:56:23
  Author: felixonmars
Revision: 510500

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:56:13
  Author: felixonmars
Revision: 510499

upgpkg: haskell-yesod-auth 1.6.8-9

rebuild with warp-tls 3.2.8

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:54:54 UTC (rev 510498)
+++ PKGBUILD2019-09-14 08:56:13 UTC (rev 510499)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:38
  Author: arojas
Revision: 362668

archrelease: copy trunk to testing-x86_64

Added:
  kwidgetsaddons/repos/testing-x86_64/
  kwidgetsaddons/repos/testing-x86_64/PKGBUILD
(from rev 362667, kwidgetsaddons/trunk/PKGBUILD)

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

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 362667, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:38 UTC (rev 362668)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3a8e75d544783a1f567016f2669c3cfdbf2809b0a3d25afd03d38af62a493671'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:20
  Author: arojas
Revision: 362666

archrelease: copy trunk to testing-x86_64

Added:
  kcodecs/repos/testing-x86_64/
  kcodecs/repos/testing-x86_64/PKGBUILD
(from rev 362665, kcodecs/trunk/PKGBUILD)

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

Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 362665, 
kcodecs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:20 UTC (rev 362666)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 gperf 
doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1b015be0200444f1ce18ecc5c05dbafde62575a8e094e48698b4b64f43f307b1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:48
  Author: arojas
Revision: 362676

archrelease: copy trunk to testing-x86_64

Added:
  kservice/repos/testing-x86_64/
  kservice/repos/testing-x86_64/PKGBUILD
(from rev 362675, kservice/trunk/PKGBUILD)

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

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 362675, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:48 UTC (rev 362676)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(ki18n kconfig kcrash kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a2e105ae8202fa0d9f443490c56e25083c0b9ee285aa82fa26bb8a14fdb8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:47:04
  Author: arojas
Revision: 362678

archrelease: copy trunk to testing-x86_64

Added:
  kitemviews/repos/testing-x86_64/
  kitemviews/repos/testing-x86_64/PKGBUILD
(from rev 362677, kitemviews/trunk/PKGBUILD)

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

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 362677, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:47:04 UTC (rev 362678)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('34881a269bdae7e3643ab73290931859437fde72042a066170e7467422408065'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:47:22
  Author: arojas
Revision: 362680

archrelease: copy trunk to testing-x86_64

Added:
  sonnet/repos/testing-x86_64/
  sonnet/repos/testing-x86_64/PKGBUILD
(from rev 362679, sonnet/trunk/PKGBUILD)

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

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 362679, 
sonnet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:47:22 UTC (rev 362680)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sonnet
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc hunspell aspell hspell 
libvoikko doxygen)
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 
+'hspell: spell checking for Hebrew' 'libvoikko: Finnish support 
via Voikko')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a1a2d3500d7fc51d94fd6f9d951c83be86436284aeda8416963fc5213956a69a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:47:31
  Author: arojas
Revision: 362681

archrelease: copy trunk to testing-x86_64

Added:
  ktextwidgets/repos/testing-x86_64/
  ktextwidgets/repos/testing-x86_64/PKGBUILD
(from rev 362680, ktextwidgets/trunk/PKGBUILD)

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

Copied: ktextwidgets/repos/testing-x86_64/PKGBUILD (from rev 362680, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:47:31 UTC (rev 362681)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktextwidgets
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcompletion kservice kiconthemes sonnet qt5-speech)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ec34931658cbe3a7ad7419a6e588cd9f9981e9b5ab2400e8b6f2b79b29f83774'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:47:39
  Author: arojas
Revision: 362682

archrelease: copy trunk to testing-x86_64

Added:
  kxmlgui/repos/testing-x86_64/
  kxmlgui/repos/testing-x86_64/PKGBUILD
(from rev 362681, kxmlgui/trunk/PKGBUILD)

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

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 362681, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:47:39 UTC (rev 362682)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kxmlgui
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kglobalaccel ktextwidgets attica)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bc4321b4d44b0af1c2808814b89231a8c9e86de22ca1c0b080a769819ebc5d50'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:47:15
  Author: arojas
Revision: 362679

archrelease: copy trunk to testing-x86_64

Added:
  kiconthemes/repos/testing-x86_64/
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 362678, kiconthemes/trunk/PKGBUILD)

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

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 362678, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:47:15 UTC (rev 362679)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg kconfigwidgets kitemviews karchive)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+optdepends=('breeze-icons: fallback icon theme')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('33fb5caf28ee763edeb3def66386a27f6a7b2bac6a6a0f0728dd4b222d11ebfe'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:56
  Author: arojas
Revision: 362677

archrelease: copy trunk to testing-x86_64

Added:
  kglobalaccel/repos/testing-x86_64/
  kglobalaccel/repos/testing-x86_64/PKGBUILD
(from rev 362676, kglobalaccel/trunk/PKGBUILD)

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

Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 362676, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:56 UTC (rev 362677)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kglobalaccel
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kdbusaddons kconfig kcrash)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b087ec1a23a50787d27e8c5d618d4097375a2f7b6188bc9077a5e60d11e2c04d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB  # David Faure 

+  2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:32
  Author: arojas
Revision: 362674

archrelease: copy trunk to testing-x86_64

Added:
  kdbusaddons/repos/testing-x86_64/
  kdbusaddons/repos/testing-x86_64/PKGBUILD
(from rev 362673, kdbusaddons/trunk/PKGBUILD)

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

Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 362673, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:32 UTC (rev 362674)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d32e0b16abcb2b1593a567b0ef12cfb94ec2f08e5b8a3ec56efac19b22ca0152'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:24
  Author: arojas
Revision: 362673

archrelease: copy trunk to testing-x86_64

Added:
  kcrash/repos/testing-x86_64/
  kcrash/repos/testing-x86_64/PKGBUILD
(from rev 362672, kcrash/trunk/PKGBUILD)

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

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 362672, 
kcrash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:24 UTC (rev 362673)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcrash
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons kwindowsystem)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+optdepends=('drkonqi: KDE crash handler application')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9fac9396212148aade4b59665ec1725fa76e229f24c46b601f066e0026eddd2c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:40
  Author: arojas
Revision: 362675

archrelease: copy trunk to testing-x86_64

Added:
  attica/repos/testing-x86_64/
  attica/repos/testing-x86_64/PKGBUILD
(from rev 362674, attica/trunk/PKGBUILD)

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

Copied: attica/repos/testing-x86_64/PKGBUILD (from rev 362674, 
attica/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:40 UTC (rev 362675)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica
+pkgver=5.62.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Qt library that implements the Open Collaboration Services API'
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('86b5388c93dd3375dbdca23b20d539af5ed9516f6a573e32549baac3200d029f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:08
  Author: arojas
Revision: 362671

archrelease: copy trunk to testing-x86_64

Added:
  kconfigwidgets/repos/testing-x86_64/
  kconfigwidgets/repos/testing-x86_64/PKGBUILD
(from rev 362670, kconfigwidgets/trunk/PKGBUILD)

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

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 362670, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:08 UTC (rev 362671)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
+makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen 
qt5-tools qt5-doc sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6c10810725e0b109c96ddc2246ca1741bcae012296e31caf7b41167a04ae31d6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:46:16
  Author: arojas
Revision: 362672

archrelease: copy trunk to testing-x86_64

Added:
  kwindowsystem/repos/testing-x86_64/
  kwindowsystem/repos/testing-x86_64/PKGBUILD
(from rev 362671, kwindowsystem/trunk/PKGBUILD)

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

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 362671, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:46:16 UTC (rev 362672)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('116d75216ea001b2fc8688a72bcc6105b0b0966a2c5a084497f3aef80d158a67'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:49
  Author: arojas
Revision: 362669

archrelease: copy trunk to testing-x86_64

Added:
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
(from rev 362668, kcompletion/trunk/PKGBUILD)

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

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 362668, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:49 UTC (rev 362669)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kwidgetsaddons kconfig)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('af774190ca1a0e4d335485548d6e5c1e02042a5d0e29a3c0db17c24e3656edec'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:59
  Author: arojas
Revision: 362670

archrelease: copy trunk to testing-x86_64

Added:
  kguiaddons/repos/testing-x86_64/
  kguiaddons/repos/testing-x86_64/PKGBUILD
(from rev 362669, kguiaddons/trunk/PKGBUILD)

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

Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 362669, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:59 UTC (rev 362670)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules clang python-pyqt5 doxygen qt5-tools qt5-doc 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fc61818ed054901a8b1a6a56a83ccaf5f38d9ea7c5761fa6279cd7316d81e44'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:28
  Author: arojas
Revision: 362667

archrelease: copy trunk to testing-x86_64

Added:
  kconfig/repos/testing-x86_64/
  kconfig/repos/testing-x86_64/PKGBUILD
(from rev 362666, kconfig/trunk/PKGBUILD)

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

Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 362666, 
kconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:28 UTC (rev 362667)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fffe16924245e34d6267e67a6d425dc7b4fdab405968bffa4fff7bea5779bb51'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Florian Pritz via arch-commits
Date: Saturday, September 14, 2019 @ 14:19:45
  Author: bluewind
Revision: 510538

archrelease: copy trunk to community-staging-x86_64

Added:
  libopenshot/repos/community-staging-x86_64/
  libopenshot/repos/community-staging-x86_64/PKGBUILD
(from rev 510537, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-staging-x86_64/ffmpeg-4.0.patch
(from rev 510537, libopenshot/trunk/ffmpeg-4.0.patch)

--+
 PKGBUILD |   38 ++
 ffmpeg-4.0.patch |  803 +
 2 files changed, 841 insertions(+)

Copied: libopenshot/repos/community-staging-x86_64/PKGBUILD (from rev 510537, 
libopenshot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 14:19:45 UTC (rev 510538)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.2.3
+pkgrel=2
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('x86_64')
+url="https://openshot.org/;
+license=('LGPL3')
+depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 
'libjsoncpp.so' 'qt5-multimedia' 'zeromq')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;
+
"$pkgname-pr-209.patch::https://github.com/OpenShot/libopenshot/pull/209.patch;)
+sha256sums=('8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746'
+'038b945763dc035ecffe0968a9f0f7a29bb86a3919f4192901d5f152eb5c7f89')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+
+   patch -p1 -i "$srcdir/$pkgname-pr-209.patch"
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: libopenshot/repos/community-staging-x86_64/ffmpeg-4.0.patch (from rev 
510537, libopenshot/trunk/ffmpeg-4.0.patch)
===
--- community-staging-x86_64/ffmpeg-4.0.patch   (rev 0)
+++ community-staging-x86_64/ffmpeg-4.0.patch   2019-09-14 14:19:45 UTC (rev 
510538)
@@ -0,0 +1,803 @@
+diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake
+index 4af6cc9..63d543d 100644
+--- a/cmake/Modules/FindFFmpeg.cmake
 b/cmake/Modules/FindFFmpeg.cmake
+@@ -77,14 +77,14 @@ FIND_LIBRARY( SWSCALE_LIBRARY swscale swscale-2 swscale-4
+$ENV{FFMPEGDIR}/lib/ffmpeg/
+$ENV{FFMPEGDIR}/bin/ )
+ 
+-#FindAvresample
+-FIND_PATH( AVRESAMPLE_INCLUDE_DIR libavresample/avresample.h
++#FindSwresample
++FIND_PATH( SWRESAMPLE_INCLUDE_DIR libswresample/swresample.h
+  PATHS /usr/include/
+/usr/include/ffmpeg/
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVRESAMPLE_LIBRARY avresample avresample-2 avresample-3
++FIND_LIBRARY( SWRESAMPLE_LIBRARY swresample
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -113,31 +113,31 @@ IF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
+ SET ( SWSCALE_FOUND TRUE )
+ ENDIF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
+ 
+-IF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
+-SET ( AVRESAMPLE_FOUND TRUE )
+-ENDIF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
++IF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
++SET ( SWRESAMPLE_FOUND TRUE )
++ENDIF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
+ 
+-IF ( AVFORMAT_INCLUDE_DIR OR AVCODEC_INCLUDE_DIR OR AVUTIL_INCLUDE_DIR OR 
AVDEVICE_FOUND OR SWSCALE_FOUND OR AVRESAMPLE_FOUND )
++IF ( AVFORMAT_INCLUDE_DIR OR AVCODEC_INCLUDE_DIR OR AVUTIL_INCLUDE_DIR OR 
AVDEVICE_FOUND OR SWSCALE_FOUND OR SWRESAMPLE_FOUND )
+ 
+   SET ( FFMPEG_FOUND TRUE )
+ 
+   SET ( FFMPEG_INCLUDE_DIR
+-${AVFORMAT_INCLUDE_DIR}
+-${AVCODEC_INCLUDE_DIR}
+-${AVUTIL_INCLUDE_DIR}
+-${AVDEVICE_INCLUDE_DIR}
+-${SWSCALE_INCLUDE_DIR}
+-${AVRESAMPLE_INCLUDE_DIR} )
+-  
++  ${AVFORMAT_INCLUDE_DIR}
++  ${AVCODEC_INCLUDE_DIR}
++  ${AVUTIL_INCLUDE_DIR}
++  ${AVDEVICE_INCLUDE_DIR}
++  ${SWSCALE_INCLUDE_DIR}
++  ${SWRESAMPLE_INCLUDE_DIR} )
++
+   SET ( FFMPEG_LIBRARIES 
+-

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

2019-09-14 Thread Florian Pritz via arch-commits
Date: Saturday, September 14, 2019 @ 14:19:42
  Author: bluewind
Revision: 510537

upgpkg: libopenshot 0.2.3-2

Fix FS#63745 - [libopenshot] doesn't build

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 14:17:34 UTC (rev 510536)
+++ PKGBUILD2019-09-14 14:19:42 UTC (rev 510537)
@@ -4,16 +4,24 @@
 
 pkgname=libopenshot
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('x86_64')
 url="https://openshot.org/;
 license=('LGPL3')
-depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 'jsoncpp' 
'qt5-multimedia' 'zeromq')
+depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 
'libjsoncpp.so' 'qt5-multimedia' 'zeromq')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;)
-sha256sums=('8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;
+
"$pkgname-pr-209.patch::https://github.com/OpenShot/libopenshot/pull/209.patch;)
+sha256sums=('8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746'
+'038b945763dc035ecffe0968a9f0f7a29bb86a3919f4192901d5f152eb5c7f89')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+
+   patch -p1 -i "$srcdir/$pkgname-pr-209.patch"
+}
+
 build() {
cd ${pkgname}-${pkgver}
mkdir build


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

2019-09-14 Thread Florian Pritz via arch-commits
Date: Saturday, September 14, 2019 @ 14:17:34
  Author: bluewind
Revision: 510536

archrelease: copy trunk to community-staging-x86_64

Added:
  libopenshot-audio/repos/community-staging-x86_64/
  libopenshot-audio/repos/community-staging-x86_64/PKGBUILD
(from rev 510535, libopenshot-audio/trunk/PKGBUILD)

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

Copied: libopenshot-audio/repos/community-staging-x86_64/PKGBUILD (from rev 
510535, libopenshot-audio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 14:17:34 UTC (rev 510536)
@@ -0,0 +1,36 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.1.8
+pkgrel=2
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('x86_64')
+url="https://openshot.org/;
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;
+   
"$pkgname-pr-39.patch::https://patch-diff.githubusercontent.com/raw/OpenShot/libopenshot-audio/pull/39.patch;)
+sha256sums=('384d0ef39c78f16d77048de3c96152321724084f978dc622675dd6bb16e15e19'
+'ae784a96730f7cf09ba7bf29d06704ba6a0eca662d242d786b0a86a4343e9dc9')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "$srcdir/$pkgname-pr-39.patch"
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-14 Thread Florian Pritz via arch-commits
Date: Saturday, September 14, 2019 @ 14:17:31
  Author: bluewind
Revision: 510535

upgpkg: libopenshot-audio 0.1.8-2

Fix FS#63745 - [libopenshot] doesn't build

Modified:
  libopenshot-audio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 13:11:37 UTC (rev 510534)
+++ PKGBUILD2019-09-14 14:17:31 UTC (rev 510535)
@@ -4,7 +4,7 @@
 
 pkgname=libopenshot-audio
 pkgver=0.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
 arch=('x86_64')
 url="https://openshot.org/;
@@ -11,9 +11,16 @@
 license=('GPL3')
 depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
 makedepends=('cmake' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;)
-sha256sums=('384d0ef39c78f16d77048de3c96152321724084f978dc622675dd6bb16e15e19')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;
+   
"$pkgname-pr-39.patch::https://patch-diff.githubusercontent.com/raw/OpenShot/libopenshot-audio/pull/39.patch;)
+sha256sums=('384d0ef39c78f16d77048de3c96152321724084f978dc622675dd6bb16e15e19'
+'ae784a96730f7cf09ba7bf29d06704ba6a0eca662d242d786b0a86a4343e9dc9')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "$srcdir/$pkgname-pr-39.patch"
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
mkdir build


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:21:00
  Author: felixonmars
Revision: 510460

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 510459, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
510459, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 07:21:00 UTC (rev 510460)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.15.2
+pkgrel=1
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-blaze-markup'
+ 'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 
'haskell-extra' 'haskell-fgl'
+ 'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 
'haskell-megaparsec'
+ 'haskell-old-time' 'haskell-parser-combinators' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-timeit' 
'haskell-uglymemo'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b5d5a8f12210732d0e65fe7f7c6dd78318d3ab552b8574d1e6dc07e765199c5e68a9589a630565d30ca7d6185dac79f4fcaa2b209d196771135a07c8490e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:20:51
  Author: felixonmars
Revision: 510459

upgpkg: haskell-hledger-lib 1.15.2-1

rebuild with hledger 1.15.2, hledger-lib 1.15.2, hledger-ui 1.15, hledger-web 
1.15

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 07:19:22 UTC (rev 510458)
+++ PKGBUILD2019-09-14 07:20:51 UTC (rev 510459)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.14.1
-pkgrel=46
+pkgver=1.15.2
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org;
 license=("GPL")
@@ -11,13 +11,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-blaze-markup'
  'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 
'haskell-cmdargs'
- 'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 
'haskell-extra'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 
'haskell-extra' 'haskell-fgl'
  'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 
'haskell-megaparsec'
  'haskell-old-time' 'haskell-parser-combinators' 'haskell-pretty-show' 
'haskell-regex-tdfa'
- 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-uglymemo' 
'haskell-utf8-string')
+ 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-timeit' 
'haskell-uglymemo'
+ 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('1f639631233b31889e67f3fd83f9ec1244f48f0d752247f6959a537ef2be1edfe3dbd5796099f36bb82974ac4b6d6a67b28283b25d15f2bcc68a29c4f1383676')
+sha512sums=('b5d5a8f12210732d0e65fe7f7c6dd78318d3ab552b8574d1e6dc07e765199c5e68a9589a630565d30ca7d6185dac79f4fcaa2b209d196771135a07c8490e')
 
 prepare() {
 # It does nothing


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:19:22
  Author: felixonmars
Revision: 510458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 07:19:18 UTC (rev 510457)
+++ PKGBUILD2019-09-14 07:19:22 UTC (rev 510458)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz;)
-sha512sums=('c7c71ca3536f53fd88532cf0e00045159d7ee7504c33bcf0735f38e1a2bd2c1d3508a6ba7b125c04a3d0a41a9d09825bc8597c3301c4cb65473a5a050df76e81')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 510457, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 07:19:22 UTC (rev 510458)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz;)
+sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:19:18
  Author: felixonmars
Revision: 510457

upgpkg: python-swiftclient 3.8.1-1

Modified:
  python-swiftclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 07:11:03 UTC (rev 510456)
+++ PKGBUILD2019-09-14 07:19:18 UTC (rev 510457)
@@ -3,7 +3,7 @@
 
 pkgbase=python-swiftclient
 pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
   'python-keystoneauth1' 'python2-keystoneauth1')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz;)
-sha512sums=('c7c71ca3536f53fd88532cf0e00045159d7ee7504c33bcf0735f38e1a2bd2c1d3508a6ba7b125c04a3d0a41a9d09825bc8597c3301c4cb65473a5a050df76e81')
+sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6')
 
 prepare() {
   cp -a python-swiftclient-$pkgver{,-py2}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:35:29
  Author: felixonmars
Revision: 510483

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 510482, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
510482, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:35:29 UTC (rev 510483)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.8
+pkgrel=1
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1346c56828b8090608dc82420f6053488592929549bc31fb62218a7d9a295b3adc09bb97d2c6280855ef758248a03cf48f88329b3af17f30bba7f17a7d3d11c7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:35:20
  Author: felixonmars
Revision: 510482

upgpkg: haskell-warp-tls 3.2.8-1

rebuild with warp-tls 3.2.8

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:31:25 UTC (rev 510481)
+++ PKGBUILD2019-09-14 08:35:20 UTC (rev 510482)
@@ -3,8 +3,8 @@
 
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
-pkgver=3.2.7
-pkgrel=24
+pkgver=3.2.8
+pkgrel=1
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-warp")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('46fd9f2c499c5bae75e39c1e9173fdbd50992fdde68ed543f533397d64508ebc7e6da68b3ac871fb71378ce1aa5166de49033c0a7ed86fce94d4a50c5d4f9d43')
+sha512sums=('1346c56828b8090608dc82420f6053488592929549bc31fb62218a7d9a295b3adc09bb97d2c6280855ef758248a03cf48f88329b3af17f30bba7f17a7d3d11c7')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:36:39
  Author: felixonmars
Revision: 510484

upgpkg: haskell-http-conduit 2.3.7.1-62

rebuild with warp-tls 3.2.8

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:35:29 UTC (rev 510483)
+++ PKGBUILD2019-09-14 08:36:39 UTC (rev 510484)
@@ -4,7 +4,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.7.1
-pkgrel=61
+pkgrel=62
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="https://www.yesodweb.com/book/http-conduit;
 license=("BSD")


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:36:50
  Author: felixonmars
Revision: 510485

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 510484, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
510484, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:36:50 UTC (rev 510485)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.7.1
+pkgrel=62
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="https://www.yesodweb.com/book/http-conduit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-resourcet'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('39308e85a9b8c292930803b0b0bb00d4fb58e64e3a8273a30fee4f6016fe18ae9cbd75ece5b67ff88237d87c0b895896b9d715eaa45d396f3baf1deb2b8388ba')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:37:36
  Author: felixonmars
Revision: 510486

upgpkg: haskell-authenticate 1.3.4-337

rebuild with warp-tls 3.2.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:36:50 UTC (rev 510485)
+++ PKGBUILD2019-09-14 08:37:36 UTC (rev 510486)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=336
+pkgrel=337
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:37:49
  Author: felixonmars
Revision: 510487

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
510486, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:37:49 UTC (rev 510487)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=337
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:54:44
  Author: felixonmars
Revision: 510497

upgpkg: haskell-pantry 0.1.1.1-28

rebuild with warp-tls 3.2.8

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:50:59 UTC (rev 510496)
+++ PKGBUILD2019-09-14 08:54:44 UTC (rev 510497)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.1.1.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:54:54
  Author: felixonmars
Revision: 510498

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
510497, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:54:54 UTC (rev 510498)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.1.1.1
+pkgrel=28
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-orphans'
+ 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra'
+ 'haskell-contravariant' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-digest' 'haskell-filelock' 'haskell-generic-deriving' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-network-uri' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 'haskell-resourcet' 
'haskell-rio'
+ 'haskell-rio-orphans' 'haskell-rio-prettyprint' 'haskell-safe' 
'haskell-syb'
+ 'haskell-tar-conduit' 'haskell-text-metrics' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('aee544d5c18f7f1d8614470d236fb8e0f3d9260991b8ee895a5c7c863dd3023677260330fd34d9d30789780efb84f3faa49823827fe7aae69165eb9468b13a62')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:12
  Author: arojas
Revision: 362665

archrelease: copy trunk to testing-x86_64

Added:
  kauth/repos/testing-x86_64/
  kauth/repos/testing-x86_64/PKGBUILD
(from rev 362664, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/testing-x86_64/PKGBUILD (from rev 362664, 
kauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:12 UTC (rev 362665)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kauth
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons polkit-qt5)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('31162621200df4b927719e34ce62004c51e79b9d785f9c3056c6902f80eeefe6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:45:04
  Author: arojas
Revision: 362664

archrelease: copy trunk to testing-x86_64

Added:
  kdoctools/repos/testing-x86_64/
  kdoctools/repos/testing-x86_64/PKGBUILD
(from rev 362663, kdoctools/trunk/PKGBUILD)

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

Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 362663, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:45:04 UTC (rev 362664)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive docbook-xsl)
+makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('471ce5106f80af7272d2ea54265bde5a833c8de7716e8bd82f7a5742939c3f48'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:44:45
  Author: arojas
Revision: 362662

archrelease: copy trunk to testing-x86_64

Added:
  karchive/repos/testing-x86_64/
  karchive/repos/testing-x86_64/PKGBUILD
(from rev 362661, karchive/trunk/PKGBUILD)

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

Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 362661, 
karchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:44:45 UTC (rev 362662)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('99980ebdc16dd9ac062fcfda0974c0ce894c09a395caf914518646ffdc48e3ca'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:44:35
  Author: arojas
Revision: 362661

archrelease: copy trunk to testing-x86_64

Added:
  kcoreaddons/repos/testing-x86_64/
  kcoreaddons/repos/testing-x86_64/PKGBUILD
(from rev 362660, kcoreaddons/trunk/PKGBUILD)

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

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 362660, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:44:35 UTC (rev 362661)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc qt5-doc clang python-pyqt5 
doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3819e2792a2e61444e337cd1a4cbdc362c18810918376eefc30b203fbd160b41'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:44:53
  Author: arojas
Revision: 362663

archrelease: copy trunk to testing-x86_64

Added:
  ki18n/repos/testing-x86_64/
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 362662, ki18n/trunk/PKGBUILD)

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

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 362662, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:44:53 UTC (rev 362663)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-declarative)
+makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 clang doxygen 
qt5-tools qt5-doc sip)
+optdepends=('python-pyqt5: for the Python bindings' 'python: to compile .ts 
files')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b11a0c94c7149798f3f6592e2c386a682d9c528d1e10a59ed3934a93acbc79cb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in extra-cmake-modules/repos (3 files)

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:44:14
  Author: arojas
Revision: 362659

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 362658, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 362658, extra-cmake-modules/trunk/PKGBUILD)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   44 
 2 files changed, 54 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
362658, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2019-09-14 11:44:14 UTC (rev 362659)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 362658, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-14 11:44:14 UTC (rev 362659)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ECM-no-init.py.patch)
+sha256sums=('e07acfecef1b4c7a481a253b58b75072a4f887376301108ed2c753b5002adcd4'
+'SKIP'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Don't create __init__.py
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 11:44:25
  Author: arojas
Revision: 362660

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 362659, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 362659, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-14 11:44:25 UTC (rev 362660)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(python-jinja python-yaml)
+makedepends=(cmake qt5-base)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6aa3928b26acc23f5271ba0591d64a55c342e36ae16094e09be1ef038538952f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:23:58
  Author: felixonmars
Revision: 510465

upgpkg: hledger-ui 1.15-1

rebuild with hledger 1.15.2, hledger-lib 1.15.2, hledger-ui 1.15, hledger-web 
1.15

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 07:22:49 UTC (rev 510464)
+++ PKGBUILD2019-09-14 07:23:58 UTC (rev 510465)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-ui
-pkgver=1.14.2
-pkgrel=67
+pkgver=1.15
+pkgrel=1
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")
@@ -15,7 +15,7 @@
  'haskell-vty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('3d47bda183ab0d4022dca579ec38b574a168d2a30c4a6ab4ac141e373d18f9ae2858f09a35bf818af98394ff66bf2b287fb828eb1dfd21da4457364bc4420b46')
+sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
 
 prepare() {
 # It does nothing


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:24:09
  Author: felixonmars
Revision: 510466

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 510465, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 510465, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 07:24:09 UTC (rev 510466)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.15
+pkgrel=1
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 
'haskell-brick'
+ 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:22:39
  Author: felixonmars
Revision: 510461

upgpkg: hledger 1.15.2-1

rebuild with hledger 1.15.2, hledger-lib 1.15.2, hledger-ui 1.15, hledger-web 
1.15

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 07:21:00 UTC (rev 510460)
+++ PKGBUILD2019-09-14 07:22:39 UTC (rev 510461)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger
-pkgver=1.14.2
-pkgrel=56
+pkgver=1.15.2
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")
@@ -15,9 +15,10 @@
  'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-temporary'
  'haskell-unordered-containers' 'haskell-utf8-string' 
'haskell-utility-ht'
  'haskell-wizards')
-makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+makedepends=('ghc' 'haskell-extra' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('87d1bc94a24d73c6da231520da6de55f1b64ace090cd9e64e264c68fefb4857d1d49c9d6c21e8cb44845f17eeed2dac96ad22cf50afded10248edad57e712cbe')
+sha512sums=('77362ab356f16abe6742a1c59985b4e31a8901fb236083eb8fb77689e9ccf99e76f8bde722a4e05daebf0c23654b5bf2d1ecd2e7613b5a8ab85efd99d3282fc3')
 
 prepare() {
 # It does nothing


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:22:43
  Author: felixonmars
Revision: 510462

upgpkg: python-glanceclient 2.17.0-1

Modified:
  python-glanceclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 07:22:39 UTC (rev 510461)
+++ PKGBUILD2019-09-14 07:22:43 UTC (rev 510462)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-glanceclient
-pkgver=2.16.0
-pkgrel=2
+pkgver=2.17.0
+pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')
 url="https://docs.openstack.org/developer/python-glanceclient;
@@ -15,7 +15,7 @@
 checkdepends=('python-stestr' 'python-mock' 'python-requests-mock' 
'python-testscenarios')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-glanceclient/archive/$pkgver.tar.gz;)
-sha512sums=('5e8f356a50ea710b7ea31c91b285f0cdb86932341961267552b41b15487b589794a73c11ae31138c01a35f5ef1e883413d5fb93c2d6760bbdad16fca2133d32b')
+sha512sums=('955a51e16a0ad6003d089b277172211613afcd1aac098ba0895358cf11566695c525c045717ece606749e76d058fbacdef7ac432d6fd2af448215b4b11949626')
 
 export PBR_VERSION=$pkgver
 


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:22:49
  Author: felixonmars
Revision: 510464

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 510462, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 510462, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 07:22:49 UTC (rev 510464)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.15.2
+pkgrel=1
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-easytest'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-temporary'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 
'haskell-utility-ht'
+ 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('77362ab356f16abe6742a1c59985b4e31a8901fb236083eb8fb77689e9ccf99e76f8bde722a4e05daebf0c23654b5bf2d1ecd2e7613b5a8ab85efd99d3282fc3')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:22:46
  Author: felixonmars
Revision: 510463

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 07:22:43 UTC (rev 510462)
+++ PKGBUILD2019-09-14 07:22:46 UTC (rev 510463)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-glanceclient
-pkgver=2.16.0
-pkgrel=2
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-glanceclient;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
- 'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n' 'python-wrapt'
- 'python-pyopenssl')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-requests-mock' 
'python-testscenarios')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-glanceclient/archive/$pkgver.tar.gz;)
-sha512sums=('5e8f356a50ea710b7ea31c91b285f0cdb86932341961267552b41b15487b589794a73c11ae31138c01a35f5ef1e883413d5fb93c2d6760bbdad16fca2133d32b')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-glanceclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-glanceclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-glanceclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 510462, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 07:22:46 UTC (rev 510463)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-glanceclient
+pkgver=2.17.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-glanceclient;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
+ 'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n' 'python-wrapt'
+ 'python-pyopenssl')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-requests-mock' 
'python-testscenarios')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-glanceclient/archive/$pkgver.tar.gz;)
+sha512sums=('955a51e16a0ad6003d089b277172211613afcd1aac098ba0895358cf11566695c525c045717ece606749e76d058fbacdef7ac432d6fd2af448215b4b11949626')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-glanceclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glanceclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-glanceclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:31:21
  Author: felixonmars
Revision: 510480

upgpkg: eslint 6.4.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:25:18 UTC (rev 510479)
+++ PKGBUILD2019-09-14 08:31:21 UTC (rev 510480)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.3.0
+pkgver=6.4.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('66f65329aa83b9ef8df18f60d24a7a50f66d4b8152637a8047106cee9e1fd07d22a1fdfcd571ddbaa55eac55ad2bc0cfb4a99e9aa6ea08510d5924203d1fc6a3')
+sha512sums=('593544ccade5485a17528bc31c46e426a0953c43f06e10aae2dac392d348eb282ceda3b8d5de1c0d3d091404f9322bf365e54b5a583bbc72fe6e0ad0bffb77bc')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 08:31:25
  Author: felixonmars
Revision: 510481

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 510480, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 08:31:21 UTC (rev 510480)
+++ PKGBUILD2019-09-14 08:31:25 UTC (rev 510481)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.3.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('66f65329aa83b9ef8df18f60d24a7a50f66d4b8152637a8047106cee9e1fd07d22a1fdfcd571ddbaa55eac55ad2bc0cfb4a99e9aa6ea08510d5924203d1fc6a3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 510480, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 08:31:25 UTC (rev 510481)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=6.4.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('593544ccade5485a17528bc31c46e426a0953c43f06e10aae2dac392d348eb282ceda3b8d5de1c0d3d091404f9322bf365e54b5a583bbc72fe6e0ad0bffb77bc')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 09:10:44
  Author: arojas
Revision: 510509

archrelease: copy trunk to community-x86_64

Added:
  gnurl/repos/community-x86_64/PKGBUILD
(from rev 510508, gnurl/trunk/PKGBUILD)
Deleted:
  gnurl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 09:10:26 UTC (rev 510508)
+++ PKGBUILD2019-09-14 09:10:44 UTC (rev 510509)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=gnurl
-pkgver=7.65.3
-pkgrel=1
-pkgdesc="fork of libcurl, which is mostly for GNUnet"
-arch=(x86_64)
-url="https://gnunet.org/gnurl;
-license=('MIT')
-depends=('gnutls' 'krb5' 'libnghttp2')
-source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
-validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('6887df326177b291bcf97567e247122eb2b8190e0491c5a819d39a738d98882778ad48c0936010f95c07646dd627fa9f2c72f1ad33adf317efdc1eadb5c8b93e'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./buildconf
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-dict \
---disable-file \
---disable-ftp \
---disable-gopher \
---disable-imap \
---disable-ldap \
---disable-ldaps \
---disable-ntlm-wb \
---disable-pop3 \
---disable-rtsp \
---disable-smb \
---disable-smtp \
---disable-telnet \
---disable-tftp \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---without-gssapi \
---with-gnutls \
---without-libidn \
---without-libpsl \
---without-librtmp \
---without-ssl \
---disable-ftp \
---disable-file \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-#  rm -rf "$pkgdir"/usr/share/man \
-#"$pkgdir"/usr/bin/curl \
-#"$pkgdir"/usr/share/aclocal
-#  mkdir -p "$pkgdir"/usr/include/gnurl
-#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
-#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
-}

Copied: gnurl/repos/community-x86_64/PKGBUILD (from rev 510508, 
gnurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 09:10:44 UTC (rev 510509)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.66.0
+pkgrel=1
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('31cf2224bcb5beeae8082f7d4ab03cf61a2ddd44088bff82e3df991a61d628800d1db25bd75d67808d2403cf5df36f717c9bb3e462e9ac9d63bdd56c33f08a40'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-dict \
+--disable-file \
+--disable-ftp \
+--disable-gopher \
+--disable-imap \
+--disable-ldap \
+--disable-ldaps \
+--disable-ntlm-wb \
+--disable-pop3 \
+--disable-rtsp \
+--disable-smb \
+--disable-smtp \
+--disable-telnet \
+--disable-tftp \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-gnutls \
+--without-libidn \
+--without-libpsl \
+--without-librtmp \
+--without-ssl \
+--disable-ftp \
+--disable-file \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2019-09-14 Thread Antonio Rojas via arch-commits
Date: Saturday, September 14, 2019 @ 09:10:26
  Author: arojas
Revision: 510508

Update to 7.66.0

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 09:05:42 UTC (rev 510507)
+++ PKGBUILD2019-09-14 09:10:26 UTC (rev 510508)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gnurl
-pkgver=7.65.3
+pkgver=7.66.0
 pkgrel=1
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=('gnutls' 'krb5' 'libnghttp2')
 source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
 validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('6887df326177b291bcf97567e247122eb2b8190e0491c5a819d39a738d98882778ad48c0936010f95c07646dd627fa9f2c72f1ad33adf317efdc1eadb5c8b93e'
+sha512sums=('31cf2224bcb5beeae8082f7d4ab03cf61a2ddd44088bff82e3df991a61d628800d1db25bd75d67808d2403cf5df36f717c9bb3e462e9ac9d63bdd56c33f08a40'
 'SKIP')
 
 build() {


  1   2   3   >