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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:49:09
  Author: arojas
Revision: 369042

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

Added:
  libkleo/repos/kde-unstable-x86_64/
  libkleo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369041, libkleo/kde-unstable/PKGBUILD)

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

Copied: libkleo/repos/kde-unstable-x86_64/PKGBUILD (from rev 369041, 
libkleo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:49:09 UTC (rev 369042)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KDE PIM cryptographic library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(qgpgme kitemmodels kpimtextedit)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e1f9b100ca090dd637238873f2416d8ca06d96fcb67979e31f092532448cc06a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 openfire/repos/community-any (10 files)

2019-11-17 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, November 17, 2019 @ 23:49:33
  Author: mtorromeo
Revision: 530267

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 530266, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 530266, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.service
(from rev 530266, openfire/trunk/openfire.service)
  openfire/repos/community-any/tmpfile.conf
(from rev 530266, openfire/trunk/tmpfile.conf)
  openfire/repos/community-any/user.conf
(from rev 530266, openfire/trunk/user.conf)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.service
  openfire/repos/community-any/tmpfile.conf
  openfire/repos/community-any/user.conf

--+
 PKGBUILD |  118 ++---
 openfire.conf|6 +-
 openfire.service |   30 ++---
 tmpfile.conf |   18 
 user.conf|2 
 5 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:49:24 UTC (rev 530266)
+++ PKGBUILD2019-11-17 23:49:33 UTC (rev 530267)
@@ -1,59 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Pierre Schmitz 
-
-pkgname=openfire
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="High performance XMPP (Jabber) server."
-arch=('any')
-url='https://www.igniterealtime.org/projects/openfire/'
-license=('APACHE')
-depends=('java-runtime-headless')
-makedepends=('maven')
-backup=('etc/conf.d/openfire'
-'etc/openfire/openfire.xml'
-'etc/openfire/security.xml'
-'etc/openfire/crowd.properties'
-'etc/openfire/security/truststore'
-'etc/openfire/security/client.truststore'
-'etc/openfire/security/keystore')
-source=("https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
-'openfire.conf'
-'openfire.service'
-'user.conf'
-'tmpfile.conf')
-sha256sums=('b6f6a3a9951a08ce2a3b9c51dc7f479d38e5bb70fb6e852d36d19de2f6ead371'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'3e7bca77161777daefd3533d4d6f42ff7970533c887d6f4b7f1c9fdcf7771d05'
-'8bfa51cf8cc88fc69547a8f6e9e3fb242926ca2a100659363e1a6b332f223ba9'
-'c63396991984a067d05e21094a664255d6aed2bf294bddd3885a7da75472b886')
-
-build() {
-   cd "$srcdir"/Openfire-$pkgver
-   make
-}
-
-package() {
-   cd "$pkgdir"
-   install -dm755 usr/lib usr/share/openfire/resources usr/share/doc
-   install -dm750 etc/openfire
-
-   cd "$srcdir"
-   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
-   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/openfire.conf
-   install -Dm644 tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/openfire.conf
-
-   cd Openfire-$pkgver/distribution/target/distribution-base
-
-   cp -R conf/* "$pkgdir"/etc/openfire/
-
-   cp -R resources/security "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire/security 
"$pkgdir"/usr/share/openfire/resources/security
-
-   cp -R plugins "$pkgdir"/usr/share/openfire/
-   cp -R resources/{database,spank,nativeAuth} 
"$pkgdir"/usr/share/openfire/resources/
-   rm -rf "$pkgdir"/usr/share/openfire/resources/nativeAuth/{osx,win}*
-   cp -R lib "$pkgdir"/usr/lib/openfire
-   cp -R documentation "$pkgdir"/usr/share/doc/openfire
-}

Copied: openfire/repos/community-any/PKGBUILD (from rev 530266, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 23:49:33 UTC (rev 530267)
@@ -0,0 +1,59 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Pierre Schmitz 
+
+pkgname=openfire
+pkgver=4.4.4
+pkgrel=1
+pkgdesc="High performance XMPP (Jabber) server."
+arch=('any')
+url='https://www.igniterealtime.org/projects/openfire/'
+license=('APACHE')
+depends=('java-runtime-headless')
+makedepends=('maven')
+backup=('etc/conf.d/openfire'
+'etc/openfire/openfire.xml'
+'etc/openfire/security.xml'
+'etc/openfire/crowd.properties'
+'etc/openfire/security/truststore'
+'etc/openfire/security/client.truststore'
+'etc/openfire/security/keystore')
+source=("https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
+'openfire.conf'
+'openfire.service'
+'user.conf'
+'tmpfile.conf')
+sha256sums=('ba4dea4aa31e4a29262c870fee45487b6bd5b12920f2037650b20284c96c091f'
+'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
+'3e7bca77161777daefd3533d4d6f42ff7970533c887d6f4b7f1c9fdcf7771d05'
+

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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:49:19
  Author: arojas
Revision: 369043

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

Added:
  grantleetheme/repos/kde-unstable-x86_64/
  grantleetheme/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369042, grantleetheme/kde-unstable/PKGBUILD)

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

Copied: grantleetheme/repos/kde-unstable-x86_64/PKGBUILD (from rev 369042, 
grantleetheme/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:49:19 UTC (rev 369043)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(grantlee knewstuff)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c0abbe426284158b671a5dca3dd4c3d5149c5e77528e41781d49e37ed948a999'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 incidenceeditor/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:49:53
  Author: arojas
Revision: 369047

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

Added:
  incidenceeditor/repos/kde-unstable-x86_64/
  incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369046, incidenceeditor/kde-unstable/PKGBUILD)

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

Copied: incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 369046, 
incidenceeditor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:49:53 UTC (rev 369047)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=incidenceeditor
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('785cb35a1d12ab539f5b6f5eb25ddc4967f1dbdf04563ba47e70d572a20b303c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdepim-runtime/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:57
  Author: arojas
Revision: 369041

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

Added:
  kdepim-runtime/repos/kde-unstable-x86_64/
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369040, kdepim-runtime/kde-unstable/PKGBUILD)

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

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 369040, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:57 UTC (rev 369041)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=19.11.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL LGPL FDL)
+depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes akonadi qca qt5-networkauth)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('401bfc480e13dcc34a9cc6c7683cddcaec4aa7254641cbc52a5a1def18adcd9e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdav/repos (kde-unstable-x86_64 kde-unstable-x86_64/PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:25
  Author: arojas
Revision: 369038

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

Added:
  kdav/repos/kde-unstable-x86_64/
  kdav/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369037, kdav/kde-unstable/PKGBUILD)

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

Copied: kdav/repos/kde-unstable-x86_64/PKGBUILD (from rev 369037, 
kdav/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:25 UTC (rev 369038)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdav
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A DAV protocol implemention with KJobs"
+url='https://pim.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio qt5-xmlpatterns)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3d694c585955eff9ee14793dca9aed239d59da15a2de0aeb9404aa8ee528f949'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 pimcommon/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:42
  Author: arojas
Revision: 369040

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

Added:
  pimcommon/repos/kde-unstable-x86_64/
  pimcommon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369039, pimcommon/kde-unstable/PKGBUILD)

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

Copied: pimcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 369039, 
pimcommon/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:42 UTC (rev 369040)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pimcommon
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Common libraries for KDE PIM"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libkdepim kpimtextedit knewstuff kimap purpose)
+makedepends=(extra-cmake-modules boost qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('40aa6bb4664549e6dab1b4f7b242eb18b031f22b862fcd2162c504337566a87f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkdepim/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:33
  Author: arojas
Revision: 369039

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

Added:
  libkdepim/repos/kde-unstable-x86_64/
  libkdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369038, libkdepim/kde-unstable/PKGBUILD)

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

Copied: libkdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 369038, 
libkdepim/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:33 UTC (rev 369039)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkdepim
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Libraries for KDE PIM applications"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(akonadi-contacts akonadi-search kldap)
+makedepends=(extra-cmake-modules boost qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ffc2ee745443576fc5d0aaee60c59f7d456412a6ede9fb673a96292fce8eb759'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kalarmcal/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:16
  Author: arojas
Revision: 369037

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

Added:
  kalarmcal/repos/kde-unstable-x86_64/
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369036, kalarmcal/kde-unstable/PKGBUILD)

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

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 369036, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:16 UTC (rev 369037)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kholidays libakonadi kcalutils)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e8edfbc4126ea43b0eece480a170934fa34a94ef2154f40ab9bc444ce37e4589'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmailtransport/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:33
  Author: arojas
Revision: 369032

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

Added:
  kmailtransport/repos/kde-unstable-x86_64/
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369031, kmailtransport/kde-unstable/PKGBUILD)

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

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 369031, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:33 UTC (rev 369032)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(akonadi-mime kcmutils ksmtp libkgapi)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a799b8ca2eb00c2e562d24309ca5f91d04f6e03494d4d19aa44e5bd34c65f171'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-notes/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:50
  Author: arojas
Revision: 369034

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

Added:
  akonadi-notes/repos/kde-unstable-x86_64/
  akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369033, akonadi-notes/kde-unstable/PKGBUILD)

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

Copied: akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD (from rev 369033, 
akonadi-notes/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:50 UTC (rev 369034)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-notes
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b13c38ab94e22cd1d9c2dd156859629fbf44e29e680530d344ff5a335643c21b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksmtp/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:25
  Author: arojas
Revision: 369031

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

Added:
  ksmtp/repos/kde-unstable-x86_64/
  ksmtp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369030, ksmtp/kde-unstable/PKGBUILD)

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

Copied: ksmtp/repos/kde-unstable-x86_64/PKGBUILD (from rev 369030, 
ksmtp/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:25 UTC (rev 369031)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ksmtp
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Job-based library to send email through an SMTP server"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fdd7e1ce37da7cf54a1744b3f3910a6abf7b10d373d3be57df405ff651a323f3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-search/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:58
  Author: arojas
Revision: 369035

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

Added:
  akonadi-search/repos/kde-unstable-x86_64/
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369034, akonadi-search/kde-unstable/PKGBUILD)

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

Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 369034, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:58 UTC (rev 369035)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://kontact.kde.org'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalendarcore krunner kcmutils)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f5c1d41ea583308d2ee47c69cc4fa65db49295dd93d00312029d931986017fd8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-calendar/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:48:07
  Author: arojas
Revision: 369036

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

Added:
  akonadi-calendar/repos/kde-unstable-x86_64/
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369035, akonadi-calendar/kde-unstable/PKGBUILD)

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

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 369035, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:48:07 UTC (rev 369036)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contacts)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('056da1d2827afc61aa79ff1795fe1913f7b38a5b808dc9ffee2168e4614a78c3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-contacts/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:41
  Author: arojas
Revision: 369033

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

Added:
  akonadi-contacts/repos/kde-unstable-x86_64/
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369032, akonadi-contacts/kde-unstable/PKGBUILD)

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

Copied: akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 369032, 
akonadi-contacts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:41 UTC (rev 369033)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libakonadi kcontacts kmime prison)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('53bafcdec372033940964d4f5d62744928b8d059e1958f7cb22ff7654a69bb80'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkgapi/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:16
  Author: arojas
Revision: 369030

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

Added:
  libkgapi/repos/kde-unstable-x86_64/
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369029, libkgapi/kde-unstable/PKGBUILD)

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

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 369029, 
libkgapi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:16 UTC (rev 369030)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalendarcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e892b5d8d31b27da3803e16ceaea7050a89a6170440d7c91a1dbf8cb330722fb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kldap/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:32
  Author: arojas
Revision: 369025

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

Added:
  kldap/repos/kde-unstable-x86_64/
  kldap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369024, kldap/kde-unstable/PKGBUILD)

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

Copied: kldap/repos/kde-unstable-x86_64/PKGBUILD (from rev 369024, 
kldap/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:32 UTC (rev 369025)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="LDAP access API for KDE"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kcompletion)
+optdepends=('kio: LDAP kioslave')
+makedepends=(extra-cmake-modules kio kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a79d8ce04cc7600775087391a46fa2f5049a0a1024f08cce923964ba79e68414'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-mime/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:47:08
  Author: arojas
Revision: 369029

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

Added:
  akonadi-mime/repos/kde-unstable-x86_64/
  akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369028, akonadi-mime/kde-unstable/PKGBUILD)

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

Copied: akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD (from rev 369028, 
akonadi-mime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:47:08 UTC (rev 369029)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-mime
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement basic email handling"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libakonadi kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9ef0e13c06b6accf8a50cc6f427cb1a94b2f1fbf04401091ac19b4af2d5a6477'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:58
  Author: arojas
Revision: 369028

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

Added:
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369027, akonadi/kde-unstable/PKGBUILD)

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

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 369027, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:58 UTC (rev 369028)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
akonadi-qt-5.14.patch::"https://cgit.kde.org/akonadi.git/patch/?id=1d4bb01a;)
+sha256sums=('42e92dc06da05041ac6892901dbc92bd8748cdc0ca048599aada2c8b4bec82b9'
+'SKIP'
+'4453c18007be84da1542480a17a7cc0e42f94d2b221ada7e7f2ddabed1618092')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../akonadi-qt-5.14.patch # Fix function redefinition error with 
Qt 5.14
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:41
  Author: arojas
Revision: 369026

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

Added:
  kontactinterface/repos/kde-unstable-x86_64/
  kontactinterface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369025, kontactinterface/kde-unstable/PKGBUILD)

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

Copied: kontactinterface/repos/kde-unstable-x86_64/PKGBUILD (from rev 369025, 
kontactinterface/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:41 UTC (rev 369026)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0079848f18ccfb3b283195c3997d7a2a788cfc0013544e6da2e3be9ab4bb14ec'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ktnef/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:49
  Author: arojas
Revision: 369027

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

Added:
  ktnef/repos/kde-unstable-x86_64/
  ktnef/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369026, ktnef/kde-unstable/PKGBUILD)

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

Copied: ktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 369026, 
ktnef/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:49 UTC (rev 369027)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ktnef
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('05b16f0706dfec764f4a3b882fa9ea6535adf4b9991ec93901bbabef804193b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kimap/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:15
  Author: arojas
Revision: 369023

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

Added:
  kimap/repos/kde-unstable-x86_64/
  kimap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369022, kimap/kde-unstable/PKGBUILD)

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

Copied: kimap/repos/kde-unstable-x86_64/PKGBUILD (from rev 369022, 
kimap/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:15 UTC (rev 369023)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47ca9bca6ac97f706067f91f0316946998b95afeb869c930784c7e0658e8524c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmbox/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:23
  Author: arojas
Revision: 369024

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

Added:
  kmbox/repos/kde-unstable-x86_64/
  kmbox/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369023, kmbox/kde-unstable/PKGBUILD)

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

Copied: kmbox/repos/kde-unstable-x86_64/PKGBUILD (from rev 369023, 
kmbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:23 UTC (rev 369024)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b517cb8549b7cee25efef63bc344307d7a4700d85b21cd0579a6fb9d7973a18'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmime/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:46:07
  Author: arojas
Revision: 369022

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

Added:
  kmime/repos/kde-unstable-x86_64/
  kmime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369021, kmime/kde-unstable/PKGBUILD)

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

Copied: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 369021, 
kmime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:46:07 UTC (rev 369022)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('369da064d8265961c3430d2d1c8d59bf086524ed42c8f556ce8fae7fefe2174d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kqtquickcharts/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:16
  Author: arojas
Revision: 369016

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

Added:
  kqtquickcharts/repos/kde-unstable-x86_64/
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369015, kqtquickcharts/kde-unstable/PKGBUILD)

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

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 369015, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:16 UTC (rev 369016)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://edu.kde.org/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-declarative)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('09316d49ea62bd3c3297817da895750b7d2729e345117361cfae251ba7690c9a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kpimtextedit/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:32
  Author: arojas
Revision: 369018

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

Added:
  kpimtextedit/repos/kde-unstable-x86_64/
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369017, kpimtextedit/kde-unstable/PKGBUILD)

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

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 369017, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:32 UTC (rev 369018)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kio grantlee syntax-highlighting)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('af568d270eb40574a65357a49eb26e6aea3183ece260fa258f19ee413f3fe838'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 baloo-widgets/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:24
  Author: arojas
Revision: 369017

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

Added:
  baloo-widgets/repos/kde-unstable-x86_64/
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369016, baloo-widgets/kde-unstable/PKGBUILD)

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

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 369016, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:24 UTC (rev 369017)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('93938f7f6882dc66f05ff95577f46daba4b2e9913f4f32fd51bdc5a7546600b3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kidentitymanagement/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:41
  Author: arojas
Revision: 369019

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

Added:
  kidentitymanagement/repos/kde-unstable-x86_64/
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369018, kidentitymanagement/kde-unstable/PKGBUILD)

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

Copied: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
369018, kidentitymanagement/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:41 UTC (rev 369019)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ee553ca81a692292916cb3061b8d8f90489e3685bed2c4e26fdd78809e480feb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kcalutils/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:50
  Author: arojas
Revision: 369020

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

Added:
  kcalutils/repos/kde-unstable-x86_64/
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369019, kcalutils/kde-unstable/PKGBUILD)

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

Copied: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 369019, 
kcalutils/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:50 UTC (rev 369020)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kcalendarcore kidentitymanagement)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d7e6413e9c22488aef7cad4e56f14b0a393975a3f81bb28ea2bbeee5a91d6003'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kblog/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:58
  Author: arojas
Revision: 369021

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

Added:
  kblog/repos/kde-unstable-x86_64/
  kblog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369020, kblog/kde-unstable/PKGBUILD)

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

Copied: kblog/repos/kde-unstable-x86_64/PKGBUILD (from rev 369020, 
kblog/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:58 UTC (rev 369021)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kblog
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A blogging library for KDE"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kxmlrpcclient syndication kcalendarcore)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('57ebb10409bd9a92c4995d36efd1aaa3363f0f5e3adb8feb0df9c0ec9807d814'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkomparediff2/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:45:01
  Author: arojas
Revision: 369015

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

Added:
  libkomparediff2/repos/kde-unstable-x86_64/
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369014, libkomparediff2/kde-unstable/PKGBUILD)

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

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 369014, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:45:01 UTC (rev 369015)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://www.kde.org/applications/development/kompare/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dd0f2f5f0378e978b69d7fa04db151e4d57bb9142f34432711841f8418a7267e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkcddb/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:44:19
  Author: arojas
Revision: 369011

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

Added:
  libkcddb/repos/kde-unstable-x86_64/
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369010, libkcddb/kde-unstable/PKGBUILD)

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

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 369010, 
libkcddb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:44:19 UTC (rev 369011)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio libmusicbrainz5)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('63f6ffde1267b5d09422250ad0cd34f83d48e0f38b6558b6681f8919535fa337'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkcompactdisc/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:44:29
  Author: arojas
Revision: 369012

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

Added:
  libkcompactdisc/repos/kde-unstable-x86_64/
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369011, libkcompactdisc/kde-unstable/PKGBUILD)

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

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 369011, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:44:29 UTC (rev 369012)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(solid ki18n kcoreaddons phonon-qt5)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c39eba90c389e763aa67d2a9b6a5090bf79a4fd7f5961821a5210d6c719e6239'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkdegames/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:44:38
  Author: arojas
Revision: 369013

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

Added:
  libkdegames/repos/kde-unstable-x86_64/
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369012, libkdegames/kde-unstable/PKGBUILD)

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

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 369012, 
libkdegames/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:44:38 UTC (rev 369013)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kdeclarative kdnssd knewstuff)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cb14c7b5ff43f06fc72d531a19dd6b666816344e4ca7021d8083e5cd25b0f655'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkeduvocdocument/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:44:02
  Author: arojas
Revision: 369010

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

Added:
  libkeduvocdocument/repos/kde-unstable-x86_64/
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369009, libkeduvocdocument/kde-unstable/PKGBUILD)

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

Copied: libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD (from rev 369009, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:44:02 UTC (rev 369010)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio kdeedu-data)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b2bf7eefb4778534674c42747c522ef3b2471850347fe226bcdf8a19d6ccf70'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:44:51
  Author: arojas
Revision: 369014

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

Added:
  libkmahjongg/repos/kde-unstable-x86_64/
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369013, libkmahjongg/kde-unstable/PKGBUILD)

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

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 369013, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:44:51 UTC (rev 369014)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://www.kde.org/applications/games/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kconfigwidgets kcompletion qt5-svg)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('02d3edae3505380bd0983ab0fe12362c967c0273074d1005b3cf419b446ef798'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libksane/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:43:30
  Author: arojas
Revision: 369008

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

Added:
  libksane/repos/kde-unstable-x86_64/
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369007, libksane/kde-unstable/PKGBUILD)

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

Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 369007, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:43:30 UTC (rev 369008)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1b4d5eac283dd39280ed04c80c1acb352a8b34026814f746ea2fd53260843a3d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 analitza/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:43:39
  Author: arojas
Revision: 369009

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

Added:
  analitza/repos/kde-unstable-x86_64/
  analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369008, analitza/kde-unstable/PKGBUILD)

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

Copied: analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 369008, 
analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:43:39 UTC (rev 369009)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://edu.kde.org/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-svg qt5-declarative)
+makedepends=(extra-cmake-modules kdoctools eigen qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21d8eb0708058a24ba6e7dee41922c410e578917844274c9a9057a880594c027'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkdcraw/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:43:13
  Author: arojas
Revision: 369006

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

Added:
  libkdcraw/repos/kde-unstable-x86_64/
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369005, libkdcraw/kde-unstable/PKGBUILD)

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

Copied: libkdcraw/repos/kde-unstable-x86_64/PKGBUILD (from rev 369005, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:43:13 UTC (rev 369006)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5f153ec17db3dc671e486540e8912d869f2bb3a486175b13f5131481a93f7849'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkexiv2/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:43:04
  Author: arojas
Revision: 369005

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

Added:
  libkexiv2/repos/kde-unstable-x86_64/
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369004, libkexiv2/kde-unstable/PKGBUILD)

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

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 369004, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:43:04 UTC (rev 369005)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('58db53dcd8a52746ea1dc25379f1a1104f38238302fc9bf1d57c81c68755e7b9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkipi/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:43:21
  Author: arojas
Revision: 369007

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

Added:
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369006, libkipi/kde-unstable/PKGBUILD)

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

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 369006, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:43:21 UTC (rev 369007)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a08dd2d60f09d820819bb0a8916339d6ea618254c9f5f608431579dee5809cbd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 elisa/kde-unstable (PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:42:25
  Author: arojas
Revision: 369002

Add groups

Modified:
  elisa/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 23:37:00 UTC (rev 369001)
+++ PKGBUILD2019-11-17 23:42:25 UTC (rev 369002)
@@ -7,6 +7,7 @@
 url='https://community.kde.org/Elisa'
 arch=(x86_64)
 license=(LGPL3)
+groups=(kde-applications kdemultimedia)
 depends=(baloo kirigami2 kcmutils) # upnp-player-qt
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:42:47
  Author: arojas
Revision: 369003

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

Added:
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369002, kdegraphics-mobipocket/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD (from rev 
369002, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:42:47 UTC (rev 369003)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2a333a2c04349182b92dcba3821f69edc24e566a350e5d05fda933c066b4ad5b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdeedu-data/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:42:56
  Author: arojas
Revision: 369004

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kdeedu-data/repos/kde-unstable-any/
  kdeedu-data/repos/kde-unstable-any/PKGBUILD
(from rev 369003, kdeedu-data/kde-unstable/PKGBUILD)

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

Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 369003, 
kdeedu-data/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2019-11-17 23:42:56 UTC (rev 369004)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c734a6daa65a4b342b4419596c4686a34940ad970bb160396913e6b33684e7f7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 cockpit/trunk (PKGBUILD)

2019-11-17 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, November 17, 2019 @ 23:39:38
  Author: mtorromeo
Revision: 530264

upgpkg: cockpit 207-1

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 23:25:48 UTC (rev 530263)
+++ PKGBUILD2019-11-17 23:39:38 UTC (rev 530264)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=206
+pkgver=207
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('72ef516702b747b4b5b47fb262f9deba33cddcc9961ab9176449db134581f7ef'
-'cb768c760587b749ab642226496058103d5f25ca74417451950a15e738d1f045'
+sha256sums=('b3fe465bc097b816886376c11d66293e541b1f45dbf2a0594662a106700e71b7'
+'01b8d06c17d54aa5999d8504ae17b1a753763f7595fc87c2a6ca73d69851cad8'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')


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

2019-11-17 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, November 17, 2019 @ 23:40:10
  Author: mtorromeo
Revision: 530265

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 530264, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 530264, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 530264, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 530264, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  196 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:39:38 UTC (rev 530264)
+++ PKGBUILD2019-11-17 23:40:10 UTC (rev 530265)
@@ -1,98 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=206
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('72ef516702b747b4b5b47fb262f9deba33cddcc9961ab9176449db134581f7ef'
-'cb768c760587b749ab642226496058103d5f25ca74417451950a15e738d1f045'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard} \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C "$pkgdir"
-  rm -rf "$pkgdir"/tmp
-}
-
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
-  

[arch-commits] Commit in (439 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:37:00
  Author: arojas
Revision: 369001

KDE Applications 19.12 beta

Added:
  akonadi-calendar-tools/kde-unstable/
  akonadi-calendar/kde-unstable/
  akonadi-contacts/kde-unstable/
  akonadi-import-wizard/kde-unstable/
  akonadi-mime/kde-unstable/
  akonadi-notes/kde-unstable/
  akonadi-search/kde-unstable/
  akonadi/kde-unstable/
  akonadiconsole/kde-unstable/
  akregator/kde-unstable/
  analitza/kde-unstable/
  ark/kde-unstable/
  artikulate/kde-unstable/
  audiocd-kio/kde-unstable/
  baloo-widgets/kde-unstable/
  blinken/kde-unstable/
  bomber/kde-unstable/
  bovo/kde-unstable/
  calendarsupport/kde-unstable/
  cantor/kde-unstable/
  cervisia/kde-unstable/
  dolphin-plugins/kde-unstable/
  dolphin/kde-unstable/
  dragon/kde-unstable/
  elisa/kde-unstable/
  elisa/kde-unstable/fix-build.patch
  eventviews/kde-unstable/
  ffmpegthumbs/kde-unstable/
  filelight/kde-unstable/
  granatier/kde-unstable/
  grantlee-editor/kde-unstable/
  grantleetheme/kde-unstable/
  gwenview/kde-unstable/
  incidenceeditor/kde-unstable/
  juk/kde-unstable/
  k3b/kde-unstable/
  kaccounts-integration/kde-unstable/
  kaccounts-providers/kde-unstable/
  kaddressbook/kde-unstable/
  kajongg/kde-unstable/
  kalarm/kde-unstable/
  kalarmcal/kde-unstable/
  kalgebra/kde-unstable/
  kalzium/kde-unstable/
  kamera/kde-unstable/
  kamoso/kde-unstable/
  kanagram/kde-unstable/
  kapman/kde-unstable/
  kapptemplate/kde-unstable/
  kate/kde-unstable/
  kate/kde-unstable/kate-fix-po-build.patch
  katomic/kde-unstable/
  kbackup/kde-unstable/
  kblackbox/kde-unstable/
  kblocks/kde-unstable/
  kblog/kde-unstable/
  kbounce/kde-unstable/
  kbreakout/kde-unstable/
  kbruch/kde-unstable/
  kcachegrind/kde-unstable/
  kcalc/kde-unstable/
  kcalutils/kde-unstable/
  kcharselect/kde-unstable/
  kcolorchooser/kde-unstable/
  kcron/kde-unstable/
  kdav/kde-unstable/
  kde-dev-scripts/kde-unstable/
  kde-dev-utils/kde-unstable/
  kdebugsettings/kde-unstable/
  kdeedu-data/kde-unstable/
  kdegraphics-mobipocket/kde-unstable/
  kdegraphics-thumbnailers/kde-unstable/
  kdenetwork-filesharing/kde-unstable/
  kdenlive/kde-unstable/
  kdenlive/kde-unstable/kdenlive-qt-5.14.patch
  kdepim-addons/kde-unstable/
  kdepim-apps-libs/kde-unstable/
  kdepim-runtime/kde-unstable/
  kdesdk-kioslaves/kde-unstable/
  kdesdk-thumbnailers/kde-unstable/
  kdf/kde-unstable/
  kdialog/kde-unstable/
  kdiamond/kde-unstable/
  keditbookmarks/kde-unstable/
  kfind/kde-unstable/
  kfloppy/kde-unstable/
  kfourinline/kde-unstable/
  kgeography/kde-unstable/
  kget/kde-unstable/
  kgoldrunner/kde-unstable/
  kgpg/kde-unstable/
  khangman/kde-unstable/
  khelpcenter/kde-unstable/
  kidentitymanagement/kde-unstable/
  kig/kde-unstable/
  kigo/kde-unstable/
  killbots/kde-unstable/
  kimagemapeditor/kde-unstable/
  kimap/kde-unstable/
  kio-extras/kde-unstable/
  kipi-plugins/kde-unstable/
  kirigami-gallery/kde-unstable/
  kiriki/kde-unstable/
  kiten/kde-unstable/
  kitinerary/kde-unstable/
  kjumpingcube/kde-unstable/
  kldap/kde-unstable/
  kleopatra/kde-unstable/
  klettres/kde-unstable/
  klickety/kde-unstable/
  klines/kde-unstable/
  kmag/kde-unstable/
  kmahjongg/kde-unstable/
  kmail-account-wizard/kde-unstable/
  kmail/kde-unstable/
  kmailtransport/kde-unstable/
  kmbox/kde-unstable/
  kmime/kde-unstable/
  kmines/kde-unstable/
  kmix/kde-unstable/
  kmousetool/kde-unstable/
  kmouth/kde-unstable/
  kmplot/kde-unstable/
  knavalbattle/kde-unstable/
  knetwalk/kde-unstable/
  knights/kde-unstable/
  knotes/kde-unstable/
  kolf/kde-unstable/
  kollision/kde-unstable/
  kolourpaint/kde-unstable/
  kompare/kde-unstable/
  konqueror/kde-unstable/
  konquest/kde-unstable/
  konsole/kde-unstable/
  kontact/kde-unstable/
  kontactinterface/kde-unstable/
  kopete/kde-unstable/
  korganizer/kde-unstable/
  kpatience/kde-unstable/
  kpimtextedit/kde-unstable/
  kpkpass/kde-unstable/
  kqtquickcharts/kde-unstable/
  krdc/kde-unstable/
  kreversi/kde-unstable/
  krfb/kde-unstable/
  kross-interpreters/kde-unstable/
  kruler/kde-unstable/
  kshisen/kde-unstable/
  ksirk/kde-unstable/
  ksmtp/kde-unstable/
  ksnakeduel/kde-unstable/
  kspaceduel/kde-unstable/
  ksquares/kde-unstable/
  ksudoku/kde-unstable/
  ksystemlog/kde-unstable/
  kteatime/kde-unstable/
  ktimer/kde-unstable/
  ktnef/kde-unstable/
  ktouch/kde-unstable/
  ktuberling/kde-unstable/
  kturtle/kde-unstable/
  kubrick/kde-unstable/
  kwalletmanager/kde-unstable/
  kwave/kde-unstable/
  kwordquiz/kde-unstable/
  libgravatar/kde-unstable/
  libkcddb/kde-unstable/
  libkcompactdisc/kde-unstable/
  libkdcraw/kde-unstable/
  libkdegames/kde-unstable/
  libkdepim/kde-unstable/
  libkeduvocdocument/kde-unstable/
  libkexiv2/kde-unstable/
  libkgapi/kde-unstable/
  libkgeomap/kde-unstable/
  libkipi/kde-unstable/
  libkleo/kde-unstable/
  libkmahjongg/kde-unstable/
  libkomparediff2/kde-unstable/
  libksane/kde-unstable/
  libksieve/kde-unstable/
  lokalize/kde-unstable/
  

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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 23:25:48
  Author: maximbaz
Revision: 530263

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 530262, croc/trunk/PKGBUILD)
  croc/repos/community-x86_64/croc.service
(from rev 530262, croc/trunk/croc.service)
Deleted:
  croc/repos/community-x86_64/PKGBUILD
  croc/repos/community-x86_64/croc.service

--+
 PKGBUILD |   72 ++---
 croc.service |   24 +--
 2 files changed, 51 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:25:37 UTC (rev 530262)
+++ PKGBUILD2019-11-17 23:25:48 UTC (rev 530263)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=6.2.2
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/archive/v${pkgver}.tar.gz"
-"${pkgname}.service")
-sha256sums=('a527b67cf3f406751bc5c8c8ae72fb7f3574c0aeb94de4e522c521461a9c'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 530262, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 23:25:48 UTC (rev 530263)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.3
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('57033bd3e0c61ed9ac9e8515e4f1e08ae43a57fe6a01c6ff73f446c2098072d4'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+go mod tidy
+go mod vendor
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -mod vendor -ldflags "-extldflags ${LDFLAGS}" -gcflags 
"all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===
--- croc.service2019-11-17 23:25:37 UTC (rev 530262)
+++ croc.service2019-11-17 23:25:48 UTC (rev 530263)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target

Copied: croc/repos/community-x86_64/croc.service (from rev 530262, 
croc/trunk/croc.service)
===
--- croc.service(rev 0)
+++ croc.service2019-11-17 23:25:48 UTC (rev 530263)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 23:25:37
  Author: maximbaz
Revision: 530262

upgpkg: croc 6.2.3-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 23:10:17 UTC (rev 530261)
+++ PKGBUILD2019-11-17 23:25:37 UTC (rev 530262)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=6.2.2
+pkgver=6.2.3
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -12,12 +12,18 @@
 makedepends=('go-pie' 'git')
 source=("${url}/archive/v${pkgver}.tar.gz"
 "${pkgname}.service")
-sha256sums=('a527b67cf3f406751bc5c8c8ae72fb7f3574c0aeb94de4e522c521461a9c'
+sha256sums=('57033bd3e0c61ed9ac9e8515e4f1e08ae43a57fe6a01c6ff73f446c2098072d4'
 'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
 
+prepare() {
+cd "${pkgname}-${pkgver}"
+go mod tidy
+go mod vendor
+}
+
 build() {
 cd "${pkgname}-${pkgver}"
-go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+go build -mod vendor -ldflags "-extldflags ${LDFLAGS}" -gcflags 
"all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
 }
 
 check() {


[arch-commits] Commit in yubikey-touch-detector/repos/community-x86_64 (2 files)

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 23:10:17
  Author: maximbaz
Revision: 530261

archrelease: copy trunk to community-x86_64

Added:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD
(from rev 530260, yubikey-touch-detector/trunk/PKGBUILD)
Deleted:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:10:08 UTC (rev 530260)
+++ PKGBUILD2019-11-17 23:10:17 UTC (rev 530261)
@@ -1,32 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=yubikey-touch-detector
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
-arch=('x86_64')
-url='https://github.com/maximbaz/yubikey-touch-detector'
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('gnupg: for GPG'
-'openssh: for SSH'
-'pam-u2f: for U2F'
-'libnotify: for desktop notifications')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
-sha256sums=('535241f2d9e293e110dbe39fb9faa6073f7114529d82039947454bfeeeb2579a'
-'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make build
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: yubikey-touch-detector/repos/community-x86_64/PKGBUILD (from rev 
530260, yubikey-touch-detector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 23:10:17 UTC (rev 530261)
@@ -0,0 +1,32 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=yubikey-touch-detector
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
+arch=('x86_64')
+url='https://github.com/maximbaz/yubikey-touch-detector'
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('gnupg: for GPG'
+'openssh: for SSH'
+'pam-u2f: for U2F'
+'libnotify: for desktop notifications')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
+
"${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
+sha256sums=('b554fecfbe49b00ce887a071cfe710d424e747543404be2d8bbc6bf0b0271acd'
+'SKIP')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in yubikey-touch-detector/trunk (PKGBUILD)

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 23:10:08
  Author: maximbaz
Revision: 530260

upgpkg: yubikey-touch-detector 1.4.0-1

Modified:
  yubikey-touch-detector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 23:04:45 UTC (rev 530259)
+++ PKGBUILD2019-11-17 23:10:08 UTC (rev 530260)
@@ -1,8 +1,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=yubikey-touch-detector
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
 arch=('x86_64')
 url='https://github.com/maximbaz/yubikey-touch-detector'
@@ -13,9 +13,9 @@
 'openssh: for SSH'
 'pam-u2f: for U2F'
 'libnotify: for desktop notifications')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
-sha256sums=('535241f2d9e293e110dbe39fb9faa6073f7114529d82039947454bfeeeb2579a'
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
+
"${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
+sha256sums=('b554fecfbe49b00ce887a071cfe710d424e747543404be2d8bbc6bf0b0271acd'
 'SKIP')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
 


[arch-commits] Commit in home-assistant/repos/community-any (8 files)

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 23:04:45
  Author: eschwartz
Revision: 530259

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 530258, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 530258, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 530258, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 530258, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

-+
 PKGBUILD|  172 +++---
 home-assistant.service  |   28 +++
 home-assistant.sysusers |2 
 home-assistant.tmpfiles |2 
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:04:24 UTC (rev 530258)
+++ PKGBUILD2019-11-17 23:04:45 UTC (rev 530259)
@@ -1,86 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.101.3
-pkgrel=2
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  python-aiohttp
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=a48ac4d18fab253572780671f896b3a417322699
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-)
-sha256sums=(
-  SKIP
-  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
-  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
-  f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
-)
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 530258, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 23:04:45 UTC (rev 530259)
@@ -0,0 +1,86 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.101.3
+pkgrel=3
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  python-aiohttp
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-lxml: Meteo France integration'
+)
+source=(
+  
git+https://github.com/home-assistant/home-assistant.git#tag=a48ac4d18fab253572780671f896b3a417322699
+  home-assistant.service
+  home-assistant.sysusers
+  home-assistant.tmpfiles
+)
+sha256sums=(
+  SKIP
+  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
+  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
+  f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
+)
+

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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 23:04:24
  Author: eschwartz
Revision: 530258

upgpkg: home-assistant 0.101.3-3: python3.8 re-rebuild

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 22:43:57 UTC (rev 530257)
+++ PKGBUILD2019-11-17 23:04:24 UTC (rev 530258)
@@ -7,7 +7,7 @@
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
 pkgver=0.101.3
-pkgrel=2
+pkgrel=3
 arch=(any)
 url=https://home-assistant.io/
 license=(APACHE)


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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:43:57
  Author: svenstaro
Revision: 530257

archrelease: copy trunk to community-x86_64

Added:
  gource/repos/community-x86_64/PKGBUILD
(from rev 530256, gource/trunk/PKGBUILD)
Deleted:
  gource/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 22:43:50 UTC (rev 530256)
+++ PKGBUILD2019-11-17 22:43:57 UTC (rev 530257)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.49
-pkgrel=4
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(x86_64)
-url=http://gource.io/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 530256, 
gource/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 22:43:57 UTC (rev 530257)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.50
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(x86_64)
+url=http://gource.io/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('3dfbb203cdb6f2ee2d05b7d79259218fac3c6f0eb005618223d0262c1c6d1ea11240386bfa68ca36cb67b50d2b2d8a07caeb50461db2ca5a00cd01d66616a2c1')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:


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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:43:50
  Author: svenstaro
Revision: 530256

upgpkg: gource 0.50-1

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 22:38:31 UTC (rev 530255)
+++ PKGBUILD2019-11-17 22:43:50 UTC (rev 530256)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Jose Valecillos 
 # Contributor: Olivier Ramonat 
 pkgname=gource
-pkgver=0.49
-pkgrel=4
+pkgver=0.50
+pkgrel=1
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
+sha512sums=('3dfbb203cdb6f2ee2d05b7d79259218fac3c6f0eb005618223d0262c1c6d1ea11240386bfa68ca36cb67b50d2b2d8a07caeb50461db2ca5a00cd01d66616a2c1')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in nvidia-390xx-lts/repos/extra-x86_64 (4 files)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:40:13
  Author: svenstaro
Revision: 369000

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-390xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 368999, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/extra-x86_64/kernel-4.16.patch
(from rev 368999, nvidia-390xx-lts/trunk/kernel-4.16.patch)
Deleted:
  nvidia-390xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-390xx-lts/repos/extra-x86_64/kernel-4.16.patch

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 22:40:07 UTC (rev 368999)
+++ PKGBUILD2019-11-17 22:40:13 UTC (rev 369000)
@@ -1,48 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-390xx-lts
-pkgver=390.129
-pkgrel=10
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
-provides=('nvidia-390xx')
-conflicts=('nvidia-lts')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-'kernel-4.16.patch')
-sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux-lts module
-}
-
-package() {
-depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+
+pkgname=nvidia-390xx-lts
+pkgver=390.132
+pkgrel=1
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
- #include 
-+#else
-+#include 
-+#endif
- #endif
- 
- #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
-diff --git a/kernel/conftest.sh b/kernel/conftest.sh
-index b23dbb4..42dc576 100755
 a/kernel/conftest.sh
-+++ b/kernel/conftest.sh
-@@ -1906,7 +1906,12 @@ compile_test() {
- # Determine if the phys_to_dma function is present.
- #
- CODE="
-+#include 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
- #include 
-+#else
-+#include 
-+#endif
- void conftest_phys_to_dma(void) {
- phys_to_dma();
- }"

Copied: nvidia-390xx-lts/repos/extra-x86_64/kernel-4.16.patch (from rev 368999, 
nvidia-390xx-lts/trunk/kernel-4.16.patch)
===
--- kernel-4.16.patch   (rev 0)
+++ kernel-4.16.patch   2019-11-17 22:40:13 UTC (rev 369000)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 

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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:40:07
  Author: svenstaro
Revision: 368999

upgpkg: nvidia-390xx-lts 1:390.132-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 21:36:15 UTC (rev 368998)
+++ PKGBUILD2019-11-17 22:40:07 UTC (rev 368999)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-390xx-lts
-pkgver=390.129
-pkgrel=10
+pkgver=390.132
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
 'kernel-4.16.patch')
-sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
 '622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
 
 prepare() {


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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:38:19
  Author: svenstaro
Revision: 530254

upgpkg: python-pytorch 1.3.1-3

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 22:02:58 UTC (rev 530253)
+++ PKGBUILD2019-11-17 22:38:19 UTC (rev 530254)
@@ -5,7 +5,7 @@
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -61,7 +61,7 @@
   export CUDNN_LIB_DIR=/usr/lib
   export CUDNN_INCLUDE_DIR=/usr/include
   export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
+  export 
TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX"
 }
 
 build() {


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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:38:31
  Author: svenstaro
Revision: 530255

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  326 ++---
 1 file changed, 163 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 22:38:19 UTC (rev 530254)
+++ PKGBUILD2019-11-17 22:38:31 UTC (rev 530255)
@@ -1,163 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  # https://github.com/pytorch/pytorch/issues/26555
-  sed -i 's#^  ${CMAKE_CURRENT_SOURCE_DIR}/tensor_iterator_test.cpp##g' 
aten/src/ATen/test/CMakeLists.txt
-
-  # Fix build with Python 3.8
-  # https://github.com/pytorch/pytorch/issues/28060
-  find -name '*.cpp' -exec sed -i '/tp_print/s/nullptr/0/' {} +
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++-8
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent setup.py from re-running CMake and rebuilding
-  sed -e 's/RUN_BUILD_DEPS = True/RUN_BUILD_DEPS = False/g' -i setup.py
-
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
-  install -d "${pkgdir}/usr/lib"
-
-  # put CMake files in correct place
-  mv "${pkgdir}/${pytorchpath}/share/cmake" "${pkgdir}/usr/lib/cmake"
-
-  # put C++ API in correct place
-  mv "${pkgdir}/${pytorchpath}/include" "${pkgdir}/usr/include"
-  mv "${pkgdir}/${pytorchpath}/lib"/*.so* "${pkgdir}/usr/lib/"
-
-  # clean up duplicates
-  # TODO: move towards direct shared library dependecy of:
-  #   c10, caffe2, libcpuinfo, CUDA RT, gloo, GTest, Intel MKL,
-  #   NVRTC, ONNX, protobuf, libthreadpool, QNNPACK
-  rm 

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

2019-11-17 Thread David Runge via arch-commits
Date: Sunday, November 17, 2019 @ 22:02:58
  Author: dvzrv
Revision: 530253

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 21:54:19 UTC (rev 530252)
+++ PKGBUILD2019-11-17 22:02:58 UTC (rev 530253)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-_name=tabulate
-pkgname=python-tabulate
-pkgver=0.8.5
-pkgrel=3
-pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
-arch=('any')
-url="https://bitbucket.org/astanin/python-tabulate;
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth')
-optdepends=('python-numpy: NumPy array support'
-'python-pandas: pandas.DataFrame support'
-'python-wcwidth: wide-character support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('137f576ac5adc29ad82f77da499804b110ddc7f12c5f85cdc79bdd5dfd37404d49f1c5667e6f8721e48f949b684c71b330b8e4fae4ef8a933af24d68fd0665c5')
-
-build() {
-  cd "${_name}-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  python setup.py test
-}
-
-package_python-tabulate() {
-  cd "${_name}-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-tabulate/repos/community-any/PKGBUILD (from rev 530252, 
python-tabulate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 22:02:58 UTC (rev 530253)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+_name=tabulate
+pkgname=python-tabulate
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
+arch=('any')
+url="https://bitbucket.org/astanin/python-tabulate;
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth')
+optdepends=('python-numpy: NumPy array support'
+'python-pandas: pandas.DataFrame support'
+'python-wcwidth: wide-character support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('10e331db1f8d6ea921654c3955efc4929827b003328c4e2ae663748ce5d5a3e473fe7abb4606147c00aec60ff44d3115c353d6f0e1417305166343212d77600e')
+
+build() {
+  cd "${_name}-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  python setup.py test
+}
+
+package_python-tabulate() {
+  cd "${_name}-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-11-17 Thread David Runge via arch-commits
Date: Sunday, November 17, 2019 @ 21:54:19
  Author: dvzrv
Revision: 530252

upgpkg: python-tabulate 0.8.6-1

Upgrading to 0.8.6. Updating maintainer info.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 21:15:09 UTC (rev 530251)
+++ PKGBUILD2019-11-17 21:54:19 UTC (rev 530252)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
@@ -14,7 +14,7 @@
 'python-pandas: pandas.DataFrame support'
 'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('137f576ac5adc29ad82f77da499804b110ddc7f12c5f85cdc79bdd5dfd37404d49f1c5667e6f8721e48f949b684c71b330b8e4fae4ef8a933af24d68fd0665c5')
+sha512sums=('10e331db1f8d6ea921654c3955efc4929827b003328c4e2ae663748ce5d5a3e473fe7abb4606147c00aec60ff44d3115c353d6f0e1417305166343212d77600e')
 
 build() {
   cd "${_name}-$pkgver"


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 21:35:51
  Author: arojas
Revision: 368997

Qt 5.14 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:23:17 UTC (rev 368996)
+++ PKGBUILD2019-11-17 21:35:51 UTC (rev 368997)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _pkgver=5.212.0-alpha3
 pkgver=${_pkgver/-/}
-pkgrel=6
+pkgrel=7
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 21:36:15
  Author: arojas
Revision: 368998

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-webkit/repos/kde-unstable-x86_64/
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 368997, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/kde-unstable-x86_64/icu65.patch
(from rev 368997, qt5-webkit/trunk/icu65.patch)

-+
 PKGBUILD|   43 +++
 icu65.patch |   37 +
 2 files changed, 80 insertions(+)

Copied: qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD (from rev 368997, 
qt5-webkit/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 21:36:15 UTC (rev 368998)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_pkgver=5.212.0-alpha3
+pkgver=${_pkgver/-/}
+pkgrel=7
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+source=("https://github.com/qtwebkit/qtwebkit/releases/download/qtwebkit-$_pkgver/qtwebkit-$_pkgver.tar.xz;
+icu65.patch)
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen woff2)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+sha256sums=('357eee582445574472e410ebece632d06fa0ec94358fc4345f2a713922df5e17'
+'2c806634ba208696a6cee4de72deefb289dd623378fddf92b09a36e3a99382fd')
+
+prepare() {
+  mkdir -p build
+  patch -Np1 -d qtwebkit-$_pkgver 
+Date: Tue, 8 Oct 2019 01:20:22 +0300
+Subject: [PATCH] Import QtWebKit commit
+ 5e53102492e5ce85bda2657468f1369a0173c2ce
+
+Change-Id: Id71d7c7f5eafe58f7bd8c46a2a07fd0bad015628
+Reviewed-by: Konstantin Tokarev 
+
+diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
+index 1bca2d0a66f..19355f16601 100644
+--- a/Source/WebCore/dom/Document.cpp
 b/Source/WebCore/dom/Document.cpp
+@@ -4407,12 +4407,12 @@ static bool isValidNameNonASCII(const UChar* 
characters, unsigned length)
+ unsigned i = 0;
+ 
+ UChar32 c;
+-U16_NEXT(characters, i, length, c)
++U16_NEXT(characters, i, length, c);
+ if (!isValidNameStart(c))
+ return false;
+ 
+ while (i < length) {
+-U16_NEXT(characters, i, length, c)
++U16_NEXT(characters, i, length, c);
+ if (!isValidNamePart(c))
+ return false;
+ }
+@@ -4474,7 +4474,7 @@ bool Document::parseQualifiedName(const String& 
qualifiedName, String& prefix, S
+ 
+ for (unsigned i = 0; i < length;) {
+ UChar32 c;
+-U16_NEXT(qualifiedName, i, length, c)
++U16_NEXT(qualifiedName, i, length, c);
+ if (c == ':') {
+ if (sawColon) {
+ ec = NAMESPACE_ERR;


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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 21:15:09
  Author: maximbaz
Revision: 530251

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 530250, croc/trunk/PKGBUILD)
  croc/repos/community-x86_64/croc.service
(from rev 530250, croc/trunk/croc.service)
Deleted:
  croc/repos/community-x86_64/PKGBUILD
  croc/repos/community-x86_64/croc.service

--+
 PKGBUILD |   66 -
 croc.service |   24 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 21:15:02 UTC (rev 530250)
+++ PKGBUILD2019-11-17 21:15:09 UTC (rev 530251)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=6.2.1
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/archive/v${pkgver}.tar.gz"
-"${pkgname}.service")
-sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 530250, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 21:15:09 UTC (rev 530251)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.2
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('a527b67cf3f406751bc5c8c8ae72fb7f3574c0aeb94de4e522c521461a9c'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===
--- croc.service2019-11-17 21:15:02 UTC (rev 530250)
+++ croc.service2019-11-17 21:15:09 UTC (rev 530251)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target

Copied: croc/repos/community-x86_64/croc.service (from rev 530250, 
croc/trunk/croc.service)
===
--- croc.service(rev 0)
+++ croc.service2019-11-17 21:15:09 UTC (rev 530251)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 21:15:02
  Author: maximbaz
Revision: 530250

upgpkg: croc 6.2.2-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 20:34:03 UTC (rev 530249)
+++ PKGBUILD2019-11-17 21:15:02 UTC (rev 530250)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 source=("${url}/archive/v${pkgver}.tar.gz"
 "${pkgname}.service")
-sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
+sha256sums=('a527b67cf3f406751bc5c8c8ae72fb7f3574c0aeb94de4e522c521461a9c'
 'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
 
 build() {


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2019-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 17, 2019 @ 20:18:56
  Author: jlichtblau
Revision: 530241

upgpkg: man-pages-de 2.16-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |   12 ++--
 man-pages-de.changelog |6 ++
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 20:05:29 UTC (rev 530240)
+++ PKGBUILD2019-11-17 20:18:56 UTC (rev 530241)
@@ -1,21 +1,21 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
-url="https://salsa.debian.org/manpages-de-team/manpages-de;
+url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n;
 license=('GPL3')
 depends=('man-db')
 makedepends=('po4a')
 changelog=$pkgname.changelog
 options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v$pkgver/manpages-de-v${pkgver}.tar.bz2)
-sha256sums=('49f4fb5150be0c802bd3c114e875897c2fe4c7e1e55befd3d9662d220f8458e5')
+source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-de-l10n-v${pkgver}.tar.bz2)
+sha256sums=('ad06836b371790b4bb7061212fb3761bf83d32e6ab22f83aa7a3a4b3cb6ba00f')
 
 build() {
-  cd "${srcdir}"/manpages-de-v$pkgver
+  cd 
"${srcdir}"/manpages-l10n-v$pkgver-eb48ce3a6817099a5d8c185a893973abb12cb119
 
   ./configure --prefix=/usr --enable-distribution=archlinux
   make
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd "${srcdir}"/manpages-de-v$pkgver
+  cd 
"${srcdir}"/manpages-l10n-v$pkgver-eb48ce3a6817099a5d8c185a893973abb12cb119
 
   make DESTDIR="${pkgdir}" install
 }

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2019-11-17 20:05:29 UTC (rev 530240)
+++ man-pages-de.changelog  2019-11-17 20:18:56 UTC (rev 530241)
@@ -1,6 +1,12 @@
+2019-11-17 Jaroslav Lichtblau 
+   * man-pages-de 2.16-1
+
 2019-09-08 Jaroslav Lichtblau 
* man-pages-de 2.15-1
 
+2019-09-08 Jaroslav Lichtblau 
+   * man-pages-de 2.15-1
+
 2019-07-09 Jaroslav Lichtblau 
* man-pages-de 2.14-1
 


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2019-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 17, 2019 @ 20:19:08
  Author: jlichtblau
Revision: 530242

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 530241, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 530241, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   56 +++
 man-pages-de.changelog |  174 ---
 2 files changed, 118 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 20:18:56 UTC (rev 530241)
+++ PKGBUILD2019-11-17 20:19:08 UTC (rev 530242)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=2.15
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-de-team/manpages-de;
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v$pkgver/manpages-de-v${pkgver}.tar.bz2)
-sha256sums=('49f4fb5150be0c802bd3c114e875897c2fe4c7e1e55befd3d9662d220f8458e5')
-
-build() {
-  cd "${srcdir}"/manpages-de-v$pkgver
-
-  ./configure --prefix=/usr --enable-distribution=archlinux
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-v$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 530241, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 20:19:08 UTC (rev 530242)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=2.16
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n;
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-de-l10n-v${pkgver}.tar.bz2)
+sha256sums=('ad06836b371790b4bb7061212fb3761bf83d32e6ab22f83aa7a3a4b3cb6ba00f')
+
+build() {
+  cd 
"${srcdir}"/manpages-l10n-v$pkgver-eb48ce3a6817099a5d8c185a893973abb12cb119
+
+  ./configure --prefix=/usr --enable-distribution=archlinux
+  make
+}
+
+package() {
+  cd 
"${srcdir}"/manpages-l10n-v$pkgver-eb48ce3a6817099a5d8c185a893973abb12cb119
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2019-11-17 20:18:56 UTC (rev 530241)
+++ man-pages-de.changelog  2019-11-17 20:19:08 UTC (rev 530242)
@@ -1,84 +0,0 @@
-2019-09-08 Jaroslav Lichtblau 
-   * man-pages-de 2.15-1
-
-2019-07-09 Jaroslav Lichtblau 
-   * man-pages-de 2.14-1
-
-2019-05-19 Jaroslav Lichtblau 
-   * man-pages-de 2.13-1
-
-2019-03-04 Jaroslav Lichtblau 
-   * man-pages-de 2.12-1
-
-2019-02-06 Jaroslav Lichtblau 
-   * man-pages-de 2.11-1
-
-2019-01-13 Jaroslav Lichtblau 
-   * man-pages-de 2.10-1
-   * FS#60957
-
-2018-10-21 Jaroslav Lichtblau 
-   * man-pages-de 2.9-1
-
-2018-08-08 Jaroslav Lichtblau 
-   * man-pages-de 2.6-1
-
-2018-08-02 Baptiste Jonglez 
-   * man-pages-de 2.3-2 : upstream has moved
-
-2017-12-16 Jaroslav Lichtblau 
-   * man-pages-de 2.3-1
-
-2017-10-22 Jaroslav Lichtblau 
-   * man-pages-de 2.2-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * man-pages-de 2.1-1
-
-2017-08-28 Jaroslav Lichtblau 
-   * man-pages-de 2.0-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * man-pages-de 1.22-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * man-pages-de 1.21-1
-
-2017-01-22 Jaroslav Lichtblau 
-   * man-pages-de 1.19-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * man-pages-de 1.18-1
-
-2016-11-21 Jaroslav Lichtblau 
-   * man-pages-de 1.17-1
-
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
530241, 

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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:05:16
  Author: felixonmars
Revision: 530239

upgpkg: postgrest 6.0.0-54

rebuild with data-serializer 0.3.4.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 20:01:39 UTC (rev 530238)
+++ PKGBUILD2019-11-17 20:05:16 UTC (rev 530239)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=53
+pkgrel=54
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:05:29
  Author: felixonmars
Revision: 530240

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 530239, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 530239, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 20:05:29 UTC (rev 530240)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.0
+pkgrel=54
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e1aa4f8b2baac57898f6c4d0984af0096813f41e233bc2d13d9416653d490ca513a480bbffc642da85437809cab339678e595239a7d9e52e86dae11077e20d0a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *3.3/<4/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:01:25
  Author: felixonmars
Revision: 530237

upgpkg: haskell-hasql-transaction 0.7.2-21

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 20:00:21 UTC (rev 530236)
+++ PKGBUILD2019-11-17 20:01:25 UTC (rev 530237)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7.2
-pkgrel=20
+pkgrel=21
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:01:39
  Author: felixonmars
Revision: 530238

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 530237, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 530237, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 20:01:39 UTC (rev 530238)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7.2
+pkgrel=21
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql-pool/trunk (PKGBUILD)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:00:07
  Author: felixonmars
Revision: 530235

upgpkg: haskell-hasql-pool 0.5.1-25

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
+++ PKGBUILD2019-11-17 20:00:07 UTC (rev 530235)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:00:21
  Author: felixonmars
Revision: 530236

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 530235, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
530235, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 20:00:21 UTC (rev 530236)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=25
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+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 croc/repos/community-x86_64 (4 files)

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 19:59:30
  Author: maximbaz
Revision: 530234

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 530233, croc/trunk/PKGBUILD)
  croc/repos/community-x86_64/croc.service
(from rev 530233, croc/trunk/croc.service)
Deleted:
  croc/repos/community-x86_64/PKGBUILD
  croc/repos/community-x86_64/croc.service

--+
 PKGBUILD |   66 -
 croc.service |   24 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 19:59:24 UTC (rev 530233)
+++ PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/archive/v${pkgver}.tar.gz"
-"${pkgname}.service")
-sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 530233, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===
--- croc.service2019-11-17 19:59:24 UTC (rev 530233)
+++ croc.service2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target

Copied: croc/repos/community-x86_64/croc.service (from rev 530233, 
croc/trunk/croc.service)
===
--- croc.service(rev 0)
+++ croc.service2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:58:33
  Author: felixonmars
Revision: 530231

upgpkg: haskell-hasql 1.4-21

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:56:22 UTC (rev 530230)
+++ PKGBUILD2019-11-17 19:58:33 UTC (rev 530231)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4
-pkgrel=20
+pkgrel=21
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 19:59:24
  Author: maximbaz
Revision: 530233

upgpkg: croc 6.2.1-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:58:48 UTC (rev 530232)
+++ PKGBUILD2019-11-17 19:59:24 UTC (rev 530233)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 source=("${url}/archive/v${pkgver}.tar.gz"
 "${pkgname}.service")
-sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
+sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
 'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
 
 build() {


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:58:48
  Author: felixonmars
Revision: 530232

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 530231, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:58:48 UTC (rev 530232)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4
+pkgrel=21
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9587fa14052e8b7c449d94cb6b319c41eecf4892ce7f6def1c187bfbca6ca03f389d01da50c7acf0e672855b51f6e833b84a72ec7f6a3e3f4a4a237c7e6fb5a')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-postgresql-binary/trunk (PKGBUILD)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:56:09
  Author: felixonmars
Revision: 530229

upgpkg: haskell-postgresql-binary 0.12.1.3-15

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:53:10 UTC (rev 530228)
+++ PKGBUILD2019-11-17 19:56:09 UTC (rev 530229)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:56:22
  Author: felixonmars
Revision: 530230

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 530229, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 530229, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:56:22 UTC (rev 530230)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.3
+pkgrel=15
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a517d8fbe3c3ba154c379c01dd83b5322eece425ec4546e6bc7386836a10e7b6366415afecea82d0c9043f26caeb53dc74d071c068a0473ac0128a583d78bc16')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-network-ip/repos (2 files)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:53:10
  Author: felixonmars
Revision: 530228

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-ip/repos/community-staging-x86_64/
  haskell-network-ip/repos/community-staging-x86_64/PKGBUILD
(from rev 530227, haskell-network-ip/trunk/PKGBUILD)

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

Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 
530227, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:53:10 UTC (rev 530228)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3.0.3
+pkgrel=3
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0d628e514d3696db04350e54f87f179d5468e983001bfc3865ac65f6f430416c5c111b1979b368dd8115f06dd94c675b28b632ca75b22341fcc1522b7f1f2e36')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:52:57
  Author: felixonmars
Revision: 530227

upgpkg: haskell-network-ip 0.3.0.3-3

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-network-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:52:03 UTC (rev 530226)
+++ PKGBUILD2019-11-17 19:52:57 UTC (rev 530227)
@@ -3,7 +3,7 @@
 _hkgname=network-ip
 pkgname=haskell-network-ip
 pkgver=0.3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Internet Protocol data structures"
 url="https://github.com/mvv/network-ip;
 license=('BSD')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:52:03
  Author: felixonmars
Revision: 530226

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-serializer/repos/community-staging-x86_64/
  haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD
(from rev 530225, haskell-data-serializer/trunk/PKGBUILD)

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

Copied: haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD (from 
rev 530225, haskell-data-serializer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:52:03 UTC (rev 530226)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-serializer
+pkgname=haskell-data-serializer
+pkgver=0.3.4.1
+pkgrel=1
+pkgdesc="Common API for serialization libraries"
+url="https://github.com/mvv/data-serializer;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 
'haskell-split')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a19693bb24bf5e51197d3d3c34bc398ce50eae7ec52f651acf6aad1e6c8e2a56c57dd07aaeb16cd729a7401f986a3baf4b166a47f87438a667ba0ab0b9023d53')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:51:49
  Author: felixonmars
Revision: 530225

upgpkg: haskell-data-serializer 0.3.4.1-1

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-data-serializer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:49:19 UTC (rev 530224)
+++ PKGBUILD2019-11-17 19:51:49 UTC (rev 530225)
@@ -2,8 +2,8 @@
 
 _hkgname=data-serializer
 pkgname=haskell-data-serializer
-pkgver=0.3.4
-pkgrel=76
+pkgver=0.3.4.1
+pkgrel=1
 pkgdesc="Common API for serialization libraries"
 url="https://github.com/mvv/data-serializer;
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 
'haskell-split')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('af11df9801b3059474366d2e9e5f01ed1118eeb77ae5113e25b6a2e7d4665fc8aa7b3e4b50bc8607d3a6094cf43cb539df789af280a4b68edf369043ab7432ee')
+sha512sums=('a19693bb24bf5e51197d3d3c34bc398ce50eae7ec52f651acf6aad1e6c8e2a56c57dd07aaeb16cd729a7401f986a3baf4b166a47f87438a667ba0ab0b9023d53')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:28:01
  Author: felixonmars
Revision: 530221

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 530220, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 530220, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:28:01 UTC (rev 530221)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.0
+pkgrel=53
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e1aa4f8b2baac57898f6c4d0984af0096813f41e233bc2d13d9416653d490ca513a480bbffc642da85437809cab339678e595239a7d9e52e86dae11077e20d0a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *3.3/<4/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:27:48
  Author: felixonmars
Revision: 530220

upgpkg: postgrest 6.0.0-53

rebuild with aeson-qq 0.8.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:23:55 UTC (rev 530219)
+++ PKGBUILD2019-11-17 19:27:48 UTC (rev 530220)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=52
+pkgrel=53
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in haskell-hspec-wai-json/repos (2 files)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:23:55
  Author: felixonmars
Revision: 530219

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai-json/repos/community-staging-x86_64/
  haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD
(from rev 530218, haskell-hspec-wai-json/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 530218, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:23:55 UTC (rev 530219)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.2
+pkgrel=85
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('244d94f9099199a32f0de0412b053ad0d968c88b725f476414707caf95caaaedc07d7d5a301fb4aeaf6586cef54effd93f8ca1cf053031219ca1e0a08bcfb0b7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hspec-wai-json/trunk (PKGBUILD)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:23:39
  Author: felixonmars
Revision: 530218

upgpkg: haskell-hspec-wai-json 0.9.2-85

rebuild with aeson-qq 0.8.3

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:22:25 UTC (rev 530217)
+++ PKGBUILD2019-11-17 19:23:39 UTC (rev 530218)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.2
-pkgrel=84
+pkgrel=85
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:22:12
  Author: felixonmars
Revision: 530216

upgpkg: haskell-aeson-qq 0.8.3-1

rebuild with aeson-qq 0.8.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:15:19 UTC (rev 530215)
+++ PKGBUILD2019-11-17 19:22:12 UTC (rev 530216)
@@ -3,17 +3,17 @@
 
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
-pkgver=0.8.2
-pkgrel=139
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-attoparsec' 
'haskell-scientific'
- 'haskell-vector' 'haskell-aeson' 'haskell-src-meta')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-src-meta'
+ 'haskell-scientific' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bae36bcda3adc946253f373158a7e2b1604bb0d1dfb733295be08c2497c22d2b114849dc02a7846dac30394f112181fc8531837f005d004d8bdf6f3bd79724a3')
+sha512sums=('f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:22:25
  Author: felixonmars
Revision: 530217

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-qq/repos/community-staging-x86_64/
  haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 530216, haskell-aeson-qq/trunk/PKGBUILD)

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

Copied: haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
530216, haskell-aeson-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:22:25 UTC (rev 530217)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-qq
+pkgname=haskell-aeson-qq
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="JSON quasiquoter for Haskell"
+url="https://github.com/sol/aeson-qq;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-src-meta'
+ 'haskell-scientific' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29')
+
+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 tmate/trunk (PKGBUILD)

2019-11-17 Thread Christian Hesse via arch-commits
Date: Sunday, November 17, 2019 @ 19:05:47
  Author: eworm
Revision: 530160

upgpkg: tmate 2.4.0-1

new upstream release

Modified:
  tmate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:04:53 UTC (rev 530159)
+++ PKGBUILD2019-11-17 19:05:47 UTC (rev 530160)
@@ -3,7 +3,7 @@
 # Contributors: bhushan, huma, adlaiff6, Invie, solarce
 
 pkgname=tmate
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Instant terminal sharing'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libevent' 'libssh' 'libutempter' 'msgpack-c')
 makedepends=('cmake' 'ruby')
 
source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('21cb6029d09e3809e37b9b8f1cd96b452197b8c2e28d3551d674b8e580bf4048')
+sha256sums=('62b61eb12ab394012c861f6b48ba0bc04ac8765abca13bdde5a4d9105cb16138')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-11-17 Thread Christian Hesse via arch-commits
Date: Sunday, November 17, 2019 @ 19:05:55
  Author: eworm
Revision: 530161

archrelease: copy trunk to community-x86_64

Added:
  tmate/repos/community-x86_64/PKGBUILD
(from rev 530160, tmate/trunk/PKGBUILD)
Deleted:
  tmate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 19:05:47 UTC (rev 530160)
+++ PKGBUILD2019-11-17 19:05:55 UTC (rev 530161)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: "Amhairghin" Oscar Garcia Amor
-# Contributors: bhushan, huma, adlaiff6, Invie, solarce
-
-pkgname=tmate
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Instant terminal sharing'
-arch=('x86_64')
-url='https://tmate.io/'
-license=('BSD')
-depends=('libevent' 'libssh' 'libutempter' 'msgpack-c')
-makedepends=('cmake' 'ruby')
-source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('21cb6029d09e3809e37b9b8f1cd96b452197b8c2e28d3551d674b8e580bf4048')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/tmate/COPYING
-}

Copied: tmate/repos/community-x86_64/PKGBUILD (from rev 530160, 
tmate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 19:05:55 UTC (rev 530161)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+# Contributor: "Amhairghin" Oscar Garcia Amor
+# Contributors: bhushan, huma, adlaiff6, Invie, solarce
+
+pkgname=tmate
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Instant terminal sharing'
+arch=('x86_64')
+url='https://tmate.io/'
+license=('BSD')
+depends=('libevent' 'libssh' 'libutempter' 'msgpack-c')
+makedepends=('cmake' 'ruby')
+source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('62b61eb12ab394012c861f6b48ba0bc04ac8765abca13bdde5a4d9105cb16138')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/tmate/COPYING
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:04:53
  Author: felixonmars
Revision: 530159

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 530158, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 530158, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:04:53 UTC (rev 530159)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.31
+pkgrel=16
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b0afe21f398a16a2e9d6e94ecb643fc5a259e1f60504ce50acd90ae31ae2e14d0925afb66f9593ff2a9bb016e39ab612027e836ece8ede665c66badac3386d01')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic --disable-library-vanilla \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:04:40
  Author: felixonmars
Revision: 530158

upgpkg: xmobar 0.31-16

rebuild with blaze-markup 0.8.2.3

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:02:36 UTC (rev 530157)
+++ PKGBUILD2019-11-17 19:04:40 UTC (rev 530158)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.31
-pkgrel=15
+pkgrel=16
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:02:23
  Author: felixonmars
Revision: 530156

upgpkg: tamarin-prover 1.4.1-183

rebuild with blaze-markup 0.8.2.3

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:59:46 UTC (rev 530155)
+++ PKGBUILD2019-11-17 19:02:23 UTC (rev 530156)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=182
+pkgrel=183
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:02:36
  Author: felixonmars
Revision: 530157

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 530156, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
530156, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 19:02:36 UTC (rev 530157)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=183
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:59:30
  Author: felixonmars
Revision: 530154

upgpkg: stack 2.1.3-68

rebuild with blaze-markup 0.8.2.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:53:39 UTC (rev 530153)
+++ PKGBUILD2019-11-17 18:59:30 UTC (rev 530154)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=67
+pkgrel=68
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:59:46
  Author: felixonmars
Revision: 530155

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   84 
 stack.install |4 ++
 2 files changed, 88 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 530154, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:59:46 UTC (rev 530155)
@@ -0,0 +1,84 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.1.3
+pkgrel=68
+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 \
+  --ghc-option='-pie'
+  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"
+
+  

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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:53:24
  Author: felixonmars
Revision: 530152

upgpkg: shellcheck 0.7.0-55

rebuild with blaze-markup 0.8.2.3

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:49:11 UTC (rev 530151)
+++ PKGBUILD2019-11-17 18:53:24 UTC (rev 530152)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:53:39
  Author: felixonmars
Revision: 530153

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 530152, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 530152, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:53:39 UTC (rev 530153)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=55
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+
+build() {
+cd $pkgname-$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 \
+--ghc-option='-pie'
+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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:49:11
  Author: felixonmars
Revision: 530151

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 530150, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
530150, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:49:11 UTC (rev 530151)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.1
+pkgrel=120
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('25cee0e9626e67d46769fff47da67fc616c1ce6c181e3c6e3f82b9dd1db1fc2bb3fe264da0e6c8d6082f8ea483530f88e917598ac9daaa2f6b97bbccca203254')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


<    1   2   3   4   5   >