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

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

archrelease: copy trunk to testing-x86_64

Added:
  kcmutils/repos/testing-x86_64/
  kcmutils/repos/testing-x86_64/PKGBUILD
(from rev 362697, kcmutils/trunk/PKGBUILD)

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

Copied: kcmutils/repos/testing-x86_64/PKGBUILD (from rev 362697, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:50:10 UTC (rev 362698)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kdeclarative)
+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=('93fd9b7b97cb4488f2007a4f518159129f0caafc05a004be56c87dd355870b1b'
+'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 kwayland/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 362699, kwayland/trunk/PKGBUILD)

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

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 362699, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:50:26 UTC (rev 362700)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9f513008c91e70b09f5acb76dde332491afde0e94948066c2f1e621bc368eb6'
+'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 kirigami2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kirigami2/repos/testing-x86_64/
  kirigami2/repos/testing-x86_64/PKGBUILD
(from rev 362700, kirigami2/trunk/PKGBUILD)

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

Copied: kirigami2/repos/testing-x86_64/PKGBUILD (from rev 362700, 
kirigami2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:50:36 UTC (rev 362701)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='A QtQuick based components set'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc qt5-svg kpackage doxygen)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b3cc36bddb5e52617075961b2cbaecbb94492523bcc6801a3ad29a35c43bd912'
+'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 kactivities/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

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

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

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 362698, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:50:18 UTC (rev 362699)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.62.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons kconfig kwindowsystem)
+makedepends=(extra-cmake-modules boost 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=('b466b8921adad6d887f93f760634dfa344ae52df83c58dd7ae75174961def85b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

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

archrelease: copy trunk to testing-x86_64

Added:
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
(from rev 362702, kjs/trunk/PKGBUILD)

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

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 362702, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:01 UTC (rev 362703)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aaff97d97e3163f890001b7d2e4c0329fdd9d9c53ce4924233246f3ef6cd5962'
+'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 kidletime/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 362704, kidletime/trunk/PKGBUILD)

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 362704, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:17 UTC (rev 362705)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras libxss)
+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=('dd2b6a9f7815c8e84b635e694cbf9ee207996d2cf3adb5a85eadd4a8de37f276'
+'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 plasma-framework/repos (2 files)

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

archrelease: copy trunk to testing-x86_64

Added:
  plasma-framework/repos/testing-x86_64/
  plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 362701, plasma-framework/trunk/PKGBUILD)

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

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 362701, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:50:50 UTC (rev 362702)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities kdeclarative kwayland kirigami2)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('324bf14078459954c355bb6f146b927f6cbf915109365cdc58c1d81c8495bdb4'
+'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 kfilemetadata/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 362703, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 362703, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:09 UTC (rev 362704)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(ki18n karchive kconfig kcoreaddons exiv2 poppler-qt5 taglib ffmpeg 
ebook-tools)
+optdepends=('catdoc: Extract text from Office 98 files')
+makedepends=(extra-cmake-modules catdoc doxygen qt5-tools qt5-doc libappimage)
+optdepends=('libappimage: AppImage extractor')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d8488500b19a7d8f90712775e0353e16957857a89162d6c7b947dd5536245b0'
+'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 syntax-highlighting/repos (2 files)

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

archrelease: copy trunk to testing-x86_64

Added:
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 362705, syntax-highlighting/trunk/PKGBUILD)

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

