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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 07:49:13
  Author: felixonmars
Revision: 638183

archrelease: copy trunk to community-testing-any

Added:
  python-kombu/repos/community-testing-any/PKGBUILD
(from rev 638182, python-kombu/trunk/PKGBUILD)
Deleted:
  python-kombu/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 07:48:56 UTC (rev 638182)
+++ PKGBUILD2020-06-03 07:49:13 UTC (rev 638183)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgname=python-kombu
-pkgver=4.6.9
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-depends=('python-amqp')
-optdepends=('python-pymongo: for MongoDB support'
-'python-msgpack: for MessagePack support'
-'python-pyro: for Pyro support'
-'python-redis: for Redis support'
-'python-sqlalchemy: for SQLAlchemy support'
-'python-boto3: for Amazon SQS support'
-'python-pycurl: for Amazon SQS support'
-'python-yaml: for YAML support')
-# 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-# 'python-kazoo: for Zookeeper support': Not packaged yet
-# 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-redis' 'python-yaml' 'python-msgpack' 
'python-pycurl'
-  'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
-  'python-pyro' 'python-boto3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('7f80ab3b9210d372da297735610cf423e49afc320f63bd62dbc53cf5aebfdca71142fe758557bc96adc43cf05f7dc191fad5fbe6b7cb9493df37cad1bbb8')
-
-build() {
-  cd kombu-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd kombu-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd kombu-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 638182, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 07:49:13 UTC (rev 638183)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=4.6.10
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+depends=('python-amqp')
+optdepends=('python-pymongo: for MongoDB support'
+'python-msgpack: for MessagePack support'
+'python-pyro: for Pyro support'
+'python-redis: for Redis support'
+'python-sqlalchemy: for SQLAlchemy support'
+'python-boto3: for Amazon SQS support'
+'python-pycurl: for Amazon SQS support'
+'python-yaml: for YAML support')
+# 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+# 'python-kazoo: for Zookeeper support': Not packaged yet
+# 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-redis' 'python-yaml' 'python-msgpack' 
'python-pycurl'
+  'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
+  'python-pyro' 'python-boto3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('168bc44ca494a1b35f2cb500b97b4cba76b40060e8b6e01aa2b9bcac9859fcbf1638610f4643cd658b343b0771b1a1d9425faf3d9fc417987247d3de36d3d523')
+
+build() {
+  cd kombu-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd kombu-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 07:48:56
  Author: felixonmars
Revision: 638182

upgpkg: python-kombu 4.6.10-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 07:47:38 UTC (rev 638181)
+++ PKGBUILD2020-06-03 07:48:56 UTC (rev 638182)
@@ -2,7 +2,7 @@
 # Contributor: mutantmonkey 
 
 pkgname=python-kombu
-pkgver=4.6.9
+pkgver=4.6.10
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
@@ -25,8 +25,8 @@
 checkdepends=('python-pytest' 'python-redis' 'python-yaml' 'python-msgpack' 
'python-pycurl'
   'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
   'python-pyro' 'python-boto3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('7f80ab3b9210d372da297735610cf423e49afc320f63bd62dbc53cf5aebfdca71142fe758557bc96adc43cf05f7dc191fad5fbe6b7cb9493df37cad1bbb8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('168bc44ca494a1b35f2cb500b97b4cba76b40060e8b6e01aa2b9bcac9859fcbf1638610f4643cd658b343b0771b1a1d9425faf3d9fc417987247d3de36d3d523')
 
 build() {
   cd kombu-$pkgver


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 08:05:51
  Author: felixonmars
Revision: 638219

upgpkg: certbot-dns-dnsimple 1.5.0-1

Modified:
  certbot-dns-dnsimple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 08:04:34 UTC (rev 638218)
+++ PKGBUILD2020-06-03 08:05:51 UTC (rev 638219)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-dnsimple
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('71f5a259445971c2a68d40e6bddae3016ad3c81d7d225ecc5aa61da6baf92f7e1d1acf19d042fb8e30b4ec9e8d664610ea3f92f98c32983bf025dc04449e6a27'
+sha512sums=('8e2bf6b5a79779444586447031d65251138314d2ff387d69ddde86f01cf540edb7156bbdce267502fd65936f9330d7a762e6d178111b15313fc074f0da475bf1'
 'SKIP')
 
 build() {


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 08:06:06
  Author: felixonmars
Revision: 638220

archrelease: copy trunk to community-any

Added:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD
(from rev 638219, certbot-dns-dnsimple/trunk/PKGBUILD)
Deleted:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 08:05:51 UTC (rev 638219)
+++ PKGBUILD2020-06-03 08:06:06 UTC (rev 638220)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-dnsimple
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('71f5a259445971c2a68d40e6bddae3016ad3c81d7d225ecc5aa61da6baf92f7e1d1acf19d042fb8e30b4ec9e8d664610ea3f92f98c32983bf025dc04449e6a27'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-dnsimple/repos/community-any/PKGBUILD (from rev 638219, 
certbot-dns-dnsimple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 08:06:06 UTC (rev 638220)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsimple
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('8e2bf6b5a79779444586447031d65251138314d2ff387d69ddde86f01cf540edb7156bbdce267502fd65936f9330d7a762e6d178111b15313fc074f0da475bf1'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2020-06-03 Thread Jan Steffens via arch-commits
Date: Wednesday, June 3, 2020 @ 09:19:52
  Author: heftig
Revision: 388138

77.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 07:47:37 UTC (rev 388137)
+++ PKGBUILD2020-06-03 09:19:52 UTC (rev 388138)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=77.0
+pkgver=77.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('2fbb1f05f6280de5338a769164d49cc54f6fdab9f501985cf677a2f54dfd45df'
-'37c94329d61e4c7f40371734647f778bcfbe0234b6640a6fb9cd635a7ae5725c'
-'593ec17e26b0aaef661b90464f8a8d8ed9d29170bf03556544286ad035f6'
-'143148920b818b0ba5eeed67fcc9a1d5087d1e47b98761805fd10ee3ee1af134'
-'c30db4343c42cef10094df9c0977c22d68b9020e30c542a52bd03b819b9f56e1'
-'ae4f1dba4ba376ac248b75687c627c9e448bf6a85078c5348a788519fb18b506'
-'29080d0bd1442e6b08f517710d8bac52891792b45581bb0effdf82f8162cf589'
-'f515483a30e22441ce0c82626cd68b2efe1cdc462944fa68d9b6bce976f31106'
-'6e08458042f4cd579ff8717e015fe42b9e661232606206281fb0cc002a39d363'
-'6b04054152ad4b86298ff0d8e104343eaa14a82a74e4ee48a4c694d3269ca211'
-'551a8f2e89093d45e6a58489cebfd5a62e54a8aa7f7c892b7b3879d7f5d93c85'
-'74f9c6e4f205eeb7124a0eb0544871626330bffa7c6c7bcae929354414b32806'
-'888d76f9688e6921e00828369d99231ebd402c66054a0a8515d447bada3784fb'
-'9e9c01cbbe7b81892fbf4626e073ab47a476006b41c01f144cf4abc61b26a7e6'
-'3d87c89540a6d1b6437ad2b182239a7ebc75ceb99abea63401fa6c282ff91085'
-'bdb1766ae45ecff76912b9e3ee85a0fe367695e052037409748330614778ab2a'
-'d000b934812dc2c18d7b1f7ff20b795b2f4834bff03c25884f0a48579a5b46b9'
-'0727e69bf2d764b1ec7fd4ee823289f0a3688ec6801630ac8ba679bbf74e629a'
-'6d48fd15c2859452edfa1eadb98dfdb362b255215caec8bf32bf12df561f2885'
-'39fdcb54d2db2f82898b77cdacb718e84628cff44ba05aa25a3c8764632a2987'
-'fc662ed5f9b455b94505dffd61a7b78f7cfee9fac7066869acd39f0478b1ba5f'
-'5bc76795f394113f087602be203df4e21786bdccfb323ba08b6c2de25aebe5ff'
-'646097df091428e7f65799909a354969990e33c72fba15b81b7903a958dd854e'
-'c677a125c45c9f081a560fcd11506d040f35db7dc9d5d2ee7a6282f035c521c5'
-'5efcb41a205f76eab210894b280fec40ba2d9ac23fcacc765dfe40b4139942b1'
-'701b2e9736a816424ca537c0fbccec3df6d038eb2fc35b706f23fd4e25ea3834'
-'f8b5ce8eedb4dc64e4e45f3ec1b3e7ded72e3706775ff4eac163830d8e531bec'
-'6f92492609aab152f65565861baa03f5c6c8f5062ad9dd8be67d8cfa11adcdcd'
-'868ac4980932de00f90db44f49d099d26274b40cefbcca45ded07515a5b2b166'
-'186c772b0fb9d748404456d4c16fb60bb14d7e10e13b0a290f1d995d1a4fd41a'
-'81a391d4cce66e03a3bec5702415a99a535146fe20b944b0229c6fa9958ef15f'
-'152606e44a9b104e379dfe642ec2f8cce21617bb382700a90d9d8ee150733785'
-'5214fbbdfdd0aabbf4c40a871221855084a5fc4e14b05181bb2c261f7ef135a8'
-'a671c20d8737019dc2b4f42be0d72b227fde1fb9493210e9ef1a284bffaec095'
-'45ae2f6d525885cf92d04b5155ad98a30b65b012d6d1c7af17f0dad240f0b1fa'
-'a44d8ee72de8dac2117d1fadd5a76e91881d38e0f5224574cee3cf0593c7bf8b'
-'013b9b9d7d008954030ae284b4c19cb3749f2b8c05c184beebb79fae3f0a6f1e'
-'e40b662a273c83bfc43773b9ba6249638949fb9e69c6ff6bfc81a354c746424d'
-'8fb7a901d6817b8f838f4d66652e9c92d2ea512fc3f23e61f4883b3a1913caa2'
-'5bd030d8e0c299b4802b71ec6a3c2b5977bd83926c459385aa2bb0dc7c8b7c7e'
-'ebdacc66fb8a4d18088c649bfd4295e81a5be6c1c90c83050e270a38e4d9d3ee'
-'cc28aab8e3d0988cffec3c68f981fdcdc18012e7b264bf8ecbc6420a5fc07b2b'
-'c7b65e04276a726128e21b1db6b079aed55dd4cc1597692608434bf9cf61daf9'
-'de74afcfd64493aa50297d6d650453c611247dc1c85c744b7ed4ed35a1fa9815'
-'a52d95b2ab83b508bca7d547aa12cc5494d13e8aa3c7e4099561acb12a65cc85'
-'f34b1e5f34d2f52d4cd2a352c0fab1dc1a72752b553616e723f7e2286a2c546d'
-'774bc74437be9ed41d3eb7ef4be394f1b7e2fc00ec491548c200700e687fd4c1'
-'a78384169f6c4b3413ce90024409e834f991b15514ff2cc4f8c816db8b4ae53d'
-'6b9072af98498b1397c08bf4f09f88d59e51b16061db2c9c4f91b0f709b3e505'
-'c73448defa79e532bfb67cfe59b01e8361b95f6144fffa0f5c6987e7ef21ac56'
-'90dbc16c30a73c374ed39e838a78fa574ec8cc9864eaa463969bc067f3aaeca5'
-'357dffc76b7026a2fd2492f60dd81f5eaa2f19480bb60ca22c48c176f10640d9'
-'25b86a2338f9706c24d5510efad3bee1aaed97d1fa7eb58c95384c451e4ba7d1'
-

[arch-commits] Commit in firefox/repos/extra-x86_64 (8 files)

2020-06-03 Thread Jan Steffens via arch-commits
Date: Wednesday, June 3, 2020 @ 10:24:48
  Author: heftig
Revision: 388146

archrelease: copy trunk to extra-x86_64

Added:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 388145, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 388145, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 388145, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 388145, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  118 +-
 PKGBUILD   |  444 -
 firefox.desktop|  680 +++
 upload-symbol-archive  |   50 -
 4 files changed, 646 insertions(+), 646 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-06-03 
10:24:26 UTC (rev 388145)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-06-03 
10:24:48 UTC (rev 388146)
@@ -1,59 +0,0 @@
-From 5025aab61517c8608b555ba929c61eb0706bd6bd Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 11 ---
- 2 files changed, 5 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index da8289200e72..452195b146f3 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3785,11 +3785,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 163a93e2d1a4..4b6d45217671 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -175,13 +176,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // creating top-level windows. (At this point, a child process hasn't
--  // received the list of registered chrome packages, so the
--  // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  // creating top-level windows.
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }
--- 
-2.26.1
-

Copied: 
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 388145, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-06-03 
10:24:48 UTC (rev 388146)
@@ -0,0 +1,59 @@
+From 5025aab61517c8608b555ba929c61eb0706bd6bd Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 11 ---
+ 2 files changed, 5 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index da8289200e72..452195b146f3 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3785,11 +3785,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  

[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-03 Thread Jan Steffens via arch-commits
Date: Wednesday, June 3, 2020 @ 10:25:08
  Author: heftig
Revision: 388147

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 388146, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  468 ++---
 1 file changed, 234 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 10:24:48 UTC (rev 388146)
+++ PKGBUILD2020-06-03 10:25:08 UTC (rev 388147)
@@ -1,234 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=77.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca-valencia "Catalan (Valencian)"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tl "Tagalog"'
-  'tr "Turkish"'
-  'trs"Chicahuaxtla Triqui"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('2fbb1f05f6280de5338a769164d49cc54f6fdab9f501985cf677a2f54dfd45df'
-'37c94329d61e4c7f40371734647f778bcfbe0234b6640a6fb9cd635a7ae5725c'
-'593ec17e26b0aaef661b90464f8a8d8ed9d29170bf03556544286ad035f6'
-'143148920b818b0ba5eeed67fcc9a1d5087d1e47b98761805fd10ee3ee1af134'
-'c30db4343c42cef10094df9c0977c22d68b9020e30c542a52bd03b819b9f56e1'
-'ae4f1dba4ba376ac248b75687c627c9e448bf6a85078c5348a788519fb18b506'
-'29080d0bd1442e6b08f517710d8bac52891792b45581bb0effdf82f8162cf589'
-'f515483a30e22441ce0c82626cd68b2efe1cdc462944fa68d9b6bce976f31106'
-'6e08458042f4cd579ff8717e015fe42b9e661232606206281fb0cc002a39d363'
-'6b04054152ad4b86298ff0d8e104343eaa14a82a74e4ee48a4c694d3269ca211'
-'551a8f2e89093d45e6a58489cebfd5a62e54a8aa7f7c892b7b3879d7f5d93c85'
-'74f9c6e4f205eeb7124a0eb0544871626330bffa7c6c7bcae929354414b32806'
-

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

2020-06-03 Thread Jan Steffens via arch-commits
Date: Wednesday, June 3, 2020 @ 10:24:26
  Author: heftig
Revision: 388145

77.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 10:22:32 UTC (rev 388144)
+++ PKGBUILD2020-06-03 10:24:26 UTC (rev 388145)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=77.0
+pkgver=77.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -22,7 +22,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('b534794c493d8698dfb6c852af52b49540afdf88dc50451f42d6591de93291e8'
+sha256sums=('54256fc5f8e9c2e8129ef84773fae31fcfdaf95da6d4d03151f3939e9f749640'
 'SKIP'
 '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')


[arch-commits] Commit in krita/trunk (PKGBUILD krita-qt5.15-qt5ct.patch)

2020-06-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 3, 2020 @ 12:25:46
  Author: arojas
Revision: 388154

Workaround crash with Qt 5.15 and qt5ct (FS#66808)

Added:
  krita/trunk/krita-qt5.15-qt5ct.patch
Modified:
  krita/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 krita-qt5.15-qt5ct.patch |   15 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 11:54:33 UTC (rev 388153)
+++ PKGBUILD2020-06-03 12:25:46 UTC (rev 388154)
@@ -2,7 +2,7 @@
 
 pkgname=krita
 pkgver=4.2.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org;
@@ -17,11 +17,13 @@
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
  krita-pyqt5-sip5.patch
- 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;)
+ 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;
+ krita-qt5.15-qt5ct.patch)
 sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
 'SKIP'
 'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
-'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb')
+'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb'
+'68583720a24e232dad49c1e042ed9dd0b257d5a433382ea554e4097ca261760e')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {
@@ -30,6 +32,7 @@
   cd $pkgname-$pkgver
   patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
   patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
+  patch -p1 -i ../krita-qt5.15-qt5ct.patch # Workaround crash when using Qt 
5.15 + qt5ct
 }
 
 build() {

Added: krita-qt5.15-qt5ct.patch
===
--- krita-qt5.15-qt5ct.patch(rev 0)
+++ krita-qt5.15-qt5ct.patch2020-06-03 12:25:46 UTC (rev 388154)
@@ -0,0 +1,15 @@
+diff --git a/libs/ui/opengl/KisOpenGLModeProber.cpp 
b/libs/ui/opengl/KisOpenGLModeProber.cpp
+index 6589e67034..01e3040759 100644
+--- a/libs/ui/opengl/KisOpenGLModeProber.cpp
 b/libs/ui/opengl/KisOpenGLModeProber.cpp
+@@ -181,7 +181,10 @@ KisOpenGLModeProber::probeFormat(const 
KisOpenGL::RendererConfig 
+ formatSetter.reset(new SurfaceFormatSetter(format));
+ 
+ QGuiApplication::setDesktopSettingsAware(false);
++QString platformtheme = qgetenv("QT_QPA_PLATFORMTHEME");
++qunsetenv("QT_QPA_PLATFORMTHEME");
+ application.reset(new QGuiApplication(argc, ));
++qputenv("QT_QPA_PLATFORMTHEME", platformtheme.toLocal8Bit());
+ QGuiApplication::setDesktopSettingsAware(true);
+ }
+ 


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

2020-06-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 3, 2020 @ 16:30:05
  Author: arojas
Revision: 388164

Rebuild with sip 4.19.22-2 to fix crash in calibre

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:12:48 UTC (rev 388163)
+++ PKGBUILD2020-06-03 16:30:05 UTC (rev 388164)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5' 'python2-pyqt5')
 pkgver=5.15.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
 license=('GPL')


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

2020-06-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 3, 2020 @ 16:30:39
  Author: arojas
Revision: 388165

archrelease: copy trunk to testing-x86_64

Added:
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 388164, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  224 ++---
 1 file changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 16:30:05 UTC (rev 388164)
+++ PKGBUILD2020-06-03 16:30:39 UTC (rev 388165)
@@ -1,112 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('python-pyqt5' 'python2-pyqt5')
-pkgver=5.15.0
-pkgrel=1
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro;
-license=('GPL')
-makedepends=('sip5' 'pyqt-builder' 'python2-sip-pyqt5' 'sip' 'python-opengl' 
'python2-opengl' 'python2-enum34'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 
'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
-conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;)
-sha256sums=('c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9')
-
-prepare() {
-  cp -a PyQt5-$pkgver{,-py2}
-
-  sed -e 's|4.19.23|4.19.22|' -i PyQt5-$pkgver-py2/configure.py # Fix 
unexistant SIP min version
-}
-
-build() {
-  cd "$srcdir"/PyQt5-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-
-  cd "$srcdir"/PyQt5-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---sip='/usr/bin/sip'
-  make
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python bindings for the Qt5 toolkit"
-  groups=(pyqt5)
-  depends=('python-pyqt5-sip' 'qt5-base')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-x11extras: QtX11Extras'
-  'qt5-networkauth: QtNetworkAuth'
-  'qt5-remoteobjects: QtRemoteObjects'
-  'qt5-quick3d: QtQuick3D')
-
-  cd PyQt5-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2 bindings for the Qt5 toolkit"
-  depends=('python2-sip-pyqt5' 'qt5-base' 'python2-enum34')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-x11extras: QtX11Extras'
-  'qt5-networkauth: QtNetworkAuth'
-  'qt5-remoteobjects: QtRemoteObjects'
-  'qt5-quick3d: QtQuick3D')
-
-  cd PyQt5-$pkgver-py2
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py3 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v3
-
-  # compile Python bytecode
-  python2 -m compileall -d / "$pkgdir"/usr/lib
-  python2 -O -m compileall -d / "$pkgdir"/usr/lib
-
-  # Fix conflicts with python-pyqt5
-  mv "$pkgdir"/usr/bin/{,python2-}pyuic5
-  mv "$pkgdir"/usr/bin/{,python2-}pylupdate5
-  mv "$pkgdir"/usr/bin/{,python2-}pyrcc5
-
-  rm "$pkgdir"/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm "$pkgdir"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-}

Copied: pyqt5/repos/testing-x86_64/PKGBUILD (from rev 388164, 
pyqt5/trunk/PKGBUILD)
===

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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:31:33
  Author: felixonmars
Revision: 638273

upgpkg: deepin-desktop-schemas 5.6.0.1-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:29:13 UTC (rev 638272)
+++ PKGBUILD2020-06-03 16:31:33 UTC (rev 638273)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=5.5.0.5
+pkgver=5.6.0.1
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('bf1ca77e3561ea31886e80572ea8f4eb99146e0a6cb8ca2faf09a0fd98e5037bf20dd65fb1104d1e57245ed5891fb63a2e9a62b4c7d9af0f04d51d48632621f7'
+sha512sums=('0b4b48aabda82c5625e18684fc79837c0fe55483ce6503ca7deef8ff08d81b3968ed03ba57061608bb1a1c206493df33ad67a89f4bdadb956ddeee5c5446fefe'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:31:46
  Author: felixonmars
Revision: 638274

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
638273, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-03 16:31:46 UTC (rev 638274)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.6.0.1
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go-pie' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('0b4b48aabda82c5625e18684fc79837c0fe55483ce6503ca7deef8ff08d81b3968ed03ba57061608bb1a1c206493df33ad67a89f4bdadb956ddeee5c5446fefe'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:40:02
  Author: felixonmars
Revision: 638324

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 638323, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 16:40:02 UTC (rev 638324)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1.0.1
+pkgrel=27
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b')
+
+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 $MAKEFLAGS
+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 fcitx5-chinese-addons/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:49:55
  Author: felixonmars
Revision: 638335

archrelease: copy trunk to community-testing-x86_64

Added:
  fcitx5-chinese-addons/repos/community-testing-x86_64/
  fcitx5-chinese-addons/repos/community-testing-x86_64/PKGBUILD
(from rev 638334, fcitx5-chinese-addons/trunk/PKGBUILD)

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

Copied: fcitx5-chinese-addons/repos/community-testing-x86_64/PKGBUILD (from rev 
638334, fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-03 16:49:55 UTC (rev 638335)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200603
+_commit=6d49483b3216384c0b316912c73699b104b6a6d3
+_pytablever=20121124
+pkgrel=2
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('77f302089f3fe29071ea6e6a73f45648de398225782562326442b4583b5bbdb80f9f6407a2bc58782ef137464e0f4bfc67e9b6bfd5f03aac14f09a306aa8dcc1'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:49:39
  Author: felixonmars
Revision: 638334

upgpkg: fcitx5-chinese-addons 0.0.0.20200603-2

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:48:30 UTC (rev 638333)
+++ PKGBUILD2020-06-03 16:49:39 UTC (rev 638334)
@@ -5,7 +5,7 @@
 pkgver=0.0.0.20200603
 _commit=6d49483b3216384c0b316912c73699b104b6a6d3
 _pytablever=20121124
-pkgrel=1
+pkgrel=2
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-chinese-addons;


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:59:41
  Author: felixonmars
Revision: 638339

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 638338, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 16:59:41 UTC (rev 638339)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=62
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch
+
pandoc-skylighting-0.8.4.patch::https://github.com/jgm/pandoc/commit/46179d5b3e84b5c709e09924cbda524230ebd3fe.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1'
+
'3c057b1bb41cf2346e4fb63c50d3edb745eb598ef5d69c63bc0de0dcfa8e55fce0e4d19d5ce4872ca5fede10ee0f3621fb350d7e162fe63a8d0e1dea8b796e5b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+patch -p1 -i ../pandoc-skylighting-0.8.4.patch || :
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/;s/< 
*0.7/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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 "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install 

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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:59:26
  Author: felixonmars
Revision: 638338

upgpkg: pandoc 2.9.2.1-62: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:54:19 UTC (rev 638337)
+++ PKGBUILD2020-06-03 16:59:26 UTC (rev 638338)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=61
+pkgrel=62
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:06:14
  Author: felixonmars
Revision: 638344

upgpkg: pandoc-crossref 0.3.6.3-9: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:04:53 UTC (rev 638343)
+++ PKGBUILD2020-06-03 17:06:14 UTC (rev 638344)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:06:29
  Author: felixonmars
Revision: 638345

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 638344, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
638344, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:06:29 UTC (rev 638345)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.3
+pkgrel=9
+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=('dbe9a3b8b1b48e00d6f35a523f31c999890669ea3c16c848b4f68f8b89ba2713ce8ed8da36ff70da882d6b8e33c9953b93943457255efb8f474b8e7cf586264f')
+
+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 $MAKEFLAGS
+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
+}


[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-06-03 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 3, 2020 @ 17:34:23
  Author: andrewsc
Revision: 638367

upgpkg: firefox-developer-edition-i18n 78.0b2-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:34:20 UTC (rev 638366)
+++ PKGBUILD2020-06-03 17:34:23 UTC (rev 638367)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=78.0b1
+pkgver=78.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('b2d949e07f007a83e63f22cbbf0ff8fe1066b53ae3d4b82c61c05d8104c0c738e597f2de41e5d1dd1c8fa792f1a21e69dc1d4fc6b7f69c508bd208759af8bb2e'
-
'4712113ab60d83559f6ddd75184a3f6b4ee26c1efc5fd858a60a3cfc0ab922b9aca4d097d356186d4191bc23f1ff7cf561ed4a1356bde7749a3136f91b8e9e28'
-
'6be1e10ce18768cf39264643f02f9f486184f1a0e8570ee3bc9122c362ad6431f7bf7b79741ec49cf3fe8f6daae3901cf9d3fb8586d7981c163a97cebccdbb59'
-
'81c3464aee9fd5c6cf1b4405c9b51e94accba3a6de14037b8300b3d004a25bfb496a2f7e699e811f312ad9f7682fe927a3b42b8eebc4fdb3c39004ebf96a103f'
-
'cec4c9c844e37932950a9cbbf431e6cc7f64f72e6f2f1a35c57b647cddf0db7a267474c3f0ce1afa1919c8b8420195798eea41080706f14e7054e563fed52965'
-
'a6df85668585b0ba635ac31f71368b04034178f74485a64a7a81a47f059e9aa2d01c7fe05319f47481ebfd5435421d9bfe63836fc4f0cae877b3b12e63c28c68'
-
'fa0c172c63722b3c0ef97b998cc0ec3cfefa9079fab1ddb6443c9150ef49beb2686df4b460f943edd69ed0a7e90591d3fef4d2a97f32226c611fb85ed26cb286'
-
'08e6a4b540604e57617d4018e082efa13efc41f41b7ebb80cf867bfbd20517f7d93aa5caa1fc875772785e52d758a2d98299d0456db138a83c8087b645202111'
-
'14c1399a3800e26cc24ed4d8dd26f77386d67c06ba7bc42e37f51f18672429f22a0500ffdcab2afd9e05241bdd0803d27a2fca70639bc0e0a1cdab8a79bd724f'
-
'f20ec6ee1705ced85fe2f2bc662fce863daae2c321aa1b3f78dd34cf8617a892fed98df0179d4e68d293ba5494194788109b884086f9498f4f6e27f5a563e7f5'
-
'9cc49a7f447060818bae8a7272835d7f4ac58948109a477f1b0f97726aab221878f6a9076fa8b2d49bdde099003fe0b2debae7d33b34e47d80218042da972da7'
-
'4b85ec8dce225bd4b74fec6c8adb903603f047ae12d99e881dd5b1fe8f07960a406b1009be0c7da15d7b47c2f95550aef879b08bbd2d33b656a7c0de6e4bdf7a'
-
'0a508c88369a77382a661faf3eee815aa6b25d9065fde2aae10e0567a480a0fea3382258d90cb7fddbe34273f3c5a5ff1bc2330dfcc76ded0011e92a26364bd4'
-
'e774d76b3a3bd981987bb7d288c09cc513f871247a4d7a5aced3d6ca7d9cd80fbaf44f18702928d2c306e8d1595edc3c6079565c025f3e1133d9693f028136b5'
-
'7535258811834b30a24f9cdd2fdbc0d507d10b89fb66a2e613035acbed1deab2d914235de947396ff820ad74b2e410d2f5f28c93068bf38202de7b078b1ed97a'
-
'4bbf6cb0f4ef846772e0faa96f6896e9cd6575cb615243935ca68efedef86a76c30b05fb3060d2225d0b5ec849b5b462a8a85074e6df1954bc9ed78be131a178'
-
'd5c51c624ca1c1f7063bbeb984664409a0388c0d1f2a45b69cb1daea0d1961ab835d3b9a7b41f0f54bf807a706108c833bee94727ebce39745e5927207852598'
-
'eeb126d9964b12f498afbf87dd1f985dd3358639636cd8a74e19fc9ad46f824391c94c67586ef8be365753fbd03d30dec6264052633d91c8d338d107e359f02e'
-
'92690cecf099bfb70f691f5263688e0ced7ec4259b8f725fe201cabb6f598c8d96551e6a7a58b9cf82e66d999f34ccf169d35ff6ce0f9930fd0a2d24dbad0675'
-
'faa1eff4dd50990c5cf127263a46301a0beea4d6284786bbbe3802417a15204ac8df20d63c009a675a1c15d7b4b76c5689146a852624634657966ec083f624e1'
-
'03f8eaaeeab442da286d695a5e2d3b88ba69af6b80375ac80122a448d2730284d271c87423d3bb4472e0732a51852a09cae46932fcbd8c3e263b69b3030e1eb1'
-
'9fb7e0c94f48a1fc86d4408afedaed9bc1bba2839ab4646467005fb5f471f429094245d5a72850a24083833f0a41ab1c47061b8085cc13961d0e9582d4332367'
-
'063b6f2e1845c280837a329a0cc992fa66e9d888e079a5b0d207f458a44eeddd5127af6e9425ce29cf7d04f5ce01231548dd9a21b6699b61f0197c280e57063a'
-
'5100dffe8a464e787f08f38e98c55f7822cee5283df0a8250bd070e8d110e23adf072bd50e4dc528264fa948c7ebdaa8f6100cd5b5e373ef6329e973e2651aca'
-
'5de65b6104fe6eb990344a62e1009ce409358f54cf9ad7c0c26d37cbf3c699792cfd5cbd7c6603b20bc489cb037c9963cf23e5221cad9016f50e2b7a0dee4628'
-
'a43258a91bb3eb1a640caa2ce944a485025e3933e9e090e19018969e7fefef93944c71f054590e81871c7772d1dd3464e1d3cf2673ece1648bf01cbe39233679'
-
'cb270f5111d05f7d18cf68890e9cb1a224404cf70268101f8f3f1a442e9807ebb462b54befe8bb58d9b1eb6d424a8755d22fb37fcf0dd53a1963088f42c1258b'
-
'ae9f21e6089e25cc809df9fb2219332912c8da01d86f00fd9688a3e7a321843dd715cc5ea047bd6be3e094a9b7e0e1b197274a5b36df033724586e8bb126636f'
-

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2020-06-03 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 3, 2020 @ 17:34:50
  Author: andrewsc
Revision: 638368

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 638367, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:34:23 UTC (rev 638367)
+++ PKGBUILD2020-06-03 17:34:50 UTC (rev 638368)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=78.0b1
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('b2d949e07f007a83e63f22cbbf0ff8fe1066b53ae3d4b82c61c05d8104c0c738e597f2de41e5d1dd1c8fa792f1a21e69dc1d4fc6b7f69c508bd208759af8bb2e'
-
'4712113ab60d83559f6ddd75184a3f6b4ee26c1efc5fd858a60a3cfc0ab922b9aca4d097d356186d4191bc23f1ff7cf561ed4a1356bde7749a3136f91b8e9e28'
-
'6be1e10ce18768cf39264643f02f9f486184f1a0e8570ee3bc9122c362ad6431f7bf7b79741ec49cf3fe8f6daae3901cf9d3fb8586d7981c163a97cebccdbb59'
-

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

2020-06-03 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 3, 2020 @ 17:33:41
  Author: eschwartz
Revision: 638365

upgpkg: firefox-noscript 11.0.29-1: upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:32:51 UTC (rev 638364)
+++ PKGBUILD2020-06-03 17:33:41 UTC (rev 638365)
@@ -2,9 +2,9 @@
 # Maintainer: Eli schwartz 
 
 pkgname=firefox-noscript
-pkgver=11.0.26
+pkgver=11.0.29
 pkgrel=1
-_file=3570827
+_file=3583394
 pkgdesc="Extension for firefox which disables javascript"
 arch=('any')
 url="https://noscript.net/;
@@ -14,8 +14,8 @@
 makedepends=('unzip')
 
source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('99a70a78733fe7e21852f67bde090f6a57b5bdbd34ecbbdfcf481dc861965fd8')
-b2sums=('c15ecf1fb41bd2d737fc4d5b7dcc8813041275108436df35fc11270ebed6405fc0cd133e2ff40eb68c6bc44a8840415d80f612966037b844cd5513827a4b7efb')
+sha256sums=('2bfc73d1805f29013a59f0683d152402b0db6aef63cb8fb122f8d53336ce4141')
+b2sums=('831fb90fb777468db577680eb407c9298f80eee7a15b854e67c9699eb905e989a0d0cf38312b037bdb2f6ea2e8d3244e568fd6e3b23214c4bc9d7d23a2c15f8e')
 
 package() {
   _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"


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

2020-06-03 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 3, 2020 @ 17:34:20
  Author: eschwartz
Revision: 638366

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 638365, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:33:41 UTC (rev 638365)
+++ PKGBUILD2020-06-03 17:34:20 UTC (rev 638366)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli schwartz 
-
-pkgname=firefox-noscript
-pkgver=11.0.26
-pkgrel=1
-_file=3570827
-pkgdesc="Extension for firefox which disables javascript"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('99a70a78733fe7e21852f67bde090f6a57b5bdbd34ecbbdfcf481dc861965fd8')
-b2sums=('c15ecf1fb41bd2d737fc4d5b7dcc8813041275108436df35fc11270ebed6405fc0cd133e2ff40eb68c6bc44a8840415d80f612966037b844cd5513827a4b7efb')
-
-package() {
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 638365, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 17:34:20 UTC (rev 638366)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli schwartz 
+
+pkgname=firefox-noscript
+pkgver=11.0.29
+pkgrel=1
+_file=3583394
+pkgdesc="Extension for firefox which disables javascript"
+arch=('any')
+url="https://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('2bfc73d1805f29013a59f0683d152402b0db6aef63cb8fb122f8d53336ce4141')
+b2sums=('831fb90fb777468db577680eb407c9298f80eee7a15b854e67c9699eb905e989a0d0cf38312b037bdb2f6ea2e8d3244e568fd6e3b23214c4bc9d7d23a2c15f8e')
+
+package() {
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:56:09
  Author: felixonmars
Revision: 638413

upgpkg: haskell-lifted-async 0.10.0.6-8: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:54:57 UTC (rev 638412)
+++ PKGBUILD2020-06-03 17:56:09 UTC (rev 638413)
@@ -3,7 +3,7 @@
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
 pkgver=0.10.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async;
 license=('BSD')


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:56:24
  Author: felixonmars
Revision: 638414

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lifted-async/repos/community-staging-x86_64/
  haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD
(from rev 638413, haskell-lifted-async/trunk/PKGBUILD)

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

Copied: haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD (from rev 
638413, haskell-lifted-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:56:24 UTC (rev 638414)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lifted-async
+pkgname=haskell-lifted-async
+pkgver=0.10.0.6
+pkgrel=8
+pkgdesc="Run lifted IO operations asynchronously and wait for their results"
+url="https://github.com/maoe/lifted-async;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-th')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9e5ae5d906df2577453c9b86f196f4bb4ec4d7766c5d9bcb7d2fa66be62daa44c033ed1475bdc004e1540da81f645a4d39db35142d32d09b33cfe9c01412f1ce')
+
+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 $MAKEFLAGS
+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-shelly/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:06:12
  Author: felixonmars
Revision: 638425

upgpkg: haskell-shelly 1.8.1-109: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-shelly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:04:09 UTC (rev 638424)
+++ PKGBUILD2020-06-03 18:06:12 UTC (rev 638425)
@@ -4,7 +4,7 @@
 _hkgname=shelly
 pkgname=haskell-shelly
 pkgver=1.8.1
-pkgrel=108
+pkgrel=109
 pkgdesc="Shell-like (systems) programming in Haskell"
 url="https://github.com/yesodweb/Shelly.hs;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:06:26
  Author: felixonmars
Revision: 638426

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shelly/repos/community-staging-x86_64/PKGBUILD (from rev 
638425, haskell-shelly/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:06:26 UTC (rev 638426)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shelly
+pkgname=haskell-shelly
+pkgver=1.8.1
+pkgrel=109
+pkgdesc="Shell-like (systems) programming in Haskell"
+url="https://github.com/yesodweb/Shelly.hs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unix-compat' 'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
+ 'haskell-lifted-async' 'haskell-enclosed-exceptions'
+ 'haskell-async' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
shelly-ghc-8.8.patch::https://github.com/gregwebs/Shelly.hs/commit/5093c266200ce4ee61075af310b12f5c9cc7faa6.patch)
+sha512sums=('75a6939ed0c395950738d569d2452b55acc373ead0361e97651218ec464816fffa1af5808b7af4d2ea7cd4339c028a4a1bee02f0bfd88fecb73a6888c083d651'
+
'973a51bc176bb5fd36aad8e34934b84be999b1e74865a9d48277508e618ce698394affaf904edee4f4ac4f21a16b45dd05a22fce5939cca631be97858d44ff5b')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../shelly-ghc-8.8.patch
+sed -i 's/< *1.9/<2/' $_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 \
+-f-lifted -f-build-examples
+runhaskell Setup build $MAKEFLAGS
+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-gnuidn/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:13:08
  Author: felixonmars
Revision: 638435

upgpkg: haskell-gnuidn 0.2.2-164: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-gnuidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:12:18 UTC (rev 638434)
+++ PKGBUILD2020-06-03 18:13:08 UTC (rev 638435)
@@ -4,7 +4,7 @@
 _hkgname=gnuidn
 pkgname=haskell-gnuidn
 pkgver=0.2.2
-pkgrel=163
+pkgrel=164
 pkgdesc="Bindings for GNU IDN"
 url="https://john-millikin.com/software/haskell-gnuidn/;
 license=("GPL3")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:12:18
  Author: felixonmars
Revision: 638434

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fsnotify/repos/community-staging-x86_64/PKGBUILD (from rev 
638433, haskell-fsnotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:12:18 UTC (rev 638434)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fsnotify
+pkgname=haskell-fsnotify
+pkgver=0.3.0.1
+pkgrel=99
+pkgdesc="Cross platform library for file change notification."
+url="https://github.com/haskell-fswatch/hfsnotify;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-hinotify" 'haskell-shelly'
+ "haskell-unix-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d5c96a54c1b4788e1d50f259d11d4e2d6eb7224552b50cb359a1f4cdcc2a9b7270f9b5ccdfe9738a163b54ab7ab5a0114de9cabc56660a7324cdfc4b16179e1a')
+
+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 $MAKEFLAGS
+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-gnuidn/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:13:22
  Author: felixonmars
Revision: 638436

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gnuidn/repos/community-staging-x86_64/PKGBUILD (from rev 
638435, haskell-gnuidn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:13:22 UTC (rev 638436)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gnuidn
+pkgname=haskell-gnuidn
+pkgver=0.2.2
+pkgrel=164
+pkgdesc="Bindings for GNU IDN"
+url="https://john-millikin.com/software/haskell-gnuidn/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "libidn")
+makedepends=('c2hs' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ac894ba4cc4fb9fd90ccea55fda342cd0dadc863a091d31287b19117ec1e545a23b7fb69db02bbb8ee9eb84856acb51f3ab0d7778f4ca3da290dfcbc7ef27ac')
+
+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 $MAKEFLAGS
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:25:55
  Author: felixonmars
Revision: 638454

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
638453, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:25:55 UTC (rev 638454)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.10.5.2
+pkgrel=37
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 
'haskell-http-api-data'
+ 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-silently' 'haskell-unordered-containers'
+ 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5d7fe9259d89ab210bd136d9f9b0f3e52d48825a003cc02dfb01f50457324daf2c8659b9123cc0e958b636613fa61004f649f97980c6a5427d425656ceb166f1')
+
+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 \
+-f-nooverlap
+runhaskell Setup build $MAKEFLAGS
+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-persistent/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:25:41
  Author: felixonmars
Revision: 638453

upgpkg: haskell-persistent 2.10.5.2-37: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:23:02 UTC (rev 638452)
+++ PKGBUILD2020-06-03 18:25:41 UTC (rev 638453)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.10.5.2
-pkgrel=36
+pkgrel=37
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:50:36
  Author: felixonmars
Revision: 638483

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
638482, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:50:36 UTC (rev 638483)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.6.2
+pkgrel=63
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page'
+ 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random'
+ 'haskell-optparse-applicative' 'haskell-statistics' 
'haskell-transformers-compat'
+ 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+runhaskell Setup build $MAKEFLAGS
+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-criterion/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:50:22
  Author: felixonmars
Revision: 638482

upgpkg: haskell-criterion 1.5.6.2-63: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:49:39 UTC (rev 638481)
+++ PKGBUILD2020-06-03 18:50:22 UTC (rev 638482)
@@ -4,7 +4,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.6.2
-pkgrel=62
+pkgrel=63
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:57:37
  Author: felixonmars
Revision: 638493

upgpkg: haskell-warp 3.3.12-6: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:55:42 UTC (rev 638492)
+++ PKGBUILD2020-06-03 18:57:37 UTC (rev 638493)
@@ -4,7 +4,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.3.12
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:59:05
  Author: felixonmars
Revision: 638495

upgpkg: haskell-http 4000.3.14-198: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:57:52 UTC (rev 638494)
+++ PKGBUILD2020-06-03 18:59:05 UTC (rev 638495)
@@ -4,7 +4,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.3.14
-pkgrel=197
+pkgrel=198
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:57:52
  Author: felixonmars
Revision: 638494

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 638493, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:57:52 UTC (rev 638494)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.3.12
+pkgrel=6
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 
'haskell-bsb-http-chunked'
+ 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 
'haskell-http-types'
+ 'haskell-http2' 'haskell-iproute' 'haskell-network' 
'haskell-simple-sendfile'
+ 'haskell-streaming-commons' 'haskell-time-manager' 
'haskell-unix-compat' 'haskell-vault'
+ 'haskell-wai' 'haskell-word8' 'haskell-x509')
+makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-lifted-base' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14f4bf2aec911823b22419ffe91db43de4e0a8905b2bfc7127fd7cca650c0a80174b385011e885aaa508bc93b6e94372946d290ef166ad293091c06b585f1b04')
+
+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 \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build $MAKEFLAGS
+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 git-repair/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 19:10:26
  Author: felixonmars
Revision: 638506

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 638505, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 19:10:26 UTC (rev 638506)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20200504
+pkgrel=15
+pkgdesc="Repairs a damaged git repository"
+url="https://git-repair.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
+ 'haskell-filepath-bytestring' 'haskell-hslogger' 'haskell-ifelse'
+ 'haskell-network' 'haskell-network-uri' 
'haskell-optparse-applicative' 'haskell-quickcheck'
+ 'haskell-split' 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in libnumbertext/trunk (2 files)

2020-06-03 Thread Andreas Radke via arch-commits
Date: Wednesday, June 3, 2020 @ 19:21:15
  Author: andyrtr
Revision: 388228

upgpkg: libnumbertext 1.0.6-1: upstream update 1.0.6

Modified:
  libnumbertext/trunk/PKGBUILD
Deleted:
  libnumbertext/trunk/libnumbertext-updateautotools.patch

-+
 PKGBUILD|   11 ---
 libnumbertext-updateautotools.patch |   21 -
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 19:12:25 UTC (rev 388227)
+++ PKGBUILD2020-06-03 19:21:15 UTC (rev 388228)
@@ -1,21 +1,18 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libnumbertext
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Number to number name and money text conversion library"
 arch=('x86_64')
 url="https://github.com/Numbertext/libnumbertext;
 license=('LGPL3' 'custom')
 depends=('gcc-libs')
-source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
-libnumbertext-updateautotools.patch)
-sha256sums=('508f259325efc25705e27ca1bafe487aa0b8b0f5cc3bf77cb2d53ce7f119c380'
-'4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
+source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz)
+sha256sums=('d03860c98ec01bc52a2a65f04b1fc4c7e7823c76d54dec800ca32ab2196023bc')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  patch -Np1 -i ../libnumbertext-updateautotools.patch
   autoreconf -vfi
 }
 

Deleted: libnumbertext-updateautotools.patch
===
--- libnumbertext-updateautotools.patch 2020-06-03 19:12:25 UTC (rev 388227)
+++ libnumbertext-updateautotools.patch 2020-06-03 19:21:15 UTC (rev 388228)
@@ -1,21 +0,0 @@
 libnumbertext-1.0.2/configure.ac   2018-06-12 14:48:53.518952998 +0100
-+++ libnumbertext-1.0.2/configure.ac   2018-06-12 14:50:48.0 +0100
-@@ -3,7 +3,7 @@
- m4_define([numbertext_version_micro],[2])
- 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
- 
--AC_PREREQ([2.68])
-+AC_PREREQ([2.69])
- 
- AC_INIT([libnumbertext],[numbertext_version])
- AC_CONFIG_MACRO_DIR([m4])
-@@ -18,7 +18,7 @@
- AC_PROG_CPP
- AC_PROG_INSTALL
- AC_PROG_LN_S
--AC_PROG_LIBTOOL
-+LT_INIT
- 
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_LANG([C++])
-


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

2020-06-03 Thread Andreas Radke via arch-commits
Date: Wednesday, June 3, 2020 @ 19:21:28
  Author: andyrtr
Revision: 388229

archrelease: copy trunk to extra-x86_64

Added:
  libnumbertext/repos/extra-x86_64/PKGBUILD
(from rev 388228, libnumbertext/trunk/PKGBUILD)
Deleted:
  libnumbertext/repos/extra-x86_64/PKGBUILD
  libnumbertext/repos/extra-x86_64/libnumbertext-updateautotools.patch

-+
 PKGBUILD|   73 --
 libnumbertext-updateautotools.patch |   21 -
 2 files changed, 35 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 19:21:15 UTC (rev 388228)
+++ PKGBUILD2020-06-03 19:21:28 UTC (rev 388229)
@@ -1,38 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=libnumbertext
-pkgver=1.0.5
-pkgrel=2
-pkgdesc="Number to number name and money text conversion library"
-arch=('x86_64')
-url="https://github.com/Numbertext/libnumbertext;
-license=('LGPL3' 'custom')
-depends=('gcc-libs')
-source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
-libnumbertext-updateautotools.patch)
-sha256sums=('508f259325efc25705e27ca1bafe487aa0b8b0f5cc3bf77cb2d53ce7f119c380'
-'4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../libnumbertext-updateautotools.patch
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # add dual license file
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
-}

Copied: libnumbertext/repos/extra-x86_64/PKGBUILD (from rev 388228, 
libnumbertext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 19:21:28 UTC (rev 388229)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libnumbertext
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Number to number name and money text conversion library"
+arch=('x86_64')
+url="https://github.com/Numbertext/libnumbertext;
+license=('LGPL3' 'custom')
+depends=('gcc-libs')
+source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz)
+sha256sums=('d03860c98ec01bc52a2a65f04b1fc4c7e7823c76d54dec800ca32ab2196023bc')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # add dual license file
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
+}

Deleted: libnumbertext-updateautotools.patch
===
--- libnumbertext-updateautotools.patch 2020-06-03 19:21:15 UTC (rev 388228)
+++ libnumbertext-updateautotools.patch 2020-06-03 19:21:28 UTC (rev 388229)
@@ -1,21 +0,0 @@
 libnumbertext-1.0.2/configure.ac   2018-06-12 14:48:53.518952998 +0100
-+++ libnumbertext-1.0.2/configure.ac   2018-06-12 14:50:48.0 +0100
-@@ -3,7 +3,7 @@
- m4_define([numbertext_version_micro],[2])
- 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
- 
--AC_PREREQ([2.68])
-+AC_PREREQ([2.69])
- 
- AC_INIT([libnumbertext],[numbertext_version])
- AC_CONFIG_MACRO_DIR([m4])
-@@ -18,7 +18,7 @@
- AC_PROG_CPP
- AC_PROG_INSTALL
- AC_PROG_LN_S
--AC_PROG_LIBTOOL
-+LT_INIT
- 
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_LANG([C++])
-


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 19:23:04
  Author: felixonmars
Revision: 638526

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 638525, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 638525, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 19:23:04 UTC (rev 638526)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.3
+pkgrel=239
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-tls")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df4fff9fbd6736a52d54bf04669107b24e3d31c22b0f7882310204ca4ef1a895e9f79cea289423341aa575759a2667ff9ca86b889567605ad3daec266a1bbb14')
+
+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 $MAKEFLAGS
+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-http-client-tls/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 19:22:50
  Author: felixonmars
Revision: 638525

upgpkg: haskell-http-client-tls 0.3.5.3-239: rebuild with haskell-src-exts 
1.23.1

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 19:20:46 UTC (rev 638524)
+++ PKGBUILD2020-06-03 19:22:50 UTC (rev 638525)
@@ -4,7 +4,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.5.3
-pkgrel=238
+pkgrel=239
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:23:04
  Author: felixonmars
Revision: 638263

upgpkg: python-tqdm 4.46.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:13:25 UTC (rev 638262)
+++ PKGBUILD2020-06-03 16:23:04 UTC (rev 638263)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.46.0
+pkgver=4.46.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-coverage' 'flake8')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('735c505beb29c556bcebdd4dca57c3573e402b9944e214326771bc7615510bb7a2d1ea1060fa74999db6253efddb5f5d75e9e15837485b35bf133c012350280d')
+sha512sums=('169b04a360b504deccb2782b8ef033f3e0b008df83a56497dfd77739ad48cce284b0983cc8f07a5f8595b875b0d1eb94269b24abacfa334b23b36742f807bc76')
 
 build() {
   cd "$srcdir"/tqdm-$pkgver


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:32:22
  Author: felixonmars
Revision: 638277

upgpkg: v2ray 4.23.4-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:32:15 UTC (rev 638276)
+++ PKGBUILD2020-06-03 16:32:22 UTC (rev 638277)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.23.3
+pkgver=4.23.4
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('52dfefad125909751b81ba24e8036fc474c33f120baa97d309595176e4bac29dd25eed6b2e62a1f3a170d522ae1a99ea50f06abe4846d808ae258a1f22851711'
+sha512sums=('db143c4eca37c0a5e84e2cad6f3d734cc5065c87bf7e25dcde0d139408e9879239bb6ebfdc9524374b0e6cb01f5dd7b81c64ad0a71c75288ec4eeceb6bcbba7d'
 
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
 
 build() {


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:32:40
  Author: felixonmars
Revision: 638278

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   96 
 v2ray.service |   26 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 16:32:22 UTC (rev 638277)
+++ PKGBUILD2020-06-03 16:32:40 UTC (rev 638278)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.23.3
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('52dfefad125909751b81ba24e8036fc474c33f120baa97d309595176e4bac29dd25eed6b2e62a1f3a170d522ae1a99ea50f06abe4846d808ae258a1f22851711'
-
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
-
-build() {
-  cd "v2ray-core-$pkgver"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o v2ray ./main
-  go build -o v2ctl ./infra/control/main
-}
-
-check() {
-  cd "v2ray-core-$pkgver"
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e 's|/usr/bin/v2ray/v2ray|/usr/lib/v2ray/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 v2ray -t "$pkgdir"/usr/lib/v2ray/
-  install -Dm755 v2ctl -t "$pkgdir"/usr/lib/v2ray/
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s ../lib/v2ray/v2ray "$pkgdir"/usr/bin/v2ray
-  ln -s ../lib/v2ray/v2ctl "$pkgdir"/usr/bin/v2ctl
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 638277, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 16:32:40 UTC (rev 638278)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.23.4
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('db143c4eca37c0a5e84e2cad6f3d734cc5065c87bf7e25dcde0d139408e9879239bb6ebfdc9524374b0e6cb01f5dd7b81c64ad0a71c75288ec4eeceb6bcbba7d'
+
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
+
+build() {
+  cd "v2ray-core-$pkgver"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o v2ray ./main
+  go build -o v2ctl ./infra/control/main
+}
+
+check() {
+  cd "v2ray-core-$pkgver"
+  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e 's|/usr/bin/v2ray/v2ray|/usr/lib/v2ray/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 v2ray -t "$pkgdir"/usr/lib/v2ray/
+  install -Dm755 v2ctl -t "$pkgdir"/usr/lib/v2ray/
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s ../lib/v2ray/v2ray "$pkgdir"/usr/bin/v2ray
+  ln -s ../lib/v2ray/v2ctl "$pkgdir"/usr/bin/v2ctl
+
+  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+}

Deleted: v2ray.service
===
--- v2ray.service   2020-06-03 16:32:22 UTC (rev 638277)
+++ 

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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:32:00
  Author: felixonmars
Revision: 638275

upgpkg: kcm-fcitx5 0.0.0.20200603-1

Modified:
  kcm-fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:31:46 UTC (rev 638274)
+++ PKGBUILD2020-06-03 16:32:00 UTC (rev 638275)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=kcm-fcitx5
-pkgver=0.0.0.20200601
-_commit=56e241722df5fd75ea5f498dce1fcc7e2bcf
+pkgver=0.0.0.20200603
+_commit=85fbc01b26b02b56802c77aef0a86f71081f1cd0
 pkgrel=1
 pkgdesc="KDE Config Module for Fcitx5"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
 
source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('6b69aa976e6550eb5188367bd50234959c67e5286c680355fbf2333f2edfe2440bef1d530290fc585b7c2076d493ab938ae8d9868267b67e71deed8e9f987a52')
+sha512sums=('99943a1fa52d0c47bb9101f75a23e1800fbcfdf280e410999123aad48fe3653c1933e766421cbefbe7bfb51400122b12e539caa343cb3f4d82466c89dff202d0')
 
 build(){
   cd $pkgname-$_commit


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:32:15
  Author: felixonmars
Revision: 638276

archrelease: copy trunk to community-x86_64

Added:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD
(from rev 638275, kcm-fcitx5/trunk/PKGBUILD)
Deleted:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 16:32:00 UTC (rev 638275)
+++ PKGBUILD2020-06-03 16:32:15 UTC (rev 638276)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=kcm-fcitx5
-pkgver=0.0.0.20200601
-_commit=56e241722df5fd75ea5f498dce1fcc7e2bcf
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/kcm-fcitx5;
-license=('GPL')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
-source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('6b69aa976e6550eb5188367bd50234959c67e5286c680355fbf2333f2edfe2440bef1d530290fc585b7c2076d493ab938ae8d9868267b67e71deed8e9f987a52')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 638275, 
kcm-fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 16:32:15 UTC (rev 638276)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=kcm-fcitx5
+pkgver=0.0.0.20200603
+_commit=85fbc01b26b02b56802c77aef0a86f71081f1cd0
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5;
+license=('GPL')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
+sha512sums=('99943a1fa52d0c47bb9101f75a23e1800fbcfdf280e410999123aad48fe3653c1933e766421cbefbe7bfb51400122b12e539caa343cb3f4d82466c89dff202d0')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-polkit-agent/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:33:45
  Author: felixonmars
Revision: 638280

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-polkit-agent/repos/community-testing-x86_64/
  deepin-polkit-agent/repos/community-testing-x86_64/PKGBUILD
(from rev 638279, deepin-polkit-agent/trunk/PKGBUILD)

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

Copied: deepin-polkit-agent/repos/community-testing-x86_64/PKGBUILD (from rev 
638279, deepin-polkit-agent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-03 16:33:45 UTC (rev 638280)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=5.2.0.1
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('ff8f1167996e3520616137a4d9d67c7a216e3a3f066a1083f95203ed44f7d9a105bc978ac59dc2f21c2fab47b0d79e6cfc954c9c65a0e0090c892ac2f0857c46')
+
+prepare() {
+  cd dde-polkit-agent-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/1721
+  sed -i 's/bool is_deepin = true/bool is_deepin = false/' 
policykitlistener.cpp
+}
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:47:34
  Author: felixonmars
Revision: 638330

upgpkg: startdde 5.5.0.0-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:47:28 UTC (rev 638329)
+++ PKGBUILD2020-06-03 16:47:34 UTC (rev 638330)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=5.4.0.1
+pkgver=5.5.0.0
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('076142081b22193e64513d2811dfb23d1f926321e8b4e08ee624420c0ed654bacece258aa66b8afeaaf65b04ebdb7330e00e70954bff927f677696aca19f66d9')
+sha512sums=('4c946070cae744e2113cec89366f55708e0d9376000bb156c7829c8d12ebb22a0da1ea2b62978d22ff7f63863c2be2aeebe5304bec36518941fd77aae650d5f5')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:47:28
  Author: felixonmars
Revision: 638329

archrelease: copy trunk to community-testing-x86_64

Added:
  fcitx5-qt/repos/community-testing-x86_64/
  fcitx5-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 638328, fcitx5-qt/trunk/PKGBUILD)

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

Copied: fcitx5-qt/repos/community-testing-x86_64/PKGBUILD (from rev 638328, 
fcitx5-qt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-03 16:47:28 UTC (rev 638329)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20200603
+_commit=72acd72cf25d1f5847374f67a10cf94d58f61053
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt;
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
+sha512sums=('11388225b9623b0bfa39ef1de1fa70b5d7ca7fd352761755d15e2cb8a42be341bd444352491757af676f86591d0f269b4bf0fbb220335dc70573433f7d63c0e2')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:48:30
  Author: felixonmars
Revision: 638333

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 638332, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 638332, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 16:48:30 UTC (rev 638333)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=131
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-haskeline0.7' 'haskell-heredoc' 
'haskell-monad-control' 'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc-8.8.patch::https://github.com/GaloisInc/cryptol/pull/655.patch)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0'
+
'f5399cfde04c2645e0bc80d80a39ac570c9649961e22bf9808bb55ba8457f9a124469d699de73624b2debabe8d672879bd0b2279b60dfcb08d328de67ca78e84')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.8.patch
+sed -i 's/< *0.11/<1/;s/haskeline$/haskeline < 0.8/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${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 cryptol/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:48:16
  Author: felixonmars
Revision: 638332

upgpkg: cryptol 2.8.0-131: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:47:49 UTC (rev 638331)
+++ PKGBUILD2020-06-03 16:48:16 UTC (rev 638332)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=130
+pkgrel=131
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:47:49
  Author: felixonmars
Revision: 638331

archrelease: copy trunk to community-testing-x86_64

Added:
  startdde/repos/community-testing-x86_64/
  startdde/repos/community-testing-x86_64/PKGBUILD
(from rev 638330, startdde/trunk/PKGBUILD)

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

Copied: startdde/repos/community-testing-x86_64/PKGBUILD (from rev 638330, 
startdde/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-03 16:47:49 UTC (rev 638331)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.5.0.0
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('4c946070cae744e2113cec89366f55708e0d9376000bb156c7829c8d12ebb22a0da1ea2b62978d22ff7f63863c2be2aeebe5304bec36518941fd77aae650d5f5')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:47:14
  Author: felixonmars
Revision: 638328

upgpkg: fcitx5-qt 0.0.0.20200603-1

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:46:18 UTC (rev 638327)
+++ PKGBUILD2020-06-03 16:47:14 UTC (rev 638328)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-qt
-pkgver=0.0.0.20200528
-_commit=123301896affc23344f757b9c44f520cdf8d2130
+pkgver=0.0.0.20200603
+_commit=72acd72cf25d1f5847374f67a10cf94d58f61053
 pkgrel=1
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'qt5-x11extras')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('10a74ad719231091348819e45f27cde62f3073468481bc632c77e8c55fe7d299b6660a5176b6a823f1e8f9ab8dd97a15d94222e3c90d4c1fb3cd63fbe91f91b4')
+sha512sums=('11388225b9623b0bfa39ef1de1fa70b5d7ca7fd352761755d15e2cb8a42be341bd444352491757af676f86591d0f269b4bf0fbb220335dc70573433f7d63c0e2')
 
 build(){
   cd $pkgname-$_commit


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:04:25
  Author: felixonmars
Revision: 638342

upgpkg: haskell-hakyll 4.13.3.0-49: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:02:53 UTC (rev 638341)
+++ PKGBUILD2020-06-03 17:04:25 UTC (rev 638342)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.3.0
-pkgrel=48
+pkgrel=49
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:04:53
  Author: felixonmars
Revision: 638343

archrelease: copy trunk to community-staging-x86_64

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

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

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


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2020-06-03 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 3, 2020 @ 17:25:49
  Author: andrewsc
Revision: 638362

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 638361, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 638361, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 638361, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 638361, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-03 
17:25:25 UTC (rev 638361)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-03 
17:25:49 UTC (rev 638362)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 638361, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-03 
17:25:49 UTC (rev 638362)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2020-06-03 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 3, 2020 @ 17:25:25
  Author: andrewsc
Revision: 638361

upgpkg: firefox-developer-edition 78.0b2-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:25:09 UTC (rev 638360)
+++ PKGBUILD2020-06-03 17:25:25 UTC (rev 638361)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=78.0b1
+pkgver=78.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('8d84fe475922aa578cd27441189417c73caba96931444cad012db1d67b8f084390bf7f1caf3779650687396acd8efd80075d79172a99bf97ae65a434ab02f738'
+sha512sums=('4ef885bb37b0393f33254da302bf473f0b6825cad369df37cc9735d310d32de0040fde67c318f3dcf8c0af5e3b3c3503046f27984fd25f8774cae9385b2bc4ea'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


[arch-commits] Commit in deepin-control-center/repos (3 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:25:09
  Author: felixonmars
Revision: 638360

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-control-center/repos/community-testing-x86_64/
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 638359, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-testing-x86_64/deepin-control-center-build-fix.patch
(from rev 638359, 
deepin-control-center/trunk/deepin-control-center-build-fix.patch)

---+
 PKGBUILD  |   69 
 deepin-control-center-build-fix.patch |   65 ++
 2 files changed, 134 insertions(+)

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
638359, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-03 17:25:09 UTC (rev 638360)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=5.2.0.0
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
+$pkgname-build-fix.patch
+
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
+
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
+sha512sums=('f07c934179f9167977f9af2bef8c5cd5849d462b12a7a3590df2e65308a634b5dbb13e009d5bec4f27aa3cb8abe1f196262c8129b5abc26dc02c4a2e8d8f2a8b'
+
'e36681ee79ba90360217c7dd3cf432ac2e04cc343d60c3580232a894d74edd73f455445bedaaf833a6092b710d4e98ef03e85edb213e3bf5d2f42261a0e769b1'
+
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
+
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
+
+prepare() {
+  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
+  mkdir -p build
+
+  cd dde-control-center-$pkgver
+  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
+  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
+  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
+  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
+  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
+  
src/frame/window/modules/personalization/roundcolorwidget.cpp
+  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
+
+  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
+  
com.deepin.controlcenter.restore.policy
+  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
+
+  # remove after they obey -DDISABLE_SYS_UPDATE properly
+  sed 

[arch-commits] Commit in deepin-control-center/trunk (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:24:51
  Author: felixonmars
Revision: 638359

upgpkg: deepin-control-center 5.2.0.0-1

Modified:
  deepin-control-center/trunk/PKGBUILD
  deepin-control-center/trunk/deepin-control-center-build-fix.patch

---+
 PKGBUILD  |   28 
 deepin-control-center-build-fix.patch |6 +++---
 2 files changed, 23 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:20:05 UTC (rev 638358)
+++ PKGBUILD2020-06-03 17:24:51 UTC (rev 638359)
@@ -3,8 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.1.0101.0.20200427
-_commit=9c2778ea06c9182273b27f440e3dd8df533a72f3
+pkgver=5.2.0.0
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,17 +24,30 @@
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$_commit.tar.gz;
-$pkgname-build-fix.patch)
-sha512sums=('1d776b6a590b5d7b692eaec6dce16dc005d75dd6152a64e48b6ee7f6d05ab89ab6020c64c5ffb7e5961772f72cc6d58c2820e5d97da001c7d2a0b2e0b022c708'
-
'f19cbef03edb458b5dce941b9d4f25d4b0838490da37950ed6ab0c7b13b8ce236ff2115718f3fece230d7c5dbb2d74970695ac55d5f03b9ebf6bd7b8553e40aa')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
+$pkgname-build-fix.patch
+
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
+
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
+sha512sums=('f07c934179f9167977f9af2bef8c5cd5849d462b12a7a3590df2e65308a634b5dbb13e009d5bec4f27aa3cb8abe1f196262c8129b5abc26dc02c4a2e8d8f2a8b'
+
'e36681ee79ba90360217c7dd3cf432ac2e04cc343d60c3580232a894d74edd73f455445bedaaf833a6092b710d4e98ef03e85edb213e3bf5d2f42261a0e769b1'
+
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
+
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
 
 prepare() {
-  mv dde-control-center-{$_commit,$pkgver}
-  patch -d dde-control-center-$pkgver -p1 < $pkgname-build-fix.patch
+  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
   mkdir -p build
 
   cd dde-control-center-$pkgver
+  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
+  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
+  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
+  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
+  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
+  
src/frame/window/modules/personalization/roundcolorwidget.cpp
+  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
+
   sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
   
com.deepin.controlcenter.restore.policy
   sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt

Modified: deepin-control-center-build-fix.patch
===
--- deepin-control-center-build-fix.patch   2020-06-03 17:20:05 UTC (rev 
638358)
+++ deepin-control-center-build-fix.patch   2020-06-03 17:24:51 UTC (rev 
638359)
@@ -55,10 +55,10 @@
 index 00f5b8830..33763ebb9 100755
 --- a/src/frame/window/search/searchwidget.cpp
 +++ b/src/frame/window/search/searchwidget.cpp
-@@ -31,6 +31,7 @@
- #include 
- #include 
+@@ -32,6 +32,7 @@
  #include 
+ #include 
+ #include 
 +#include 
  
  using namespace DCC_NAMESPACE;


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:39:56
  Author: felixonmars
Revision: 638381

upgpkg: hugo 0.72.0-1

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:39:47 UTC (rev 638380)
+++ PKGBUILD2020-06-03 17:39:56 UTC (rev 638381)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.71.1
+pkgver=0.72.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2fa3f63cebdf5a9f625efc5d6164c27abd45543f627cf2f35e9c78edfac8eec479fd2c22ebf970eef5fd6c8781cbc4eb4c77063d0f4bc005cb22f309d3ce4c6c')
+sha512sums=('7efc37cda59e7ce3b5db96fd6db153df63952b6da6ab60d3cc7159cc78d14ffc53b48d40ec197df8d7819b8730f895fafdf7d44bf7491ac26792833c6da6b9e7')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in perl-gtk3-simplelist/repos/community-any (PKGBUILD PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:39:47
  Author: felixonmars
Revision: 638380

archrelease: copy trunk to community-any

Added:
  perl-gtk3-simplelist/repos/community-any/PKGBUILD
(from rev 638379, perl-gtk3-simplelist/trunk/PKGBUILD)
Deleted:
  perl-gtk3-simplelist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:39:27 UTC (rev 638379)
+++ PKGBUILD2020-06-03 17:39:47 UTC (rev 638380)
@@ -1,37 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-gtk3-simplelist
-_perl_module=Gtk3-SimpleList
-pkgver=0.18
-pkgrel=1
-pkgdesc="Perl interface to the Gtk3's complex MVC list widget"
-arch=('any')
-url="https://metacpan.org/release/${_perl_module};
-license=('LGPL')
-depends=('perl-gtk3')
-source=("https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/${_perl_module}-${pkgver}.tar.gz;)
-sha512sums=('b95cb83730282e666b3ab4847cc1b75e7523a413368ac1c1452a0e7cd1f54949e0372980ce9c4974cc6cfdef845998f0cc6b932fbf74e000ddf86e7190016bcd')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-gtk3-simplelist/repos/community-any/PKGBUILD (from rev 638379, 
perl-gtk3-simplelist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 17:39:47 UTC (rev 638380)
@@ -0,0 +1,37 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-gtk3-simplelist
+_perl_module=Gtk3-SimpleList
+pkgver=0.19
+pkgrel=1
+pkgdesc="Perl interface to the Gtk3's complex MVC list widget"
+arch=('any')
+url="https://metacpan.org/release/${_perl_module};
+license=('LGPL')
+depends=('perl-gtk3')
+source=("https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/${_perl_module}-${pkgver}.tar.gz;)
+sha512sums=('0c6875caaf353c36a559cb0fa1bf6cf243366751737af8851b822bc21a9b770a7ccaca2c6831fe83d7f2eabe57a42eac327efb118ca33abdf24a52bdedcee03e')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:40:30
  Author: felixonmars
Revision: 638383

upgpkg: exim 4.94-1

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:40:18 UTC (rev 638382)
+++ PKGBUILD2020-06-03 17:40:30 UTC (rev 638383)
@@ -5,8 +5,8 @@
 # Contributor: judd 
 
 pkgname=exim
-pkgver=4.93
-pkgrel=2
+pkgver=4.94
+pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64')
 url='https://www.exim.org/'
@@ -26,7 +26,7 @@
 exim-submission.socket
 exim.sysusers
 exim.tmpfiles)
-sha512sums=('18301520ff02978e4f19d7b651495bc9b86d99e45c60d4bef63aa07ec43a5d8ee2e1bdbd512861c974af2210a3aeae2d34d41cff1112a97ec7cedf771126b499'
+sha512sums=('0ae405e8602a8a031d99ef87e663c80569d2aca0e633e6b6ea9ead0f273f955cdce014fec9620f4e1912818b8b1ec39c09f06b2de0730d467720b14e19f68465'
 'SKIP'
 
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
 
'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:40:18
  Author: felixonmars
Revision: 638382

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:39:56 UTC (rev 638381)
+++ PKGBUILD2020-06-03 17:40:18 UTC (rev 638382)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.71.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2fa3f63cebdf5a9f625efc5d6164c27abd45543f627cf2f35e9c78edfac8eec479fd2c22ebf970eef5fd6c8781cbc4eb4c77063d0f4bc005cb22f309d3ce4c6c')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 638381, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 17:40:18 UTC (rev 638382)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.72.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('7efc37cda59e7ce3b5db96fd6db153df63952b6da6ab60d3cc7159cc78d14ffc53b48d40ec197df8d7819b8730f895fafdf7d44bf7491ac26792833c6da6b9e7')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:41:51
  Author: felixonmars
Revision: 638387

upgpkg: faudio 20.06-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:41:45 UTC (rev 638386)
+++ PKGBUILD2020-06-03 17:41:51 UTC (rev 638387)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=20.05
+pkgver=20.06
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'ffmpeg')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('c7b706bb48b503988d767740e0076e98ca3835caf8bb9dba79ff89fd482dc69b3b8baf73c7a094b4bac85b7da3f87c2cb56c65101163b78853b71b6b04ba3e88')
+sha512sums=('4727a97eb24177ed8263e95f79faf7a43bd512f1ebdc2212e069b4ac3326af053b7bda1f0995ca505fa5cf27e092cfbb89def8df4437393ca82e4c153ad3573a')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in golang-github-stretchr-testify/repos/community-any (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:46:19
  Author: felixonmars
Revision: 638398

archrelease: copy trunk to community-any

Added:
  golang-github-stretchr-testify/repos/community-any/PKGBUILD
(from rev 638396, golang-github-stretchr-testify/trunk/PKGBUILD)
Deleted:
  golang-github-stretchr-testify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:46:17 UTC (rev 638397)
+++ PKGBUILD2020-06-03 17:46:19 UTC (rev 638398)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-github-stretchr-testify
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A toolkit with common assertions and mocks that plays nicely with the 
standard library'
-arch=('any')
-url="https://github.com/stretchr/testify;
-license=('MIT')
-depends=('go-pie' 'golang-github-davecgh-go-spew' 
'golang-github-pmezard-go-difflib'
- 'golang-github-stretchr-objx')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz;)
-sha512sums=('fdd1b6493e9ee84638f02f756065e1b442f4b05101b27c88eb759377b69878241e04a9b6b5b4bafec85caaeb6c7514e96f5fb176fea28ee53995875097578387')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/github.com/stretchr
-  cp -a "$srcdir"/testify-$pkgver 
"$srcdir"/build/src/github.com/stretchr/testify
-  cd "$srcdir"/build/src/github.com/stretchr/testify
-  go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/stretchr
-  cp -a "$srcdir"/testify-$pkgver 
"$pkgdir"/usr/share/gocode/src/github.com/stretchr/testify
-
-  install -Dm644 testify-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: golang-github-stretchr-testify/repos/community-any/PKGBUILD (from rev 
638396, golang-github-stretchr-testify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 17:46:19 UTC (rev 638398)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-github-stretchr-testify
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A toolkit with common assertions and mocks that plays nicely with the 
standard library'
+arch=('any')
+url="https://github.com/stretchr/testify;
+license=('MIT')
+depends=('go-pie' 'golang-github-davecgh-go-spew' 
'golang-github-pmezard-go-difflib'
+ 'golang-github-stretchr-objx')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz;)
+sha512sums=('d6529a04a1b521d5a67f1c8d0e24efa499680f39fdb1c59a249c7afd755c3138e9cac6b1aed7927115caea7768d252e52e1decd4bbe15e362736bda2dea889c0')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/stretchr
+  cp -a "$srcdir"/testify-$pkgver 
"$srcdir"/build/src/github.com/stretchr/testify
+  cd "$srcdir"/build/src/github.com/stretchr/testify
+  go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/stretchr
+  cp -a "$srcdir"/testify-$pkgver 
"$pkgdir"/usr/share/gocode/src/github.com/stretchr/testify
+
+  install -Dm644 testify-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-src-exts-util/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:46:01
  Author: felixonmars
Revision: 638395

upgpkg: haskell-src-exts-util 0.2.5-55: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-src-exts-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:45:32 UTC (rev 638394)
+++ PKGBUILD2020-06-03 17:46:01 UTC (rev 638395)
@@ -3,7 +3,7 @@
 _hkgname=haskell-src-exts-util
 pkgname=haskell-src-exts-util
 pkgver=0.2.5
-pkgrel=54
+pkgrel=55
 pkgdesc="Helper functions for working with haskell-src-exts trees"
 url="https://github.com/pepeiborra/haskell-src-exts-util;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:46:41
  Author: felixonmars
Revision: 638400

archrelease: copy trunk to community-any

Added:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD
(from rev 638399, python-flask-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 17:46:25 UTC (rev 638399)
+++ PKGBUILD2020-06-03 17:46:41 UTC (rev 638400)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Serge Victor 
-# Contributor: Kevin Azzam 
-
-_pyname=flask-sqlalchemy
-pkgname=python-flask-sqlalchemy
-pkgver=2.4.2
-pkgrel=1
-pkgdesc='Adds SQLAlchemy support to your Flask application'
-url='http://flask-sqlalchemy.pocoo.org/'
-arch=('any')
-license=('BSD')
-depends=('python-flask' 'python-sqlalchemy')
-makedepends=('python-setuptools' 'python-sphinx' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
-checkdepends=('python-pytest' 'python-blinker' 'python-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('1f65dd13fe70c4f3c8690092c9dfca632d1f5ba22291da762fe48f0bc0112ec82880fb7d043aada2128d39366364fcd564ea47766abb36eb64358a578568c05f')
-
-prepare() {
-  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-sqlalchemy/repos/community-any/PKGBUILD (from rev 638399, 
python-flask-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 17:46:41 UTC (rev 638400)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+# Contributor: Kevin Azzam 
+
+_pyname=flask-sqlalchemy
+pkgname=python-flask-sqlalchemy
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='Adds SQLAlchemy support to your Flask application'
+url='http://flask-sqlalchemy.pocoo.org/'
+arch=('any')
+license=('BSD')
+depends=('python-flask' 'python-sqlalchemy')
+makedepends=('python-setuptools' 'python-sphinx' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
+checkdepends=('python-pytest' 'python-blinker' 'python-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
+sha512sums=('059927d93f29d48ae96239bd7deb53e1722be4296ed77b49beb709f1253b807f3de0d65c3deca220c497f2a4dab804041a0148447f06237a8167038b71d01975')
+
+prepare() {
+  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=".:${PYTHONPATH}" py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
+  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:46:25
  Author: felixonmars
Revision: 638399

upgpkg: python-flask-sqlalchemy 2.4.3-1

Modified:
  python-flask-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:46:19 UTC (rev 638398)
+++ PKGBUILD2020-06-03 17:46:25 UTC (rev 638399)
@@ -4,7 +4,7 @@
 
 _pyname=flask-sqlalchemy
 pkgname=python-flask-sqlalchemy
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='Adds SQLAlchemy support to your Flask application'
 url='http://flask-sqlalchemy.pocoo.org/'
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python-sphinx' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
 checkdepends=('python-pytest' 'python-blinker' 'python-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('1f65dd13fe70c4f3c8690092c9dfca632d1f5ba22291da762fe48f0bc0112ec82880fb7d043aada2128d39366364fcd564ea47766abb36eb64358a578568c05f')
+sha512sums=('059927d93f29d48ae96239bd7deb53e1722be4296ed77b49beb709f1253b807f3de0d65c3deca220c497f2a4dab804041a0148447f06237a8167038b71d01975')
 
 prepare() {
   sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py


[arch-commits] Commit in haskell-src-exts-util/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:46:17
  Author: felixonmars
Revision: 638397

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-exts-util/repos/community-staging-x86_64/
  haskell-src-exts-util/repos/community-staging-x86_64/PKGBUILD
(from rev 638396, haskell-src-exts-util/trunk/PKGBUILD)

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

Copied: haskell-src-exts-util/repos/community-staging-x86_64/PKGBUILD (from rev 
638396, haskell-src-exts-util/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:46:17 UTC (rev 638397)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-src-exts-util
+pkgname=haskell-src-exts-util
+pkgver=0.2.5
+pkgrel=55
+pkgdesc="Helper functions for working with haskell-src-exts trees"
+url="https://github.com/pepeiborra/haskell-src-exts-util;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-src-exts' 
'haskell-uniplate')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0497d8e2206402cc295289b1893f326c8f5fa7fc00177279b7af389b3351a94a123d7eb754d8a245981bae51d1a978684791d9b111befca2888bc7fe22f07147')
+
+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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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-sandi/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:03:33
  Author: felixonmars
Revision: 638423

upgpkg: haskell-sandi 0.5-114: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:02:12 UTC (rev 638422)
+++ PKGBUILD2020-06-03 18:03:33 UTC (rev 638423)
@@ -4,7 +4,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.5
-pkgrel=113
+pkgrel=114
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:04:09
  Author: felixonmars
Revision: 638424

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 638423, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:04:09 UTC (rev 638424)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.5
+pkgrel=114
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-th')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8abff3496d0d3f082f12416eea3189e06d1663fe78d996159396ab944389b2a816853c0191edced3b176fc506dac60e9ce84347ecaf2c255e5ec0d6b1590c012')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+runhaskell Setup build $MAKEFLAGS
+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-fast-logger/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:21:36
  Author: felixonmars
Revision: 638450

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fast-logger/repos/community-staging-x86_64/
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 638449, haskell-fast-logger/trunk/PKGBUILD)

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

Copied: haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
638449, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:21:36 UTC (rev 638450)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=3.0.1
+pkgrel=32
+pkgdesc="A fast logging system"
+url="https://github.com/kazu-yamamoto/logger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-easy-file' 
'haskell-unix-compat'
+ 'haskell-unix-time')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e646840b50496e86c24753267e0c0c7b0ff3a619032f69881d63e19c17394d2c5b248cb6b7f752100b253f58d7f493aac9ac77a754736474fbd83fe95ab9f6fd')
+
+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 $MAKEFLAGS
+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 mailnag/repos/community-any (PKGBUILD PKGBUILD)

2020-06-03 Thread Balló György via arch-commits
Date: Wednesday, June 3, 2020 @ 18:21:18
  Author: bgyorgy
Revision: 638449

archrelease: copy trunk to community-any

Added:
  mailnag/repos/community-any/PKGBUILD
(from rev 638448, mailnag/trunk/PKGBUILD)
Deleted:
  mailnag/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 18:21:15 UTC (rev 638448)
+++ PKGBUILD2020-06-03 18:21:18 UTC (rev 638449)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Patrick Ulbrich 
-# Contributor: rasmus 
-
-pkgname=mailnag
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Extensible mail notification daemon"
-arch=('any')
-url="https://github.com/pulb/mailnag;
-license=('GPL')
-depends=('gst-plugins-base' 'gtk3' 'libnotify' 'libsecret' 'python-dbus' 
'python-gobject' 'python-xdg')
-makedepends=(git)
-optdepends=('mailnag-goa-plugin: GNOME Online Accounts integration'
-'mailnag-gnome-shell: GNOME Shell integration')
-_commit=d3c1f7a43626484e02bcdf507a3562bf6869327c  # tags/v2.0.0
-source=("git+https://github.com/pulb/mailnag.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mailnag/repos/community-any/PKGBUILD (from rev 638448, 
mailnag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 18:21:18 UTC (rev 638449)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Patrick Ulbrich 
+# Contributor: rasmus 
+
+pkgname=mailnag
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Extensible mail notification daemon"
+arch=('any')
+url="https://github.com/pulb/mailnag;
+license=('GPL')
+depends=('gst-plugins-base' 'gtk3' 'libnotify' 'libsecret' 'python-dbus' 
'python-gobject' 'python-xdg')
+makedepends=(git)
+optdepends=('mailnag-goa-plugin: GNOME Online Accounts integration'
+'mailnag-gnome-shell: GNOME Shell integration')
+_commit=d3c1f7a43626484e02bcdf507a3562bf6869327c  # tags/v2.0.0
+source=("git+https://github.com/pulb/mailnag.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add categories to desktop file
+  echo 'Categories=Network;Email;' >> data/mailnag.desktop
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:21:12
  Author: felixonmars
Revision: 638447

upgpkg: haskell-fast-logger 3.0.1-32: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:20:21 UTC (rev 638446)
+++ PKGBUILD2020-06-03 18:21:12 UTC (rev 638447)
@@ -4,7 +4,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=3.0.1
-pkgrel=31
+pkgrel=32
 pkgdesc="A fast logging system"
 url="https://github.com/kazu-yamamoto/logger;
 license=("BSD")


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

2020-06-03 Thread Balló György via arch-commits
Date: Wednesday, June 3, 2020 @ 18:21:15
  Author: bgyorgy
Revision: 638448

upgpkg: mailnag 2.0.0-2: Add categories to desktop file

Modified:
  mailnag/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:21:12 UTC (rev 638447)
+++ PKGBUILD2020-06-03 18:21:15 UTC (rev 638448)
@@ -4,7 +4,7 @@
 
 pkgname=mailnag
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible mail notification daemon"
 arch=('any')
 url="https://github.com/pulb/mailnag;
@@ -22,6 +22,12 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  # Add categories to desktop file
+  echo 'Categories=Network;Email;' >> data/mailnag.desktop
+}
+
 build() {
   cd $pkgname
   python setup.py build


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:20:21
  Author: felixonmars
Revision: 638446

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 638445, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:20:21 UTC (rev 638446)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=4.0.1
+pkgrel=25
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-cryptonite'
+ 'haskell-hourglass' 'haskell-iproute' 'haskell-network' 
'haskell-psqueues')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c3d86c95aeb61ffdf951472a18ce2878b9dad1069efdf02fd7aff4065cf88c93c13d197488af65811440c674a75601b0c3336a6de6a9bff98cca018254b6e9c')
+
+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 $MAKEFLAGS
+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
+# https://github.com/kazu-yamamoto/dns/issues/102
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:34:03
  Author: felixonmars
Revision: 638463

upgpkg: haskell-persistent-sqlite 2.10.6.2-64: rebuild with haskell-src-exts 
1.23.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:32:34 UTC (rev 638462)
+++ PKGBUILD2020-06-03 18:34:03 UTC (rev 638463)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.10.6.2
-pkgrel=63
+pkgrel=64
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:34:19
  Author: felixonmars
Revision: 638464

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 638463, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 638463, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:34:19 UTC (rev 638464)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.10.6.2
+pkgrel=64
+pkgdesc="Backend for the persistent library using sqlite3"
+url="https://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-unliftio-core' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit'
+ 'haskell-persistent-template' 'haskell-persistent-test' 
'haskell-quickcheck'
+ 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b1db41bf77ae53b99c28f3224c9a2b7335faa4a78c96487270249959cc9491fa542e28d38dd63a2b417580f6a41608ffcee152e8609fe16392005c728862c7bc')
+
+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 \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build $MAKEFLAGS
+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-aeson-yaml/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:39:36
  Author: felixonmars
Revision: 638472

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aeson-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 
638471, haskell-aeson-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:39:36 UTC (rev 638472)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-yaml
+pkgname=haskell-aeson-yaml
+pkgver=1.0.6.0
+pkgrel=35
+pkgdesc="Output any Aeson value as YAML (pure Haskell library)"
+url="https://github.com/clovyr/aeson-yaml;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc' 'haskell-string-qq' 'haskell-tasty' 'haskell-tasty-discover'
+ 'haskell-tasty-hunit' 'haskell-yaml')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('26fa24f784d21d25bfc012658e705da72486f55960945e24a5ffa2127a75532aa7fa865d15fd5ef57dcbf2064ff7418b0eb8f0d78d71c7b297dc8d5c313bcd6f')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i 's/< *1.5/<2/' $_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 $MAKEFLAGS
+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-test-framework-th/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:40:21
  Author: felixonmars
Revision: 638473

upgpkg: haskell-test-framework-th 0.2.4-30: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-test-framework-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:39:36 UTC (rev 638472)
+++ PKGBUILD2020-06-03 18:40:21 UTC (rev 638473)
@@ -3,7 +3,7 @@
 _hkgname=test-framework-th
 pkgname=haskell-test-framework-th
 pkgver=0.2.4
-pkgrel=29
+pkgrel=30
 pkgdesc="Automagically generate the HUnit- and Quickcheck-bulk-code using 
Template Haskell"
 url="https://github.com/finnsson/test-generator;
 license=('BSD')


[arch-commits] Commit in haskell-test-framework-th/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:40:37
  Author: felixonmars
Revision: 638474

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-th/repos/community-staging-x86_64/
  haskell-test-framework-th/repos/community-staging-x86_64/PKGBUILD
(from rev 638473, haskell-test-framework-th/trunk/PKGBUILD)

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

Copied: haskell-test-framework-th/repos/community-staging-x86_64/PKGBUILD (from 
rev 638473, haskell-test-framework-th/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:40:37 UTC (rev 638474)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=test-framework-th
+pkgname=haskell-test-framework-th
+pkgver=0.2.4
+pkgrel=30
+pkgdesc="Automagically generate the HUnit- and Quickcheck-bulk-code using 
Template Haskell"
+url="https://github.com/finnsson/test-generator;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 
'haskell-language-haskell-extract' 'haskell-src-exts'
+ 'haskell-regex-posix')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0e8b6898eb7bf481bafb0c9ff9caa615dbf768e538e26b15ab899c5c9a1ad6bd6ed76ef93cf9a823706046d41f49fbb0cbe660bf846e59a608a0e5d21e89686b')
+
+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 $MAKEFLAGS
+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 "BSD3.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/BSD3.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3.txt"
+}


[arch-commits] Commit in (4 files)

2020-06-03 Thread David Runge via arch-commits
Date: Wednesday, June 3, 2020 @ 18:49:39
  Author: dvzrv
Revision: 638481

Adding ruby-vimrunner 0.3.4 as checkdepends for vim-editorconfig.

Added:
  ruby-vimrunner/
  ruby-vimrunner/repos/
  ruby-vimrunner/trunk/
  ruby-vimrunner/trunk/PKGBUILD

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

Added: ruby-vimrunner/trunk/PKGBUILD
===
--- ruby-vimrunner/trunk/PKGBUILD   (rev 0)
+++ ruby-vimrunner/trunk/PKGBUILD   2020-06-03 18:49:39 UTC (rev 638481)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=vimrunner
+pkgname=ruby-vimrunner
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Spawn a Vim instance and control it programatically"
+arch=('any')
+url="https://github.com/AndrewRadev/vimrunner;
+license=('MIT')
+depends=('ruby' 'gvim')
+makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rdoc' 'ruby-rspec')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AndrewRadev/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('625136d8b7bff60fd286cbf865a07ffbc512733bd350fb2583246f312bbba2859a3e035b1b72d3dbb8617c91bf669351b989a7f69971c09c851625ceea65')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i "${_name}.gemspec" Gemfile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  gem build "${_name}.gemspec"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  ${_name}-${pkgver}.gem
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rvf build_info cache extensions gems/${_name}-${pkgver}/{ext,lib/*/*.so}
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:55:27
  Author: felixonmars
Revision: 638491

upgpkg: haskell-httpd-shed 0.4.1.1-125: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 18:54:40 UTC (rev 638490)
+++ PKGBUILD2020-06-03 18:55:27 UTC (rev 638491)
@@ -4,7 +4,7 @@
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
 pkgver=0.4.1.1
-pkgrel=124
+pkgrel=125
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 18:55:42
  Author: felixonmars
Revision: 638492

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-httpd-shed/repos/community-staging-x86_64/
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD
(from rev 638491, haskell-httpd-shed/trunk/PKGBUILD)

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

Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 
638491, haskell-httpd-shed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 18:55:42 UTC (rev 638492)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=httpd-shed
+pkgname=haskell-httpd-shed
+pkgver=0.4.1.1
+pkgrel=125
+pkgdesc="A simple web-server with an interact style API"
+url="https://github.com/andygill/httpd-shed/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 
'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildexamples -fnetwork-uri -fnetwork-bsd
+runhaskell Setup build $MAKEFLAGS
+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-authenticate-oauth/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 19:11:33
  Author: felixonmars
Revision: 638513

upgpkg: haskell-authenticate-oauth 1.6.0.1-98: rebuild with haskell-src-exts 
1.23.1

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 19:11:31 UTC (rev 638512)
+++ PKGBUILD2020-06-03 19:11:33 UTC (rev 638513)
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.6.0.1
-pkgrel=97
+pkgrel=98
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=('BSD')


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 19:11:50
  Author: felixonmars
Revision: 638514

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD 
(from rev 638513, haskell-authenticate-oauth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 19:11:50 UTC (rev 638514)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=authenticate-oauth
+pkgname=haskell-authenticate-oauth
+pkgver=1.6.0.1
+pkgrel=98
+pkgdesc="Library to authenticate with OAuth for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 
'haskell-rsa'
+ 'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 
'haskell-random'
+ 'haskell-http-types' 'haskell-blaze-builder' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *1.1/<2/' $_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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 krita/repos/extra-x86_64 (5 files)

2020-06-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 3, 2020 @ 12:26:19
  Author: arojas
Revision: 388155

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 388154, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/krita-pyqt5-sip5.patch
(from rev 388154, krita/trunk/krita-pyqt5-sip5.patch)
  krita/repos/extra-x86_64/krita-qt5.15-qt5ct.patch
(from rev 388154, krita/trunk/krita-qt5.15-qt5ct.patch)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD
  krita/repos/extra-x86_64/krita-pyqt5-sip5.patch

--+
 PKGBUILD |   95 +++--
 krita-pyqt5-sip5.patch   |   44 ++--
 krita-qt5.15-qt5ct.patch |   15 +++
 3 files changed, 86 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 12:25:46 UTC (rev 388154)
+++ PKGBUILD2020-06-03 12:26:19 UTC (rev 388155)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.9
-pkgrel=4
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
- krita-pyqt5-sip5.patch
- 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;)
-sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
-'SKIP'
-'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
-'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
-  patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 388154, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 12:26:19 UTC (rev 388155)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.9
+pkgrel=5
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
+ krita-pyqt5-sip5.patch
+ 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;
+ krita-qt5.15-qt5ct.patch)
+sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
+'SKIP'
+'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
+'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb'
+'68583720a24e232dad49c1e042ed9dd0b257d5a433382ea554e4097ca261760e')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
+  patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
+  patch -p1 -i ../krita-qt5.15-qt5ct.patch # Workaround crash when using Qt 
5.15 + qt5ct
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  make
+}

[arch-commits] Commit in golang-github-linuxdeepin-go-dbus-factory/repos/community-any (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:25:29
  Author: felixonmars
Revision: 638270

archrelease: copy trunk to community-any

Added:
  golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD
(from rev 638269, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)
Deleted:
  golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 16:25:14 UTC (rev 638269)
+++ PKGBUILD2020-06-03 16:25:29 UTC (rev 638270)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=golang-github-linuxdeepin-go-dbus-factory
-pkgver=1.6.4.4
-pkgrel=1
-pkgdesc='GO DBus factory for DDE'
-arch=('any')
-url="https://github.com/linuxdeepin/go-dbus-factory;
-license=('GPL3')
-depends=('golang-deepin-lib')
-makedepends=('go-pie')
-provides=('deepin-go-dbus-factory')
-conflicts=('deepin-go-dbus-factory')
-replaces=('deepin-go-dbus-factory')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('e39add0ac206fcae97ab82f2443566efc2a81585340d0da9d02daec743fdc320a33dcc8b60131cebbba56dec60fe15808ae9350ceb69c91d0ff830f7e31a44a6')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
-  cp -a "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-}
-
-build() {
-  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-  make bin
-
-  # Suggested by upstream: don't run
-  # ./gen.sh
-}
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-  go test -v $(go list ./...)
-}
-
-package() {
-  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-  install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
-  cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
-}

Copied: golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD 
(from rev 638269, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 16:25:29 UTC (rev 638270)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-github-linuxdeepin-go-dbus-factory
+pkgver=1.7.0.0
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/go-dbus-factory;
+license=('GPL3')
+depends=('golang-deepin-lib')
+makedepends=('go-pie')
+provides=('deepin-go-dbus-factory')
+conflicts=('deepin-go-dbus-factory')
+replaces=('deepin-go-dbus-factory')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('2bb614f7e3f0dc75d18b37f622b9a3554add21c7b2793b48f8f162f500723e8d5a935e5573d9117cff72630d537a8bb7ad7be78de94be2841999273518eb1932')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+}
+
+build() {
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  make bin
+
+  # Suggested by upstream: don't run
+  # ./gen.sh
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  go test -v $(go list ./...)
+}
+
+package() {
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
+  cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
+}


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:46:04
  Author: felixonmars
Revision: 638326

upgpkg: haskell-sbv 8.6-90: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:41:36 UTC (rev 638325)
+++ PKGBUILD2020-06-03 16:46:04 UTC (rev 638326)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.6
-pkgrel=89
+pkgrel=90
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 16:46:18
  Author: felixonmars
Revision: 638327

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 638326, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 16:46:18 UTC (rev 638327)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.6
+pkgrel=90
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2282c63d21c6baa8070ec8afbfb75deeae6becead7963efd0894d9a82af31de7e993d7bc57c17c5e7914bd458f45771ac7e0995632511584dd6d90bff9034f1f')
+
+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 $MAKEFLAGS
+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 pandoc-citeproc/repos (2 files)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:02:53
  Author: felixonmars
Revision: 638341

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
638340, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:02:53 UTC (rev 638341)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=123
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+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
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 pandoc-citeproc/trunk (PKGBUILD)

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:02:38
  Author: felixonmars
Revision: 638340

upgpkg: pandoc-citeproc 0.17-123: rebuild with ghc-lib-parser-ex 8.10.0.8

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 16:59:41 UTC (rev 638339)
+++ PKGBUILD2020-06-03 17:02:38 UTC (rev 638340)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=122
+pkgrel=123
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:35:56
  Author: felixonmars
Revision: 638369

upgpkg: rust-bindgen 0.54.0-1

Modified:
  rust-bindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:34:50 UTC (rev 638368)
+++ PKGBUILD2020-06-03 17:35:56 UTC (rev 638369)
@@ -1,7 +1,7 @@
 # Maintainer : Felix Yan 
 
 pkgname=rust-bindgen
-pkgver=0.53.3
+pkgver=0.54.0
 pkgrel=1
 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
 url='https://github.com/rust-lang/rust-bindgen'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('BSD')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
-sha512sums=('4764419ced9e5b2ca7bf1994c33c68c586df929590f2f50744d55b4c8031e52f615972c353d544f4db0f9d6b860c6a4e5d36690e1881badddbc3cd0c7463ef36')
+sha512sums=('bb77376dee773c74a6aec514b98a2f843f432af96f448abf122fd13b9b59d94b8da0b64e3752a35492854f8e0cbc1500521a6d2890f5191397bc6b6efdb1f084')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:43:55
  Author: felixonmars
Revision: 638392

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 638391, haskell-src-exts/trunk/PKGBUILD)

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

Copied: haskell-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
638391, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:43:55 UTC (rev 638392)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.23.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'happy' 'haskell-pretty-show' 'haskell-smallcheck' 
'haskell-tasty'
+ 'haskell-tasty-golden' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9e6e4d93c2b4ee84d57707aed526291b5c4e297f06a3921257feb0c1df3bb095addd4b1d9bb187650490364647385ab6322e4fc54f9a7648da439a34329d734')
+
+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 $MAKEFLAGS
+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
+# https://github.com/haskell-suite/haskell-src-exts/issues/448
+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 xpra/trunk (PKGBUILD)

2020-06-03 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, June 3, 2020 @ 17:44:45
  Author: grazzolini
Revision: 638393

upgpkg: xpra 3.0.9-3

x265 rebuild

Modified:
  xpra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:43:55 UTC (rev 638392)
+++ PKGBUILD2020-06-03 17:44:45 UTC (rev 638393)
@@ -3,7 +3,7 @@
 
 pkgname=xpra
 pkgver=3.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc="multi-platform screen and application forwarding system screen for 
X11"
 arch=('x86_64')
 url='https://www.xpra.org'


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:43:41
  Author: felixonmars
Revision: 638391

upgpkg: haskell-src-exts 1.23.1-1: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:42:30 UTC (rev 638390)
+++ PKGBUILD2020-06-03 17:43:41 UTC (rev 638391)
@@ -3,8 +3,8 @@
 
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
-pkgver=1.23.0
-pkgrel=8
+pkgver=1.23.1
+pkgrel=1
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts;
 license=("custom:BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'happy' 'haskell-pretty-show' 'haskell-smallcheck' 
'haskell-tasty'
  'haskell-tasty-golden' 'haskell-tasty-smallcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bbcde248c265a72ea4c1a6643cc36ffee8ebb592971ebd628b2b14a6d64c3e5d91e430883245464b29b55ab6614ace00b2d5b125458f275e8791f7f2e29c9081')
+sha512sums=('c9e6e4d93c2b4ee84d57707aed526291b5c4e297f06a3921257feb0c1df3bb095addd4b1d9bb187650490364647385ab6322e4fc54f9a7648da439a34329d734')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:50:15
  Author: felixonmars
Revision: 638403

upgpkg: haskell-aeson-qq 0.8.3-58: rebuild with haskell-src-exts 1.23.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 17:47:57 UTC (rev 638402)
+++ PKGBUILD2020-06-03 17:50:15 UTC (rev 638403)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=57
+pkgrel=58
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 17:50:30
  Author: felixonmars
Revision: 638404

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 638403, haskell-aeson-qq/trunk/PKGBUILD)

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

Copied: haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
638403, haskell-aeson-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-03 17:50:30 UTC (rev 638404)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-qq
+pkgname=haskell-aeson-qq
+pkgver=0.8.3
+pkgrel=58
+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 $MAKEFLAGS
+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
+}


<    1   2   3   4   5   >