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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:09:05
  Author: felixonmars
Revision: 358877

upgpkg: subversion 1.12.2-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 23:27:09 UTC (rev 358876)
+++ PKGBUILD2019-08-02 07:09:05 UTC (rev 358877)
@@ -5,14 +5,14 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.12.0
-pkgrel=3
+pkgver=1.12.2
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/";
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment>=8'
+makedepends=('apache' 'python2' 'perl' 'swig3' 'java-environment>=8'
  'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kwallet: for KWallet for auth credentials'
@@ -25,7 +25,6 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
-
apr-1.7.patch::https://github.com/apache/subversion/commit/d67979e61f.patch
 svn
 svnserve.conf
 svnserve.tmpfiles
@@ -32,9 +31,8 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('87a00b23bdac63124fa00642e2ac7e6f7818b092bc6422cabdeb2ca8fbc8c481fb8c1e4fbd86aac94e8e1fc099fa163aa0609aca23265ceb96ef4ebe78a64c13'
+sha512sums=('b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136'
 'SKIP'
-
'a8363ff4d48a0bc03227ba3b2ec61c66b7c1ba6d84fe10800af2085a8d108033573f77a1967bd359e842ca9866d6841b57427eae139477f143856faff5bd95ec'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
 
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
@@ -53,10 +51,10 @@
 
 prepare() {
cd ${pkgname}-${pkgver}
-   patch -p1 -i ../apr-1.7.patch
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   rm subversion/bindings/swig/proxy/*.swg
 
./autogen.sh
 }
@@ -75,7 +73,7 @@
 
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn SWIG=swig-3 swig-py 
swig-pl javahl swig-rb
 }
 
 check() {


[arch-commits] Commit in subversion/repos (8 files)

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:09:35
  Author: felixonmars
Revision: 358878

archrelease: copy trunk to testing-x86_64

Added:
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 358877, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/ruby-frozen-nil.patch
(from rev 358877, subversion/trunk/ruby-frozen-nil.patch)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 358877, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 358877, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 358877, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 358877, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 358877, subversion/trunk/svnserve.tmpfiles)

+
 PKGBUILD   |  116 +++
 ruby-frozen-nil.patch  |   42 +++
 subversion.rpath.fix.patch |   11 
 svn|   11 
 svnserve.conf  |5 +
 svnserve.service   |   11 
 svnserve.tmpfiles  |1 
 7 files changed, 197 insertions(+)

Copied: subversion/repos/testing-x86_64/PKGBUILD (from rev 358877, 
subversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-02 07:09:35 UTC (rev 358878)
@@ -0,0 +1,116 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('x86_64')
+url="https://subversion.apache.org/";
+license=('APACHE')
+depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig3' 'java-environment>=8'
+ 'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+checkdepends=('ruby-test-unit')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch
+ruby-frozen-nil.patch)
+sha512sums=('b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136'
+'SKIP'
+
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
+
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
+
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
+
'8cc23ae71bd7ce7c337eaf12929f1af0a11b55250808e88f06397b874daf2efb9491c464be3d082d937a82c2b0b7c3ed06d6695cfd8a3fda1f803bbfd15837de'
+
'60d538160e738eb3b3e84a3881fe5a8d75c79053d3f31c4c29ef6ace6ccc5dd4367ed712766c911bae3436e9706e4dd144b270bb45161a6c1834a37e154d0440'
+
'bb772e55acd9601121ad06b254c364e8d8cf772ca59b8df0cf4c5c5ecba110d4108d0363672f121f770550cdd052802474029e57643258f398aacd2b63ccb898')
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
+  'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
+  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
+  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
+  'A844790FB5743606EE95920776D788E1ED1A599C'
+  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
+  '056F8016D9B87B1BDE41746799EC741B57921ACC')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY)
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -p1 -i ../ruby-frozen-nil.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   rm subversion/bindings/swig/proxy/*.swg
+
+   ./autogen.sh
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --

[arch-commits] Commit in xmonad/repos/community-staging-x86_64 (3 files)

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:13:00
  Author: felixonmars
Revision: 496519

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 496518, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/dynamic-compilation.patch
(from rev 496518, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 496518, xmonad/trunk/xmonad.svg)

---+
 PKGBUILD  |   62 +++
 dynamic-compilation.patch |   11 ++
 xmonad.svg|   77 
 3 files changed, 150 insertions(+)

Copied: xmonad/repos/community-staging-x86_64/PKGBUILD (from rev 496518, 
xmonad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:13:00 UTC (rev 496519)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: shild 
+
+pkgname=xmonad
+pkgver=0.15
+pkgrel=16
+pkgdesc='Lightweight X11 tiled window manager written in Haskell'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc' 'haskell-x11' 'sh' 'haskell-utf8-string' 
'haskell-extensible-exceptions'
+ 'haskell-data-default' 'haskell-setlocale')
+makedepends=('gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz
+dynamic-compilation.patch
+xmonad.svg)
+sha512sums=('07bf61a1355548679d264e62423dfe6c4ee886aff28ac748588aa7f4f9a4f1bf2afabb1104451fa56f5a3989d79b6044f479d2804e416940e02f52f18b443996'
+
'abc598ebc4b55917186cd4d549fc970f53905f820d394ada9a092c08d8833050ad18b23e2f4fd7f281487da2db5b0ca058600e995ac97b18d3be4c62071562d6'
+
'31f0ceb724a9931aeda75ab706c8908b5d8341af4df50ab1d749814baacb748ad3622601cd99ac03bf936b698fcd854b23d1541e1772306e3337a13a79b110b6')
+
+prepare() {
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/dynamic-compilation.patch"
+  sed -i -e '/semigroups/d' -e 's/< 1.10,/< 1.10/' ${pkgname}.cabal
+}
+
+build() {
+  cd ${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
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+
+  # Requires pandoc, regex-posix, Pretty and cabal
+  #runhaskell util/GenerateManpage.hs
+
+  install -Dm 644 man/xmonad.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/xmonad"
+  install -Dm 644 "$srcdir/xmonad.svg" -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 "$srcdir/xmonad.desktop" -t "${pkgdir}/usr/share/xsessions"
+}
+
+# vim: ts=2 sw=2 et:

Copied: xmonad/repos/community-staging-x86_64/dynamic-compilation.patch (from 
rev 496518, xmonad/trunk/dynamic-compilation.patch)
===
--- dynamic-compilation.patch   (rev 0)
+++ dynamic-compilation.patch   2019-08-02 07:13:00 UTC (rev 496519)
@@ -0,0 +1,11 @@
+diff -ura xmonad-0.13.orig/src/XMonad/Core.hs xmonad-0.13/src/XMonad/Core.hs
+--- xmonad-0.13.orig/src/XMonad/Core.hs2017-06-23 17:13:06.154600231 
+0300
 xmonad-0.13/src/XMonad/Core.hs 2017-06-23 17:13:51.021867441 +0300
+@@ -626,6 +626,7 @@
+   , "-ilib"
+   , "-fforce-recomp"
+   , "-main-is", "main"
++  , "-dynamic"
+   , "-v0"
+   , "-o", bin
+   ] (Just dir) Nothing Nothing Nothing (Just 
errHandle)

Copied: xmonad/repos/community-staging-x86_64/xmonad.svg (from rev 496518, 
xmonad/trunk/xmonad.svg)
===
--- xmonad.svg  (rev 0)
+++ xmonad.svg  2019-08-02 07:13:00 UTC (rev 496519)
@@ -0,0 +1,77 @@
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xml

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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:13:52
  Author: felixonmars
Revision: 496520

upgpkg: python-awkward 0.12.5-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:13:00 UTC (rev 496519)
+++ PKGBUILD2019-08-02 07:13:52 UTC (rev 496520)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('3498768b488adb1508f4939a07867872d52b876b41dd9afed2ac481a2273d83b28846238489185b9e96ac9633c84efde574cf01c1b2088774fb0babab92becb4')
+sha512sums=('2b7a46609f161e27ad5f55becfa8756b47248befbc1fbdeb6aa4b40d4e1a8e5130b480163463dd3dedb9c3727cb0fcc6eb4eaa67a232fbeeb9b16d26a4415c49')
 
 build() {
   cd awkward-array-$pkgver


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:14:08
  Author: felixonmars
Revision: 496521

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 07:13:52 UTC (rev 496520)
+++ PKGBUILD2019-08-02 07:14:08 UTC (rev 496521)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.12.4
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array";
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('3498768b488adb1508f4939a07867872d52b876b41dd9afed2ac481a2273d83b28846238489185b9e96ac9633c84efde574cf01c1b2088774fb0babab92becb4')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 496520, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:14:08 UTC (rev 496521)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.12.5
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array";
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
+sha512sums=('2b7a46609f161e27ad5f55becfa8756b47248befbc1fbdeb6aa4b40d4e1a8e5130b480163463dd3dedb9c3727cb0fcc6eb4eaa67a232fbeeb9b16d26a4415c49')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:17:29
  Author: felixonmars
Revision: 496522

upgpkg: xmonad-contrib 0.15-16

rebuild with splitmix 0.0.3

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:14:08 UTC (rev 496521)
+++ PKGBUILD2019-08-02 07:17:29 UTC (rev 496522)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.15
-pkgrel=15
+pkgrel=16
 pkgdesc='Add-ons for xmonad'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:17:42
  Author: felixonmars
Revision: 496523

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 496522, xmonad-contrib/trunk/PKGBUILD)

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

Copied: xmonad-contrib/repos/community-staging-x86_64/PKGBUILD (from rev 
496522, xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 07:17:42 UTC (rev 496523)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.15
+pkgrel=16
+pkgdesc='Add-ons for xmonad'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
+ 'haskell-old-time')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz)
+sha512sums=('3690ede8744f688e67417aff63ab840eb7fb3c20ea7c6b13a8ccc5233ad34dd131ce5758b25af2bcf6a791ea7f4767f1147d86f291a4e251434ba8db03631dd7')
+
+prepare() {
+  sed -i -e '/semigroups/d' -e 's/utf8-string,/utf8-string/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
+ --docdir=/usr/share/doc/${pkgname}
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:19:09
  Author: felixonmars
Revision: 496524

upgpkg: xmonad-utils 0.1.3.3-24

rebuild with splitmix 0.0.3

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:17:42 UTC (rev 496523)
+++ PKGBUILD2019-08-02 07:19:09 UTC (rev 496524)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=23
+pkgrel=24
 pkgdesc='Small collection of X utilities'
 url='https://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:19:22
  Author: felixonmars
Revision: 496525

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-utils/repos/community-staging-x86_64/
  xmonad-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 496524, xmonad-utils/trunk/PKGBUILD)

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

Copied: xmonad-utils/repos/community-staging-x86_64/PKGBUILD (from rev 496524, 
xmonad-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 07:19:22 UTC (rev 496525)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Leif Warner 
+
+pkgname=xmonad-utils
+pkgver=0.1.3.3
+pkgrel=24
+pkgdesc='Small collection of X utilities'
+url='https://hackage.haskell.org/package/xmonad-utils'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 
'haskell-unix')
+makedepends=('ghc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8')
+sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-08-02 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 2, 2019 @ 07:21:36
  Author: yan12125
Revision: 496536

upgpkg: python-autobahn 19.8.1-1

* Added $pyver for Python 3.8

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:21:36 UTC (rev 496535)
+++ PKGBUILD2019-08-02 07:21:36 UTC (rev 496536)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.7.2
+pkgver=19.8.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
+sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"
@@ -34,10 +34,11 @@
 
 check() {
   cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
   # Unrelated to autobahn and makes the test suite flaky
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
 }
 
 package() {


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

2019-08-02 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 2, 2019 @ 07:21:51
  Author: yan12125
Revision: 496551

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 07:21:51 UTC (rev 496550)
+++ PKGBUILD2019-08-02 07:21:51 UTC (rev 496551)
@@ -1,47 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Chih-Hsuan Yen 
-# Maintainer: Anatol Pomozov
-
-pkgname=python-autobahn
-pkgver=19.7.2
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(x86_64)
-url='https://crossbar.io/autobahn/'
-license=(MIT)
-depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
- python-setuptools python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
- python-msgpack python-passlib python-pynacl python-ubjson)
-checkdepends=(python-mock python-pytest python-pytest-asyncio)
-optdepends=(
-  'python-cbor: CBOR serializer support'
-  'python-flatbuffers: FlatBuffers serializer support'
-  'python-msgpack: MsgPack serializer support'
-  'python-ubjson: UBJSON serializer support'
-  'python-argon2_cffi: WAMP-SCRAM authentication support'
-  'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign support'
-)
-
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
-}
-
-package() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-x86_64/PKGBUILD (from rev 496546, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:21:51 UTC (rev 496551)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=19.8.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-ubjson)
+checkdepends=(python-mock python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign support'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+}
+
+package() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:28:21
  Author: felixonmars
Revision: 358879

upgpkg: python-numpy 1.17.0-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:09:35 UTC (rev 358878)
+++ PKGBUILD2019-08-02 07:28:21 UTC (rev 358879)
@@ -3,58 +3,37 @@
 # Contributor: Douglas Soares de Andrade 
 # Contributor: Angel 'angvp' Velasquez  
 
-pkgbase=python-numpy
-pkgname=('python-numpy' 'python2-numpy')
-pkgver=1.16.4
+pkgname=python-numpy
+pkgver=1.17.0
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
 url="https://www.numpy.org/";
-makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools'
- 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('cblas' 'lapack' 'python')
+optdepends=('python-nose: testsuite'
+'openblas: faster linear algebra')
+makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
+checkdepends=('python-pytest')
 options=('staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz";)
-sha512sums=('c8437e01a8c6c37787a8bf52f26d1adb273a6bb8f709f3cd92b427c63a1f772f9b2285b46321f2bd1a60a572797223d801aaed0fc2782bcdc7cbe39cd8c34c69')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz";)
+sha512sums=('b13ddbf43c4e5c3f0a2af18b1e5496f070d005c943c4923a28e69dc262052831a79c5206e707db9870434fd7bef328b979257d09544d7bfdc33a0eacf52c552a')
 
-prepare() {
-  cp -a numpy-$pkgver{,-py2}
-  cd numpy-$pkgver-py2
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  cd "$srcdir"/numpy-$pkgver
+  cd numpy-$pkgver
   python setup.py build
-
-  cd "$srcdir"/numpy-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   # TODO: Fix fortran tests here (it works fine after installation)
 
-  cd "$srcdir"/numpy-$pkgver
+  cd numpy-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   cd "$PWD/tmp_install"
   PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.7/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
-
-  cd "$srcdir"/numpy-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python2.7/site-packages:$PYTHONPATH" python2 -c 
'import numpy; numpy.test()'
 }
 
-package_python-numpy() {
-  depends=('cblas' 'lapack' 'python')
-  optdepends=('python-nose: testsuite'
-  'openblas: faster linear algebra')
-
+package() {
   cd numpy-$pkgver
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 
@@ -61,17 +40,3 @@
   install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
 }
-
-package_python2-numpy() {
-  depends=('cblas' 'lapack' 'python2')
-  optdepends=('python2-nose: testsuite'
-  'openblas: faster linear algebra')
-
-  cd numpy-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
-
-  mv "$pkgdir"/usr/bin/f2py{,2}
-}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:28:34
  Author: felixonmars
Revision: 358880

archrelease: copy trunk to testing-x86_64

Added:
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 358879, python-numpy/trunk/PKGBUILD)

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

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 358879, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-02 07:28:34 UTC (rev 358880)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgname=python-numpy
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="https://www.numpy.org/";
+depends=('cblas' 'lapack' 'python')
+optdepends=('python-nose: testsuite'
+'openblas: faster linear algebra')
+makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
+checkdepends=('python-pytest')
+options=('staticlibs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz";)
+sha512sums=('b13ddbf43c4e5c3f0a2af18b1e5496f070d005c943c4923a28e69dc262052831a79c5206e707db9870434fd7bef328b979257d09544d7bfdc33a0eacf52c552a')
+
+build() {
+  cd numpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  # TODO: Fix fortran tests here (it works fine after installation)
+
+  cd numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.7/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
+}
+
+package() {
+  cd numpy-$pkgver
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+}


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

2019-08-02 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 2, 2019 @ 07:32:02
  Author: yan12125
Revision: 496962

archrelease: copy trunk to community-x86_64

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

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

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

Copied: python-autobahn/repos/community-x86_64/PKGBUILD (from rev 496961, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:32:02 UTC (rev 496962)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=19.8.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-ubjson)
+checkdepends=(python-mock python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign support'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+}
+
+package() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:38:29
  Author: felixonmars
Revision: 496965

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 07:38:16 UTC (rev 496964)
+++ PKGBUILD2019-08-02 07:38:29 UTC (rev 496965)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hunter
-pkgname=('python-hunter' 'python2-hunter')
-pkgver=2.2.1
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
- 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
-  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner' 'gdb'
-  'python-manhole' 'python2-manhole' 'python-process-tests' 
'python2-process-tests')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('d8d6b9c4e909a91b528b8e8e2d35da266d82ebca98a5bf6697e518bac15bc50334912bd370258d4a18fc6514d8b65608679933f51491950e39caf1365b55ba88')
-
-prepare() {
-  rm python-hunter-$pkgver/src/hunter/*.c
-  cp -a python-hunter-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-hunter-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-hunter-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-  # ptrace needed to pass the remote tests
-
-  cd "$srcdir"/python-hunter-$pkgver
-  virtualenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  ) || warning "Tests failed"
-
-  cd "$srcdir"/python-hunter-$pkgver-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py install
-python2 setup.py pytest
-  ) || warning "Tests failed"
-}
-
-package_python-hunter() {
-  depends=('python-fields' 'python-colorama' 'python-six')
-  optdepends=('python-manhole: for remote support'
-  'gdb: for remote support')
-
-  cd python-hunter-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hunter() {
-  depends=('python2-fields' 'python2-colorama' 'python2-six')
-  optdepends=('python2-manhole: for remote support'
-  'gdb: for remote support')
-
-  cd python-hunter-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/hunter-trace{,2}
-}

Copied: python-hunter/repos/community-x86_64/PKGBUILD (from rev 496964, 
python-hunter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:38:29 UTC (rev 496965)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=3.0.1
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-manhole' 
'python2-manhole'
+ 'python-colorama' 'python2-colorama' 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner' 'gdb'
+  'python-process-tests' 'python2-process-tests' 
'python-aspectlib' 'python2-aspectlib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
+sha512sums=('865ab939a4bda9dd0f86bf3f4bd403be0b2a1c1128965e6ea2ab219aa3ddbc6508b5e3611f44a5f37ada28f3b28057784762ba2117e004fe5bf74ca1f8f73596')
+
+prepare() {
+  rm python-hunter-$pkgver/src/hunter/*.c
+  cp -a python-hunter-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+  # ptrace needed to pass the remote tests
+
+  cd "$srcdir"/python-hunter-$pkgver
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  ) || warning "Tests failed"
+
+  cd "$srcdir"/py

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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:38:16
  Author: felixonmars
Revision: 496964

upgpkg: python-hunter 3.0.1-1

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:33:44 UTC (rev 496963)
+++ PKGBUILD2019-08-02 07:38:16 UTC (rev 496964)
@@ -2,19 +2,19 @@
 
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
-pkgver=2.2.1
+pkgver=3.0.1
 pkgrel=1
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
 license=('BSD')
 url='https://github.com/ionelmc/python-hunter'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
- 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'cython' 'cython2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-manhole' 
'python2-manhole'
+ 'python-colorama' 'python2-colorama' 'cython' 'cython2')
 checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
   'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner' 'gdb'
-  'python-manhole' 'python2-manhole' 'python-process-tests' 
'python2-process-tests')
+  'python-process-tests' 'python2-process-tests' 
'python-aspectlib' 'python2-aspectlib')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('d8d6b9c4e909a91b528b8e8e2d35da266d82ebca98a5bf6697e518bac15bc50334912bd370258d4a18fc6514d8b65608679933f51491950e39caf1365b55ba88')
+sha512sums=('865ab939a4bda9dd0f86bf3f4bd403be0b2a1c1128965e6ea2ab219aa3ddbc6508b5e3611f44a5f37ada28f3b28057784762ba2117e004fe5bf74ca1f8f73596')
 
 prepare() {
   rm python-hunter-$pkgver/src/hunter/*.c
@@ -51,9 +51,8 @@
 }
 
 package_python-hunter() {
-  depends=('python-fields' 'python-colorama' 'python-six')
-  optdepends=('python-manhole: for remote support'
-  'gdb: for remote support')
+  depends=('python-manhole' 'python-colorama')
+  optdepends=('gdb: for remote support')
 
   cd python-hunter-$pkgver
   python setup.py install --root "$pkgdir" --optimize=1
@@ -61,9 +60,8 @@
 }
 
 package_python2-hunter() {
-  depends=('python2-fields' 'python2-colorama' 'python2-six')
-  optdepends=('python2-manhole: for remote support'
-  'gdb: for remote support')
+  depends=('python2-manhole' 'python2-colorama')
+  optdepends=('gdb: for remote support')
 
   cd python-hunter-$pkgver-py2
   python2 setup.py install --root "$pkgdir" --optimize=1


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:47:27
  Author: felixonmars
Revision: 496967

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 07:47:14 UTC (rev 496966)
+++ PKGBUILD2019-08-02 07:47:27 UTC (rev 496967)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-manhole
-pkgname=('python-manhole' 'python2-manhole')
-pkgver=1.5.0
-pkgrel=2
-arch=('any')
-pkgdesc='Debugging manhole for python applications'
-license=('BSD')
-url='https://github.com/ionelmc/python-manhole'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-pytest-runner'
-  'python2-pytest-runner' 'python-process-tests' 
'python2-process-tests'
-  'python-requests' 'python2-requests' 'uwsgi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-manhole/archive/v$pkgver.tar.gz";)
-sha512sums=('4817bb1188e6847cbaa4d38a94771a3e86649ab2797294b707b6df8dca2eeb9c1164fadb806deb8ae274eb4becb46d0689dc4a1e6380d6f94c43a78db6bbce39')
-
-prepare() {
-  cp -a python-manhole-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-manhole-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-manhole-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-
-  cd "$srcdir"/python-manhole-$pkgver
-  virtualenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py develop
-python setup.py pytest
-  ) || warning "Tests failed"
-
-  cd "$srcdir"/python-manhole-$pkgver-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py install
-python2 setup.py pytest
-  ) || warning "Tests failed"
-}
-
-package_python-manhole() {
-  depends=('python')
-
-  cd python-manhole-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-manhole() {
-  depends=('python2')
-
-  cd python-manhole-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/manhole-cli{,2}
-}

Copied: python-manhole/repos/community-any/PKGBUILD (from rev 496966, 
python-manhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 07:47:27 UTC (rev 496967)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-manhole
+pkgname=('python-manhole' 'python2-manhole')
+pkgver=1.6.0
+pkgrel=1
+arch=('any')
+pkgdesc='Debugging manhole for python applications'
+license=('BSD')
+url='https://github.com/ionelmc/python-manhole'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-pytest-runner'
+  'python2-pytest-runner' 'python-process-tests' 
'python2-process-tests'
+  'python-requests' 'python2-requests' 'uwsgi')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-manhole/archive/v$pkgver.tar.gz";)
+sha512sums=('179a87529e371c4480b6ab0ad6cc6cc9e3942f4be339cacaf1f1b100e447b8b1f2903a03879e9df3376c86ced4421aa5a16d934c9b250f91715b28d03dca000a')
+
+prepare() {
+  cp -a python-manhole-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-manhole-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-manhole-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-manhole-$pkgver
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py develop
+python setup.py pytest
+  ) || warning "Tests failed"
+
+  cd "$srcdir"/python-manhole-$pkgver-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py pytest
+  ) || warning "Tests failed"
+}
+
+package_python-manhole() {
+  depends=('python')
+
+  cd python-manhole-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-manhole() {
+  depends=('python2')
+
+  cd python-manhole-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/manhole-cli{,2}
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:47:14
  Author: felixonmars
Revision: 496966

upgpkg: python-manhole 1.6.0-1

Modified:
  python-manhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:38:29 UTC (rev 496965)
+++ PKGBUILD2019-08-02 07:47:14 UTC (rev 496966)
@@ -2,8 +2,8 @@
 
 pkgbase=python-manhole
 pkgname=('python-manhole' 'python2-manhole')
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 arch=('any')
 pkgdesc='Debugging manhole for python applications'
 license=('BSD')
@@ -13,7 +13,7 @@
   'python2-pytest-runner' 'python-process-tests' 
'python2-process-tests'
   'python-requests' 'python2-requests' 'uwsgi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-manhole/archive/v$pkgver.tar.gz";)
-sha512sums=('4817bb1188e6847cbaa4d38a94771a3e86649ab2797294b707b6df8dca2eeb9c1164fadb806deb8ae274eb4becb46d0689dc4a1e6380d6f94c43a78db6bbce39')
+sha512sums=('179a87529e371c4480b6ab0ad6cc6cc9e3942f4be339cacaf1f1b100e447b8b1f2903a03879e9df3376c86ced4421aa5a16d934c9b250f91715b28d03dca000a')
 
 prepare() {
   cp -a python-manhole-$pkgver{,-py2}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:25:55
  Author: felixonmars
Revision: 496968

upgpkg: haskell-persistent 2.10.0-1

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:47:27 UTC (rev 496967)
+++ PKGBUILD2019-08-02 08:25:55 UTC (rev 496968)
@@ -3,21 +3,20 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.9.2
-pkgrel=44
+pkgver=2.10.0
+pkgrel=1
 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-blaze-markup' 'haskell-conduit' 
'haskell-fast-logger'
- 'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-path-pieces'
- 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 
'haskell-silently'
- 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-unliftio-core' 'haskell-vector'
- 'haskell-void')
+ '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-core' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('02bff4213da5c95316344100a74bb1731abacb0751986e15041f2001d620daf0e1af86637ed9e544253197172f223f1c1e7e4fd20f000a612cc4c05903809de1')
+sha512sums=('4d997ec7734dafd5f1c431b4d529772176c326dcced76d9402073a5f1de9dce66036fc7d13e283486f55f199cbc368389feb4c032f02004624979d4e9d33')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:26:06
  Author: felixonmars
Revision: 496969

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 496968, haskell-persistent/trunk/PKGBUILD)

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
496968, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 08:26:06 UTC (rev 496969)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.10.0
+pkgrel=1
+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-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4d997ec7734dafd5f1c431b4d529772176c326dcced76d9402073a5f1de9dce66036fc7d13e283486f55f199cbc368389feb4c032f02004624979d4e9d33')
+
+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
+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-esqueleto/repos (2 files)

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:28:19
  Author: felixonmars
Revision: 496971

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
496970, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 08:28:19 UTC (rev 496971)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.0.0
+pkgrel=29
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('686ab280cfeae1e2c4dde4259dee6da63a085cb6487b8454b1e7df631242c4be60e35bf445a84dfcd3c84f555d07dd6d2602d5e049f9a867734e302967b0be17')
+
+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-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:28:08
  Author: felixonmars
Revision: 496970

upgpkg: haskell-esqueleto 3.0.0-29

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 08:26:06 UTC (rev 496969)
+++ PKGBUILD2019-08-02 08:28:08 UTC (rev 496970)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.0.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto";
 license=("BSD")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:29:04
  Author: felixonmars
Revision: 496972

upgpkg: haskell-persistent-qq 2.9.1-49

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 08:28:19 UTC (rev 496971)
+++ PKGBUILD2019-08-02 08:29:04 UTC (rev 496972)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.1
-pkgrel=48
+pkgrel=49
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent";
 license=('MIT')


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:29:16
  Author: felixonmars
Revision: 496973

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
496972, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 08:29:16 UTC (rev 496973)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.1
+pkgrel=49
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3504eba27815632dd2b9c08079bc430da659bfdf082f66c8e87753afd93d472559953f5bcd96af26b7ef65d72cdbb6c0106ccfc2e73e6148a5f631bcfe8fa86d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-template/repos (2 files)

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:30:44
  Author: felixonmars
Revision: 496975

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 496974, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 08:30:44 UTC (rev 496975)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-http-api-data" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent"
+ "haskell-unordered-containers")
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8a5324cb379eb627695dd6e9f4d3ede74dbfc649f926a4d716ef376dd94ed5948a5f652a46ee79124516fe3005da81502db11f04494e7fb5c4cb51758f71f6c8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 08:30:31
  Author: felixonmars
Revision: 496974

upgpkg: haskell-persistent-template 2.7.2-1

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 08:29:16 UTC (rev 496973)
+++ PKGBUILD2019-08-02 08:30:31 UTC (rev 496974)
@@ -3,24 +3,24 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.6.0
-pkgrel=61
+pkgver=2.7.2
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
- "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
- "haskell-tagged" "haskell-unordered-containers")
-makedepends=('ghc')
+depends=('ghc-libs' "haskell-aeson" "haskell-http-api-data" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent"
+ "haskell-unordered-containers")
+makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('25ec2a40d77b9d05de370c6343e5377b5fe74932ef82797a8abd140c884d5a6aa1624c55a3e9617ada5de3bda2fe2e7c6fb59433a8acb7f0bb14833b321faad7')
+sha512sums=('8a5324cb379eb627695dd6e9f4d3ede74dbfc649f926a4d716ef376dd94ed5948a5f652a46ee79124516fe3005da81502db11f04494e7fb5c4cb51758f71f6c8')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -29,6 +29,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:04:59
  Author: arojas
Revision: 496976

New tarball

Modified:
  mpfi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 08:30:44 UTC (rev 496975)
+++ PKGBUILD2019-08-02 10:04:59 UTC (rev 496976)
@@ -3,29 +3,27 @@
 
 pkgname=mpfi
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for interval arithmetic"
 arch=(x86_64)
 url="http://perso.ens-lyon.fr/nathalie.revol/software.html";
 license=(GPL)
 depends=(mpfr)
-source=("https://gforge.inria.fr/frs/download.php/latestfile/181/mpfi-$pkgver.tar.gz";
 div_ext.c)
-sha256sums=('76b01b9eed7150a44b3f6aea24ad4ac78b0f2078253be87ff6d1903d02dfa434'
-'aa280208c1168fbdfdac5cbb3fd8421904bc80d6a323de89a4b6b48a66446b01')
+source=("https://gforge.inria.fr/frs/download.php/file/38111/mpfi-$pkgver.tgz";)
+sha256sums=('3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56')
 
 prepare() {
-  cd $pkgname-$pkgver/mpfi
+  cd $pkgname-$pkgver
   ./autogen.sh
-  cp "$srcdir"/div_ext.c src # Missing source file
 }
 
 build() {
-  cd $pkgname-$pkgver/mpfi
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-shared 
   make
 }
 
 package() {
-  cd $pkgname-$pkgver/mpfi
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:05:34
  Author: arojas
Revision: 496977

archrelease: copy trunk to community-x86_64

Added:
  mpfi/repos/community-x86_64/PKGBUILD
(from rev 496976, mpfi/trunk/PKGBUILD)
  mpfi/repos/community-x86_64/div_ext.c
(from rev 496976, mpfi/trunk/div_ext.c)
Deleted:
  mpfi/repos/community-x86_64/PKGBUILD
  mpfi/repos/community-x86_64/div_ext.c

---+
 PKGBUILD  |   60 ++--
 div_ext.c |  284 ++--
 2 files changed, 171 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 10:04:59 UTC (rev 496976)
+++ PKGBUILD2019-08-02 10:05:34 UTC (rev 496977)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=mpfi
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="C library for interval arithmetic"
-arch=(x86_64)
-url="http://perso.ens-lyon.fr/nathalie.revol/software.html";
-license=(GPL)
-depends=(mpfr)
-source=("https://gforge.inria.fr/frs/download.php/latestfile/181/mpfi-$pkgver.tar.gz";
 div_ext.c)
-sha256sums=('76b01b9eed7150a44b3f6aea24ad4ac78b0f2078253be87ff6d1903d02dfa434'
-'aa280208c1168fbdfdac5cbb3fd8421904bc80d6a323de89a4b6b48a66446b01')
-
-prepare() {
-  cd $pkgname-$pkgver/mpfi
-  ./autogen.sh
-  cp "$srcdir"/div_ext.c src # Missing source file
-}
-
-build() {
-  cd $pkgname-$pkgver/mpfi
-  ./configure --prefix=/usr --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/mpfi
-  make DESTDIR="$pkgdir" install
-}

Copied: mpfi/repos/community-x86_64/PKGBUILD (from rev 496976, 
mpfi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 10:05:34 UTC (rev 496977)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=mpfi
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="C library for interval arithmetic"
+arch=(x86_64)
+url="http://perso.ens-lyon.fr/nathalie.revol/software.html";
+license=(GPL)
+depends=(mpfr)
+source=("https://gforge.inria.fr/frs/download.php/file/38111/mpfi-$pkgver.tgz";)
+sha256sums=('3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: div_ext.c
===
--- div_ext.c   2019-08-02 10:04:59 UTC (rev 496976)
+++ div_ext.c   2019-08-02 10:05:34 UTC (rev 496977)
@@ -1,142 +0,0 @@
-/* div_ext.c -- Divide two intervals: 
-   when the denominator contains 0,
-   returns two intervals and a gap between them.
-
-  The returned integer is the number of returned intervals.
-
-Copyright 2018
- AriC project, Inria Grenoble - Rhone-Alpes, France
-
-This file is part of the MPFI Library.
-
-The MPFI Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
-option) any later version.
-
-The MPFI Library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
-License for more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with the MPFI Library; see the file COPYING.LIB.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
-
-#include "mpfi-impl.h"
-
-int
-mpfi_div_ext (mpfi_ptr res1, mpfi_ptr res2, mpfi_srcptr op1, mpfi_srcptr op2)
-{
-  mpfr_t tmp1, tmp2;
-  int nb_res = 0, tmp;
-
-  if ( MPFI_NAN_P (op1) || MPFI_NAN_P (op2) ) {
-mpfr_set_nan (&(res1->left));
-mpfr_set_nan (&(res1->right));
-mpfr_set_nan (&(res2->left));
-mpfr_set_nan (&(res2->right));
-return 0;
-  }
-
-  if (MPFI_HAS_ZERO (op2)) {
-if ( MPFR_IS_INF(&(op2->left)) && MPFR_IS_INF(&(op2->right)) ) {
-  mpfr_set_inf (&(res1->left), -1);
-  mpfr_set_inf (&(res1->right), 1);
-  mpfr_set_nan (&(res2->left));
-  mpfr_set_nan (&(res2->right));
-  nb_res = 1;
-}
-else if ( MPFI_HAS_ZERO_NONSTRICT (op1) ) {
-  mpfr_set_inf (&(res1->left), -1);
-  mpfr_set_inf (&(res1->right), 1);
-  mpfr_set_nan (&(res2->left));
-  mpfr_set_nan (&(res2->right));
-  nb_res = 1;
-}
-else if ( MPFI_IS_STRICTLY_NEG (op1) ) {
-  mpfr_init2 (tmp1, mpfi_get_prec(res1));
-  mpfr_init2 (tmp2, mpfi_get_prec(res2));
-  if ( mpfr_number_p (&(op2->left)) ) {
-tmp = mpfr_div (&(tmp2), &(op1->right), &(op2->left), MPFI_RNDD);
-  }
-  else { /* denominator has infinit

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

2019-08-02 Thread Jan Steffens via arch-commits
Date: Friday, August 2, 2019 @ 10:06:41
  Author: heftig
Revision: 358883

3.32.2+43+gb7f158811-1: performance improvements picked from Pop!OS

Added:
  mutter/trunk/0001-Geometric-OpenGL-less-picking.patch
  mutter/trunk/0001-Remove-GLX-threaded-swap-wait.patch
Modified:
  mutter/trunk/PKGBUILD
Deleted:
  mutter/trunk/0001-window-x11-Focus-a-window-in-the-active-workspace-as.patch

-+
 0001-Geometric-OpenGL-less-picking.patch| 1751 
++
 0001-Remove-GLX-threaded-swap-wait.patch|  467 ++
 0001-window-x11-Focus-a-window-in-the-active-workspace-as.patch |   67 
 PKGBUILD|   43 
 4 files changed, 2249 insertions(+), 79 deletions(-)

Added: 0001-Geometric-OpenGL-less-picking.patch
===
--- 0001-Geometric-OpenGL-less-picking.patch(rev 0)
+++ 0001-Geometric-OpenGL-less-picking.patch2019-08-02 10:06:41 UTC (rev 
358883)
@@ -0,0 +1,1751 @@
+From 6a18d760ed05b87af7aae43f1963eb32bc1d81e7 Mon Sep 17 00:00:00 2001
+From: Daniel van Vugt 
+Date: Thu, 2 Aug 2018 19:03:30 +0800
+Subject: [PATCH] Geometric (OpenGL-less) picking
+
+Cherry picked from commit b9170a69314739638db7f471b87ba55a906bdf03.
+
+Redesign picking to avoid using OpenGL. Previously picking involved
+several GL operations per mouse movement, but now the GPU/GL isn't
+used at all.
+
+By avoiding OpenGL and the graphics driver we also reduce CPU usage.
+Despite reimplementing the logic on the CPU, it still takes less CPU
+time than going through GL did.
+
+This new approach also dramatically reduces the number of picking paint
+cycles required for cursor movement since the pickability of the entire
+screen is calculated and cached. The cache is only invalidated when the
+screen contents change so for typical desktop usage where the screen is
+mostly idle, cursor movement doesn't incur anywhere near as many paint
+cycles as it used to.
+
+CPU usage on an Intel i7-7700, tested with two different GPUs/drivers:
+
+  | | Intel | Nvidia |
+  | --: | : | -: |
+  | Moving the mouse:|
+  | Before  |   10% |10% |
+  | After   |6% | 6% |
+  | Moving a window: |
+  | Before  |   23% |81% |
+  | After   |   19% |40% |
+
+Closes: https://gitlab.gnome.org/GNOME/mutter/issues/154,
+https://gitlab.gnome.org/GNOME/mutter/issues/691
+
+Helps significantly with: https://gitlab.gnome.org/GNOME/mutter/issues/283,
+  https://gitlab.gnome.org/GNOME/mutter/issues/590,
+  https://gitlab.gnome.org/GNOME/mutter/issues/700
+
+https://gitlab.gnome.org/GNOME/mutter/merge_requests/189
+---
+ clutter/clutter/clutter-actor-private.h  |   2 -
+ clutter/clutter/clutter-actor.c  | 256 +++
+ clutter/clutter/clutter-actor.h  |   4 +
+ clutter/clutter/clutter-debug.h  |   3 +-
+ clutter/clutter/clutter-main.c   | 120 -
+ clutter/clutter/clutter-private.h|   5 -
+ clutter/clutter/clutter-stage-private.h  |  16 +-
+ clutter/clutter/clutter-stage-window.c   |  18 -
+ clutter/clutter/clutter-stage-window.h   |   8 -
+ clutter/clutter/clutter-stage.c  | 435 +++
+ clutter/clutter/cogl/clutter-stage-cogl.c|  50 ---
+ clutter/clutter/deprecated/clutter-texture.c |  93 +---
+ clutter/tests/conform/actor-pick.c   |  99 +
+ clutter/tests/conform/meson.build|   1 -
+ clutter/tests/conform/texture.c  |  84 
+ src/compositor/meta-surface-actor.c  |  27 +-
+ 16 files changed, 436 insertions(+), 785 deletions(-)
+ delete mode 100644 clutter/tests/conform/texture.c
+
+diff --git a/clutter/clutter/clutter-actor-private.h 
b/clutter/clutter/clutter-actor-private.h
+index c44f6342f..9bf1a3049 100644
+--- a/clutter/clutter/clutter-actor-private.h
 b/clutter/clutter/clutter-actor-private.h
+@@ -297,8 +297,6 @@ const gchar *   
_clutter_actor_get_debug_name
+ void_clutter_actor_push_clone_paint   
  (void);
+ void_clutter_actor_pop_clone_paint
  (void);
+ 
+-guint32 _clutter_actor_get_pick_id
  (ClutterActor *self);
+-
+ void_clutter_actor_shader_pre_paint   
  (ClutterActor *actor,
+   
   gboolean  repeat);
+ void_clutter_actor_shader_post_paint  
  (ClutterActor *actor);
+diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c
+index a7fecb830..5feae6574 100644
+--- a/

[arch-commits] Commit in gnome-shell/repos (5 files)

2019-08-02 Thread Jan Steffens via arch-commits
Date: Friday, August 2, 2019 @ 10:07:38
  Author: heftig
Revision: 358885

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/0001-js-ui-Use-captured-event-nonmotion.patch
(from rev 358884, 
gnome-shell/trunk/0001-js-ui-Use-captured-event-nonmotion.patch)
  gnome-shell/repos/testing-x86_64/0001-tweener-Remove-handlers-on-target.patch
(from rev 358884, 
gnome-shell/trunk/0001-tweener-Remove-handlers-on-target.patch)
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 358884, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 358884, gnome-shell/trunk/gnome-shell.install)

---+
 0001-js-ui-Use-captured-event-nonmotion.patch |   87 
 0001-tweener-Remove-handlers-on-target.patch  |  101 
 PKGBUILD  |   63 ++
 gnome-shell.install   |7 +
 4 files changed, 258 insertions(+)

Copied: 
gnome-shell/repos/testing-x86_64/0001-js-ui-Use-captured-event-nonmotion.patch 
(from rev 358884, 
gnome-shell/trunk/0001-js-ui-Use-captured-event-nonmotion.patch)
===
--- testing-x86_64/0001-js-ui-Use-captured-event-nonmotion.patch
(rev 0)
+++ testing-x86_64/0001-js-ui-Use-captured-event-nonmotion.patch
2019-08-02 10:07:38 UTC (rev 358885)
@@ -0,0 +1,87 @@
+From 81c17e5993001cf30d706642d67e09812136adf2 Mon Sep 17 00:00:00 2001
+From: Daniel van Vugt 
+Date: Fri, 2 Nov 2018 17:58:37 +0800
+Subject: [PATCH] js/ui: Use captured-event::nonmotion
+
+Cherry picked from commit 297a18f29a423da26fd86417e6c1fe82349d8f98.
+
+This new detail filters out mouse motion events so we don't waste CPU
+translating them all into JavaScript handlers that don't care about them.
+
+This helps with https://gitlab.gnome.org/GNOME/mutter/issues/283
+---
+ js/ui/padOsd.js| 2 +-
+ js/ui/panel.js | 2 +-
+ js/ui/status/system.js | 2 +-
+ js/ui/viewSelector.js  | 2 +-
+ js/ui/windowManager.js | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/js/ui/padOsd.js b/js/ui/padOsd.js
+index a4af47297..6bff40849 100644
+--- a/js/ui/padOsd.js
 b/js/ui/padOsd.js
+@@ -615,7 +615,7 @@ var PadOsd = class {
+ this._settings = settings;
+ this._imagePath = imagePath;
+ this._editionMode = editionMode;
+-this._capturedEventId = global.stage.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this._capturedEventId = 
global.stage.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ this._padChooser = null;
+ 
+ let deviceManager = Clutter.DeviceManager.get_default();
+diff --git a/js/ui/panel.js b/js/ui/panel.js
+index 16484850a..57f0778b1 100644
+--- a/js/ui/panel.js
 b/js/ui/panel.js
+@@ -473,7 +473,7 @@ class ActivitiesButton extends PanelMenu.Button {
+ 
+ this.actor.label_actor = this._label;
+ 
+-this.actor.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this.actor.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ this.actor.connect_after('key-release-event', 
this._onKeyRelease.bind(this));
+ 
+ Main.overview.connect('showing', () => {
+diff --git a/js/ui/status/system.js b/js/ui/status/system.js
+index 1b0d10d8c..b25a6bf32 100644
+--- a/js/ui/status/system.js
 b/js/ui/status/system.js
+@@ -23,7 +23,7 @@ var AltSwitcher = class {
+ this._alternate.connect('clicked',
+ () => { this._clickAction.release(); });
+ 
+-this._capturedEventId = global.stage.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this._capturedEventId = 
global.stage.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ 
+ this._flipped = false;
+ 
+diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
+index 77146552d..092ff8f1c 100644
+--- a/js/ui/viewSelector.js
 b/js/ui/viewSelector.js
+@@ -44,7 +44,7 @@ function getTermsForSearchString(searchString) {
+ 
+ var TouchpadShowOverviewAction = class {
+ constructor(actor) {
+-actor.connect('captured-event', this._handleEvent.bind(this));
++actor.connect('captured-event::nonmotion', 
this._handleEvent.bind(this));
+ }
+ 
+ _handleEvent(actor, event) {
+diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
+index b9f5fef46..97d980940 100644
+--- a/js/ui/windowManager.js
 b/js/ui/windowManager.js
+@@ -461,7 +461,7 @@ var TouchpadWorkspaceSwitchAction = class {
+ this._dx = 0;
+ this._dy = 0;
+ this._enabled = true;
+-actor.connect('captured-event', this._handleEvent.bind(this));
++actor.connect('captured-event::nonmotion', 
this._handleEvent.bind(this));

[arch-commits] Commit in mutter/repos (5 files)

2019-08-02 Thread Jan Steffens via arch-commits
Date: Friday, August 2, 2019 @ 10:07:40
  Author: heftig
Revision: 358886

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/0001-Geometric-OpenGL-less-picking.patch
(from rev 358884, mutter/trunk/0001-Geometric-OpenGL-less-picking.patch)
  mutter/repos/testing-x86_64/0001-Remove-GLX-threaded-swap-wait.patch
(from rev 358884, mutter/trunk/0001-Remove-GLX-threaded-swap-wait.patch)
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 358884, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 358884, mutter/trunk/mutter.install)

--+
 0001-Geometric-OpenGL-less-picking.patch | 1751 +
 0001-Remove-GLX-threaded-swap-wait.patch |  467 +++
 PKGBUILD |   80 +
 mutter.install   |7 
 4 files changed, 2305 insertions(+)

Copied: mutter/repos/testing-x86_64/0001-Geometric-OpenGL-less-picking.patch 
(from rev 358884, mutter/trunk/0001-Geometric-OpenGL-less-picking.patch)
===
--- testing-x86_64/0001-Geometric-OpenGL-less-picking.patch 
(rev 0)
+++ testing-x86_64/0001-Geometric-OpenGL-less-picking.patch 2019-08-02 
10:07:40 UTC (rev 358886)
@@ -0,0 +1,1751 @@
+From 6a18d760ed05b87af7aae43f1963eb32bc1d81e7 Mon Sep 17 00:00:00 2001
+From: Daniel van Vugt 
+Date: Thu, 2 Aug 2018 19:03:30 +0800
+Subject: [PATCH] Geometric (OpenGL-less) picking
+
+Cherry picked from commit b9170a69314739638db7f471b87ba55a906bdf03.
+
+Redesign picking to avoid using OpenGL. Previously picking involved
+several GL operations per mouse movement, but now the GPU/GL isn't
+used at all.
+
+By avoiding OpenGL and the graphics driver we also reduce CPU usage.
+Despite reimplementing the logic on the CPU, it still takes less CPU
+time than going through GL did.
+
+This new approach also dramatically reduces the number of picking paint
+cycles required for cursor movement since the pickability of the entire
+screen is calculated and cached. The cache is only invalidated when the
+screen contents change so for typical desktop usage where the screen is
+mostly idle, cursor movement doesn't incur anywhere near as many paint
+cycles as it used to.
+
+CPU usage on an Intel i7-7700, tested with two different GPUs/drivers:
+
+  | | Intel | Nvidia |
+  | --: | : | -: |
+  | Moving the mouse:|
+  | Before  |   10% |10% |
+  | After   |6% | 6% |
+  | Moving a window: |
+  | Before  |   23% |81% |
+  | After   |   19% |40% |
+
+Closes: https://gitlab.gnome.org/GNOME/mutter/issues/154,
+https://gitlab.gnome.org/GNOME/mutter/issues/691
+
+Helps significantly with: https://gitlab.gnome.org/GNOME/mutter/issues/283,
+  https://gitlab.gnome.org/GNOME/mutter/issues/590,
+  https://gitlab.gnome.org/GNOME/mutter/issues/700
+
+https://gitlab.gnome.org/GNOME/mutter/merge_requests/189
+---
+ clutter/clutter/clutter-actor-private.h  |   2 -
+ clutter/clutter/clutter-actor.c  | 256 +++
+ clutter/clutter/clutter-actor.h  |   4 +
+ clutter/clutter/clutter-debug.h  |   3 +-
+ clutter/clutter/clutter-main.c   | 120 -
+ clutter/clutter/clutter-private.h|   5 -
+ clutter/clutter/clutter-stage-private.h  |  16 +-
+ clutter/clutter/clutter-stage-window.c   |  18 -
+ clutter/clutter/clutter-stage-window.h   |   8 -
+ clutter/clutter/clutter-stage.c  | 435 +++
+ clutter/clutter/cogl/clutter-stage-cogl.c|  50 ---
+ clutter/clutter/deprecated/clutter-texture.c |  93 +---
+ clutter/tests/conform/actor-pick.c   |  99 +
+ clutter/tests/conform/meson.build|   1 -
+ clutter/tests/conform/texture.c  |  84 
+ src/compositor/meta-surface-actor.c  |  27 +-
+ 16 files changed, 436 insertions(+), 785 deletions(-)
+ delete mode 100644 clutter/tests/conform/texture.c
+
+diff --git a/clutter/clutter/clutter-actor-private.h 
b/clutter/clutter/clutter-actor-private.h
+index c44f6342f..9bf1a3049 100644
+--- a/clutter/clutter/clutter-actor-private.h
 b/clutter/clutter/clutter-actor-private.h
+@@ -297,8 +297,6 @@ const gchar *   
_clutter_actor_get_debug_name
+ void_clutter_actor_push_clone_paint   
  (void);
+ void_clutter_actor_pop_clone_paint
  (void);
+ 
+-guint32 _clutter_actor_get_pick_id
  (ClutterActor *self);
+-
+ void_clutter_actor_shader_pre_paint   
  (ClutterActor *actor,
+   

[arch-commits] Commit in gnome-shell/trunk (3 files)

2019-08-02 Thread Jan Steffens via arch-commits
Date: Friday, August 2, 2019 @ 10:07:28
  Author: heftig
Revision: 358884

3.32.2+11+g1c6abf378-1: performance improvements picked from Pop!OS

Added:
  gnome-shell/trunk/0001-js-ui-Use-captured-event-nonmotion.patch
  gnome-shell/trunk/0001-tweener-Remove-handlers-on-target.patch
Modified:
  gnome-shell/trunk/PKGBUILD

---+
 0001-js-ui-Use-captured-event-nonmotion.patch |   87 
 0001-tweener-Remove-handlers-on-target.patch  |  101 
 PKGBUILD  |   20 +++-
 3 files changed, 204 insertions(+), 4 deletions(-)

Added: 0001-js-ui-Use-captured-event-nonmotion.patch
===
--- 0001-js-ui-Use-captured-event-nonmotion.patch   
(rev 0)
+++ 0001-js-ui-Use-captured-event-nonmotion.patch   2019-08-02 10:07:28 UTC 
(rev 358884)
@@ -0,0 +1,87 @@
+From 81c17e5993001cf30d706642d67e09812136adf2 Mon Sep 17 00:00:00 2001
+From: Daniel van Vugt 
+Date: Fri, 2 Nov 2018 17:58:37 +0800
+Subject: [PATCH] js/ui: Use captured-event::nonmotion
+
+Cherry picked from commit 297a18f29a423da26fd86417e6c1fe82349d8f98.
+
+This new detail filters out mouse motion events so we don't waste CPU
+translating them all into JavaScript handlers that don't care about them.
+
+This helps with https://gitlab.gnome.org/GNOME/mutter/issues/283
+---
+ js/ui/padOsd.js| 2 +-
+ js/ui/panel.js | 2 +-
+ js/ui/status/system.js | 2 +-
+ js/ui/viewSelector.js  | 2 +-
+ js/ui/windowManager.js | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/js/ui/padOsd.js b/js/ui/padOsd.js
+index a4af47297..6bff40849 100644
+--- a/js/ui/padOsd.js
 b/js/ui/padOsd.js
+@@ -615,7 +615,7 @@ var PadOsd = class {
+ this._settings = settings;
+ this._imagePath = imagePath;
+ this._editionMode = editionMode;
+-this._capturedEventId = global.stage.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this._capturedEventId = 
global.stage.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ this._padChooser = null;
+ 
+ let deviceManager = Clutter.DeviceManager.get_default();
+diff --git a/js/ui/panel.js b/js/ui/panel.js
+index 16484850a..57f0778b1 100644
+--- a/js/ui/panel.js
 b/js/ui/panel.js
+@@ -473,7 +473,7 @@ class ActivitiesButton extends PanelMenu.Button {
+ 
+ this.actor.label_actor = this._label;
+ 
+-this.actor.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this.actor.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ this.actor.connect_after('key-release-event', 
this._onKeyRelease.bind(this));
+ 
+ Main.overview.connect('showing', () => {
+diff --git a/js/ui/status/system.js b/js/ui/status/system.js
+index 1b0d10d8c..b25a6bf32 100644
+--- a/js/ui/status/system.js
 b/js/ui/status/system.js
+@@ -23,7 +23,7 @@ var AltSwitcher = class {
+ this._alternate.connect('clicked',
+ () => { this._clickAction.release(); });
+ 
+-this._capturedEventId = global.stage.connect('captured-event', 
this._onCapturedEvent.bind(this));
++this._capturedEventId = 
global.stage.connect('captured-event::nonmotion', 
this._onCapturedEvent.bind(this));
+ 
+ this._flipped = false;
+ 
+diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
+index 77146552d..092ff8f1c 100644
+--- a/js/ui/viewSelector.js
 b/js/ui/viewSelector.js
+@@ -44,7 +44,7 @@ function getTermsForSearchString(searchString) {
+ 
+ var TouchpadShowOverviewAction = class {
+ constructor(actor) {
+-actor.connect('captured-event', this._handleEvent.bind(this));
++actor.connect('captured-event::nonmotion', 
this._handleEvent.bind(this));
+ }
+ 
+ _handleEvent(actor, event) {
+diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
+index b9f5fef46..97d980940 100644
+--- a/js/ui/windowManager.js
 b/js/ui/windowManager.js
+@@ -461,7 +461,7 @@ var TouchpadWorkspaceSwitchAction = class {
+ this._dx = 0;
+ this._dy = 0;
+ this._enabled = true;
+-actor.connect('captured-event', this._handleEvent.bind(this));
++actor.connect('captured-event::nonmotion', 
this._handleEvent.bind(this));
+   this._touchpadSettings = new Gio.Settings({schema_id: 
'org.gnome.desktop.peripherals.touchpad'});
+ }
+ 
+-- 
+2.22.0
+

Added: 0001-tweener-Remove-handlers-on-target.patch
===
--- 0001-tweener-Remove-handlers-on-target.patch
(rev 0)
+++ 0001-tweener-Remove-handlers-on-target.patch2019-08-02 10:07:28 UTC 
(rev 358884)
@@ -0,0 +1,101 @@
+From 5cd8acebe8461850667215b4c6b19e9ebf4c82f2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= 
+Da

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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:10:37
  Author: arojas
Revision: 496978

Update to 14.29.49

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:05:34 UTC (rev 496977)
+++ PKGBUILD2019-08-02 10:10:37 UTC (rev 496978)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.47
+pkgver=14.29.49
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net";
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('861bd4818b4a289f541e61862422ea5d524c066eb7c25387b1ccd49fd3527992')
+sha256sums=('85d6b0f628863733d1f9239fee6be782307e5d7a54c314f8caa5addd28c9dea5')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:12:31
  Author: arojas
Revision: 496979

archrelease: copy trunk to community-any

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

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

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

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


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:19:13
  Author: arojas
Revision: 496980

Update to 3.3.3

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:12:31 UTC (rev 496979)
+++ PKGBUILD2019-08-02 10:19:13 UTC (rev 496980)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0471de89873cd1a9e7328367028fe759722971e132a4b18f5577398341665270'
+sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:20:52
  Author: arojas
Revision: 496981

archrelease: copy trunk to community-any

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

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

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

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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:21:16
  Author: felixonmars
Revision: 496983

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 496982, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 496982, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:21:16 UTC (rev 496983)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.10.4
+pkgrel=1
+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-exceptions' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-persistent-template' 'haskell-persistent' 
'haskell-quickcheck'
+ 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:21:04
  Author: felixonmars
Revision: 496982

upgpkg: haskell-persistent-sqlite 2.10.4-1

rebuild pass 1, specified --nocheck

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:20:52 UTC (rev 496981)
+++ PKGBUILD2019-08-02 10:21:04 UTC (rev 496982)
@@ -3,24 +3,26 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.9.3
-pkgrel=46
+pkgver=2.10.4
+pkgrel=1
 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-old-locale' 'haskell-persistent' 
'haskell-resource-pool'
- 'haskell-resourcet' 'haskell-unliftio-core' 
'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-unliftio-core' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-exceptions' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-persistent-template' 'haskell-persistent' 
'haskell-quickcheck'
+ 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('0b31fecbe5486a94b2242f58e529165e646c0dd64d9f8283dd84c6cbde9c0b90f94a730f4443ecb128b9f21a2e94b34d47d12402c6b9d063b6e6eb928c2a46c1')
+sha512sums=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0')
 
 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 \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-build-sanity-exe -fsystemlib -fuse-pkgconfig
 runhaskell Setup build


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:22:24
  Author: arojas
Revision: 496984

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 496983, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 10:21:16 UTC (rev 496983)
+++ PKGBUILD2019-08-02 10:22:24 UTC (rev 496984)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.3.2
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0471de89873cd1a9e7328367028fe759722971e132a4b18f5577398341665270'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 496983, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 10:22:24 UTC (rev 496984)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.3.3
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:23:16
  Author: arojas
Revision: 496986

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 496985, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 10:23:02 UTC (rev 496985)
+++ PKGBUILD2019-08-02 10:23:16 UTC (rev 496986)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.3.3
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 496985, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 10:23:16 UTC (rev 496986)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.3.3
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:23:02
  Author: arojas
Revision: 496985

Update to 3.7.4

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:22:24 UTC (rev 496984)
+++ PKGBUILD2019-08-02 10:23:02 UTC (rev 496985)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton 
 
 pkgname=normaliz
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(e-antic)
 makedepends=(boost)
 
source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-sha256sums=('e05f9e17b9ecbca75d5cde43fda61f37f435daa2b3a6195349f054572eb02a41')
+sha256sums=('1b94ff9baa0ebbc682229e8cfad086245d67754958ae3ddb1cc0a563a16ceb89')
 
 build() {
   cd $pkgname-$pkgver


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:24:12
  Author: arojas
Revision: 496987

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 496986, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 10:23:16 UTC (rev 496986)
+++ PKGBUILD2019-08-02 10:24:12 UTC (rev 496987)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/";
-license=(GPL)
-depends=(e-antic)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-sha256sums=('e05f9e17b9ecbca75d5cde43fda61f37f435daa2b3a6195349f054572eb02a41')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 496986, 
normaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 10:24:12 UTC (rev 496987)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/";
+license=(GPL)
+depends=(e-antic)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
+sha256sums=('1b94ff9baa0ebbc682229e8cfad086245d67754958ae3ddb1cc0a563a16ceb89')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:32:35
  Author: felixonmars
Revision: 496989

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:32:24
  Author: felixonmars
Revision: 496988

upgpkg: haskell-pantry 0.1.1.1-3

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:24:12 UTC (rev 496987)
+++ PKGBUILD2019-08-02 10:32:24 UTC (rev 496988)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry";
 license=('BSD')


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:33:39
  Author: felixonmars
Revision: 496990

upgpkg: haskell-yesod-persistent 1.6.0.2-65

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:32:35 UTC (rev 496989)
+++ PKGBUILD2019-08-02 10:33:39 UTC (rev 496990)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.2
-pkgrel=64
+pkgrel=65
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:33:52
  Author: felixonmars
Revision: 496991

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 496990, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:33:52 UTC (rev 496991)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.2
+pkgrel=65
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8014d1bcb5101bfad61911377e4122b07f41b4e98bd20c8f7a205d151caa73dbe4b1cc526f1f3d4bb2323920b290f080c77649e0f368ca017cd50389a7f7120c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:35:19
  Author: felixonmars
Revision: 496993

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
496992, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:35:19 UTC (rev 496993)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.6
+pkgrel=7
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('22ba1974c8b5bc906721e89a1be3e33159d44798f9fae5d00fbc76e443e4897d11388c83ba38160151cb5a0d0863a158381e34b290091a8c73c8ad13896875ea')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:35:08
  Author: felixonmars
Revision: 496992

upgpkg: haskell-yesod-form 1.6.6-7

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:33:52 UTC (rev 496991)
+++ PKGBUILD2019-08-02 10:35:08 UTC (rev 496992)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:36:30
  Author: felixonmars
Revision: 496995

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 496994, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:36:30 UTC (rev 496995)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=313
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+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
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:36:19
  Author: felixonmars
Revision: 496994

upgpkg: haskell-yesod 1.6.0-313

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:35:19 UTC (rev 496993)
+++ PKGBUILD2019-08-02 10:36:19 UTC (rev 496994)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=312
+pkgrel=313
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:37:51
  Author: felixonmars
Revision: 496996

upgpkg: haskell-yesod-auth 1.6.7-33

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:36:30 UTC (rev 496995)
+++ PKGBUILD2019-08-02 10:37:51 UTC (rev 496996)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.7
-pkgrel=32
+pkgrel=33
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:38:04
  Author: felixonmars
Revision: 496997

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:39:12
  Author: felixonmars
Revision: 496998

upgpkg: haskell-yesod-test 1.6.6.1-59

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:38:04 UTC (rev 496997)
+++ PKGBUILD2019-08-02 10:39:12 UTC (rev 496998)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.6.1
-pkgrel=58
+pkgrel=59
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com";
 license=('MIT')


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:39:24
  Author: felixonmars
Revision: 496999

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
496998, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:39:24 UTC (rev 496999)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.6.1
+pkgrel=59
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('833ae785c82ec2cbc34c386fb7678e20cdb905c3eaee2698532e8f09167fac92b5af84b25557f548406184852156e4e22f9f12a86c9a3306cbb23145a4af1cba')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:41:09
  Author: felixonmars
Revision: 497001

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
497000, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:41:09 UTC (rev 497001)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=165
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:40:42
  Author: felixonmars
Revision: 497000

upgpkg: haskell-yesod-static 1.6.0.1-165

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:39:24 UTC (rev 496999)
+++ PKGBUILD2019-08-02 10:40:42 UTC (rev 497000)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=164
+pkgrel=165
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:48:03
  Author: felixonmars
Revision: 497002

upgpkg: git-annex 7.20190730-3

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:41:09 UTC (rev 497001)
+++ PKGBUILD2019-08-02 10:48:03 UTC (rev 497002)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190730
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:48:15
  Author: felixonmars
Revision: 497003

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:50:23
  Author: felixonmars
Revision: 497005

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 497004, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 10:50:23 UTC (rev 497005)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.14.1
+pkgrel=110
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3eb50a27e96b8e4590719c41fe00dbf7add431a8bbc300f1d2614c09dbae5eaa2eb43ac96c597c441a2f43bf4096fe8c450bb3bdb601cc2a06fd840768b45786')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $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-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 10:50:11
  Author: felixonmars
Revision: 497004

upgpkg: hledger-web 1.14.1-110

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:48:15 UTC (rev 497003)
+++ PKGBUILD2019-08-02 10:50:11 UTC (rev 497004)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.14.1
-pkgrel=109
+pkgrel=110
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


[arch-commits] Commit in (qt5-websockets qt5-websockets/repos qt5-websockets/trunk)

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:04:27
  Author: ffy00
Revision: 497006

add root structure

Added:
  qt5-websockets/
  qt5-websockets/repos/
  qt5-websockets/trunk/


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

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:10:32
  Author: ffy00
Revision: 497007

upgpkg: qt5-websockets 5.13.0-1

Added:
  qt5-websockets/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:10:32 UTC (rev 497007)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.13.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Web-based protocol designed to enable two-way communication between a 
client application and a remote host'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-$_qtver"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfqn.tar.xz";)
+sha512sums=('93de37d6f3d4d240c618350eda39e8e5ec6ceef13e1dcac8d8170429cf73194859b389981859491e8b638c76c321a3d8d25ca0d29015230b068298d69de62315')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../$_pkgfqn
+
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir"/usr/lib -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:10:42
  Author: ffy00
Revision: 497008

archrelease: copy trunk to community-x86_64

Added:
  qt5-websockets/repos/community-x86_64/
  qt5-websockets/repos/community-x86_64/PKGBUILD
(from rev 497007, qt5-websockets/trunk/PKGBUILD)

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

Copied: qt5-websockets/repos/community-x86_64/PKGBUILD (from rev 497007, 
qt5-websockets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-08-02 11:10:42 UTC (rev 497008)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.13.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Web-based protocol designed to enable two-way communication between a 
client application and a remote host'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-$_qtver"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfqn.tar.xz";)
+sha512sums=('93de37d6f3d4d240c618350eda39e8e5ec6ceef13e1dcac8d8170429cf73194859b389981859491e8b638c76c321a3d8d25ca0d29015230b068298d69de62315')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../$_pkgfqn
+
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir"/usr/lib -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 11:19:22
  Author: felixonmars
Revision: 497009

upgpkg: stack 2.1.3-3

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:10:42 UTC (rev 497008)
+++ PKGBUILD2019-08-02 11:19:22 UTC (rev 497009)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")
@@ -44,6 +44,8 @@
   patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
   hpack
   sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
 }
 
 build() {


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 11:19:37
  Author: felixonmars
Revision: 497010

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 11:21:39
  Author: felixonmars
Revision: 497012

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 11:21:27
  Author: felixonmars
Revision: 497011

upgpkg: tamarin-prover 1.4.1-123

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 
2.7.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:19:37 UTC (rev 497010)
+++ PKGBUILD2019-08-02 11:21:27 UTC (rev 497011)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=122
+pkgrel=123
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io";
 license=("GPL")


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

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:32:47
  Author: ffy00
Revision: 497013

upgpkg: sdrangel 4.11.4-1

Modified:
  sdrangel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:21:39 UTC (rev 497012)
+++ PKGBUILD2019-08-02 11:32:47 UTC (rev 497013)
@@ -2,8 +2,8 @@
 # Contributor: Michal Krenek (Mikos) 
 
 pkgname=sdrangel
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.11.4
+pkgrel=1
 pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
@@ -10,8 +10,8 @@
 license=('GPL3')
 depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
  'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost' 'codec2')
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets')
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
 optdepends=('ffmpeg: DATV demodulator'
 'rtl-sdr: RTLSDR support'
 'hackrf: HackRF support'
@@ -18,17 +18,18 @@
 'limesuite: LimeSDR support'
 'bladerf: BladeRF support'
 'airspy: AirSPY support'
-'codec2: Coded2 speech codec support')
+'soapysdr: SoapySDR backend')
+#'codec2: Codec2 speech codec support')
 install=$pkgname.install
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 'sdrangel-opencv4.patch')
-sha512sums=('d560a415e050044cede2f553aba7fe33ac0dcd1f201a50782b8ef6656190221ea14a643face3746b3c1308b6c923bc6d0be9ac6e8442c8af7ac0dfed9b0b2ce3'
+sha512sums=('e08ea6c3973d060f19292f8e4c6490f9e51f8b5ee915107d6e4442f6c41b60dd4cf52affa15c98c9d6b1c7c1248f35bcb1bfccb15c2f184ec2e7e4049a0b4fb2'
 
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' desktop/sdrangel.desktop
+  sed -i 's|Icon=.*|Icon=sdrangel.png|' cmake/cpack/sdrangel.desktop.in
   patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
 }
 
@@ -40,8 +41,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc \
--DENABLE_DISTRIBUTION=ON
+-DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
 
   make
 }
@@ -52,7 +52,7 @@
   make DESTDIR="$pkgdir" install
 
   # Install .desktop file
-  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/sdrangel.desktop
+#  install -Dm 644 ../cmake/cpack/sdrangel_icon.png 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+#  install -Dm 644 ../cmake/cpack/sdrangel.desktop 
"$pkgdir"/usr/share/applications/sdrangel.desktop
 }
 


[arch-commits] Commit in sdrangel/repos/community-x86_64 (6 files)

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:33:01
  Author: ffy00
Revision: 497014

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 497013, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
(from rev 497013, sdrangel/trunk/sdrangel-opencv4.patch)
  sdrangel/repos/community-x86_64/sdrangel.install
(from rev 497013, sdrangel/trunk/sdrangel.install)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
  sdrangel/repos/community-x86_64/sdrangel.install

+
 PKGBUILD   |  116 +++
 sdrangel-opencv4.patch |  174 +++
 sdrangel.install   |8 +-
 3 files changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:32:47 UTC (rev 497013)
+++ PKGBUILD2019-08-02 11:33:01 UTC (rev 497014)
@@ -1,58 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=sdrangel
-pkgver=4.8.0
-pkgrel=2
-pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
-arch=('x86_64')
-url='https://github.com/f4exb/sdrangel'
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
- 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost' 'codec2')
-optdepends=('ffmpeg: DATV demodulator'
-'rtl-sdr: RTLSDR support'
-'hackrf: HackRF support'
-'limesuite: LimeSDR support'
-'bladerf: BladeRF support'
-'airspy: AirSPY support'
-'codec2: Coded2 speech codec support')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-'sdrangel-opencv4.patch')
-sha512sums=('d560a415e050044cede2f553aba7fe33ac0dcd1f201a50782b8ef6656190221ea14a643face3746b3c1308b6c923bc6d0be9ac6e8442c8af7ac0dfed9b0b2ce3'
-
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' desktop/sdrangel.desktop
-  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc \
--DENABLE_DISTRIBUTION=ON
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install .desktop file
-  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/sdrangel.desktop
-}
-

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 497013, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:33:01 UTC (rev 497014)
@@ -0,0 +1,58 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.11.4
+pkgrel=1
+pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
+ 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets')
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY support'
+'soapysdr: SoapySDR backend')
+#'codec2: Codec2 speech codec support')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+'sdrangel-opencv4.patch')
+sha512sums=('e08ea6c3973d060f19292f8e4c6490f9e51f8b5ee915107d6e4442f6c41b60dd4cf52affa15c98c9d6b1c7c1248f35bcb1bfccb15c2f184ec2e7e4049a0b4fb2'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's|Icon=.*|Icon=sdrangel.png|' cmake/cpack/sdrangel.desktop.in
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_

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

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:42:38
  Author: ffy00
Revision: 497016

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 497015, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 497015, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   94 +--
 melt.patch |   26 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:42:32 UTC (rev 497015)
+++ PKGBUILD2019-08-02 11:42:38 UTC (rev 497016)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.06.15
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
-'melt.patch')
-sha512sums=('bf1dbd1233f587ba33dff9c551cdaa22c0ca8bb389c79e817d3eb7af60834b47da2be29872c50125a93e152442a7f7afe8f76f353464334de399dda793d15591'
-
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../melt.patch
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 497015, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:42:38 UTC (rev 497016)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=19.07.15
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
+'melt.patch')
+sha512sums=('17a00d6281cd36553011a5cc4d590b872c1de177c67bead240c83795880e1e11e18f527d21205d47a41c5a83ccefe651607237c679b0aa780ea07802f438f8c7'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2019-08-02 11:42:32 UTC (rev 497015)
+++ melt.patch  2019-08-02 11:42:38 UTC (rev 497016)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 497015, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2019-08-02 11:42:38 UTC (rev 497016)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPat

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

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 11:42:32
  Author: ffy00
Revision: 497015

upgpkg: shotcut 19.07.15-1

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:33:01 UTC (rev 497014)
+++ PKGBUILD2019-08-02 11:42:32 UTC (rev 497015)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.06.15
+pkgver=19.07.15
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
 'melt.patch')
-sha512sums=('bf1dbd1233f587ba33dff9c551cdaa22c0ca8bb389c79e817d3eb7af60834b47da2be29872c50125a93e152442a7f7afe8f76f353464334de399dda793d15591'
+sha512sums=('17a00d6281cd36553011a5cc4d590b872c1de177c67bead240c83795880e1e11e18f527d21205d47a41c5a83ccefe651607237c679b0aa780ea07802f438f8c7'
 
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
 
 prepare() {


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

2019-08-02 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 2, 2019 @ 11:50:50
  Author: svenstaro
Revision: 497033

upgpkg: binaryen 87-1

Modified:
  binaryen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:49:02 UTC (rev 497032)
+++ PKGBUILD2019-08-02 11:50:50 UTC (rev 497033)
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=binaryen
-pkgver=84
+pkgver=87
 pkgrel=1
 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=(cmake ninja python)
 
source=("https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
 "binaryen.sh")
-sha384sums=('450fe29c997273f7218ea72e3c8348509e8f16e69f6c0f3cc99e58c9d7591c9850b76af7bf1080aba6d1ff93c7e930d9'
+sha384sums=('b19f2cec79ff6bea7b3aa929599e7d337af0656aef71a9c37af2e7618e309e8aea718ce5df141fed6ccd3aeb2347a823'
 
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
 
 prepare() {


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

2019-08-02 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 2, 2019 @ 11:50:56
  Author: svenstaro
Revision: 497034

archrelease: copy trunk to community-x86_64

Added:
  binaryen/repos/community-x86_64/PKGBUILD
(from rev 497033, binaryen/trunk/PKGBUILD)
  binaryen/repos/community-x86_64/binaryen.sh
(from rev 497033, binaryen/trunk/binaryen.sh)
Deleted:
  binaryen/repos/community-x86_64/PKGBUILD
  binaryen/repos/community-x86_64/binaryen.sh

-+
 PKGBUILD|   72 +-
 binaryen.sh |   18 +++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:50:50 UTC (rev 497033)
+++ PKGBUILD2019-08-02 11:50:56 UTC (rev 497034)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dario Ostuni 
-
-pkgname=binaryen
-pkgver=84
-pkgrel=1
-pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
-arch=('x86_64')
-url="https://github.com/WebAssembly/binaryen";
-license=('MIT')
-depends=()
-makedepends=(cmake ninja python)
-source=("https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
-"binaryen.sh")
-sha384sums=('450fe29c997273f7218ea72e3c8348509e8f16e69f6c0f3cc99e58c9d7591c9850b76af7bf1080aba6d1ff93c7e930d9'
-
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
-
-prepare() {
-mkdir binaryen-version_${pkgver}/build
-}
-
-build() {
-cd binaryen-version_${pkgver}/build
-
-cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
-ninja
-}
-
-package() {
-cd binaryen-version_${pkgver}/build
-DESTDIR=${pkgdir} ninja install
-mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
-
-install -Dm755 $srcdir/binaryen.sh $pkgdir/etc/profile.d/binaryen.sh
-install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: binaryen/repos/community-x86_64/PKGBUILD (from rev 497033, 
binaryen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:50:56 UTC (rev 497034)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dario Ostuni 
+
+pkgname=binaryen
+pkgver=87
+pkgrel=1
+pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
+arch=('x86_64')
+url="https://github.com/WebAssembly/binaryen";
+license=('MIT')
+depends=()
+makedepends=(cmake ninja python)
+source=("https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
+"binaryen.sh")
+sha384sums=('b19f2cec79ff6bea7b3aa929599e7d337af0656aef71a9c37af2e7618e309e8aea718ce5df141fed6ccd3aeb2347a823'
+
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
+
+prepare() {
+mkdir binaryen-version_${pkgver}/build
+}
+
+build() {
+cd binaryen-version_${pkgver}/build
+
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
+ninja
+}
+
+package() {
+cd binaryen-version_${pkgver}/build
+DESTDIR=${pkgdir} ninja install
+mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
+
+install -Dm755 $srcdir/binaryen.sh $pkgdir/etc/profile.d/binaryen.sh
+install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: binaryen.sh
===
--- binaryen.sh 2019-08-02 11:50:50 UTC (rev 497033)
+++ binaryen.sh 2019-08-02 11:50:56 UTC (rev 497034)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# This one is for emscripten.
-export BINARYEN="/usr"
-
-# This one is for binaryen itself.
-export BINARYEN_ROOT="/usr"
-
-# Just agree on one of these god damnit.

Copied: binaryen/repos/community-x86_64/binaryen.sh (from rev 497033, 
binaryen/trunk/binaryen.sh)
===
--- binaryen.sh (rev 0)
+++ binaryen.sh 2019-08-02 11:50:56 UTC (rev 497034)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This one is for emscripten.
+export BINARYEN="/usr"
+
+# This one is for binaryen itself.
+export BINARYEN_ROOT="/usr"
+
+# Just agree on one of these god damnit.


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

2019-08-02 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 2, 2019 @ 11:51:02
  Author: svenstaro
Revision: 497035

upgpkg: ripgrep 11.0.2-1

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:50:56 UTC (rev 497034)
+++ PKGBUILD2019-08-02 11:51:02 UTC (rev 497035)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=11.0.1
-pkgrel=2
+pkgver=11.0.2
+pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('x86_64')
 url="https://github.com/BurntSushi/ripgrep";
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'pcre2')
 makedepends=('cargo' 'asciidoc')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f')
+sha512sums=('62b5bcceac2ca4899e797799e67a8e45730f1bcb5115b48e9ebfe12d3b0e43921020f368e4328b0f5060ccdf0dedb8935857ece7126e05d9cbcca535cee68a92')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-08-02 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 2, 2019 @ 11:51:07
  Author: svenstaro
Revision: 497036

archrelease: copy trunk to community-x86_64

Added:
  ripgrep/repos/community-x86_64/PKGBUILD
(from rev 497035, ripgrep/trunk/PKGBUILD)
Deleted:
  ripgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:51:02 UTC (rev 497035)
+++ PKGBUILD2019-08-02 11:51:07 UTC (rev 497036)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=11.0.1
-pkgrel=2
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('x86_64')
-url="https://github.com/BurntSushi/ripgrep";
-license=('MIT' 'custom')
-depends=('gcc-libs' 'pcre2')
-makedepends=('cargo' 'asciidoc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --locked --features 'pcre2'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/rg.fish"
-
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 497035, 
ripgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:51:07 UTC (rev 497036)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=11.0.2
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('x86_64')
+url="https://github.com/BurntSushi/ripgrep";
+license=('MIT' 'custom')
+depends=('gcc-libs' 'pcre2')
+makedepends=('cargo' 'asciidoc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('62b5bcceac2ca4899e797799e67a8e45730f1bcb5115b48e9ebfe12d3b0e43921020f368e4328b0f5060ccdf0dedb8935857ece7126e05d9cbcca535cee68a92')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --locked --features 'pcre2'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/rg.fish"
+
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 11:58:42
  Author: arodseth
Revision: 497037

upgpkg: compton 7.1-1

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:51:07 UTC (rev 497036)
+++ PKGBUILD2019-08-02 11:58:42 UTC (rev 497037)
@@ -4,7 +4,7 @@
 # Contributor: Valère Monseur 
 
 pkgname=compton
-pkgver=7.0
+pkgver=7.1
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 11:58:48
  Author: arodseth
Revision: 497038

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 compton.conf |  452 -
 2 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:58:42 UTC (rev 497037)
+++ PKGBUILD2019-08-02 11:58:48 UTC (rev 497038)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/compton.conf)
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans'
-'python:For running compton-convgen.py')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0}";)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  cd $pkgname
-  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

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

Deleted: compton.conf
===
--- compton.conf2019-08-02 11:58:42 UTC (rev 497037)
+++ compton.conf2019-08-02 11:58:48 UTC (rev 497038)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#

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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:02:27
  Author: arodseth
Revision: 497039

upgpkg: ocaml-findlib 1.8.1-1

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 11:58:48 UTC (rev 497038)
+++ PKGBUILD2019-08-02 12:02:27 UTC (rev 497039)
@@ -7,16 +7,16 @@
 # Contributor: Alif 
 
 pkgname=ocaml-findlib
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='OCaml package manager'
-arch=('x86_64')
+arch=(x86_64)
 url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml-compiler-libs')
+license=(MIT)
+depends=(ocaml-compiler-libs)
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";)
-sha256sums=('2b7b7d6d65bb0f3f8a2c51c63c02b0bcf1fea4c23513f866140dc7dc24fe27ad')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
+sha256sums=('8e85cfa57e8745715432df3116697c8f41cb24b5ec16d1d5acd25e0196d34303')
+options=(staticlibs !strip zipman !makeflags)
 
 build() {
   cd "findlib-$pkgver"


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:02:32
  Author: arodseth
Revision: 497040

archrelease: copy trunk to community-x86_64

Added:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
(from rev 497039, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch
(from rev 497039, ocaml-findlib/trunk/externalmeta6.patch)
Deleted:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch

-+
 PKGBUILD|   82 +-
 externalmeta6.patch |   26 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 12:02:27 UTC (rev 497039)
+++ PKGBUILD2019-08-02 12:02:32 UTC (rev 497040)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-# Contributor: Alif 
-
-pkgname=ocaml-findlib
-pkgver=1.8.0
-pkgrel=3
-pkgdesc='OCaml package manager'
-arch=('x86_64')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml-compiler-libs')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";)
-sha256sums=('2b7b7d6d65bb0f3f8a2c51c63c02b0bcf1fea4c23513f866140dc7dc24fe27ad')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
--sitelib /usr/lib/ocaml \
--config /etc/findlib.conf \
--mandir /usr/share/man
-
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 497039, 
ocaml-findlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 12:02:32 UTC (rev 497040)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='http://projects.camlcity.org/projects/findlib.html'
+license=(MIT)
+depends=(ocaml-compiler-libs)
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";)
+sha256sums=('8e85cfa57e8745715432df3116697c8f41cb24b5ec16d1d5acd25e0196d34303')
+options=(staticlibs !strip zipman !makeflags)
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: externalmeta6.patch
===
--- externalmeta6.patch 2019-08-02 12:02:27 UTC (rev 497039)
+++ externalmeta6.patch 2019-08-02 12:02:32 UTC (rev 497040)
@@ -1,13 +0,0 @@
-Index: findlib-1.7.2/configure
-===
 findlib-1.7.2.orig/configure
-+++ findlib-1.7.2/configure
-@@ -557,7 +557,7 @@ fi
- 
- # Generate the META files now.
- 
--l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
-+l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$lcomplibs $lbytes $lspacetime"
- 
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.

Copied: ocaml-findlib/repos/community-x86_64/externalmeta6.patch (from rev 
497039, ocaml-findlib/trunk/externalmeta6.patch)
===
--- externalmeta6.patch (rev 0)
+++ externalmeta6.patch 2019-08-02 12:02:32 UTC (rev 497040)
@@ -0,0 +1,13 @@
+Index: findlib-1.7.2/configure
+===
+--- findlib-1.7.2.orig/configure
 findlib-1.7.2/configure
+@@ -557,7 +557,7 @@ fi
+ 
+ # Generate the META files now.
+ 
+-l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
++l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$lcomplibs $lbytes $lspacetime"
+ 
+ for dir in site-lib-src/*; do
+ # We do not really know if $dir is a directory.


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:04:19
  Author: arodseth
Revision: 497041

upgpkg: libsidplayfp 2.0.0-1

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 12:02:32 UTC (rev 497040)
+++ PKGBUILD2019-08-02 12:04:19 UTC (rev 497041)
@@ -4,8 +4,8 @@
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=1.8.8
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='https://sourceforge.net/projects/sidplay-residfp/'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(vice xa)
 optdepends=('vice: better SID support')
 
source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
+sha256sums=('94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:04:24
  Author: arodseth
Revision: 497042

archrelease: copy trunk to community-x86_64

Added:
  libsidplayfp/repos/community-x86_64/PKGBUILD
(from rev 497041, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 12:04:19 UTC (rev 497041)
+++ PKGBUILD2019-08-02 12:04:24 UTC (rev 497042)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='https://sourceforge.net/projects/sidplay-residfp/'
-arch=(x86_64)
-license=(GPL)
-makedepends=(vice xa)
-optdepends=('vice: better SID support')
-source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -d "$pkgdir/usr/share/sidplayfp"
-   ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}
-
-# vim: ts=2 sw=2 et:

Copied: libsidplayfp/repos/community-x86_64/PKGBUILD (from rev 497041, 
libsidplayfp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 12:04:24 UTC (rev 497042)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -d "$pkgdir/usr/share/sidplayfp"
+   ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in plan9port/trunk (plan9.sh)

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:16:11
  Author: arodseth
Revision: 497043

FS#63331 quoting

Modified:
  plan9port/trunk/plan9.sh

--+
 plan9.sh |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: plan9.sh
===
--- plan9.sh2019-08-02 12:04:24 UTC (rev 497042)
+++ plan9.sh2019-08-02 12:16:11 UTC (rev 497043)
@@ -1,2 +1,2 @@
 export PLAN9=/usr/lib/plan9
-export PATH=$PATH:$PLAN9/bin
+export PATH="$PATH:$PLAN9/bin"


[arch-commits] Commit in (4 files)

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 12:19:38
  Author: felixonmars
Revision: 497044

addpkg: haskell-persistent-test 2.0.3.0-1

Added:
  haskell-persistent-test/
  haskell-persistent-test/repos/
  haskell-persistent-test/trunk/
  haskell-persistent-test/trunk/PKGBUILD

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

Added: haskell-persistent-test/trunk/PKGBUILD
===
--- haskell-persistent-test/trunk/PKGBUILD  (rev 0)
+++ haskell-persistent-test/trunk/PKGBUILD  2019-08-02 12:19:38 UTC (rev 
497044)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-test
+pkgname=haskell-persistent-test
+pkgver=2.0.3.0
+pkgrel=1
+pkgdesc="Tests for Persistent"
+url="https://github.com/yesodweb/persistent";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-persistent' 'haskell-persistent-template' 
'haskell-aeson'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-exceptions' 
'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-path-pieces' 'haskell-quickcheck' 
'haskell-quickcheck-instances' 'haskell-random'
+ 'haskell-resourcet' 'haskell-transformers-base' 'haskell-unliftio' 
'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('511aa72db39687b2b90ef262d5dd83a64887902c2fe57bb87bfd437421170f39af4ebf54ba217eddce80d2afac54ed7e546214775f056e478f20de27c518fdf1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 12:20:07
  Author: felixonmars
Revision: 497045

archrelease: copy trunk to community-x86_64

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

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

Copied: haskell-persistent-test/repos/community-x86_64/PKGBUILD (from rev 
497044, haskell-persistent-test/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-08-02 12:20:07 UTC (rev 497045)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-test
+pkgname=haskell-persistent-test
+pkgver=2.0.3.0
+pkgrel=1
+pkgdesc="Tests for Persistent"
+url="https://github.com/yesodweb/persistent";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-persistent' 'haskell-persistent-template' 
'haskell-aeson'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-exceptions' 
'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-path-pieces' 'haskell-quickcheck' 
'haskell-quickcheck-instances' 'haskell-random'
+ 'haskell-resourcet' 'haskell-transformers-base' 'haskell-unliftio' 
'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('511aa72db39687b2b90ef262d5dd83a64887902c2fe57bb87bfd437421170f39af4ebf54ba217eddce80d2afac54ed7e546214775f056e478f20de27c518fdf1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:20:58
  Author: arodseth
Revision: 497047

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 497046, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 497046, qmmp/trunk/qmmp.changelog)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog

+
 PKGBUILD   |   96 -
 qmmp.changelog |  536 +++
 2 files changed, 316 insertions(+), 316 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 12:20:52 UTC (rev 497046)
+++ PKGBUILD2019-08-02 12:20:58 UTC (rev 497047)
@@ -1,48 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('471c93cdd15f635893c00db72865e5d475eaf85b0f00cf15c550cfb51f9ee79c')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 497046, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 12:20:58 UTC (rev 497047)
@@ -0,0 +1,48 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="Qt5 based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('471c93cdd15f635893c00db72865e5d475eaf85b0f00cf15c550cfb51f9ee79c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2019-08-02 12:20:52 UTC (rev 497046)
+++ qmmp.changelog  2019-08-02 12:20:58 UTC (rev 497047)
@@ -1,268 +0,0 @@
-2019-06-22 Jaroslav Lichtblau 
-   * qmmp 1.3.3-1
-
-2019-05

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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:20:52
  Author: arodseth
Revision: 497046

upgpkg: qmmp 1.3.3-2

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 12:20:07 UTC (rev 497045)
+++ PKGBUILD2019-08-02 12:20:52 UTC (rev 497046)
@@ -2,7 +2,7 @@
 
 pkgname=qmmp
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 based audio-player"
 arch=('x86_64')
 url="http://qmmp.ylsoftware.com/";


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 12:28:30
  Author: arojas
Revision: 497048

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 12:20:58 UTC (rev 497047)
+++ PKGBUILD2019-08-02 12:28:30 UTC (rev 497048)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.49
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net";
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('85d6b0f628863733d1f9239fee6be782307e5d7a54c314f8caa5addd28c9dea5')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

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


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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:49:46
  Author: arodseth
Revision: 497050

archrelease: copy trunk to community-x86_64

Added:
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 497049, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/acme.png
(from rev 497049, plan9port/trunk/acme.png)
  plan9port/repos/community-x86_64/acme.sh
(from rev 497049, plan9port/trunk/acme.sh)
  plan9port/repos/community-x86_64/plan9.install
(from rev 497049, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 497049, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/acme.png
  plan9port/repos/community-x86_64/acme.sh
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

---+
 PKGBUILD  |  200 +++-
 acme.sh   |6 -
 plan9.install |   16 ++--
 plan9.sh  |4 -
 4 files changed, 110 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 12:49:38 UTC (rev 497049)
+++ PKGBUILD2019-08-02 12:49:46 UTC (rev 497050)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: phrakture 
-# Contributor: Fazlul Shahriar <>
-# Contributor: Chris Brannon 
-
-pkgname=plan9port
-pkgver=20171012
-pkgrel=1
-pkgdesc='Ports of applications from Plan 9'
-arch=('x86_64' 'i686')
-url='https://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse2')
-makedepends=('gendesk' 'git')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=("git://github.com/9fans/plan9port.git#commit=9e52ea8a29db42f37188fd8fa35d641724c3d015"
-'plan9.sh' 'acme.png' 'acme.sh')
-sha256sums=('SKIP'
-'60df44d57b06962f6860ee501a947d165ab8ccd01dd01ba47c82bc729d2ed6d7'
-'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
-'9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
-
-
-prepare() {
-  # Generate a desktop shortcut for the Acme editor
-  gendesk -f \
---name Acme \
---pkgname acme \
---genericname Editor \
---comment 'Editor from Plan9' \
---categories 'Application;Development;TextEditor'
-
-  cd "$pkgname"
-
-  # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
-  grep -rl _BSD_SOURCE | xargs sed -i s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
-
-  # Try the gentoo way for fixing hardcoded paths
-  grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
"s!/usr/local/plan9!/usr/lib/plan9!g"
-
-  # Stop 9l from giving an 'undefined reference error' given no arguments, ref 
#55640
-  sed -i '1i[ "$1" == "" ] && exit 1' bin/9l
-}
-
-package() {
-  cd "$pkgname"
-
-  d=usr/lib
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  install -d "$pkgdir/$d"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "$srcdir/$pkgname" "$pkgdir/$d/plan9"
-  cd "$pkgdir/$d/plan9"
-  ./INSTALL -c -r "$pkgdir/$d/plan9"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix python scripts
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README.md TODO; do
-install -m644 $i "$pkgdir/usr/share/doc/$pkgname"
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir/$d/plan9/man -type f`; do
-if [ ${i##*.} = "gz" ]; then
-  gunzip "$i"
-fi
-  done
-
-  # Once more
-  PLAN9=/usr/lib/plan9
-  grep --null -l -r "$pkgdir$PLAN9" | xargs --null sed -i 
"s!$pkgdir$PLAN9!${PLAN9}!g" || true
-  grep --null -l -r "/build/plan9port/pkg/plan9port/$PLAN9" | xargs --null sed 
-i "s!/build/plan9port/pkg/plan9port/$PLAN9!${PLAN9}!g" || true
-
-  # Acme
-  cd "$srcdir"
-  install -Dm644 acme.desktop "$pkgdir/usr/share/applications/acme.desktop"
-  install -Dm755 acme.sh "$pkgdir/usr/bin/acme"
-  install -Dm644 acme.png "$pkgdir/usr/share/pixmaps/acme.png"
-
-  # Remove git repository
-  rm -rf "$pkgdir/usr/lib/plan9/.git"
-}
-
-# vim: ts=2 sw=2 et:

Copied: plan9port/repos/community-x86_64/PKGBUILD (from rev 497049, 
plan9port/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 12:49:46 UTC (rev 497050)
@@ -0,0 +1,97 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: phrakture 
+# Contributor: Fazlul Shahriar <>
+# Contributor: Chris Brannon 
+
+pkgname=plan9port

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

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 12:49:38
  Author: arodseth
Revision: 497049

upgpkg: plan9port 20190619-1

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 12:28:30 UTC (rev 497048)
+++ PKGBUILD2019-08-02 12:49:38 UTC (rev 497049)
@@ -1,25 +1,25 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: phrakture 
 # Contributor: Fazlul Shahriar <>
 # Contributor: Chris Brannon 
 
 pkgname=plan9port
-pkgver=20171012
+pkgver=20190619
 pkgrel=1
 pkgdesc='Ports of applications from Plan 9'
 arch=('x86_64')
 url='https://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse2')
-makedepends=('gendesk' 'git')
+license=(custom)
+depends=(fuse2 libxext libxt xorg-server)
+makedepends=(gendesk fontconfig git)
 optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=("git://github.com/9fans/plan9port.git#commit=9e52ea8a29db42f37188fd8fa35d641724c3d015"
-'plan9.sh' 'acme.png' 'acme.sh')
+provides=(plan9)
+install=plan9.install
+options=(staticlibs !zipman)
+source=("git+https://github.com/9fans/plan9port.git#commit=e995a0c101863688d5f14649ae3de45a7c43789c";
+plan9.sh acme.png acme.sh)
 sha256sums=('SKIP'
-'60df44d57b06962f6860ee501a947d165ab8ccd01dd01ba47c82bc729d2ed6d7'
+'a8c8aee15c9dfa60d679567582e9335ae80293133b000326f3af7c630707e93c'
 'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
 '9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
 
@@ -38,7 +38,7 @@
   # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
   grep -rl _BSD_SOURCE | xargs sed -i s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
 
-  # Try the gentoo way for fixing hardcoded paths
+  # Try the Gentoo way for fixing hardcoded paths
   grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
"s!/usr/local/plan9!/usr/lib/plan9!g"
 
   # Stop 9l from giving an 'undefined reference error' given no arguments, ref 
#55640
@@ -66,11 +66,6 @@
   rm -f config install.log install.sum install.txt configure Makefile INSTALL \
 LICENSE
 
-  # Fix python scripts
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
   # Package text files
   for i in CHANGES CONTRIBUTORS README.md TODO; do
 install -m644 $i "$pkgdir/usr/share/doc/$pkgname"


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 12:57:58
  Author: felixonmars
Revision: 497051

upgpkg: haskell-persistent-sqlite 2.10.4-2

rebuild with persistent-sqlite, tests enabled

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 12:49:46 UTC (rev 497050)
+++ PKGBUILD2019-08-02 12:57:58 UTC (rev 497051)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent";
 license=("MIT")
@@ -13,7 +13,7 @@
  'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
  'haskell-unliftio-core' 'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-exceptions' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
- 'haskell-persistent-template' 'haskell-persistent' 
'haskell-quickcheck'
+ '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=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0')
@@ -22,7 +22,7 @@
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--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


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 13:00:49
  Author: felixonmars
Revision: 497052

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 497051, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 497051, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-02 13:00:49 UTC (rev 497052)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.10.4
+pkgrel=2
+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-exceptions' '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=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0')
+
+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
+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 sdrangel/trunk (PKGBUILD)

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 13:38:30
  Author: ffy00
Revision: 497053

fix icon (4.11.4-2)

Modified:
  sdrangel/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 13:00:49 UTC (rev 497052)
+++ PKGBUILD2019-08-02 13:38:30 UTC (rev 497053)
@@ -3,7 +3,7 @@
 
 pkgname=sdrangel
 pkgver=4.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
@@ -29,7 +29,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  sed -i 's|Icon=.*|Icon=sdrangel.png|' cmake/cpack/sdrangel.desktop.in
   patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
 }
 
@@ -50,9 +49,5 @@
   cd $pkgname-$pkgver/build
 
   make DESTDIR="$pkgdir" install
-
-  # Install .desktop file
-#  install -Dm 644 ../cmake/cpack/sdrangel_icon.png 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-#  install -Dm 644 ../cmake/cpack/sdrangel.desktop 
"$pkgdir"/usr/share/applications/sdrangel.desktop
 }
 


[arch-commits] Commit in sdrangel/repos/community-x86_64 (6 files)

2019-08-02 Thread Filipe Laíns via arch-commits
Date: Friday, August 2, 2019 @ 13:38:41
  Author: ffy00
Revision: 497054

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 497053, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
(from rev 497053, sdrangel/trunk/sdrangel-opencv4.patch)
  sdrangel/repos/community-x86_64/sdrangel.install
(from rev 497053, sdrangel/trunk/sdrangel.install)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
  sdrangel/repos/community-x86_64/sdrangel.install

+
 PKGBUILD   |  111 ++---
 sdrangel-opencv4.patch |  174 +++
 sdrangel.install   |8 +-
 3 files changed, 144 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 13:38:30 UTC (rev 497053)
+++ PKGBUILD2019-08-02 13:38:41 UTC (rev 497054)
@@ -1,58 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=sdrangel
-pkgver=4.11.4
-pkgrel=1
-pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
-arch=('x86_64')
-url='https://github.com/f4exb/sdrangel'
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
- 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets')
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
-optdepends=('ffmpeg: DATV demodulator'
-'rtl-sdr: RTLSDR support'
-'hackrf: HackRF support'
-'limesuite: LimeSDR support'
-'bladerf: BladeRF support'
-'airspy: AirSPY support'
-'soapysdr: SoapySDR backend')
-#'codec2: Codec2 speech codec support')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-'sdrangel-opencv4.patch')
-sha512sums=('e08ea6c3973d060f19292f8e4c6490f9e51f8b5ee915107d6e4442f6c41b60dd4cf52affa15c98c9d6b1c7c1248f35bcb1bfccb15c2f184ec2e7e4049a0b4fb2'
-
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|Icon=.*|Icon=sdrangel.png|' cmake/cpack/sdrangel.desktop.in
-  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install .desktop file
-#  install -Dm 644 ../cmake/cpack/sdrangel_icon.png 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-#  install -Dm 644 ../cmake/cpack/sdrangel.desktop 
"$pkgdir"/usr/share/applications/sdrangel.desktop
-}
-

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 497053, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 13:38:41 UTC (rev 497054)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.11.4
+pkgrel=2
+pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
+ 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets')
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY support'
+'soapysdr: SoapySDR backend')
+#'codec2: Codec2 speech codec support')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+'sdrangel-opencv4.patch')
+sha512sums=('e08ea6c3973d060f19292f8e4c6490f9e51f8b5ee915107d6e4442f6c41b60dd4cf52affa15c98c9d6b1c7c1248f35bcb1bfccb15c2f184ec2e7e4049a0b4fb2'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBD

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

2019-08-02 Thread Evangelos Foutras via arch-commits
Date: Friday, August 2, 2019 @ 13:45:33
  Author: foutrelis
Revision: 358887

upgpkg: audacious-plugins 3.10.1-4

libsidplayfp 2.0.0 rebuild.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:07:40 UTC (rev 358886)
+++ PKGBUILD2019-08-02 13:45:33 UTC (rev 358887)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/";


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

2019-08-02 Thread Evangelos Foutras via arch-commits
Date: Friday, August 2, 2019 @ 13:45:37
  Author: foutrelis
Revision: 35

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 358887, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 13:45:33 UTC (rev 358887)
+++ PKGBUILD2019-08-02 13:45:37 UTC (rev 35)
@@ -1,70 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.10.1
-pkgrel=3
-pkgdesc="Plugins for Audacious"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libsamplerate: Speed and Pitch Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 358887, 
audacious-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 13:45:37 UTC (rev 35)
@@ -0,0 +1,70 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.10.1
+pkgrel=4
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libsamplerate: Speed and Pitch Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(https://dis

[arch-commits] Commit in (qt5-websockets)

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 14:08:19
  Author: arojas
Revision: 497056

Part of Qt, doesn't belong in community

Deleted:
  qt5-websockets/


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

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 14:17:33
  Author: arojas
Revision: 358889

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 35, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 13:45:37 UTC (rev 35)
+++ PKGBUILD2019-08-02 14:17:33 UTC (rev 358889)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.4
-pkgrel=1
-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 curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif 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}
-sha256sums=('f4ea4ce558404a8656076fba5bd945a0be56b8e72ac6a718a9f54f605b19ce80')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 35, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 14:17:33 UTC (rev 358889)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.4
+pkgrel=1
+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 curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif 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})
+sha256sums=('f4ea4ce558404a8656076fba5bd945a0be56b8e72ac6a718a9f54f605b19ce80'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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


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

2019-08-02 Thread Robin Broda via arch-commits
Date: Friday, August 2, 2019 @ 14:42:20
  Author: coderobe
Revision: 497057

upgpkg: hq 3.1-1

update to 3.1

Modified:
  hq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 14:08:19 UTC (rev 497056)
+++ PKGBUILD2019-08-02 14:42:20 UTC (rev 497057)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=hq
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc='HTML processor inspired by jq'
 arch=('x86_64')


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

2019-08-02 Thread Robin Broda via arch-commits
Date: Friday, August 2, 2019 @ 14:43:22
  Author: coderobe
Revision: 497058

archrelease: copy trunk to community-x86_64

Added:
  hq/repos/community-x86_64/PKGBUILD
(from rev 497057, hq/trunk/PKGBUILD)
Deleted:
  hq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 14:42:20 UTC (rev 497057)
+++ PKGBUILD2019-08-02 14:43:22 UTC (rev 497058)
@@ -1,26 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=hq
-pkgver=3.0
-pkgrel=1
-pkgdesc='HTML processor inspired by jq'
-arch=('x86_64')
-url='https://github.com/coderobe/hq'
-license=('AGPL3')
-depends=('gcc-libs' 'modest')
-makedepends=('git' 'meson')
-source=("git+${url}#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-   cd "${pkgname}"
-
-   arch-meson build
-   ninja -C build
-}
-
-package() {
-   cd "${pkgname}"
-
-   install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
-}

Copied: hq/repos/community-x86_64/PKGBUILD (from rev 497057, hq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 14:43:22 UTC (rev 497058)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Broda 
+
+pkgname=hq
+pkgver=3.1
+pkgrel=1
+pkgdesc='HTML processor inspired by jq'
+arch=('x86_64')
+url='https://github.com/coderobe/hq'
+license=('AGPL3')
+depends=('gcc-libs' 'modest')
+makedepends=('git' 'meson')
+source=("git+${url}#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+   cd "${pkgname}"
+
+   arch-meson build
+   ninja -C build
+}
+
+package() {
+   cd "${pkgname}"
+
+   install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
+}


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

2019-08-02 Thread Jan Steffens via arch-commits
Date: Friday, August 2, 2019 @ 14:57:25
  Author: heftig
Revision: 497059

1.17.2+17+g52a7c79fd-1

Modified:
  lib32-cairo/trunk/PKGBUILD
Deleted:
  
lib32-cairo/trunk/0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch

-+
 0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch |   32 
--
 PKGBUILD|   20 ++
 2 files changed, 9 insertions(+), 43 deletions(-)

Deleted: 0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch
===
--- 0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch 
2019-08-02 14:43:22 UTC (rev 497058)
+++ 0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch 
2019-08-02 14:57:25 UTC (rev 497059)
@@ -1,32 +0,0 @@
-From 90e85c2493fdfa3551f202ff10282463f1e36645 Mon Sep 17 00:00:00 2001
-From: Carlos Garcia Campos 
-Date: Mon, 19 Nov 2018 12:33:07 +0100
-Subject: [PATCH] ft: Use FT_Done_MM_Var instead of free when available in
- cairo_ft_apply_variations
-
-Fixes a crash when using freetype >= 2.9
-
-Signed-off-by: Laurent Carlier 

- src/cairo-ft-font.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
-index 325dd61b4..981973f78 100644
 a/src/cairo-ft-font.c
-+++ b/src/cairo-ft-font.c
-@@ -2393,7 +2393,11 @@ skip:
- done:
- free (coords);
- free (current_coords);
-+#if HAVE_FT_DONE_MM_VAR
-+FT_Done_MM_Var (face->glyph->library, ft_mm_var);
-+#else
- free (ft_mm_var);
-+#endif
- }
- }
- 
--- 
-2.20.1
-

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 14:43:22 UTC (rev 497058)
+++ PKGBUILD2019-08-02 14:57:25 UTC (rev 497059)
@@ -1,8 +1,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-cairo
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.2+17+g52a7c79fd
+pkgrel=1
 pkgdesc="2D graphics library with support for multiple output devices (32-bit)"
 url="https://cairographics.org/";
 arch=(x86_64)
@@ -11,11 +11,9 @@
  cairo)
 makedepends=(lib32-librsvg lib32-gtk2 gtk-doc valgrind git)
 checkdepends=(ttf-dejavu gsfonts)
-_commit=3ad43122b21a3299dd729dc8462d6b8f7f01142d  # tags/1.16.0^0
-source=("git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=$_commit";
-0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch)
-sha1sums=('SKIP'
-  '9850a5b06e300055676ad1f5dfa90ecba0fe623c')
+_commit=52a7c79fd4ff96bb5fac175f0199819b0f8c18fc  # master
+source=("git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd cairo
@@ -25,13 +23,13 @@
 prepare() {
   cd cairo
 
-  # CVE-2018-19876
-  patch -Np1 -i 
../0001-ft-Use-FT_Done_MM_Var-instead-of-free-when-available.patch
-
   # Update gtk-doc
   cp /usr/share/aclocal/gtk-doc.m4 build/aclocal.gtk-doc.m4
   cp /usr/share/gtk-doc/data/gtk-doc.make build/Makefile.am.gtk-doc
 
+  # Fix typo
+  sed -i 's/have_png/use_png/g' configure.ac
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -55,7 +53,7 @@
 --disable-gtk-doc \
 --enable-full-testing \
 --enable-test-surfaces
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


  1   2   3   4   >