Copied: syntax-highlighting/repos/testing-x86_64/PKGBUILD (from rev 362705, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:27 UTC (rev 362706)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=syntax-highlighting
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Syntax highlighting engine for structured text and code'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('897fac9ec2e5112d629da464d47223129e547c314369e1518a12c5c94ff2a6fd'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

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

archrelease: copy trunk to testing-x86_64

Added:
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 362709, baloo/trunk/PKGBUILD)

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 362709, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:52:00 UTC (rev 362710)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kfilemetadata kidletime kio lmdb)
+makedepends=(extra-cmake-modules kdoctools 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=('454e6808a5fe523785e5e67b7c0453fd1b6c42035aaf8084c39ad30bcbbc8d1a'
+'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 kded/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 362708, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 362708, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:53 UTC (rev 362709)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kinit)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d2d7a979114ca770442cec0f89fe87730ff0c44b98ee64b39c2cada672fc03b1'
+'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 kemoticons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 362707, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 362707, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:44 UTC (rev 362708)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive kservice)
+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=('fab145b2c4106be8a4f0024cb436d02d0fdcbf8666e9a790cc1cd98db1e70313'
+'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 knewstuff/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 362706, knewstuff/trunk/PKGBUILD)

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

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 362706, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:51:35 UTC (rev 362707)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('kirigami2: QML components')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ec7806bf1c5d24a0f393fc48950afefc4bbd1b04b2ad1db59f5f05ecd8f0195'
+'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 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 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 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 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 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 oxygen-icons/repos (testing-any testing-any/PKGBUILD)

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

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 362726, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 362726, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-14 11:55:01 UTC (rev 362727)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.62.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgbase}5-$pkgver.tar.xz"{,.sig})
+sha256sums=('c066bc96fd45f3553e3c344c7cef34afda3180c95bf67af6cf20e964fd5c1a00'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-$pkgver
+  make
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-$pkgver
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
+}


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

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

archrelease: copy trunk to testing-x86_64

Added:
  purpose/repos/testing-x86_64/
  purpose/repos/testing-x86_64/PKGBUILD
(from rev 362728, purpose/trunk/PKGBUILD)

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

Copied: purpose/repos/testing-x86_64/PKGBUILD (from rev 362728, 
purpose/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:06 UTC (rev 362729)
@@ -0,0 +1,35 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kaccounts-integration kirigami2 accounts-qml-module 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect' 
'telegram-desktop: sharing via Telegram'
+'bluedevil: sharing via Bluetooth')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ed0bdc72b1b95fe988fb2ceba5cc1bd36b5bf00d30c098e9de50fdc36d3b3492'
+'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 qqc2-desktop-style/repos (2 files)

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

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 362729, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 362729, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:15 UTC (rev 362730)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('97234e956a7fc09bef0665e9a759d6f370419bd3cd2bbbd700849e4cbe549bfa'
+'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 prison/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 362727, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 362727, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:58:58 UTC (rev 362728)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+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=('d7a024881119e2e91fe2ef98ec982f33e87d3f5584c3e4438638e23cf0106fb0'
+'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 syndication/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  syndication/repos/testing-x86_64/
  syndication/repos/testing-x86_64/PKGBUILD
(from rev 362730, syndication/trunk/PKGBUILD)

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

Copied: syndication/repos/testing-x86_64/PKGBUILD (from rev 362730, 
syndication/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:28 UTC (rev 362731)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=syndication
+pkgver=5.62.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks";
+license=(LGPL)
+depends=(kcodecs)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+conflicts=(kde-syndication)
+provides=(kde-syndication)
+replaces=(kde-syndication)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d315a5a5e691925df44ce30abbd5208b764a72eb42d38dc5b5ca134d71c05462'
+'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 kdelibs4support/repos (2 files)

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

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 362731, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 362731, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:38 UTC (rev 362732)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kunitconversion kitemmodels kemoticons kded kparts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools networkmanager perl-uri 
kdesignerplugin)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9cc10b4727b8ee3bae46af796e7da5d6ae620c543278814176a389ea178595ed'
+'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
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

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

archrelease: copy trunk to testing-x86_64

Added:
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 362732, kdewebkit/trunk/PKGBUILD)

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

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 362732, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:49 UTC (rev 362733)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-webkit kparts)
+makedepends=(extra-cmake-modules qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5e45a7866b28d69e6d28f821011c020e53cc6e5b59bcdb7a5d9cb7bda37175e4'
+'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 khtml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 362733, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 362733, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-14 11:59:58 UTC (rev 362734)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.62.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(giflib kparts kjs phonon-qt5)
+makedepends=(extra-cmake-modules gperf)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('35e3f7e419041f0892ea42c6506b627661137602c25f0f1d6a81537b583682c1'
+'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 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 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 caprine/repos/community-any (6 files)

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

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 510521, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 510521, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 510521, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  122 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 12:11:10 UTC (rev 510521)
+++ PKGBUILD2019-09-14 12:12:10 UTC (rev 510522)
@@ -1,61 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.37.0
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('e51c311ec8bedb4d0f803e365a8518d3c2405b6b522ee7d7b067d660fe7bf128'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 510521, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 12:12:10 UTC (rev 510522)
@@ -0,0 +1,61 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.38.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('3fee21fc737baba74a78f424d226badc7876c40d0aeb9714fbed71b45c5883fa'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,s

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

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

upgpkg: qpid-proton 0.29.0-3 (build against regular repo, pushed by accident)

Modified:
  qpid-proton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 12:12:10 UTC (rev 510522)
+++ PKGBUILD2019-09-14 12:13:27 UTC (rev 510523)
@@ -2,7 +2,7 @@
 
 pkgname=(qpid-proton python2-qpid-proton)
 pkgver=0.29.0
-pkgrel=2
+pkgrel=3
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
@@ -28,7 +28,7 @@
 }
 
 package_qpid-proton() {
-depends=('jsoncpp' 'libjsoncpp.so' 'python' 'ruby')
+depends=('jsoncpp' 'python' 'ruby')
 
 cd ${pkgname}-${pkgver}/build
 make DESTDIR="${pkgdir}" install


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

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

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 510523, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 12:13:27 UTC (rev 510523)
+++ PKGBUILD2019-09-14 12:13:36 UTC (rev 510524)
@@ -1,42 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=(qpid-proton python2-qpid-proton)
-pkgver=0.29.0
-pkgrel=2
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
-sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX='' \
--DSYSINSTALL_BINDINGS=ON \
-..
-make
-
-cd python/dist
-python2 setup.py build
-}
-
-package_qpid-proton() {
-depends=('jsoncpp' 'libjsoncpp.so' 'python' 'ruby')
-
-cd ${pkgname}-${pkgver}/build
-make DESTDIR="${pkgdir}" install
-}
-
-package_python2-qpid-proton() {
-depends=('python2')
-
-cd qpid-proton-${pkgver}/build/python/dist
-python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 510523, 
qpid-proton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 12:13:36 UTC (rev 510524)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.29.0
+pkgrel=3
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
+sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+..
+make
+
+cd python/dist
+python2 setup.py build
+}
+
+package_qpid-proton() {
+depends=('jsoncpp' 'python' 'ruby')
+
+cd ${pkgname}-${pkgver}/build
+make DESTDIR="${pkgdir}" install
+}
+
+package_python2-qpid-proton() {
+depends=('python2')
+
+cd qpid-proton-${pkgver}/build/python/dist
+python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+}


[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 inserti

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

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

upgpkg: qpid-proton 0.29.0-4 (libjsoncpp 1.9.1 rebuild)

Modified:
  qpid-proton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 12:13:36 UTC (rev 510524)
+++ PKGBUILD2019-09-14 12:30:36 UTC (rev 510525)
@@ -2,7 +2,7 @@
 
 pkgname=(qpid-proton python2-qpid-proton)
 pkgver=0.29.0
-pkgrel=3
+pkgrel=4
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
@@ -28,7 +28,7 @@
 }
 
 package_qpid-proton() {
-depends=('jsoncpp' 'python' 'ruby')
+depends=('jsoncpp' 'libjsoncpp.so' 'python' 'ruby')
 
 cd ${pkgname}-${pkgver}/build
 make DESTDIR="${pkgdir}" install


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  qpid-proton/repos/community-staging-x86_64/
  qpid-proton/repos/community-staging-x86_64/PKGBUILD
(from rev 510525, qpid-proton/trunk/PKGBUILD)

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 510525, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 12:30:45 UTC (rev 510526)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.29.0
+pkgrel=4
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
+sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+..
+make
+
+cd python/dist
+python2 setup.py build
+}
+
+package_qpid-proton() {
+depends=('jsoncpp' 'libjsoncpp.so' 'python' 'ruby')
+
+cd ${pkgname}-${pkgver}/build
+make DESTDIR="${pkgdir}" install
+}
+
+package_python2-qpid-proton() {
+depends=('python2')
+
+cd qpid-proton-${pkgver}/build/python/dist
+python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+}


[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 react-native-debugger/trunk (6 files)

2019-09-14 Thread Nicola Squartini via arch-commits
Date: Saturday, September 14, 2019 @ 12:58:51
  Author: tensor5
Revision: 510529

upgpkg: react-native-debugger 0.10.0-1

Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/iconPath.patch
  react-native-debugger/trunk/react-native-debugger.js
Deleted:
  react-native-debugger/trunk/nodeIntegration.patch
  react-native-debugger/trunk/react-native-debugger.sh
  react-native-debugger/trunk/setZoomLevelLimits.patch

--+
 PKGBUILD |   25 -
 iconPath.patch   |6 +++---
 nodeIntegration.patch|   12 
 react-native-debugger.js |4 ++--
 react-native-debugger.sh |7 ---
 setZoomLevelLimits.patch |   11 ---
 6 files changed, 13 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 12:50:14 UTC (rev 510528)
+++ PKGBUILD2019-09-14 12:58:51 UTC (rev 510529)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.9.13
-_commit=8d40748a9120adf5f04b6e7dae87ca2f2128f621
+pkgver=0.10.0
+_commit=7dbaba93de83b04c6ef6136581ee3a097afa1e88
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')
@@ -12,25 +12,17 @@
 makedepends=('asar' 'git' 'npm')
 
source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
 'iconPath.patch'
-'nodeIntegration.patch'
 'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
+'react-native-debugger.js')
 sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6022ea467881e17ff7af9dc94455fc13eff860bf59a7ced7abf222a003a22526'
+'9a6343d3d84a7847e8c6215fa562267f7016b38c2990c15f056236c72e54a2e7'
 'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'49eceb17c8f2a2e3caa37aeb195ae3888399cf2946954f6f8f7e2d1c4050e3eb')
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
 
 prepare() {
 cd ${pkgname}
 
 patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
 }
 
 build() {
@@ -47,12 +39,11 @@
 package() {
 cd ${pkgname}
 
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
+install -dm755 "${pkgdir}/usr/lib"
 rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
 
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
 install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
 install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
 install -Dm644 electron/logo.png \

Modified: iconPath.patch
===
--- iconPath.patch  2019-09-14 12:50:14 UTC (rev 510528)
+++ iconPath.patch  2019-09-14 12:58:51 UTC (rev 510529)
@@ -1,9 +1,9 @@
 --- a/electron/main.js
 +++ b/electron/main.js
-@@ -7,7 +7,7 @@
- import { readConfig } from './config';
- import { sendSyncState } from './sync-state';
+@@ -9,7 +9,7 @@
  
+ process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 1;
+ 
 -const iconPath = path.resolve(__dirname, 'logo.png');
 +const iconPath = '/usr/share/pixmaps/react-native-debugger.png';
  const defaultOptions = { iconPath };

Deleted: nodeIntegration.patch
===
--- nodeIntegration.patch   2019-09-14 12:50:14 UTC (rev 510528)
+++ nodeIntegration.patch   2019-09-14 12:58:51 UTC (rev 510529)
@@ -1,12 +0,0 @@
 a/electron/window.js
-+++ b/electron/window.js
-@@ -90,6 +90,9 @@
- backgroundColor: '#272c37',
- tabbingIdentifier: 'rndebugger',
- ...config.windowBounds,
-+webPreferences: {
-+  nodeIntegration: true,
-+},
-   });
-   const isFirstWindow = BrowserWindow.getAllWindows().length === 1;
- 

Modified: react-native-debugger.js
===
--- react-native-debugger.js2019-09-14 12:50:14 UTC (rev 510528)
+++ react-native-debugger.js2019-09-14 12:58:51 UTC (rev 510529)
@@ -4,7 +4,7 @@
 
 const {app} = require("electron");
 const fs = require("fs");
-const {join} = require("path");
+const {dirname, join} = require("path");
 
 // Change command name.
 const fd = fs.openSync("/proc/self/comm", fs.constants.O_WRONLY);
@@ -15,7 +15,7 @@
 process.argv.splice(

[arch-commits] Commit in react-native-debugger/repos/community-any (11 files)

2019-09-14 Thread Nicola Squartini via arch-commits
Date: Saturday, September 14, 2019 @ 13:00:03
  Author: tensor5
Revision: 510530

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 510529, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 510529, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 510529, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 510529, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/nodeIntegration.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js
  react-native-debugger/repos/community-any/react-native-debugger.sh
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch

---+
 PKGBUILD  |  111 ++--
 iconPath.patch|   22 +++
 nodeIntegration.patch |   12 
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 ++--
 react-native-debugger.sh  |7 --
 setZoomLevelLimits.patch  |   11 ---
 7 files changed, 99 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 12:58:51 UTC (rev 510529)
+++ PKGBUILD2019-09-14 13:00:03 UTC (rev 510530)
@@ -1,60 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.9.13
-_commit=8d40748a9120adf5f04b6e7dae87ca2f2128f621
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'npm')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
-'iconPath.patch'
-'nodeIntegration.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js'
-'react-native-debugger.sh'
-'setZoomLevelLimits.patch')
-sha256sums=('SKIP'
-'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-'6022ea467881e17ff7af9dc94455fc13eff860bf59a7ced7abf222a003a22526'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
-'8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-'49eceb17c8f2a2e3caa37aeb195ae3888399cf2946954f6f8f7e2d1c4050e3eb')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-patch -Np1 -i ../nodeIntegration.patch
-patch -Np1 -i ../setZoomLevelLimits.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-cd dist
-npm install
-node ../scripts/patch-modules.js
-cd ..
-npm run build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib/${pkgname}"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}/app.asar"
-
-install -Dm755 ../${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-install -m755 ../${pkgname}.js "${pkgdir}/usr/lib/${pkgname}/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 510529, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 13:00:03 UTC (rev 510530)
@@ -0,0 +1,51 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.10.0
+_commit=7dbaba93de83b04c6ef6136581ee3a097afa1e88
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'npm')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js')
+sha256sums=('SKIP'
+'9a6343d3d84a7847e8c6215fa562267f7016b38c2990c15f056236c72e54a2e7'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc9

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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 13:02:48
  Author: anthraxx
Revision: 510531

upgpkg: paraview 5.6.2-3 (libjsoncpp 1.9.1 rebuild)

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 13:00:03 UTC (rev 510530)
+++ PKGBUILD2019-09-14 13:02:48 UTC (rev 510531)
@@ -14,7 +14,7 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=(x86_64)
 url="https://www.paraview.org";
@@ -23,7 +23,7 @@
  ffmpeg ospray python-matplotlib python-numpy
  cgns protobuf python-pygments
  double-conversion expat freetype2 gdal glew hdf5 
- libjpeg jsoncpp libxml2 lz4 xz python-mpi4py netcdf
+ libjpeg jsoncpp libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf
  libogg libpng pdal proj pugixml libtheora libtiff zlib)
 #gl2ps
 #netcdf-cxx libharu


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 13:03:01
  Author: anthraxx
Revision: 510532

archrelease: copy trunk to community-staging-x86_64

Added:
  paraview/repos/community-staging-x86_64/
  paraview/repos/community-staging-x86_64/PKGBUILD
(from rev 510531, paraview/trunk/PKGBUILD)
  paraview/repos/community-staging-x86_64/proj6.patch
(from rev 510531, paraview/trunk/proj6.patch)

-+
 PKGBUILD|  107 
 proj6.patch |  110 ++
 2 files changed, 217 insertions(+)

Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 510531, 
paraview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 13:03:01 UTC (rev 510532)
@@ -0,0 +1,107 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Oliver Goethel 
+# Contributor: eolianoe eolianoe 
+# Contributor: George Eleftheriou 
+# Contributor: Mathias Anselmann 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Michele Mocciola 
+# Contributor: Simon Zilliken 
+# Contributor: chuckdaniels
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.6.2
+pkgrel=3
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org";
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras intel-tbb openmpi
+ ffmpeg ospray python-matplotlib python-numpy
+ cgns protobuf python-pygments
+ double-conversion expat freetype2 gdal glew hdf5 
+ libjpeg jsoncpp libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf
+ libogg libpng pdal proj pugixml libtheora libtiff zlib)
+#gl2ps
+#netcdf-cxx libharu
+#sqlite apparently not used in this VTK configuration
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
+proj6.patch)
+sha256sums=('1f3710b77c58a46891808dbe23dc59a1259d9c6b7bb123aaaeaa6ddf2be882ea'
+'2271cf8b57a4251d04a5e6f48b05939f60131b5b9a7947c21f013af2cbe55e28')
+
+prepare() {
+mkdir -p build
+cd ParaView-v${pkgver}/VTK
+patch -p1 -i ../../proj6.patch
+}
+
+build() {
+cd build
+
+# Flags to enable system libs in VTK building, as in VTK package
+# GL2PS has non-upstreamed patches?
+# KISSFFT is not packaged
+# UTF8 (utfcpp) is not packaged (but present in AUR)
+# VERDICT is not packaged
+# ZFP is not packaged
+# NETCDFCPP blocked by https://github.com/Unidata/netcdf-cxx4/issues/43
+# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+# SQLITE apparently not used in this VTK configuration
+local VTK_USE_SYSTEM_LIB=""
+for lib in DOUBLECONVERSION EIGEN EXPAT FREETYPE GLEW HDF5 JPEG JSONCPP 
LIBPROJ LIBXML2 LZ4 LZMA MPI4PY NETCDF OGG PEGTL PNG PUGIXML THEORA TIFF ZLIB
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+done
+# Specific system libs for ParaView version
+for lib in CGNS PROTOBUF PYGMENTS
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+done
+
+cmake ../ParaView-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOSPRAY_INSTALL_DIR=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_MATPLOTLIB=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_PYTHON=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_VISITBRIDGE=ON \
+-DPARAVIEW_USE_OSPRAY=ON \
+-DVISIT_BUILD_READER_CGNS=ON \
+-DVTK_PYTHON_FULL_THREADSAFE=ON \
+-DVTK_PYTHON_VERSION=3 \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTKm_ENABLE_RENDERING=ON \
+-DVTKm_USE_DOUBLE_PRECISION=ON \
+-DModule_vtkGeovisCore=ON \
+-DModule_vtkGeovisGDAL=ON \
+-DModule_vtkIOGDAL=ON \
+-DModule_vtkIOPDAL=ON \
+${VTK_USE_SYSTEM_LIB} \
+-GNinja
+
+ninja ${MAKEFLAGS}
+}
+
+package() {
+cd build
+
+DESTDIR="${pkgdir}" ninja install
+
+# Install license
+install -Dm644 "${srcdir}"/ParaView-v${pkgver}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/paraview/LICENSE
+
+# Remove IceT man pages to avoid conflicts
+rm -- "${pkgdir}"/usr/share/man/man3/icet*.3
+rmdir "${pkgdir}"/usr/share/man/{man3/,}
+}

Copied: paraview/repos/community-staging-x86_64/proj6.patch (from rev 510531, 
paraview/trunk/proj6.patch)
===
--- community-staging-x86_64/proj6.patch(rev 0)
+++ community-stag

[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 -v

[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 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 
+-${AVFORMAT_LIBR

[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 vtk/repos (4 files)

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

archrelease: copy trunk to community-staging-x86_64

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

-+
 .contrib|6 ++
 PKGBUILD|  134 ++
 proj6.patch |  110 +++
 3 files changed, 250 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 510539, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2019-09-14 14:38:38 UTC (rev 510540)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 510539, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 14:38:38 UTC (rev 510540)
@@ -0,0 +1,134 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Bruno Pagani 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=8.2.0
+pkgrel=7
+pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
+arch=(x86_64)
+url="https://www.vtk.org/";
+license=(BSD)
+depends=(gcc-libs double-conversion)
+makedepends=(cmake boost doxygen ffmpeg gdal gnuplot
+ java-environment openmpi python-matplotlib qt5-base
+ qt5-tools qt5-webkit qt5-x11extras tk unixodbc wget
+ double-conversion eigen expat freetype2 glew hdf5
+ libjpeg jsoncpp libxml2 lz4 xz python-mpi4py netcdf
+ libogg pdal pegtl libpng pugixml libtheora libtiff zlib
+ proj sqlite)
+optdepends=('gnuplot: plotting tools'
+'graphviz: drawing tools'
+'java-runtime: java bindings'
+'python: python bindings'
+'python-mpi4py: OpenMPI python support'
+'python-matplotlib: for Matplotlib rendering'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'tk: tcl bindings'
+ffmpeg
+gdal
+glew
+hdf5
+jsoncpp
+lz4
+netcdf
+pdal
+pugixml
+proj
+sqlite
+unixodbc)
+source=("${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz"
+"${url}/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
+"${url}/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
+proj6.patch)
+options=(staticlibs)
+sha512sums=('521bd4dabedbc24b0e80a314a34ecd7554b04af28a7973245e3a9cf99a09b995d1b8ac42305c8e53369f226a0a6da3cdb29105ba2c90b46492736ef717760286'
+
'517d0f6dfdb0c61f59df933f06d3a28c8a48ea684aaff311456213fe493e2a20128886144325fc4edfa376b2d375a2dae6c60ad6e3d5d2f4a7b0ac1d8545c87b'
+
'8a7ea3d5870b1e4ccb31c77b4c270d00208349da1b2938e957210db3ec1449b678c66edc2faee1d4514aca6d725f642abc91e10ab0c151f6743cad1c53485588'
+
'bd095a848c198752307d6924eaa46d07af4fbbba70f4665e10c8b5dd8d2a84cb6d9ea6c25705463a6c054c5afa5af4c68030ad90d37953672c0fc609eaf24b07')
+
+prepare() {
+  mkdir build
+  cd VTK-${pkgver}
+
+  # Fix build with proj 6.0
+  patch -Np1 -i ../proj6.patch
+
+  # Fix build with Java 12
+  sed -i 's/VTK_JAVA_SOURCE_VERSION "1.6"/VTK_JAVA_SOURCE_VERSION "1.7"/
+  s/VTK_JAVA_TARGET_VERSION "1.6"/VTK_JAVA_TARGET_VERSION "1.7"/' 
Wrapping/Java/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # GL2PS blocked by http://www.vtk.org/Bug/view.php?id=16083
+  # LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+  # exodusII,kissfft,verdict,VPIC,xdmf2/3,zfp not packaged in Arch
+  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
+  local VTK_USE_SYSTEM_LIB=""
+  # Common with ParaView
+  for lib in DOUBLECONVERSION EIGEN EXPAT FREETYPE GLEW HDF5 JPEG JSONCPP 
LIBXML2 LZ4 LZMA MPI4PY NETCDF OGG PEGTL PNG PUGIXML THEORA TIFF ZLIB; do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
+  done
+  for lib in LIBPROJ SQLITE; do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
+  done
+
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+
+  cmake ../VTK-${pkgver} \
+-Wno-dev \
+-DCMAKE_SKIP_RPATH=

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

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

upgpkg: vtk 8.2.0-7 (jsoncpp 1.9.1 rebuild)

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 14:19:45 UTC (rev 510538)
+++ PKGBUILD2019-09-14 14:38:27 UTC (rev 510539)
@@ -6,7 +6,7 @@
 
 pkgname=vtk
 pkgver=8.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
 arch=(x86_64)
 url="https://www.vtk.org/";


[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 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 openconnect/trunk (PKGBUILD)

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 15:48:33
  Author: anthraxx
Revision: 362742

upgpkg: openconnect 1:8.05-1

Modified:
  openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 15:33:48 UTC (rev 362741)
+++ PKGBUILD2019-09-14 15:48:33 UTC (rev 362742)
@@ -3,7 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=openconnect
-pkgver=8.04
+pkgver=8.05
 pkgrel=1
 epoch=1
 pkgdesc='Open client for Cisco AnyConnect VPN'
@@ -17,7 +17,7 @@
 provides=('libopenconnect.so')
 options=('!emptydirs')
 
source=(ftp://ftp.infradead.org/pub/openconnect/openconnect-${pkgver}.tar.gz{,.asc})
-sha256sums=('98979c6e3f78b294dc663e3fd75d5c9e9d779f247be9d4e3ab84b5e90565f81f'
+sha256sums=('335c2952d0cb36822acb112eaaf5e3b4acffc6874985fb614fec0b76c4c12992'
 'SKIP')
 validpgpkeys=('BE07D9FD54809AB2C4B0FF5F63762CDA67E2F359') # David Woodhouse 

 


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 15:48:39
  Author: anthraxx
Revision: 362743

archrelease: copy trunk to extra-x86_64

Added:
  openconnect/repos/extra-x86_64/PKGBUILD
(from rev 362742, openconnect/trunk/PKGBUILD)
Deleted:
  openconnect/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 15:48:33 UTC (rev 362742)
+++ PKGBUILD2019-09-14 15:48:39 UTC (rev 362743)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Felix Yan 
-
-pkgname=openconnect
-pkgver=8.04
-pkgrel=1
-epoch=1
-pkgdesc='Open client for Cisco AnyConnect VPN'
-url='https://www.infradead.org/openconnect/'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5' 'lz4' 'pcsclite'
- 'stoken' 'libstoken.so')
-makedepends=('intltool' 'python2')
-optdepends=('python2: tncc-wrapper')
-provides=('libopenconnect.so')
-options=('!emptydirs')
-source=(ftp://ftp.infradead.org/pub/openconnect/openconnect-${pkgver}.tar.gz{,.asc})
-sha256sums=('98979c6e3f78b294dc663e3fd75d5c9e9d779f247be9d4e3ab84b5e90565f81f'
-'SKIP')
-validpgpkeys=('BE07D9FD54809AB2C4B0FF5F63762CDA67E2F359') # David Woodhouse 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 \
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static
-  make
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 362742, 
openconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 15:48:39 UTC (rev 362743)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Felix Yan 
+
+pkgname=openconnect
+pkgver=8.05
+pkgrel=1
+epoch=1
+pkgdesc='Open client for Cisco AnyConnect VPN'
+url='https://www.infradead.org/openconnect/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5' 'lz4' 'pcsclite'
+ 'stoken' 'libstoken.so')
+makedepends=('intltool' 'python2')
+optdepends=('python2: tncc-wrapper')
+provides=('libopenconnect.so')
+options=('!emptydirs')
+source=(ftp://ftp.infradead.org/pub/openconnect/openconnect-${pkgver}.tar.gz{,.asc})
+sha256sums=('335c2952d0cb36822acb112eaaf5e3b4acffc6874985fb614fec0b76c4c12992'
+'SKIP')
+validpgpkeys=('BE07D9FD54809AB2C4B0FF5F63762CDA67E2F359') # David Woodhouse 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 \
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[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 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 synergy-core-${pkgver}-stable/bu

[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 python-arrow/repos/community-any (PKGBUILD PKGBUILD)

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 16:45:31
  Author: alucryd
Revision: 510569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 16:45:27 UTC (rev 510568)
+++ PKGBUILD2019-09-14 16:45:31 UTC (rev 510569)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=96e19e8a0159db8663fed01d0c8b69e769af60ca)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 510568, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 16:45:31 UTC (rev 510569)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.2
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-dateparser
+  python-mock
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 16:45:27
  Author: alucryd
Revision: 510568

upgpkg: python-arrow 0.15.2-1

Modified:
  python-arrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 16:38:13 UTC (rev 510567)
+++ PKGBUILD2019-09-14 16:45:27 UTC (rev 510568)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi 
 
 pkgname=python-arrow
-pkgver=0.15.1
+pkgver=0.15.2
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
@@ -21,7 +21,7 @@
   python-pytz
   python-simplejson
 )
-source=(git+https://github.com/crsmithdev/arrow.git#tag=96e19e8a0159db8663fed01d0c8b69e769af60ca)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 16:55:05
  Author: alucryd
Revision: 510570

upgpkg: lib32-libmm-glib 1.10.6-1

Modified:
  lib32-libmm-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 16:45:31 UTC (rev 510569)
+++ PKGBUILD2019-09-14 16:55:05 UTC (rev 510570)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmm-glib
-pkgver=1.10.4
+pkgver=1.10.6
 pkgrel=1
 pkgdesc='ModemManager library'
 arch=(x86_64)
@@ -26,9 +26,15 @@
   python
   vala
 )
-source=(git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=a0c790e09b93e4d3d2634eb3479c3c80b51585e7)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd ModemManager
+
+  git describe --tags
+}
+
 prepare() {
   cd ModemManager
 


[arch-commits] Commit in lib32-libmm-glib/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 16:55:11
  Author: alucryd
Revision: 510571

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD
(from rev 510570, lib32-libmm-glib/trunk/PKGBUILD)
Deleted:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 16:55:05 UTC (rev 510570)
+++ PKGBUILD2019-09-14 16:55:11 UTC (rev 510571)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libmm-glib
-pkgver=1.10.4
-pkgrel=1
-pkgdesc='ModemManager library'
-arch=(x86_64)
-url=https://www.freedesktop.org/wiki/Software/ModemManager/
-license=(
-  GPL2
-  LGPL2.1
-)
-depends=(
-  lib32-glib2
-  libmm-glib
-)
-makedepends=(
-  git
-  intltool
-  lib32-libmbim
-  lib32-libqmi
-  lib32-polkit
-  lib32-systemd
-  python
-  vala
-)
-source=(git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd ModemManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ModemManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-gtk-doc-html \
---disable-static \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-polkit=permissive \
---with-suspend-resume=systemd \
---with-systemd-journal \
---with-udev-base-dir=/usr/lib32/udev
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make -C include
-  make -C libmm-glib
-  make -C data
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C ModemManager/libmm-glib install
-  make DESTDIR="${pkgdir}" -C ModemManager/data install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD (from rev 510570, 
lib32-libmm-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 16:55:11 UTC (rev 510571)
@@ -0,0 +1,75 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libmm-glib
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='ModemManager library'
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/ModemManager/
+license=(
+  GPL2
+  LGPL2.1
+)
+depends=(
+  lib32-glib2
+  libmm-glib
+)
+makedepends=(
+  git
+  intltool
+  lib32-libmbim
+  lib32-libqmi
+  lib32-polkit
+  lib32-systemd
+  python
+  vala
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=a0c790e09b93e4d3d2634eb3479c3c80b51585e7)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ModemManager
+
+  git describe --tags
+}
+
+prepare() {
+  cd ModemManager
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--disable-gtk-doc-html \
+--disable-static \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--with-systemd-journal \
+--with-udev-base-dir=/usr/lib32/udev
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C include
+  make -C libmm-glib
+  make -C data
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C ModemManager/libmm-glib install
+  make DESTDIR="${pkgdir}" -C ModemManager/data install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libcloudproviders (3 files)

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 17:18:30
  Author: alucryd
Revision: 510573

archrelease: copy trunk to community-x86_64

Added:
  libcloudproviders/repos/
  libcloudproviders/repos/community-x86_64/
  libcloudproviders/repos/community-x86_64/PKGBUILD
(from rev 510572, libcloudproviders/trunk/PKGBUILD)

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

Copied: libcloudproviders/repos/community-x86_64/PKGBUILD (from rev 510572, 
libcloudproviders/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-09-14 17:18:30 UTC (rev 510573)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Fina Wilke 
+
+pkgname=libcloudproviders
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='DBus API that allows cloud storage sync clients to expose their 
services'
+arch=(x86_64)
+url=https://gitlab.gnome.org/World/libcloudproviders
+license=(LGPL3)
+depends=(
+  glib2
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/World/libcloudproviders.git#tag=79d1652a0aadab39648bc30db853cdb1d6e2bf95)
+md5sums=(SKIP)
+
+pkgver() {
+  cd libcloudproviders
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libcloudproviders build \
+--prefix /usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 17:18:18
  Author: alucryd
Revision: 510572

add libcloudproviders for pantheon-files

Added:
  libcloudproviders/
  libcloudproviders/trunk/
  libcloudproviders/trunk/PKGBUILD

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

Added: libcloudproviders/trunk/PKGBUILD
===
--- libcloudproviders/trunk/PKGBUILD(rev 0)
+++ libcloudproviders/trunk/PKGBUILD2019-09-14 17:18:18 UTC (rev 510572)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Fina Wilke 
+
+pkgname=libcloudproviders
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='DBus API that allows cloud storage sync clients to expose their 
services'
+arch=(x86_64)
+url=https://gitlab.gnome.org/World/libcloudproviders
+license=(LGPL3)
+depends=(
+  glib2
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/World/libcloudproviders.git#tag=79d1652a0aadab39648bc30db853cdb1d6e2bf95)
+md5sums=(SKIP)
+
+pkgver() {
+  cd libcloudproviders
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libcloudproviders build \
+--prefix /usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 17:25:55
  Author: alucryd
Revision: 510575

archrelease: copy trunk to community-x86_64

Added:
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 510574, pantheon-files/trunk/PKGBUILD)
Deleted:
  pantheon-files/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 17:25:50 UTC (rev 510574)
+++ PKGBUILD2019-09-14 17:25:55 UTC (rev 510575)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=4.1.9
-pkgrel=1
-pkgdesc='The Pantheon File Browser'
-arch=(x86_64)
-url=https://github.com/elementary/files
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  atk
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libnotify
-  pango
-  sqlite
-  zeitgeist
-)
-makedepends=(
-  git
-  gnome-common
-  meson
-  vala
-)
-optdepends=(
-  'contractor: Various context menu entries'
-  'gvfs: Cleaner devices section'
-  'tumbler: Thumbnails generation'
-)
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-files build \
--D with-unity=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 510574, 
pantheon-files/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 17:25:55 UTC (rev 510575)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='The Pantheon File Browser'
+arch=(x86_64)
+url=https://github.com/elementary/files
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  atk
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libcloudproviders
+  libgee
+  libgranite.so
+  libnotify
+  pango
+  sqlite
+  zeitgeist
+)
+makedepends=(
+  git
+  gnome-common
+  meson
+  vala
+)
+optdepends=(
+  'contractor: Various context menu entries'
+  'gvfs: Cleaner devices section'
+  'tumbler: Thumbnails generation'
+)
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=e36b02dcf79a686cae1ab1f00e8ac3835f292c4a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-files
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-files build \
+-D with-unity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 17:25:50
  Author: alucryd
Revision: 510574

upgpkg: pantheon-files 4.2.0-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 17:18:30 UTC (rev 510573)
+++ PKGBUILD2019-09-14 17:25:50 UTC (rev 510574)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=4.1.9
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='The Pantheon File Browser'
 arch=(x86_64)
@@ -15,6 +15,7 @@
   glib2
   gtk3
   libcanberra
+  libcloudproviders
   libgee
   libgranite.so
   libnotify
@@ -33,9 +34,15 @@
   'gvfs: Cleaner devices section'
   'tumbler: Thumbnails generation'
 )
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${pkgver})
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=e36b02dcf79a686cae1ab1f00e8ac3835f292c4a)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-files
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-files build \
 -D with-unity=false


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

2019-09-14 Thread David Runge via arch-commits
Date: Saturday, September 14, 2019 @ 18:14:51
  Author: dvzrv
Revision: 510576

upgpkg: supercollider 3.10.3-2

Rebuilding against boost 1.71.0. Adding upstream patch for boost >= 1.70.0.
Adding all direct library dependencies. Adding -DBoost_NO_BOOST_CMAKE=ON, so 
boost own cmake file won't get used ( 
https://github.com/supercollider/supercollider/issues/4576 ).

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 17:25:55 UTC (rev 510575)
+++ PKGBUILD2019-09-14 18:14:51 UTC (rev 510576)
@@ -5,14 +5,15 @@
 _name=SuperCollider
 pkgname=supercollider
 pkgver=3.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io";
 license=('GPL3')
 groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg'
-'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
+depends=('alsa-lib' 'avahi' 'boost-libs' 'desktop-file-utils' 'fftw' 'gcc-libs'
+'glibc' 'jack' 'libsndfile' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets' 'readline' 'systemd-libs' 'yaml-cpp')
 makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
 checkdepends=('xorg-server-xvfb')
 optdepends=('emacs: emacs interface'
@@ -21,10 +22,11 @@
 provides=('libscsynth.so')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
 "${pkgname}-use_system_boost.patch"
-)
+
"${pkgname}-3.10.3-boost-1.70.patch::https://patch-diff.githubusercontent.com/raw/supercollider/supercollider/pull/4491.patch";)
 install="${pkgname}.install"
 
sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
+
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae'
+
'a0d0004d3e0a6e0eb346af4a262131054272ab6f9ddf62baea4bfe1eed332657536d6a80752e8422827bff0241d34e98905f9dc9fc3f02abade60d559a551e15')
 
 prepare() {
   mv -v "${_name}-Source" "${pkgname}-${pkgver}"
@@ -32,6 +34,7 @@
   # make sure system boost is used
   # https://github.com/supercollider/supercollider/issues/4096
   patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
+  patch -Np1 -i ../"${pkgname}-3.10.3-boost-1.70.patch"
   mkdir -v build
 }
 
@@ -39,6 +42,7 @@
   cd "${pkgname}-${pkgver}/build"
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+   -DBoost_NO_BOOST_CMAKE=ON \
-DLIBSCSYNTH=ON \
-DFORTIFY=ON \
-DSYSTEM_YAMLCPP=ON \


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

2019-09-14 Thread David Runge via arch-commits
Date: Saturday, September 14, 2019 @ 18:15:00
  Author: dvzrv
Revision: 510577

archrelease: copy trunk to community-staging-x86_64

Added:
  supercollider/repos/community-staging-x86_64/
  supercollider/repos/community-staging-x86_64/PKGBUILD
(from rev 510576, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-staging-x86_64/supercollider-use_system_boost.patch
(from rev 510576, supercollider/trunk/supercollider-use_system_boost.patch)
  supercollider/repos/community-staging-x86_64/supercollider.install
(from rev 510576, supercollider/trunk/supercollider.install)

--+
 PKGBUILD |   64 +
 supercollider-use_system_boost.patch |  359 +
 supercollider.install|8 
 3 files changed, 431 insertions(+)

Copied: supercollider/repos/community-staging-x86_64/PKGBUILD (from rev 510576, 
supercollider/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 18:15:00 UTC (rev 510577)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.3
+pkgrel=2
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io";
+license=('GPL3')
+groups=('pro-audio')
+depends=('alsa-lib' 'avahi' 'boost-libs' 'desktop-file-utils' 'fftw' 'gcc-libs'
+'glibc' 'jack' 'libsndfile' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets' 'readline' 'systemd-libs' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+provides=('libscsynth.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
+"${pkgname}-use_system_boost.patch"
+
"${pkgname}-3.10.3-boost-1.70.patch::https://patch-diff.githubusercontent.com/raw/supercollider/supercollider/pull/4491.patch";)
+install="${pkgname}.install"
+sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
+
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae'
+
'a0d0004d3e0a6e0eb346af4a262131054272ab6f9ddf62baea4bfe1eed332657536d6a80752e8422827bff0241d34e98905f9dc9fc3f02abade60d559a551e15')
+
+prepare() {
+  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # make sure system boost is used
+  # https://github.com/supercollider/supercollider/issues/4096
+  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
+  patch -Np1 -i ../"${pkgname}-3.10.3-boost-1.70.patch"
+  mkdir -v build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBoost_NO_BOOST_CMAKE=ON \
+   -DLIBSCSYNTH=ON \
+   -DFORTIFY=ON \
+   -DSYSTEM_YAMLCPP=ON \
+   -DSYSTEM_BOOST=ON \
+   -DSC_VIM=OFF
+  make VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555";
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
+}

Copied: 
supercollider/repos/community-staging-x86_64/supercollider-use_system_boost.patch
 (from rev 510576, supercollider/trunk/supercollider-use_system_boost.patch)
===
--- community-staging-x86_64/supercollider-use_system_boost.patch   
(rev 0)
+++ community-staging-x86_64/supercollider-use_system_boost.patch   
2019-09-14 18:15:00 UTC (rev 510577)
@@ -0,0 +1,359 @@
+diff --git c/CMakeLists.txt w/CMakeLists.txt
+index 063028774..a6b76f49b 100644
+--- c/CMakeLists.txt
 w/CMakeLists.txt
+@@ -253,20 +253,43 @@ if (NOT WIN32)
+ endif()
+ 
+ if(SYSTEM_BOOST)
+-  set(Boost_USE_MULTITHREADED  ON)
+-  find_package( Boost 1.50.0 COMPONENTS  thread system filesystem 
program_options regex test_exec_monitor )
+-endif()
+-
+-if (Boost_FOUND)
+-  link_directories(${Boost_LIBRARY_DIRS})
++set(Boost_USE_MULTITHREADED ON)
++find_package( Boost 1.50.0 COMPONENTS  thread system filesystem 
program_options regex test_exec_monitor )
++if (Boost_FOUND)
++# we're specifically setting up the boost libraries here, so we can
++  

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

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

upgpkg: haskell-hsopenssl 0.11.4.17-1

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 18:15:00 UTC (rev 510577)
+++ PKGBUILD2019-09-14 20:07:16 UTC (rev 510578)
@@ -2,8 +2,8 @@
 
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
-pkgver=0.11.4.16
-pkgrel=23
+pkgver=0.11.4.17
+pkgrel=1
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL";
 license=('custom:PublicDomain')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-network' 'openssl')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1f44f871eeffc218e7f2f19371054dc5fcfff68dbb893ef264c1fd14883c56be4b9166b9dc7e23dfd6a671f87b0bed42243fff18efe7f5ac5d8d017d32b4e7a7')
+sha512sums=('fe7be85a6e9690f4c7a5d79c0bab56efd42e183415c5b92b589c5bd380f2646877e0d4b1208f5583d3223a602118c9a3d74688e02f9d24a1ea20aea64a625eb6')
 
 build() {
 cd $_hkgname-$pkgver


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

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

upgpkg: haskell-openssl-streams 1.2.2.0-31

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:07:25 UTC (rev 510579)
+++ PKGBUILD2019-09-14 20:08:00 UTC (rev 510580)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.2.0
-pkgrel=30
+pkgrel=31
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams";
 license=('BSD')


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

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

archrelease: copy trunk to extra-any

Added:
  perl-carp-clan/repos/extra-any/PKGBUILD
(from rev 362744, perl-carp-clan/trunk/PKGBUILD)
Deleted:
  perl-carp-clan/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 20:07:48 UTC (rev 362744)
+++ PKGBUILD2019-09-14 20:08:12 UTC (rev 362745)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.07
-pkgrel=2
-pkgdesc='Report errors from perspective of caller of a "clan" of modules'
-arch=('any')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/$_realname/";
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz";)
-md5sums=('a3e58800996c3af44b0efc191716ae86')
-
-build() {
-  cd $_realname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $_realname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 362744, 
perl-carp-clan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 20:08:12 UTC (rev 362745)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.08
+pkgrel=1
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/$_realname/";
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz";)
+md5sums=('34fe04102374516ef7a105375b95ffde')
+
+build() {
+  cd $_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-openssl-streams/repos/community-staging-x86_64/
  haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 510580, haskell-openssl-streams/trunk/PKGBUILD)

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

Copied: haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD (from 
rev 510580, haskell-openssl-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:08:09 UTC (rev 510581)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=openssl-streams
+pkgname=haskell-openssl-streams
+pkgver=1.2.2.0
+pkgrel=31
+pkgdesc="OpenSSL network support for io-streams"
+url="https://github.com/snapframework/openssl-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
+
+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 perl-carp-clan/trunk (PKGBUILD)

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

upgpkg: perl-carp-clan 6.08-1

Modified:
  perl-carp-clan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 15:48:39 UTC (rev 362743)
+++ PKGBUILD2019-09-14 20:07:48 UTC (rev 362744)
@@ -4,8 +4,8 @@
 
 pkgname=perl-carp-clan
 _realname=Carp-Clan
-pkgver=6.07
-pkgrel=2
+pkgver=6.08
+pkgrel=1
 pkgdesc='Report errors from perspective of caller of a "clan" of modules'
 arch=('any')
 license=('PerlArtistic')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz";)
-md5sums=('a3e58800996c3af44b0efc191716ae86')
+md5sums=('34fe04102374516ef7a105375b95ffde')
 
 build() {
   cd $_realname-$pkgver


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsopenssl/repos/community-staging-x86_64/PKGBUILD (from rev 
510578, haskell-hsopenssl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:07:25 UTC (rev 510579)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=HsOpenSSL
+pkgname=haskell-hsopenssl
+pkgver=0.11.4.17
+pkgrel=1
+pkgdesc="Partial OpenSSL binding for Haskell"
+url="https://github.com/vshabanov/HsOpenSSL";
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'openssl')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fe7be85a6e9690f4c7a5d79c0bab56efd42e183415c5b92b589c5bd380f2646877e0d4b1208f5583d3223a602118c9a3d74688e02f9d24a1ea20aea64a625eb6')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
510582, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:10:08 UTC (rev 510583)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.1.1
+pkgrel=69
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

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

upgpkg: haskell-snap-server 1.1.1.1-69

rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:08:09 UTC (rev 510581)
+++ PKGBUILD2019-09-14 20:09:59 UTC (rev 510582)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=68
+pkgrel=69
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')


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

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

upgpkg: haskell-http-streams 0.8.6.1-141

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:10:08 UTC (rev 510583)
+++ PKGBUILD2019-09-14 20:12:20 UTC (rev 510584)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=140
+pkgrel=141
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams";
 license=('BSD')


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:12:28
  Author: felixonmars
Revision: 510585

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
510584, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:12:28 UTC (rev 510585)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.6.1
+pkgrel=141
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 20:14:44 UTC (rev 510586)
+++ PKGBUILD2019-09-14 20:14:54 UTC (rev 510587)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=snap-server
-pkgname=haskell-snap-server
-pkgver=1.1.1.1
-pkgrel=69
-pkgdesc="A web server for the Snap Framework"
-url="https://github.com/snapframework/snap-server";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
- 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
- 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
- 'haskell-vector')
-makedepends=('ghc')
-checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
-  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
-  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
-  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
510586, haskell-snap-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 20:14:54 UTC (rev 510587)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.1.1
+pkgrel=70
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-v

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

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

upgpkg: haskell-snap-server 1.1.1.1-70

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:12:28 UTC (rev 510585)
+++ PKGBUILD2019-09-14 20:14:44 UTC (rev 510586)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=69
+pkgrel=70
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:17:00
  Author: felixonmars
Revision: 510589

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 510588, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:17:00 UTC (rev 510589)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.2
+pkgrel=79
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-exceptions' 'haskell-hashable' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779')
+
+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 \
+-fdoctest -f-aws -fhttpbin -f-developer
+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 || warning "Tests failed"
+}
+
+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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:16:52
  Author: felixonmars
Revision: 510588

upgpkg: haskell-wreq 0.5.3.2-79

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:14:54 UTC (rev 510587)
+++ PKGBUILD2019-09-14 20:16:52 UTC (rev 510588)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=78
+pkgrel=79
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq";
 license=('BSD')


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

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

upgpkg: haskell-mustache 2.3.0-232

rebuild with HsOpenSSL 0.11.4.17

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:17:00 UTC (rev 510589)
+++ PKGBUILD2019-09-14 20:18:08 UTC (rev 510590)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.0
-pkgrel=231
+pkgrel=232
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache";
 license=('BSD')


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:18:16
  Author: felixonmars
Revision: 510591

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
510590, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:18:16 UTC (rev 510591)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.0
+pkgrel=232
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdefb406a44bb3648ca7129128767be04c780d967757385770111a0da8f91ff7165213038e8abc7799b28b66eb7d2f47383346837fad7e6327dad7aa714971f6')
+
+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 stack/repos (3 files)

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:23:42
  Author: felixonmars
Revision: 510593

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   83 
 stack.install |4 ++
 2 files changed, 87 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 510592, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 20:23:42 UTC (rev 510593)
@@ -0,0 +1,83 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.1.3
+pkgrel=35
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-colour'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-echo' 'haskell-exceptions' 'haskell-extra' 
'haskell-file-embed' 'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 
'haskell-http-download'
+ 'haskell-http-types' 'haskell-memory' 'haskell-microlens' 
'haskell-mintty'
+ 'haskell-mono-traversable' 'haskell-mustache' 
'haskell-neat-interpolation'
+ 'haskell-network-uri' 'haskell-open-browser' 
'haskell-optparse-applicative'
+ 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-terminal-size'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";
+
https://github.com/commercialhaskell/stack/commit/62c24fa0552dc722260f1cee75325145e837ab6a.patch)
+sha512sums=('SKIP'
+
'99bb04cf6581a8d712413822f834856b036b37ab2ae41307e82a7064b12cdfa43c6ccc60adfa870057f9ba197e1ae4eda144a7088306630400c0798a2b60d9c6')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
+  hpack
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libH

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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 20:23:31
  Author: felixonmars
Revision: 510592

upgpkg: stack 2.1.3-35

rebuild with HsOpenSSL 0.11.4.17

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:18:16 UTC (rev 510591)
+++ PKGBUILD2019-09-14 20:23:31 UTC (rev 510592)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=34
+pkgrel=35
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2019-09-14 Thread Jan Steffens via arch-commits
Date: Saturday, September 14, 2019 @ 23:19:03
  Author: heftig
Revision: 362746

13.0-1

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:08:12 UTC (rev 362745)
+++ PKGBUILD2019-09-14 23:19:03 UTC (rev 362746)
@@ -6,7 +6,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=12.99.3
+pkgver=13.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
@@ -15,7 +15,7 @@
  speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
  lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
  xmltoman)
-_commit=fb530e0f3b2e36cfd28fb975237144d083419044  # tags/v12.99.3^0
+_commit=200618b32f0964a479d69c9b6e5073e6931c370a  # tags/v13.0^0
 
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-09-14 Thread Jan Steffens via arch-commits
Date: Saturday, September 14, 2019 @ 23:18:47
  Author: heftig
Revision: 510594

13.0-1

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 20:23:42 UTC (rev 510593)
+++ PKGBUILD2019-09-14 23:18:47 UTC (rev 510594)
@@ -6,7 +6,7 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=12.99.3
+pkgver=13.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
@@ -18,7 +18,7 @@
 provides=("lib32-pulseaudio=$pkgver")
 conflicts=(lib32-pulseaudio)
 replaces=(lib32-pulseaudio)
-_commit=fb530e0f3b2e36cfd28fb975237144d083419044  # tags/v12.99.3^0
+_commit=200618b32f0964a479d69c9b6e5073e6931c370a  # tags/v13.0^0
 
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit";)
 sha256sums=('SKIP')
 


<    1   2   3   >