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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:08:24
  Author: felixonmars
Revision: 593212

upgpkg: tamarin-prover 1.4.1-286: rebuild with http-client 0.6.4.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:06:47 UTC (rev 593211)
+++ PKGBUILD2020-03-09 19:08:24 UTC (rev 593212)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=285
+pkgrel=286
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io";
 license=("GPL")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:08:38
  Author: felixonmars
Revision: 593213

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 593212, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
593212, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 19:08:38 UTC (rev 593213)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=286
+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-instances' '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
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:09:56
  Author: felixonmars
Revision: 593214

upgpkg: taskell 1.9.2.0-42: rebuild with http-client 0.6.4.1

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:08:38 UTC (rev 593213)
+++ PKGBUILD2020-03-09 19:09:56 UTC (rev 593214)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.2.0
-pkgrel=41
+pkgrel=42
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:10:11
  Author: felixonmars
Revision: 593215

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 593214, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 593214, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 19:10:11 UTC (rev 593215)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname";
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4c55922ad9f6c529a8c8ca73602b9f42fa3cda4945fe8edaa554909334445e089db0b7a5ba7f6804bdf618274543fd6598d19802907a0ae661571ed48366376b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/== *0.50/==0.52/' -e 's/== *5.26/==5.27/' -e 's/< *4/<5/' -e 
's/< *2/<3/' -e 's/< *1/<2/' $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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:11:45
  Author: felixonmars
Revision: 593216

upgpkg: xmobar 0.32-58: rebuild with http-client 0.6.4.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:10:11 UTC (rev 593215)
+++ PKGBUILD2020-03-09 19:11:45 UTC (rev 593216)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.32
-pkgrel=57
+pkgrel=58
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 19:12:00
  Author: felixonmars
Revision: 593217

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 593216, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 19:12:00 UTC (rev 593217)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.32
+pkgrel=58
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8d2543152b050460bf48514aaa981e6d508cabb7688b848a3b3528cfcecacb76')
+sha512sums=('fa9b7c5d568b1c8e731b525736d8cf6a630def93a75884fcf3adc68e5527b31b61ef96df3019befafb83fa080703865ba511750deeb09d8ab70582ccf433b1f6')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_iwlib with_mpd with_alsa
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:30:00
  Author: bgyorgy
Revision: 593296

archrelease: copy trunk to community-testing-x86_64

Added:
  sugar-runner/repos/community-testing-x86_64/
  sugar-runner/repos/community-testing-x86_64/0001-Python-3-port.patch
(from rev 593295, sugar-runner/trunk/0001-Python-3-port.patch)
  sugar-runner/repos/community-testing-x86_64/PKGBUILD
(from rev 593295, sugar-runner/trunk/PKGBUILD)

--+
 0001-Python-3-port.patch |   71 +
 PKGBUILD |   31 +++
 2 files changed, 102 insertions(+)

Copied: sugar-runner/repos/community-testing-x86_64/0001-Python-3-port.patch 
(from rev 593295, sugar-runner/trunk/0001-Python-3-port.patch)
===
--- community-testing-x86_64/0001-Python-3-port.patch   
(rev 0)
+++ community-testing-x86_64/0001-Python-3-port.patch   2020-03-09 19:30:00 UTC 
(rev 593296)
@@ -0,0 +1,71 @@
+From aa22afcc5e26f81706a52141cbb064ebc1d2f2f7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 9 Mar 2020 20:06:25 +0100
+Subject: [PATCH] Python 3 port
+
+---
+ scripts/sugar-runner.in | 4 ++--
+ scripts/tweak-xwrapper  | 2 +-
+ scripts/xephyr-window   | 4 ++--
+ scripts/xinitrc | 2 +-
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/scripts/sugar-runner.in b/scripts/sugar-runner.in
+index f39bdfb..8f3f9e9 100644
+--- a/scripts/sugar-runner.in
 b/scripts/sugar-runner.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+@@ -66,7 +66,7 @@ def _allow_to_run_x():
+ except IOError:
+ return
+ 
+-print "We need to allow everybody to run the X server"
++print("We need to allow everybody to run the X server")
+ tweak_wrapper = os.path.join(helpers_dir, "tweak-xwrapper")
+ subprocess.check_call(["sudo", "-k", tweak_wrapper])
+ 
+diff --git a/scripts/tweak-xwrapper b/scripts/tweak-xwrapper
+index 05f9c6e..87ceec1 100644
+--- a/scripts/tweak-xwrapper
 b/scripts/tweak-xwrapper
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+diff --git a/scripts/xephyr-window b/scripts/xephyr-window
+index 0c5e98b..c43434a 100644
+--- a/scripts/xephyr-window
 b/scripts/xephyr-window
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+@@ -40,5 +40,5 @@ SugarRunner.window_create(int(width), int(height), 
fullscreen)
+ while SugarRunner.window_wait():
+ if not fullscreen or SugarRunner.window_is_fullscreen():
+ if not xid_printed:
+-print SugarRunner.window_get_xid()
++print(SugarRunner.window_get_xid())
+ xid_printed = True
+diff --git a/scripts/xinitrc b/scripts/xinitrc
+index 904822e..140 100644
+--- a/scripts/xinitrc
 b/scripts/xinitrc
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2
++#!/usr/bin/python
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+-- 
+2.25.1
+

Copied: sugar-runner/repos/community-testing-x86_64/PKGBUILD (from rev 593295, 
sugar-runner/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-09 19:30:00 UTC (rev 593296)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-runner
+pkgver=0.110.0
+pkgrel=3
+pkgdesc="Scripts to run Sugar"
+arch=('x86_64')
+url="https://sugarlabs.org/";
+license=('GPL')
+depends=('sugar' 'xorg-xinit' 'xorg-server-xephyr' 'xorg-xrandr')
+makedepends=('gobject-introspection')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
+0001-Python-3-port.patch)
+sha256sums=('383db309df4758892b57614ace47d7cc395fdf01d1894d3da94354ff6870'
+'960e7e2606ffcb09c3ae309570768438920613227d3ecaf903b8c8e0e4ae7fa0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-Python-3-port.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in sugar-runner/trunk (0001-Python-3-port.patch PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:29:57
  Author: bgyorgy
Revision: 593295

upgpkg: sugar-runner 0.110.0-3: Port to Python 3

Added:
  sugar-runner/trunk/0001-Python-3-port.patch
Modified:
  sugar-runner/trunk/PKGBUILD

--+
 0001-Python-3-port.patch |   71 +
 PKGBUILD |   13 ++--
 2 files changed, 81 insertions(+), 3 deletions(-)

Added: 0001-Python-3-port.patch
===
--- 0001-Python-3-port.patch(rev 0)
+++ 0001-Python-3-port.patch2020-03-09 19:29:57 UTC (rev 593295)
@@ -0,0 +1,71 @@
+From aa22afcc5e26f81706a52141cbb064ebc1d2f2f7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 9 Mar 2020 20:06:25 +0100
+Subject: [PATCH] Python 3 port
+
+---
+ scripts/sugar-runner.in | 4 ++--
+ scripts/tweak-xwrapper  | 2 +-
+ scripts/xephyr-window   | 4 ++--
+ scripts/xinitrc | 2 +-
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/scripts/sugar-runner.in b/scripts/sugar-runner.in
+index f39bdfb..8f3f9e9 100644
+--- a/scripts/sugar-runner.in
 b/scripts/sugar-runner.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+@@ -66,7 +66,7 @@ def _allow_to_run_x():
+ except IOError:
+ return
+ 
+-print "We need to allow everybody to run the X server"
++print("We need to allow everybody to run the X server")
+ tweak_wrapper = os.path.join(helpers_dir, "tweak-xwrapper")
+ subprocess.check_call(["sudo", "-k", tweak_wrapper])
+ 
+diff --git a/scripts/tweak-xwrapper b/scripts/tweak-xwrapper
+index 05f9c6e..87ceec1 100644
+--- a/scripts/tweak-xwrapper
 b/scripts/tweak-xwrapper
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+diff --git a/scripts/xephyr-window b/scripts/xephyr-window
+index 0c5e98b..c43434a 100644
+--- a/scripts/xephyr-window
 b/scripts/xephyr-window
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2 -u
++#!/usr/bin/python -u
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+@@ -40,5 +40,5 @@ SugarRunner.window_create(int(width), int(height), 
fullscreen)
+ while SugarRunner.window_wait():
+ if not fullscreen or SugarRunner.window_is_fullscreen():
+ if not xid_printed:
+-print SugarRunner.window_get_xid()
++print(SugarRunner.window_get_xid())
+ xid_printed = True
+diff --git a/scripts/xinitrc b/scripts/xinitrc
+index 904822e..140 100644
+--- a/scripts/xinitrc
 b/scripts/xinitrc
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2
++#!/usr/bin/python
+ 
+ # Copyright (C) 2013, Daniel Narvaez
+ #
+-- 
+2.25.1
+

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:28:46 UTC (rev 593294)
+++ PKGBUILD2020-03-09 19:29:57 UTC (rev 593295)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-runner
 pkgver=0.110.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Scripts to run Sugar"
 arch=('x86_64')
 url="https://sugarlabs.org/";
@@ -9,9 +9,16 @@
 license=('GPL')
 depends=('sugar' 'xorg-xinit' 'xorg-server-xephyr' 'xorg-xrandr')
 makedepends=('gobject-introspection')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('383db309df4758892b57614ace47d7cc395fdf01d1894d3da94354ff6870')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
+0001-Python-3-port.patch)
+sha256sums=('383db309df4758892b57614ace47d7cc395fdf01d1894d3da94354ff6870'
+'960e7e2606ffcb09c3ae309570768438920613227d3ecaf903b8c8e0e4ae7fa0')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-Python-3-port.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib


[arch-commits] Commit in sugar-activity-browse/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:43:55
  Author: bgyorgy
Revision: 593298

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-browse/repos/community-testing-any/
  sugar-activity-browse/repos/community-testing-any/PKGBUILD
(from rev 593297, sugar-activity-browse/trunk/PKGBUILD)

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

Copied: sugar-activity-browse/repos/community-testing-any/PKGBUILD (from rev 
593297, sugar-activity-browse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 19:43:55 UTC (rev 593298)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-browse
+_pkgname=Browse
+pkgver=205
+pkgrel=1
+pkgdesc="Sugar activity to browse the internet"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Browse";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('evince' 'sugar-toolkit-gtk3' 'webkit2gtk')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('ea25788e9a6cd76d7020c320f498635b5a9261683107ae88765aed457ac480da')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-browse/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:43:52
  Author: bgyorgy
Revision: 593297

upgpkg: sugar-activity-browse 205-1: Update to new version

Modified:
  sugar-activity-browse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:30:00 UTC (rev 593296)
+++ PKGBUILD2020-03-09 19:43:52 UTC (rev 593297)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-browse
 _pkgname=Browse
-pkgver=203.1
+pkgver=205
 pkgrel=1
 pkgdesc="Sugar activity to browse the internet"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('evince' 'sugar-toolkit-gtk3' 'webkit2gtk')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('fc7861625023a779679767d3c9b15530590f14df32302f9aad6c9de15370072a')
+sha256sums=('ea25788e9a6cd76d7020c320f498635b5a9261683107ae88765aed457ac480da')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-calculate/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:55:23
  Author: bgyorgy
Revision: 593300

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-calculate/repos/community-testing-any/
  sugar-activity-calculate/repos/community-testing-any/PKGBUILD
(from rev 593299, sugar-activity-calculate/trunk/PKGBUILD)

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

Copied: sugar-activity-calculate/repos/community-testing-any/PKGBUILD (from rev 
593299, sugar-activity-calculate/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 19:55:23 UTC (rev 593300)
@@ -0,0 +1,20 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-calculate
+_pkgname=Calculate
+pkgver=46
+pkgrel=1
+pkgdesc="Graphing calculator for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Calculate";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+optdepends=('python-matplotlib: alternative plotting backend')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('b5f0e98905770076c7441cd5a73815db507a2c1c456c639655e645a76e65e25d')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-calculate/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 19:55:21
  Author: bgyorgy
Revision: 593299

upgpkg: sugar-activity-calculate 46-1: Update to new version

Modified:
  sugar-activity-calculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:43:55 UTC (rev 593298)
+++ PKGBUILD2020-03-09 19:55:21 UTC (rev 593299)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-calculate
 _pkgname=Calculate
-pkgver=45
+pkgver=46
 pkgrel=1
 pkgdesc="Graphing calculator for Sugar"
 arch=('any')
@@ -10,16 +10,11 @@
 license=('GPL')
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3')
-optdepends=('python2-matplotlib: alternative plotting backend')
+optdepends=('python-matplotlib: alternative plotting backend')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('37d7e522cfab67b27facefc23bf0b720b676fec9f0dedebadf96400d2dd48eef')
+sha256sums=('b5f0e98905770076c7441cd5a73815db507a2c1c456c639655e645a76e65e25d')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 20:05:42
  Author: heftig
Revision: 377225

74.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:01:01 UTC (rev 377224)
+++ PKGBUILD2020-03-09 20:05:42 UTC (rev 377225)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=73.0.1
+pkgver=74.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('2cfb5dfb7d22d43ce86bc4c906737bcc4e0a8ea2ccfd1e4ee33c0f2f1e6ababc'
-'029e50a226a675781455e97edc4d42569d88a99da890c24e30ba52bdbc1a38c3'
-'3df83e71c5cf9b221819e2570edde855ea0e2e040dd9bfb4f569f3bb8b004a67'
-'1605b42b5d086002f386674c6c74336b872fbe29eca94508d302a6d31a4cf3f3'
-'da38e624bf77163018f4ab4ec6018e9356858bf746518a6cbc9242bdc50e8100'
-'2b0a3f63d619be366208659eb261a68e113e9e676e8f6035dc82bda6ec6da486'
-'9add6cce6a5575ad05ac2ef8194eaee6383f1c4cdfd5b39e63b9afc2e5663897'
-'eff440d71d2351f5c587ce5a970f975ba8ded0b918d9e1ac1a0c5ff9302c8418'
-'86c550828dceedbc098dc2452c9882f1aba714f634102f8f841881fb82503942'
-'26ede6a074ccd18cf19d1ab79bb48ddceebacc452f394ff10714804e7b043d95'
-'91e00ac4617e139aabad5000d5d9e785caa9afa2c4e99cc50b3174a3ee3c6a9d'
-'fe48a52ef468ef805a8f5d01d6851b1bd62dd60ec2cc5ba0d73d0d458559c706'
-'6dd0a457e2616db274a459ae6730a53524a415b2e86cd6ac942b11cbeb09d582'
-'af4f13993ce63fcb3121a873ab37222715c17ae5c2518ea70cf20e255ecaf271'
-'ee006284bea403e498b5d413bb93d69d067af268b0c04eb63f20d3f85431df37'
-'63fdd57c41ca54bcdeb144720f99d643e6c752ee20c35f9abbef901ef5c3c843'
-'0d7401f75d9130cdf240540a73a20a0d5bb4f3872da7806ec8601a5cf0c5c513'
-'6cd7c65cc1d08d10afcbe9120cdde1224121848bf091df8093405d94fd15e60b'
-'96ce0e0574ed81461da0fa8e852b24fd9585bcfe0323afce3922329fc70ee056'
-'6ff379e23791578f087d617956ead4b3a876578a596fcde5cafc551526091f51'
-'ce96993c47a7b72cad7807b1a725ff92293d64a741882d436712a359c9638a35'
-'08aea9a5468d59b93c5f46a811bbdbace4c7176fe9c95db655597caee9409b27'
-'03b8b48e63b1ccd043ac4c546ac79faa2ab4cb6b05770f36895fa426fc36952e'
-'bef942f14aa5b19723cea18f4e9028c3c95bf3291e2b516dea25d452dc45aa44'
-'760a5f7ea64735440880b1dce46c8fc4ebc46d248935fa43a0b7434f7f06b56d'
-'258caadf92ecad4f9f8c02f506c0687c9bec6e1759d45af59bdb92b5050ed702'
-'f59c385494346685657683eae5f54b2525febcc80be9ac890f4ff4fa45ec9801'
-'7b817539590486cbd6a7922ee0c2c79914d638fc7888e5223879b36adba7af9e'
-'a5b5939e7a61bb40bda7ff7be43c6ab756c4d8808b86e6dd92149a20bce0371f'
-'7933856bba4284cfe7e993067c6a877989c0c446aebbff333ead4b38aa0e82e0'
-'8e95073300e19746a324950abc359cb45d0f9322e6e7faec828e4ab453ad'
-'e96acb219fc199c3f42bbcddeb15b2bc88c7ce6bb86f80e230d986dd37ceac25'
-'9d1ab5e3ac1dd90264c2feb94f3e030afc82a459664ba42a2da18759a157705d'
-'cfad7a81dc78b07d28ec9bacf7ef8f6e04ace1d522660069b06bcf1f61e5ba1a'
-'22a5a606937f8961a99123f87aa9bafc814bad64238d4953bef49425d6b153c8'
-'22725923292cb2f593a54f4a4dbcedbbfe107c7373afdce7d25cd981f75f8a98'
-'793b985a584f40f17ea9fe0b282859f934dc0b53e9f29891cb942803784bdade'
-'30124ecfee4f104e0262dc4ec7c76a00409b5f6b9892578a7f3b347526a55c46'
-'3f944638768de9e649082ac33307c101b559ae85af7ed77da86120c36a9dc2ee'
-'f5b767013df9faddb022ad4d7ded623e0712cf74ff74a64a56570e973218b8da'
-'f345b797d9f75b35d87614d6cc29795f346a79854a17b508aedb0e221cce5098'
-'b8a93fc0f89f6034f6dcd5b2ff6d7585b45b31e285078a90ab957ba912863fb7'
-'c2028e38ed1cd720b98f2ef8dc1f68ba4ec4a11f48bfc1b53a0c3eee8c1ae339'
-'4e9ff63fe06e5f8c7413b454ff72997d6ba57970db72741152ace65eedfd1f2f'
-'91b2f7efb0f042c3b3a4bf3d12b51a93b162daca8c61d9a0a9637b849ce75f8f'
-'52234d670862acbe56183867f315811f62a2ded896f65efbbffb9523d16e324b'
-'0bd9d49b5c100b2c864cf5c326c619bb265c5111dd220c0f164ec3b9a1d508e1'
-'7892ef586eb3b3f7bd83f24e45b5812e82652876d473d5ee8c485388ebe360c4'
-'853462c0a4aa202a62385defd176ca15e087abb16203e7a52426300b03f5fc40'
-'81783b99a6b0fc2567cc8054913e0df53b78c8dafa8386f37edf4fa393eec674'
-'c294208c6315a96adcf8eacf99b4f74a549e768d74d1439e8d46e84ef6707f2b'
-'c87765bc837a8fa5b6de0cddc3e84c1db71bff5031aeedcc440ea7f592ce00cf'
-'798cac2732f05c3c4b4dbae96f63d4b470d543a0a38da36fcb60eb3b0c48de2f'
-'265d2

[arch-commits] Commit in sugar-activity-chat/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:08:01
  Author: bgyorgy
Revision: 593302

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-chat/repos/community-testing-any/
  sugar-activity-chat/repos/community-testing-any/PKGBUILD
(from rev 593301, sugar-activity-chat/trunk/PKGBUILD)

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

Copied: sugar-activity-chat/repos/community-testing-any/PKGBUILD (from rev 
593301, sugar-activity-chat/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:08:01 UTC (rev 593302)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-chat
+_pkgname=Chat
+pkgver=86
+pkgrel=1
+pkgdesc="Sugar activity for text chatting"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Chat";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('7dd9356dc138464df4e82680ed385eaeea9b690ba4644b25124506eb1ec20484')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-chat/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:07:59
  Author: bgyorgy
Revision: 593301

upgpkg: sugar-activity-chat 86-1: Update to new version

Modified:
  sugar-activity-chat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 19:55:23 UTC (rev 593300)
+++ PKGBUILD2020-03-09 20:07:59 UTC (rev 593301)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-chat
 _pkgname=Chat
-pkgver=85
+pkgver=86
 pkgrel=1
 pkgdesc="Sugar activity for text chatting"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('697f1cc642394e93ad3abaddf5afb254890852084b176e0e0e4a92d723a238ba')
+sha256sums=('7dd9356dc138464df4e82680ed385eaeea9b690ba4644b25124506eb1ec20484')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-clock/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:15:06
  Author: bgyorgy
Revision: 593304

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-clock/repos/community-testing-any/
  sugar-activity-clock/repos/community-testing-any/PKGBUILD
(from rev 593303, sugar-activity-clock/trunk/PKGBUILD)

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

Copied: sugar-activity-clock/repos/community-testing-any/PKGBUILD (from rev 
593303, sugar-activity-clock/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:15:06 UTC (rev 593304)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-clock
+_pkgname=Clock
+pkgver=22.1
+pkgrel=1
+pkgdesc="Clock for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Clock";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('espeak' 'sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/honey/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('33d3a2d525afe1ad7874474feb43436410c7720f2385bfae2f72a70c6151907d')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-clock/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:15:02
  Author: bgyorgy
Revision: 593303

upgpkg: sugar-activity-clock 22.1-1: Update to new version

Modified:
  sugar-activity-clock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:08:01 UTC (rev 593302)
+++ PKGBUILD2020-03-09 20:15:02 UTC (rev 593303)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-clock
 _pkgname=Clock
-pkgver=21
+pkgver=22.1
 pkgrel=1
 pkgdesc="Clock for Sugar"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('espeak' 'sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/honey/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('601abc0cd116a7dae3f841f41421bcbddb477b546f53cc53e32ab7a5c7d2e5fd')
+sha256sums=('33d3a2d525afe1ad7874474feb43436410c7720f2385bfae2f72a70c6151907d')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-imageviewer/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:18:37
  Author: bgyorgy
Revision: 593305

upgpkg: sugar-activity-imageviewer 1:65-1: Update to new version

Modified:
  sugar-activity-imageviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:15:06 UTC (rev 593304)
+++ PKGBUILD2020-03-09 20:18:37 UTC (rev 593305)
@@ -3,7 +3,7 @@
 pkgname=sugar-activity-imageviewer
 #_pkgname=ImageViewer
 _pkgname=imageviewer-activity
-pkgver=64
+pkgver=65
 pkgrel=1
 epoch=1
 pkgdesc="Image viewer for Sugar"
@@ -14,14 +14,9 @@
 depends=('sugar-toolkit-gtk3')
 
#source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/imageviewer-activity/archive/v$pkgver.tar.gz)
-sha256sums=('8863aa93b38e6637c1ee56ee7899b90b2de58bd6e6b51c320d4e6f63c7cc61b9')
+sha256sums=('eda71774194e8bbddcb724f6b5e8aba52102c7baf88fb3b6cc153bc2d2485a76')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-imageviewer/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:18:39
  Author: bgyorgy
Revision: 593306

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-imageviewer/repos/community-testing-any/
  sugar-activity-imageviewer/repos/community-testing-any/PKGBUILD
(from rev 593305, sugar-activity-imageviewer/trunk/PKGBUILD)

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

Copied: sugar-activity-imageviewer/repos/community-testing-any/PKGBUILD (from 
rev 593305, sugar-activity-imageviewer/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:18:39 UTC (rev 593306)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-imageviewer
+#_pkgname=ImageViewer
+_pkgname=imageviewer-activity
+pkgver=65
+pkgrel=1
+epoch=1
+pkgdesc="Image viewer for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Image_Viewer";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+#source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/imageviewer-activity/archive/v$pkgver.tar.gz)
+sha256sums=('eda71774194e8bbddcb724f6b5e8aba52102c7baf88fb3b6cc153bc2d2485a76')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-jukebox/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:23:21
  Author: bgyorgy
Revision: 593307

upgpkg: sugar-activity-jukebox 36-1: Update to new version

Modified:
  sugar-activity-jukebox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:18:39 UTC (rev 593306)
+++ PKGBUILD2020-03-09 20:23:21 UTC (rev 593307)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-jukebox
 _pkgname=Jukebox
-pkgver=34
+pkgver=36
 pkgrel=1
 pkgdesc="Media player for Sugar"
 arch=('any')
@@ -15,14 +15,9 @@
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('3679077a7f6a0af1e04e62b7bb2654752843d055f2718db6b5be4480f5e1ffeb')
+sha256sums=('8f99211f13b525a4c4a93cd1b44173a37f2c88e7526942d70569ff64ab740f0f')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-jukebox/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:23:25
  Author: bgyorgy
Revision: 593308

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-jukebox/repos/community-testing-any/
  sugar-activity-jukebox/repos/community-testing-any/PKGBUILD
(from rev 593307, sugar-activity-jukebox/trunk/PKGBUILD)

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

Copied: sugar-activity-jukebox/repos/community-testing-any/PKGBUILD (from rev 
593307, sugar-activity-jukebox/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:23:25 UTC (rev 593308)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-jukebox
+_pkgname=Jukebox
+pkgver=36
+pkgrel=1
+pkgdesc="Media player for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Jukebox";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3' 'gst-plugins-base')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('8f99211f13b525a4c4a93cd1b44173a37f2c88e7526942d70569ff64ab740f0f')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-log/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:26:37
  Author: bgyorgy
Revision: 593309

upgpkg: sugar-activity-log 41-1: Update to new version

Modified:
  sugar-activity-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:23:25 UTC (rev 593308)
+++ PKGBUILD2020-03-09 20:26:37 UTC (rev 593309)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-log
 _pkgname=Log
-pkgver=40
+pkgver=41
 pkgrel=1
 pkgdesc="Sugar activity to view system log files"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('8d7fad1547c52f4fb48dc11bb76e49ca18c8dbf8493e1390029cebe89e048741')
+sha256sums=('b401369fce622c284b6372de14dda735bdf0453584d6cd5b6cd0f991d11a9628')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-log/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:26:41
  Author: bgyorgy
Revision: 593310

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-log/repos/community-testing-any/
  sugar-activity-log/repos/community-testing-any/PKGBUILD
(from rev 593309, sugar-activity-log/trunk/PKGBUILD)

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

Copied: sugar-activity-log/repos/community-testing-any/PKGBUILD (from rev 
593309, sugar-activity-log/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:26:41 UTC (rev 593310)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-log
+_pkgname=Log
+pkgver=41
+pkgrel=1
+pkgdesc="Sugar activity to view system log files"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Log";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('b401369fce622c284b6372de14dda735bdf0453584d6cd5b6cd0f991d11a9628')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-paint/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:28:55
  Author: bgyorgy
Revision: 593311

upgpkg: sugar-activity-paint 70-1: Update to new version

Modified:
  sugar-activity-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:26:41 UTC (rev 593310)
+++ PKGBUILD2020-03-09 20:28:55 UTC (rev 593311)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-paint
 _pkgname=paint-activity
-pkgver=68
+pkgver=70
 pkgrel=1
 pkgdesc="Sugar activity to create paintings or drawings"
 arch=('any')
@@ -11,16 +11,14 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3')
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('2350f6732e2700fa5d64820237c5e9e7ec331ddcaad9400d93e7733309a0fb37')
+sha256sums=('a6fb35d742b58f84c233318cfe4c2eb3b48575f4b50a34790ed10d1a2f8e4304')
 
 prepare() {
   cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' setup.py
-
   rm -r fill
 }
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-paint/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:32:27
  Author: bgyorgy
Revision: 593312

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-paint/repos/community-testing-any/
  sugar-activity-paint/repos/community-testing-any/PKGBUILD
(from rev 593311, sugar-activity-paint/trunk/PKGBUILD)

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

Copied: sugar-activity-paint/repos/community-testing-any/PKGBUILD (from rev 
593311, sugar-activity-paint/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:32:27 UTC (rev 593312)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-paint
+_pkgname=paint-activity
+pkgver=70
+pkgrel=1
+pkgdesc="Sugar activity to create paintings or drawings"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Paint";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a6fb35d742b58f84c233318cfe4c2eb3b48575f4b50a34790ed10d1a2f8e4304')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  rm -r fill
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-pippy/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:34:17
  Author: bgyorgy
Revision: 593314

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-pippy/repos/community-testing-any/
  sugar-activity-pippy/repos/community-testing-any/PKGBUILD
(from rev 593313, sugar-activity-pippy/trunk/PKGBUILD)

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

Copied: sugar-activity-pippy/repos/community-testing-any/PKGBUILD (from rev 
593313, sugar-activity-pippy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:34:17 UTC (rev 593314)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-pippy
+_pkgname=Pippy
+pkgver=74
+pkgrel=1
+pkgdesc="Sugar activity to learn and develop in Python programming language"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Pippy";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('python-pybox2d' 'python-pygame' 'sugar' 'vte3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('f8513ed3bd96e617b92acb1b07be8b7399d7f124b31b70cb27893f262a916f57')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  rm -r library/box2d_*/ library/Box2D.py library/LICENSE
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-pippy/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:34:14
  Author: bgyorgy
Revision: 593313

upgpkg: sugar-activity-pippy 74-1: Update to new version

Modified:
  sugar-activity-pippy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:32:27 UTC (rev 593312)
+++ PKGBUILD2020-03-09 20:34:14 UTC (rev 593313)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-pippy
 _pkgname=Pippy
-pkgver=72
+pkgver=74
 pkgrel=1
 pkgdesc="Sugar activity to learn and develop in Python programming language"
 arch=('any')
@@ -9,18 +9,16 @@
 url="https://wiki.sugarlabs.org/go/Activities/Pippy";
 license=('GPL')
 groups=('sugar-fructose')
-depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
+depends=('python-pybox2d' 'python-pygame' 'sugar' 'vte3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('a3b84e2dcc425e66596db2ee1be2234a0d156fa710c8973d11b1661039981b9e')
+sha256sums=('f8513ed3bd96e617b92acb1b07be8b7399d7f124b31b70cb27893f262a916f57')
 
 prepare() {
   cd $_pkgname-$pkgver
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-  sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
   rm -r library/box2d_*/ library/Box2D.py library/LICENSE
 }
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-read/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:38:11
  Author: bgyorgy
Revision: 593316

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-read/repos/community-testing-any/
  sugar-activity-read/repos/community-testing-any/PKGBUILD
(from rev 593315, sugar-activity-read/trunk/PKGBUILD)

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

Copied: sugar-activity-read/repos/community-testing-any/PKGBUILD (from rev 
593315, sugar-activity-read/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:38:11 UTC (rev 593316)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-read
+_pkgname=Read
+pkgver=123
+pkgrel=1
+pkgdesc="Sugar activity to read books"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Read";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('evince' 'sugar-toolkit-gtk3' 'webkit2gtk')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('755be60cfe2dfc495dd50276242836e792c6f82e3e7c58537a707af91afc3d7c')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-read/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:38:08
  Author: bgyorgy
Revision: 593315

upgpkg: sugar-activity-read 123-1: Update to new version

Modified:
  sugar-activity-read/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:34:17 UTC (rev 593314)
+++ PKGBUILD2020-03-09 20:38:08 UTC (rev 593315)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-read
 _pkgname=Read
-pkgver=122
+pkgver=123
 pkgrel=1
 pkgdesc="Sugar activity to read books"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('evince' 'sugar-toolkit-gtk3' 'webkit2gtk')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('5cc9f1c14a4c156f8799035b32418cdb81742bb4c9f65b36c926e06de1ecfb33')
+sha256sums=('755be60cfe2dfc495dd50276242836e792c6f82e3e7c58537a707af91afc3d7c')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-terminal/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:41:38
  Author: bgyorgy
Revision: 593318

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-terminal/repos/community-testing-any/
  sugar-activity-terminal/repos/community-testing-any/PKGBUILD
(from rev 593317, sugar-activity-terminal/trunk/PKGBUILD)

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

Copied: sugar-activity-terminal/repos/community-testing-any/PKGBUILD (from rev 
593317, sugar-activity-terminal/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:41:38 UTC (rev 593318)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-terminal
+_pkgname=Terminal
+pkgver=47
+pkgrel=1
+pkgdesc="Terminal emulator for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Terminal";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3' 'vte3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('bb6019fe3576d97e207b9c9ccfd6fd749b057a109ae57b0103b46188dbc28b29')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-terminal/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:41:35
  Author: bgyorgy
Revision: 593317

upgpkg: sugar-activity-terminal 47-1: Update to new version

Modified:
  sugar-activity-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:38:11 UTC (rev 593316)
+++ PKGBUILD2020-03-09 20:41:35 UTC (rev 593317)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-terminal
 _pkgname=Terminal
-pkgver=46
+pkgver=47
 pkgrel=1
 pkgdesc="Terminal emulator for Sugar"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3' 'vte3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('7c9e4456802951cfc04bd1b183c2bc1927ba56e687c82be639881e53f8f2f763')
+sha256sums=('bb6019fe3576d97e207b9c9ccfd6fd749b057a109ae57b0103b46188dbc28b29')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' helpbutton.py setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


[arch-commits] Commit in sugar-activity-turtleart/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:48:35
  Author: bgyorgy
Revision: 593319

upgpkg: sugar-activity-turtleart 220-1: Update to new version

Modified:
  sugar-activity-turtleart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:41:38 UTC (rev 593318)
+++ PKGBUILD2020-03-09 20:48:35 UTC (rev 593319)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-turtleart
 _pkgname=TurtleBlocks
-pkgver=218
+pkgver=220
 pkgrel=1
 pkgdesc="Logo-inspired graphical turtle for Sugar"
 arch=('any')
@@ -11,15 +11,10 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('b6bbdb86ce955ee981d128e84f853b37fefab641a5c69fb12c0984a00232b36c')
+sha256sums=('00302988d04b4fa268b7abf6df156c4ad205c8bc1d3cee7a01a3275a182dc69d')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }


[arch-commits] Commit in sugar-activity-turtleart/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:48:38
  Author: bgyorgy
Revision: 593320

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-turtleart/repos/community-testing-any/
  sugar-activity-turtleart/repos/community-testing-any/PKGBUILD
(from rev 593319, sugar-activity-turtleart/trunk/PKGBUILD)

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

Copied: sugar-activity-turtleart/repos/community-testing-any/PKGBUILD (from rev 
593319, sugar-activity-turtleart/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:48:38 UTC (rev 593320)
@@ -0,0 +1,20 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-turtleart
+_pkgname=TurtleBlocks
+pkgver=220
+pkgrel=1
+pkgdesc="Logo-inspired graphical turtle for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Turtle_Art";
+license=('MIT')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('00302988d04b4fa268b7abf6df156c4ad205c8bc1d3cee7a01a3275a182dc69d')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in sugar-activity-write/repos (2 files)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:51:27
  Author: bgyorgy
Revision: 593322

archrelease: copy trunk to community-testing-any

Added:
  sugar-activity-write/repos/community-testing-any/
  sugar-activity-write/repos/community-testing-any/PKGBUILD
(from rev 593321, sugar-activity-write/trunk/PKGBUILD)

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

Copied: sugar-activity-write/repos/community-testing-any/PKGBUILD (from rev 
593321, sugar-activity-write/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-03-09 20:51:27 UTC (rev 593322)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-write
+_pkgname=Write
+pkgver=101
+pkgrel=1
+pkgdesc="Sugar activity to edit texts"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Write";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('abiword' 'sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('1844a35c2d67d54164c81031d1ab72bff2ba5c67eae914baaf0250ee613e2df9')
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-write/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:51:24
  Author: bgyorgy
Revision: 593321

upgpkg: sugar-activity-write 101-1: Update to new version

Modified:
  sugar-activity-write/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:48:38 UTC (rev 593320)
+++ PKGBUILD2020-03-09 20:51:24 UTC (rev 593321)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-write
 _pkgname=Write
-pkgver=100
+pkgver=101
 pkgrel=1
 pkgdesc="Sugar activity to edit texts"
 arch=('any')
@@ -11,14 +11,9 @@
 groups=('sugar-fructose')
 depends=('abiword' 'sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('00235f57d7f35ab2bca1357402f0ebce8b5ff0a4b814bda2389cb6f21aa558dc')
+sha256sums=('1844a35c2d67d54164c81031d1ab72bff2ba5c67eae914baaf0250ee613e2df9')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' gridcreate.py setup.py
-}
-
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }


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

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:58:13
  Author: bgyorgy
Revision: 593323

upgpkg: ocrfeeder 0.8.3-1: Update to new version

Modified:
  ocrfeeder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:51:27 UTC (rev 593322)
+++ PKGBUILD2020-03-09 20:58:13 UTC (rev 593323)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=ocrfeeder
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
 arch=('any')
@@ -14,7 +14,7 @@
 'ocrad: character recognition'
 'gocr: character recognition'
 'cuneiform: character recognition')
-_commit=6779c48f94f80962f266353d862780606d4a429f  # tags/0.8.2^0
+_commit=32967ef99e7524f0b98d92f88342d16446ee93bd  # tags/0.8.3^0
 source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 20:58:19
  Author: bgyorgy
Revision: 593324

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 593323, ocrfeeder/trunk/PKGBUILD)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 20:58:13 UTC (rev 593323)
+++ PKGBUILD2020-03-09 20:58:19 UTC (rev 593324)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=ocrfeeder
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
-arch=('any')
-url="https://wiki.gnome.org/Apps/OCRFeeder";
-license=('GPL')
-depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
- 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
-makedepends=('git' 'gnome-common')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-_commit=6779c48f94f80962f266353d862780606d4a429f  # tags/0.8.2^0
-source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 593323, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 20:58:19 UTC (rev 593324)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+
+pkgname=ocrfeeder
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
+arch=('any')
+url="https://wiki.gnome.org/Apps/OCRFeeder";
+license=('GPL')
+depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
+ 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
+makedepends=('git' 'gnome-common')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+_commit=32967ef99e7524f0b98d92f88342d16446ee93bd  # tags/0.8.3^0
+source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 21:02:45
  Author: heftig
Revision: 377226

74.0-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:05:42 UTC (rev 377225)
+++ PKGBUILD2020-03-09 21:02:45 UTC (rev 377226)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=73.0.1
+pkgver=74.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -23,7 +23,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('53415180e74da60fc91700ce1ff33bf5b6f51e65353017a98270899a08e0c3d2'
+sha256sums=('74589c2836d7c30134636823c3caefbcaed0ea7c3abb2def9e3ddd9f86d9440a'
 'SKIP'
 '5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
 'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33')


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 21:17:39
  Author: heftig
Revision: 377227

archrelease: copy trunk to extra-x86_64

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

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

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-09 
21:02:45 UTC (rev 377226)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-09 
21:17:39 UTC (rev 377227)
@@ -1,55 +0,0 @@
-From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 984b998133bd..b6c9f013940c 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3746,11 +3746,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0daa78fdbbad..49038d0bb1c8 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -175,10 +176,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.24.0
-

Copied: 
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 377226, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-09 
21:17:39 UTC (rev 377227)
@@ -0,0 +1,55 @@
+From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 984b998133bd..b6c9f013940c 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3746,11 +3746,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 0daa78fdbbad..49038d0bb1c8 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #includ

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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 21:17:54
  Author: heftig
Revision: 377228

archrelease: copy trunk to extra-any

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

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

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

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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 21:47:22
  Author: heftig
Revision: 377229

fix comment

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 21:17:54 UTC (rev 377228)
+++ PKGBUILD2020-03-09 21:47:22 UTC (rev 377229)
@@ -46,7 +46,6 @@
   glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
   export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
 
-  # Unexpected passes in conform test
   # Stacking test flaky
   dbus-run-session xvfb-run \
 -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \


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

2020-03-09 Thread Jerome Leclanche via arch-commits
Date: Monday, March 9, 2020 @ 22:12:36
  Author: jleclanche
Revision: 593325

upgpkg: xonsh 0.9.14-1: Upstream release 0.9.14

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:58:19 UTC (rev 593324)
+++ PKGBUILD2020-03-09 22:12:36 UTC (rev 593325)
@@ -1,18 +1,18 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/";
 arch=("any")
 license=("BSD")
-depends=("python" "python-ply")
+depends=("python" "python-ply" "python-setproctitle")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
 install=xonsh.install
-sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
+sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:15:41
  Author: felixonmars
Revision: 593326

upgpkg: haskell-unliftio-core 0.2.0.1-1: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:12:36 UTC (rev 593325)
+++ PKGBUILD2020-03-09 22:15:41 UTC (rev 593326)
@@ -3,7 +3,7 @@
 
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
-pkgver=0.2.0.0
+pkgver=0.2.0.1
 pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift";
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('15d22f03c7eee3b468dd944c9abf060ea628480055003fd570a997533b645baba253a5fda9f21020afafbbf198d19a50f2c9c944b204eabe8e6d902656ef6ca4')
+sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e 's/<.*4.12/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:19:03
  Author: felixonmars
Revision: 593327

upgpkg: signify 29-1

Modified:
  signify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:15:41 UTC (rev 593326)
+++ PKGBUILD2020-03-09 22:19:03 UTC (rev 593327)
@@ -2,7 +2,7 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=signify
-pkgver=28
+pkgver=29
 pkgrel=1
 pkgdesc='OpenBSD tool to signs and verify signatures on files'
 url='https://github.com/aperezdc/signify'
@@ -11,7 +11,7 @@
 depends=('glibc' 'libbsd>=0.8')
 
source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 LICENSE)
-sha512sums=('6fb740cc9002a4cfb2ef95147a4aca31c8162d6634a788b346895c1817b89838dd2dafdf41413b4b9ed173663af666bb25e3448d8a6787b51279cf2e03071177'
+sha512sums=('a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab'
 
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
 
 prepare() {


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:19:24
  Author: felixonmars
Revision: 593328

archrelease: copy trunk to community-x86_64

Added:
  signify/repos/community-x86_64/LICENSE
(from rev 593327, signify/trunk/LICENSE)
  signify/repos/community-x86_64/PKGBUILD
(from rev 593327, signify/trunk/PKGBUILD)
Deleted:
  signify/repos/community-x86_64/LICENSE
  signify/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   22 +++
 PKGBUILD |   86 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-09 22:19:03 UTC (rev 593327)
+++ LICENSE 2020-03-09 22:19:24 UTC (rev 593328)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: signify/repos/community-x86_64/LICENSE (from rev 593327, 
signify/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-03-09 22:19:24 UTC (rev 593328)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:19:03 UTC (rev 593327)
+++ PKGBUILD2020-03-09 22:19:24 UTC (rev 593328)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Adrian Perez de Castro 
-
-pkgname=signify
-pkgver=28
-pkgrel=1
-pkgdesc='OpenBSD tool to signs and verify signatures on files'
-url='https://github.com/aperezdc/signify'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libbsd>=0.8')
-source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-LICENSE)
-sha512sums=('6fb740cc9002a4cfb2ef95147a4aca31c8162d6634a788b346895c1817b89838dd2dafdf41413b4b9ed173663af666bb25e3448d8a6787b51279cf2e03071177'
-
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # using O_NOFOLLOW doesn't lock anything down here, swapping files
-  # without symlinks is still equally open to TOCTOU and it doesn't even
-  # matter here. lets prefere supporting symlinked target files.
-  sed -E 's/\| ?O_NOFOLLOW//g' -i ./*.c
-}
-
-build () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-LTO=1 \
-EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-EXTRA_LDFLAGS="${LDFLAGS}" \
-GIT_TAG=''
-}
-
-package () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DESTDIR="${pkgdir}" \
-GIT_TAG='' install
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${srcdir}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: signify/repos/community-x86_64/PKGBUILD (from rev 593327, 
signify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:19:24 UTC (rev 593328)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Adrian Perez de Castro 
+
+pkgname=signify
+pkgver=29
+pkgrel=1
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+LICENSE)
+sha512sums=('a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab'
+
'a587ef19d5481

[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-03-09 Thread Jerome Leclanche via arch-commits
Date: Monday, March 9, 2020 @ 22:19:32
  Author: jleclanche
Revision: 593329

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 593328, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 593328, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:19:24 UTC (rev 593328)
+++ PKGBUILD2020-03-09 22:19:32 UTC (rev 593329)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.13
-pkgrel=2
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/";
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-install=xonsh.install
-sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 593328, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:19:32 UTC (rev 593329)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.14
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/";
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+install=xonsh.install
+sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-03-09 22:19:24 UTC (rev 593328)
+++ xonsh.install   2020-03-09 22:19:32 UTC (rev 593329)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 593328, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-03-09 22:19:32 UTC (rev 593329)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:18:46
  Author: heftig
Revision: 377230

run tests

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 21:47:22 UTC (rev 377229)
+++ PKGBUILD2020-03-09 22:18:46 UTC (rev 377230)
@@ -12,6 +12,7 @@
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
+checkdepends=(xorg-server-xvfb)
 _commit=fd85623d34a54b3f5607011086cf19cb2c756a6a  # tags/1.26.4^0
 source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit";)
 sha256sums=('SKIP')
@@ -44,6 +45,11 @@
   make
 }
 
+check() {
+  cd $pkgname
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' make 
check
+}
+
 package() {
   depends+=(libcogl{,-pango,-path}.so)
   provides+=(libclutter-1.0.so)


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

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 22:21:20
  Author: bgyorgy
Revision: 593331

archrelease: copy trunk to community-x86_64

Added:
  goocanvas/repos/community-x86_64/PKGBUILD
(from rev 593330, goocanvas/trunk/PKGBUILD)
Deleted:
  goocanvas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:21:17 UTC (rev 593330)
+++ PKGBUILD2020-03-09 22:21:20 UTC (rev 593331)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=goocanvas
-pkgver=2.0.4
-pkgrel=4
-pkgdesc="A cairo canvas widget for GTK+"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GooCanvas";
-license=('LGPL')
-depends=('gtk3')
-makedepends=('gobject-introspection' 'python-gobject' 'python2-gobject')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c728e2b7d4425ae81b54e1e07a3d3c8a4bd6377a63cffa43006045bceaa92e90')
-
-build() {
-  cp -r $pkgname-$pkgver python2
-
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr PYTHON=python3
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd "$srcdir/python2"
-  ./configure --prefix=/usr PYTHON=python2
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/python2"
-  make -C bindings/python DESTDIR="$pkgdir" install
-}

Copied: goocanvas/repos/community-x86_64/PKGBUILD (from rev 593330, 
goocanvas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:21:20 UTC (rev 593331)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=goocanvas
+pkgver=2.0.4
+pkgrel=5
+pkgdesc="A cairo canvas widget for GTK+"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GooCanvas";
+license=('LGPL')
+depends=('gtk3')
+makedepends=('gobject-introspection' 'python-gobject')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c728e2b7d4425ae81b54e1e07a3d3c8a4bd6377a63cffa43006045bceaa92e90')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  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 goocanvas/trunk (PKGBUILD)

2020-03-09 Thread Balló György via arch-commits
Date: Monday, March 9, 2020 @ 22:21:17
  Author: bgyorgy
Revision: 593330

upgpkg: goocanvas 2.0.4-5: Remove Python2 support

Modified:
  goocanvas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:19:32 UTC (rev 593329)
+++ PKGBUILD2020-03-09 22:21:17 UTC (rev 593330)
@@ -4,32 +4,24 @@
 
 pkgname=goocanvas
 pkgver=2.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A cairo canvas widget for GTK+"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GooCanvas";
 license=('LGPL')
 depends=('gtk3')
-makedepends=('gobject-introspection' 'python-gobject' 'python2-gobject')
+makedepends=('gobject-introspection' 'python-gobject')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('c728e2b7d4425ae81b54e1e07a3d3c8a4bd6377a63cffa43006045bceaa92e90')
 
 build() {
-  cp -r $pkgname-$pkgver python2
-
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr PYTHON=python3
+  ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
-
-  cd "$srcdir/python2"
-  ./configure --prefix=/usr PYTHON=python2
 }
 
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/python2"
-  make -C bindings/python DESTDIR="$pkgdir" install
 }


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:22:26
  Author: heftig
Revision: 377231

3.36.0-1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:18:46 UTC (rev 377230)
+++ PKGBUILD2020-03-09 22:22:26 UTC (rev 377231)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin";
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg gsound)
 makedepends=(meson vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=d00d417372599ed67195109179ddc14fef7e43d6  # tags/3.34.4^0
+_commit=6cb558acf17ba74f5ee34306b58ee5565223e5b8  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:22:32
  Author: heftig
Revision: 377232

3.36.0-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:22:26 UTC (rev 377231)
+++ PKGBUILD2020-03-09 22:22:32 UTC (rev 377232)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.34.5
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno";
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=0f15b4821b026d458ebc6caf3059b4c84b7e1197  # tags/3.34.5^0
+_commit=04e5a0bd533b3a6106590b23e65e189d793dd149  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:26:01
  Author: heftig
Revision: 377233

2.3.3-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:22:32 UTC (rev 377232)
+++ PKGBUILD2020-03-09 22:26:01 UTC (rev 377233)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=tracker
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker";
@@ -15,7 +15,7 @@
 checkdepends=(python-gobject python-dbus)
 provides=(libtracker-{control,miner,sparql}-2.0.so)
 groups=(gnome)
-_commit=f12bffae2e4be520ce1ea045b3ecc9ab41478d1a  # tags/2.3.2^0
+_commit=fe89b9afbb340d35b55c5630b9640338de9e63a7  # tags/2.3.3^0
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:43:20
  Author: heftig
Revision: 377235

archrelease: copy trunk to extra-x86_64

Added:
  gnome-taquin/repos/extra-x86_64/PKGBUILD
(from rev 377233, gnome-taquin/trunk/PKGBUILD)
Deleted:
  gnome-taquin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:43:19 UTC (rev 377234)
+++ PKGBUILD2020-03-09 22:43:20 UTC (rev 377235)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 librsvg gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=d00d417372599ed67195109179ddc14fef7e43d6  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-taquin/repos/extra-x86_64/PKGBUILD (from rev 377233, 
gnome-taquin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:43:20 UTC (rev 377235)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=6cb558acf17ba74f5ee34306b58ee5565223e5b8  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:43:19
  Author: heftig
Revision: 377234

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
(from rev 377233, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:26:01 UTC (rev 377233)
+++ PKGBUILD2020-03-09 22:43:19 UTC (rev 377234)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.34.5
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=0f15b4821b026d458ebc6caf3059b4c84b7e1197  # tags/3.34.5^0
-source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: iagno/repos/extra-x86_64/PKGBUILD (from rev 377233, 
iagno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:43:19 UTC (rev 377234)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=04e5a0bd533b3a6106590b23e65e189d793dd149  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:44:22
  Author: heftig
Revision: 377236

2.3.3-1

Modified:
  tracker-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:43:20 UTC (rev 377235)
+++ PKGBUILD2020-03-09 22:44:22 UTC (rev 377236)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=tracker-miners
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Collection of data extractors for Tracker/Nepomuk"
 url="https://wiki.gnome.org/Projects/Tracker";
@@ -13,7 +13,7 @@
 makedepends=(intltool git meson vala)
 checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
 groups=(gnome)
-_commit=8df1ae1a835caffa3cd3ead0e0c7ffa015e8cd9c  # tags/2.3.2^0
+_commit=9a507396dd980a6023f7bc15b18aaeedbd5f2df8  # tags/2.3.3^0
 
source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:45:24
  Author: heftig
Revision: 377237

archrelease: copy trunk to extra-x86_64

Added:
  tracker-miners/repos/extra-x86_64/PKGBUILD
(from rev 377236, tracker-miners/trunk/PKGBUILD)
Deleted:
  tracker-miners/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:44:22 UTC (rev 377236)
+++ PKGBUILD2020-03-09 22:45:24 UTC (rev 377237)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=tracker-miners
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Collection of data extractors for Tracker/Nepomuk"
-url="https://wiki.gnome.org/Projects/Tracker";
-arch=(x86_64)
-license=(GPL)
-depends=(tracker gst-plugins-base-libs exempi flac libexif libcue libgrss 
libgsf libgxps libiptcdata
- libosinfo libvorbis poppler-glib totem-plparser giflib libgexiv2 
gupnp-dlna upower
- libseccomp)
-makedepends=(intltool git meson vala)
-checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
-groups=(gnome)
-_commit=8df1ae1a835caffa3cd3ead0e0c7ffa015e8cd9c  # tags/2.3.2^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libtracker-{miner,sparql}-2.0.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker-miners/repos/extra-x86_64/PKGBUILD (from rev 377236, 
tracker-miners/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:45:24 UTC (rev 377237)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=tracker-miners
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Collection of data extractors for Tracker/Nepomuk"
+url="https://wiki.gnome.org/Projects/Tracker";
+arch=(x86_64)
+license=(GPL)
+depends=(tracker gst-plugins-base-libs exempi flac libexif libcue libgrss 
libgsf libgxps libiptcdata
+ libosinfo libvorbis poppler-glib totem-plparser giflib libgexiv2 
gupnp-dlna upower
+ libseccomp)
+makedepends=(intltool git meson vala)
+checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
+groups=(gnome)
+_commit=9a507396dd980a6023f7bc15b18aaeedbd5f2df8  # tags/2.3.3^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libtracker-{miner,sparql}-2.0.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in virtualbox/trunk (014-vboxclient.patch PKGBUILD)

2020-03-09 Thread Christian Hesse via arch-commits
Date: Monday, March 9, 2020 @ 22:49:23
  Author: eworm
Revision: 59

upgpkg: virtualbox 6.1.4-3

fix vboxclient core dump and clipboard issue

Added:
  virtualbox/trunk/014-vboxclient.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 014-vboxclient.patch |   70 +
 PKGBUILD |4 ++
 2 files changed, 73 insertions(+), 1 deletion(-)

Added: 014-vboxclient.patch
===
--- 014-vboxclient.patch(rev 0)
+++ 014-vboxclient.patch2020-03-09 22:49:23 UTC (rev 59)
@@ -0,0 +1,70 @@
+--- a/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
 b/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
+@@ -107,7 +107,7 @@
+ else
+ #endif
+ {
+-uint32_t cbData = _4K; /** @ŧodo Make this dynamic. */
++uint32_t cbData = _4K; /** @todo Make this dynamic. */
+ void*pvData = RTMemAlloc(cbData);
+ if (pvData)
+ {
+@@ -215,7 +215,6 @@
+  *
+  * @returns VBox status code.
+  */
+-#if 0
+ static int vboxClipboardConnect(void)
+ {
+ LogFlowFuncEnter();
+@@ -245,7 +244,6 @@
+ LogFlowFuncLeaveRC(rc);
+ return rc;
+ }
+-#endif
+ 
+ /**
+  * The main loop of our clipboard reader.
+@@ -469,7 +467,7 @@
+ RT_NOREF(ppInterface, fDaemonised);
+ 
+ /* Initialise the guest library. */
+-int rc = 0; //vboxClipboardConnect();
++int rc = vboxClipboardConnect();
+ if (RT_SUCCESS(rc))
+ {
+ #ifdef VBOX_WITH_SHARED_CLIPBOARD_FUSE
+@@ -477,10 +475,8 @@
+ if (RT_SUCCESS(rc))
+ {
+ #endif
+-RTThreadSleep(60 * 1000);
++rc = vboxClipboardMain();
+ 
+-//rc = vboxClipboardMain();
+-
+ #ifdef VBOX_WITH_SHARED_CLIPBOARD_FUSE
+ int rc2 = vboxClipboardFUSEStop();
+ if (RT_SUCCESS(rc))
+--- a/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
 b/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
+@@ -100,16 +100,19 @@ static void x11Connect(struct X11CONTEXT
+ {
+ XCloseDisplay(pContext->pDisplay);
+ pContext->pDisplay = NULL;
++return;
+ }
+ if (!XRRQueryExtension(pContext->pDisplay, &pContext->hRandREventBase, 
&pContext->hRandRErrorBase))
+ {
+ XCloseDisplay(pContext->pDisplay);
+ pContext->pDisplay = NULL;
++return;
+ }
+ if (!XRRQueryVersion(pContext->pDisplay, &pContext->hRandRMajor, 
&pContext->hRandRMinor))
+ {
+ XCloseDisplay(pContext->pDisplay);
+ pContext->pDisplay = NULL;
++return;
+ }
+ pContext->rootWindow = DefaultRootWindow(pContext->pDisplay);
+ }

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:48:48 UTC (rev 593332)
+++ PKGBUILD2020-03-09 22:49:23 UTC (rev 59)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=6.1.4
-pkgrel=2
+pkgrel=3
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -74,6 +74,7 @@
 '008-no-vboxvideo.patch'
 '012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
 '013-Makefile.patch'
+'014-vboxclient.patch'
 # The following patch and mount.vboxsf wrapper should be removed
 # once support for mainline-style options string gets upstreamed
 '101-vboxsf-automount.patch'
@@ -98,6 +99,7 @@
 '053bfeee8863f3ffdf2f0e3f9f0d77dc61dd32764700a97a7635fd8611e20491'
 '81900e13d36630488accd8c0bfd2ceb69563fb2c4f0f171caba1cca59d438024'
 'da7e58ed37dc23c6202aab3017864579a99e78417f3421ddcc98a198198fe2c9'
+'db617a3e7a3a94b96d5c3fe771d31c927242ef4f2cb265a22e4d5d64560a910a'
 'a784f3cc24652a16385cc63abac6c5178932ca5f3861be7650631b7dafa753a4'
 'f3ed6741f8977f40900c8aa372fa082df1f8723d497d4fff445153c543bc8947')
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:48:48
  Author: felixonmars
Revision: 593332

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-unliftio-core/repos/community-staging-x86_64/
  haskell-unliftio-core/repos/community-staging-x86_64/PKGBUILD
(from rev 593331, haskell-unliftio-core/trunk/PKGBUILD)

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

Copied: haskell-unliftio-core/repos/community-staging-x86_64/PKGBUILD (from rev 
593331, haskell-unliftio-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 22:48:48 UTC (rev 593332)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unliftio-core
+pkgname=haskell-unliftio-core
+pkgver=0.2.0.1
+pkgrel=1
+pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
+url="https://github.com/fpco/monad-unlift";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
+
+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 virtualbox/repos/community-x86_64 (53 files)

2020-03-09 Thread Christian Hesse via arch-commits
Date: Monday, March 9, 2020 @ 22:49:46
  Author: eworm
Revision: 593334

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/001-disable-update.patch
(from rev 59, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 59, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 59, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 59, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 59, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-x86_64/013-Makefile.patch
(from rev 59, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-x86_64/014-vboxclient.patch
(from rev 59, virtualbox/trunk/014-vboxclient.patch)
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
(from rev 59, virtualbox/trunk/101-vboxsf-automount.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 59, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 59, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 59, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 59, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 59, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/mount.vboxsf
(from rev 59, virtualbox/trunk/mount.vboxsf)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 59, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 59, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 59, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 59, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 59, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
(from rev 59, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 59, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 59, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 59, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 59, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 59, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 59, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 59, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/001-disable-update.patch
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
  virtualbox/repos/community-x86_64/013-Makefile.patch
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/mount.vboxsf
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox.install
  virtualbox/repos/community-x86_64/virtualbox.sysusers

---

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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:52:48
  Author: felixonmars
Revision: 593336

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-broadcast-chan/repos/community-staging-x86_64/
  haskell-broadcast-chan/repos/community-staging-x86_64/PKGBUILD
(from rev 593335, haskell-broadcast-chan/trunk/PKGBUILD)

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

Copied: haskell-broadcast-chan/repos/community-staging-x86_64/PKGBUILD (from 
rev 593335, haskell-broadcast-chan/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 22:52:48 UTC (rev 593336)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=broadcast-chan
+pkgname=haskell-broadcast-chan
+pkgver=0.2.1
+pkgrel=6
+pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space 
leaks"
+url="https://github.com/merijn/broadcast-chan";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unliftio-core')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('25e5f8bcc2c27d0cf21ca205f234048df64d6d881f24a48169b88ce198db525f12ea727962f7bf14e4ee6546e23b49c6b47aa1a44a3f3e7d6028d2bf12a01d1c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.2/<1/' $_hkgname.cabal
+sed -i 's/, UnliftIO/, askUnliftIO, UnliftIO/' BroadcastChan.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-broadcast-chan/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:52:34
  Author: felixonmars
Revision: 593335

upgpkg: haskell-broadcast-chan 0.2.1-6: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-broadcast-chan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:49:46 UTC (rev 593334)
+++ PKGBUILD2020-03-09 22:52:34 UTC (rev 593335)
@@ -3,7 +3,7 @@
 _hkgname=broadcast-chan
 pkgname=haskell-broadcast-chan
 pkgver=0.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space 
leaks"
 url="https://github.com/merijn/broadcast-chan";
 license=('BSD')


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:53:28
  Author: heftig
Revision: 377238

3.36.0-1

Modified:
  gnome-tetravex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:45:24 UTC (rev 377237)
+++ PKGBUILD2020-03-09 22:53:28 UTC (rev 377238)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-tetravex
-pkgver=3.35.92+6+g65f0423
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Complete the puzzle by matching numbered tiles"
 url="https://wiki.gnome.org/Apps/Tetravex";
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=65f04234e5bc55239d0ed62fb0b801c75211f425  # master
+_commit=def4eb0fccd68351ba0cd03633560495fc16c36e  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:56:25
  Author: felixonmars
Revision: 593337

upgpkg: haskell-resourcet 1.2.3-3: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-resourcet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:52:48 UTC (rev 593336)
+++ PKGBUILD2020-03-09 22:56:25 UTC (rev 593337)
@@ -4,7 +4,7 @@
 _hkgname=resourcet
 pkgname=haskell-resourcet
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Deterministic allocation and freeing of scarce resources."
 url="https://github.com/snoyberg/conduit";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:56:39
  Author: felixonmars
Revision: 593338

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-resourcet/repos/community-staging-x86_64/PKGBUILD (from rev 
593337, haskell-resourcet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 22:56:39 UTC (rev 593338)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resourcet
+pkgname=haskell-resourcet
+pkgver=1.2.3
+pkgrel=3
+pkgdesc="Deterministic allocation and freeing of scarce resources."
+url="https://github.com/snoyberg/conduit";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-primitive' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e968e05907b653eb0ed44be4ee3ccf23fce2b600063ef35f0649e886b13aba866a5cc7f8df84634b8bcb22031d9945f244d77b3cb6e29a79ec0bbf689a72b622')
+
+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 tracker/repos/extra-x86_64 (3 files)

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:57:06
  Author: heftig
Revision: 377241

archrelease: copy trunk to extra-x86_64

Added:
  tracker/repos/extra-x86_64/0001-tracker-store-Fix-NULL-check.patch
(from rev 377239, tracker/trunk/0001-tracker-store-Fix-NULL-check.patch)
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 377239, tracker/trunk/PKGBUILD)
Deleted:
  tracker/repos/extra-x86_64/PKGBUILD

-+
 0001-tracker-store-Fix-NULL-check.patch |   26 
 PKGBUILD|   93 +++---
 2 files changed, 74 insertions(+), 45 deletions(-)

Copied: tracker/repos/extra-x86_64/0001-tracker-store-Fix-NULL-check.patch 
(from rev 377239, tracker/trunk/0001-tracker-store-Fix-NULL-check.patch)
===
--- 0001-tracker-store-Fix-NULL-check.patch (rev 0)
+++ 0001-tracker-store-Fix-NULL-check.patch 2020-03-09 22:57:06 UTC (rev 
377241)
@@ -0,0 +1,26 @@
+From e93d6241eba74aac269e2fb1327e7438e3b38e78 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 9 Mar 2020 22:49:22 +
+Subject: [PATCH] tracker-store: Fix NULL check
+
+The inverted condition made tracker-miners' test suite fail.
+---
+ src/tracker-store/tracker-writeback.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tracker-store/tracker-writeback.c 
b/src/tracker-store/tracker-writeback.c
+index fde45afc0..4026b924a 100644
+--- a/src/tracker-store/tracker-writeback.c
 b/src/tracker-store/tracker-writeback.c
+@@ -200,7 +200,7 @@ tracker_writeback_transact (void)
+   GHashTableIter iter;
+   gpointer key, value;
+ 
+-  g_return_if_fail (private == NULL);
++  g_return_if_fail (private != NULL);
+ 
+   if (!private->pending_events)
+   return;
+-- 
+2.25.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:57:04 UTC (rev 377240)
+++ PKGBUILD2020-03-09 22:57:06 UTC (rev 377241)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgname=tracker
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker";
-arch=(x86_64)
-license=(GPL)
-depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
- json-glib upower libnm)
-makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
-checkdepends=(python-gobject python-dbus)
-provides=(libtracker-{control,miner,sparql}-2.0.so)
-groups=(gnome)
-_commit=f12bffae2e4be520ce1ea045b3ecc9ab41478d1a  # tags/2.3.2^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true
-  ninja -C build
-}
-
-check() {
-  # Many tests are broken:
-  # - Assume schemas are installed
-  # - Assume services are autolaunched
-  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker/repos/extra-x86_64/PKGBUILD (from rev 377239, 
tracker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:57:06 UTC (rev 377241)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgname=tracker
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker";
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
+ json-glib upower libnm)
+makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
+checkdepends=(python-gobject python-dbus)
+provides=(libtracker-{control,miner,sparql}-2.0.so)
+groups=(gnome)
+_commit=fe89b9afbb340d35b55c5630b9640338de9e63a7  # tags/2.3.3^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";
+0001-tracker-store-Fix-NULL-check.patch)
+sha256sums=('SKIP'
+'e7ae90cc2a3843a171a352f92d48117e35d762122c0e8579318b15d44d1a1125')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../0001-tracker-store-Fix-NULL-check.patch
+}
+
+build() {
+  arch-meson $pkgname build -D docs=true
+  ninja -C build
+}
+
+check() {
+  # Many tests are broken:
+  # - Assume schemas are installed
+  # - Assume services are autolaunched
+  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:57:04
  Author: heftig
Revision: 377240

archrelease: copy trunk to extra-x86_64

Added:
  gnome-tetravex/repos/extra-x86_64/PKGBUILD
(from rev 377239, gnome-tetravex/trunk/PKGBUILD)
Deleted:
  gnome-tetravex/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:56:45 UTC (rev 377239)
+++ PKGBUILD2020-03-09 22:57:04 UTC (rev 377240)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-tetravex
-pkgver=3.35.92+6+g65f0423
-pkgrel=1
-pkgdesc="Complete the puzzle by matching numbered tiles"
-url="https://wiki.gnome.org/Apps/Tetravex";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3)
-makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=65f04234e5bc55239d0ed62fb0b801c75211f425  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D build_cli=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-tetravex/repos/extra-x86_64/PKGBUILD (from rev 377239, 
gnome-tetravex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:57:04 UTC (rev 377240)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-tetravex
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=def4eb0fccd68351ba0cd03633560495fc16c36e  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D build_cli=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:56:45
  Author: heftig
Revision: 377239

fix tracker-miners tests

Added:
  tracker/trunk/0001-tracker-store-Fix-NULL-check.patch
Modified:
  tracker/trunk/PKGBUILD

-+
 0001-tracker-store-Fix-NULL-check.patch |   26 ++
 PKGBUILD|7 +--
 2 files changed, 31 insertions(+), 2 deletions(-)

Added: 0001-tracker-store-Fix-NULL-check.patch
===
--- 0001-tracker-store-Fix-NULL-check.patch (rev 0)
+++ 0001-tracker-store-Fix-NULL-check.patch 2020-03-09 22:56:45 UTC (rev 
377239)
@@ -0,0 +1,26 @@
+From e93d6241eba74aac269e2fb1327e7438e3b38e78 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 9 Mar 2020 22:49:22 +
+Subject: [PATCH] tracker-store: Fix NULL check
+
+The inverted condition made tracker-miners' test suite fail.
+---
+ src/tracker-store/tracker-writeback.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tracker-store/tracker-writeback.c 
b/src/tracker-store/tracker-writeback.c
+index fde45afc0..4026b924a 100644
+--- a/src/tracker-store/tracker-writeback.c
 b/src/tracker-store/tracker-writeback.c
+@@ -200,7 +200,7 @@ tracker_writeback_transact (void)
+   GHashTableIter iter;
+   gpointer key, value;
+ 
+-  g_return_if_fail (private == NULL);
++  g_return_if_fail (private != NULL);
+ 
+   if (!private->pending_events)
+   return;
+-- 
+2.25.1
+

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:53:28 UTC (rev 377238)
+++ PKGBUILD2020-03-09 22:56:45 UTC (rev 377239)
@@ -16,8 +16,10 @@
 provides=(libtracker-{control,miner,sparql}-2.0.so)
 groups=(gnome)
 _commit=fe89b9afbb340d35b55c5630b9640338de9e63a7  # tags/2.3.3^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";
+0001-tracker-store-Fix-NULL-check.patch)
+sha256sums=('SKIP'
+'e7ae90cc2a3843a171a352f92d48117e35d762122c0e8579318b15d44d1a1125')
 
 pkgver() {
   cd $pkgname
@@ -26,6 +28,7 @@
 
 prepare() {
   cd $pkgname
+  git apply -3 ../0001-tracker-store-Fix-NULL-check.patch
 }
 
 build() {


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:01:03
  Author: felixonmars
Revision: 593340

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hedgehog/repos/community-staging-x86_64/PKGBUILD (from rev 
593339, haskell-hedgehog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:01:03 UTC (rev 593340)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hedgehog
+pkgname=haskell-hedgehog
+pkgver=1.0.2
+pkgrel=21
+pkgdesc="A modern property-based testing system"
+url="https://hedgehog.qa";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-concurrent-output'
+ 'haskell-erf' 'haskell-exceptions' 'haskell-lifted-async' 
'haskell-mmorph'
+ 'haskell-monad-control' 'haskell-pretty-show' 'haskell-primitive' 
'haskell-random'
+ 'haskell-resourcet' 'haskell-transformers-base' 
'haskell-wl-pprint-annotated')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b34004210f4af480e10e6fd0a715ee0efb7d718a7c0d8b84355639064b105840e59be223e90cc4fa26a9fa564df6d9686e77b03d996a8820955b19a6ef42c1bb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e '/fail/d' -e 's/< *1.10/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-hedgehog/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:00:49
  Author: felixonmars
Revision: 593339

upgpkg: haskell-hedgehog 1.0.2-21: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:56:39 UTC (rev 593338)
+++ PKGBUILD2020-03-09 23:00:49 UTC (rev 593339)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.2
-pkgrel=20
+pkgrel=21
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:04:48
  Author: felixonmars
Revision: 593341

upgpkg: haskell-config-ini 0.2.4.0-91: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:01:03 UTC (rev 593340)
+++ PKGBUILD2020-03-09 23:04:48 UTC (rev 593341)
@@ -4,7 +4,7 @@
 _hkgname=config-ini
 pkgname=haskell-config-ini
 pkgver=0.2.4.0
-pkgrel=90
+pkgrel=91
 pkgdesc="A library for simple INI-based configuration files."
 url="https://github.com/aisamanra/config-ini";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:05:02
  Author: felixonmars
Revision: 593342

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-ini/repos/community-staging-x86_64/
  haskell-config-ini/repos/community-staging-x86_64/PKGBUILD
(from rev 593341, haskell-config-ini/trunk/PKGBUILD)

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

Copied: haskell-config-ini/repos/community-staging-x86_64/PKGBUILD (from rev 
593341, haskell-config-ini/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:05:02 UTC (rev 593342)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=config-ini
+pkgname=haskell-config-ini
+pkgver=0.2.4.0
+pkgrel=91
+pkgdesc="A library for simple INI-based configuration files."
+url="https://github.com/aisamanra/config-ini";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 
'haskell-microlens')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('76af8bf132d545425d9db5579df2e37fa08cad479adf5f586fb3becd0712e2329eae019db1796cd24c6fda80aa958e45450ebae74a5bcbdfad9337ae44696a5e')
+
+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 --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fenable-doctests
+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
+# https://github.com/aisamanra/config-ini/issues/22
+# 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-brick/repos (2 files)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:09:19
  Author: felixonmars
Revision: 593347

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 593346, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:09:19 UTC (rev 593347)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.52
+pkgrel=15
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-exceptions' 'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c15981b83cb9ceb7a85de5dbabf9f074c56d4be9d9605ffee30bac7b7a4b441ae235bf62899f5f1768dd945b90e5d866ef44dac5777ba2067ac825204507c872')
+
+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-demos
+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-brick/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:09:05
  Author: felixonmars
Revision: 593346

upgpkg: haskell-brick 0.52-15: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:06:28 UTC (rev 593345)
+++ PKGBUILD2020-03-09 23:09:05 UTC (rev 593346)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.52
-pkgrel=14
+pkgrel=15
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick";
 license=("BSD")


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 23:16:03
  Author: heftig
Revision: 377243

3.36.0-1

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:06:42 UTC (rev 377242)
+++ PKGBUILD2020-03-09 23:16:03 UTC (rev 377243)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-klotski
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Slide blocks to solve the puzzle"
 url="https://wiki.gnome.org/Apps/Klotski";
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=43697c6e388d684f40ec13d7d04a72f51ef46a79  # tags/3.34.4^0
+_commit=c4e7e18808cde7bd4318667ba6db298c3fb6a2bb  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 23:16:16
  Author: heftig
Revision: 377244

archrelease: copy trunk to extra-x86_64

Added:
  gnome-klotski/repos/extra-x86_64/PKGBUILD
(from rev 377243, gnome-klotski/trunk/PKGBUILD)
Deleted:
  gnome-klotski/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 23:16:03 UTC (rev 377243)
+++ PKGBUILD2020-03-09 23:16:16 UTC (rev 377244)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-klotski
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Slide blocks to solve the puzzle"
-url="https://wiki.gnome.org/Apps/Klotski";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=43697c6e388d684f40ec13d7d04a72f51ef46a79  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-klotski/repos/extra-x86_64/PKGBUILD (from rev 377243, 
gnome-klotski/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 23:16:16 UTC (rev 377244)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-klotski
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=c4e7e18808cde7bd4318667ba6db298c3fb6a2bb  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:16:41
  Author: felixonmars
Revision: 593349

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 593348, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:16:41 UTC (rev 593349)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.7.2
+pkgrel=17
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck'
+ 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7b412179bdee4b6b57c5805d76fe4e7baeafcf8af33010e150a5b963f9289603848f4974399e81d435b537c4c61741cde5641ad90d3246ea80595e7f6d8f73a8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e '/fail/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 \
+-f-comparison-bench -f-small-bench
+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-store/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:16:27
  Author: felixonmars
Revision: 593348

upgpkg: haskell-store 0.7.2-17: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:09:19 UTC (rev 593347)
+++ PKGBUILD2020-03-09 23:16:27 UTC (rev 593348)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('BSD')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:19:31
  Author: felixonmars
Revision: 593350

upgpkg: haskell-tasty-hedgehog 1.0.0.2-21: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:16:41 UTC (rev 593349)
+++ PKGBUILD2020-03-09 23:19:31 UTC (rev 593350)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.0.0.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog";
 license=('BSD')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:19:45
  Author: felixonmars
Revision: 593351

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hedgehog/repos/community-staging-x86_64/
  haskell-tasty-hedgehog/repos/community-staging-x86_64/PKGBUILD
(from rev 593350, haskell-tasty-hedgehog/trunk/PKGBUILD)

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

Copied: haskell-tasty-hedgehog/repos/community-staging-x86_64/PKGBUILD (from 
rev 593350, haskell-tasty-hedgehog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:19:45 UTC (rev 593351)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-hedgehog
+pkgname=haskell-tasty-hedgehog
+pkgver=1.0.0.2
+pkgrel=21
+pkgdesc="Integration for tasty and hedgehog"
+url="https://github.com/qfpl/tasty-hedgehog";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hedgehog' 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-expected-failure')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('56ac4db27b97bc6902633ec398bdbae28f6121d818a29fde62ddea4a4619af0fe7b058b55479414a627119a0014f2c84d6b795c86e9e36d21fd25bf1033a9c4b')
+
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:21:53
  Author: felixonmars
Revision: 593352

upgpkg: haskell-bsb-http-chunked 0.0.0.4-81: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-bsb-http-chunked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:19:45 UTC (rev 593351)
+++ PKGBUILD2020-03-09 23:21:53 UTC (rev 593352)
@@ -3,7 +3,7 @@
 _hkgname=bsb-http-chunked
 pkgname=haskell-bsb-http-chunked
 pkgver=0.0.0.4
-pkgrel=80
+pkgrel=81
 pkgdesc="Chunked HTTP transfer encoding for bytestring builders"
 url="https://github.com/sjakobi/bsb-http-chunked";
 license=('BSD')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:22:07
  Author: felixonmars
Revision: 593353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bsb-http-chunked/repos/community-staging-x86_64/
  haskell-bsb-http-chunked/repos/community-staging-x86_64/PKGBUILD
(from rev 593352, haskell-bsb-http-chunked/trunk/PKGBUILD)

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

Copied: haskell-bsb-http-chunked/repos/community-staging-x86_64/PKGBUILD (from 
rev 593352, haskell-bsb-http-chunked/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:22:07 UTC (rev 593353)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bsb-http-chunked
+pkgname=haskell-bsb-http-chunked
+pkgver=0.0.0.4
+pkgrel=81
+pkgdesc="Chunked HTTP transfer encoding for bytestring builders"
+url="https://github.com/sjakobi/bsb-http-chunked";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-hedgehog' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.13/<5/' $_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-retry/repos (2 files)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:24:35
  Author: felixonmars
Revision: 593355

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-retry/repos/community-staging-x86_64/PKGBUILD (from rev 593354, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:24:35 UTC (rev 593355)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.8.1.0
+pkgrel=32
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="https://github.com/Soostone/retry";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-random')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1350df8a3ac342522a86d5e607dcdaff29278e8979c32796c776a746b3e1b040c8c20d2034981b108ea163d6201343c92c3ae5a902c18019e139d183c538929e')
+
+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-lib-werror
+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-retry/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:24:21
  Author: felixonmars
Revision: 593354

upgpkg: haskell-retry 0.8.1.0-32: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:22:07 UTC (rev 593353)
+++ PKGBUILD2020-03-09 23:24:21 UTC (rev 593354)
@@ -4,7 +4,7 @@
 _hkgname=retry
 pkgname=haskell-retry
 pkgver=0.8.1.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:26:37
  Author: felixonmars
Revision: 593356

upgpkg: haskell-auto-update 0.1.6-42: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-auto-update/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:24:35 UTC (rev 593355)
+++ PKGBUILD2020-03-09 23:26:37 UTC (rev 593356)
@@ -4,7 +4,7 @@
 _hkgname=auto-update
 pkgname=haskell-auto-update
 pkgver=0.1.6
-pkgrel=41
+pkgrel=42
 pkgdesc="Efficiently run periodic, on-demand actions"
 url="https://github.com/yesodweb/wai";
 license=("MIT")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:26:51
  Author: felixonmars
Revision: 593357

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-auto-update/repos/community-staging-x86_64/
  haskell-auto-update/repos/community-staging-x86_64/PKGBUILD
(from rev 593356, haskell-auto-update/trunk/PKGBUILD)

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

Copied: haskell-auto-update/repos/community-staging-x86_64/PKGBUILD (from rev 
593356, haskell-auto-update/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:26:51 UTC (rev 593357)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=auto-update
+pkgname=haskell-auto-update
+pkgver=0.1.6
+pkgrel=42
+pkgdesc="Efficiently run periodic, on-demand actions"
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-exceptions' 'haskell-hspec' 'haskell-retry' 
'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ff0f4f835d0b24aafbe18dbc42a9c3cc396cea24be3f4b13b5f5dac49b3b21030c941c8b09a5c33ba175c9902d076aa12fc9eb5a6a79c94ee5c9b60935fa047f')
+
+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-dns/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:30:10
  Author: felixonmars
Revision: 593358

upgpkg: haskell-dns 4.0.1-5: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:26:51 UTC (rev 593357)
+++ PKGBUILD2020-03-09 23:30:10 UTC (rev 593358)
@@ -4,7 +4,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:30:24
  Author: felixonmars
Revision: 593359

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:32:37
  Author: felixonmars
Revision: 593360

upgpkg: haskell-fast-logger 3.0.1-16: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:30:24 UTC (rev 593359)
+++ PKGBUILD2020-03-09 23:32:37 UTC (rev 593360)
@@ -4,7 +4,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=3.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="A fast logging system"
 url="https://github.com/kazu-yamamoto/logger";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:32:51
  Author: felixonmars
Revision: 593361

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
593360, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:32:51 UTC (rev 593361)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=3.0.1
+pkgrel=16
+pkgdesc="A fast logging system"
+url="https://github.com/kazu-yamamoto/logger";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-easy-file' 
'haskell-unix-compat'
+ 'haskell-unix-time')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e646840b50496e86c24753267e0c0c7b0ff3a619032f69881d63e19c17394d2c5b248cb6b7f752100b253f58d7f493aac9ac77a754736474fbd83fe95ab9f6fd')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 python-hypothesis/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:34:50
  Author: felixonmars
Revision: 593362

upgpkg: python-hypothesis 5.1.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:32:51 UTC (rev 593361)
+++ PKGBUILD2020-03-09 23:34:50 UTC (rev 593362)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.0.1
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('ea1f61ea32eed2d1d79e31c2acf616eaebbd6c2740ee1e6f28856e5b507ef965997320a225e4d2e2cff00f0de178e91d7361cf2d41d443703b37b3b26eea1e1a')
+sha512sums=('dcc3a164f5e04f172fd49f9f21cf7c90cba4cb98b770449b167d0fde65eee88be5b352ddb1a2e254f5220191e3c6171b25e4065c21119df12ee7b6935301e512')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:35:35
  Author: felixonmars
Revision: 593365

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-discover/repos/community-staging-x86_64/
  haskell-tasty-discover/repos/community-staging-x86_64/PKGBUILD
(from rev 593364, haskell-tasty-discover/trunk/PKGBUILD)

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

Copied: haskell-tasty-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 593364, haskell-tasty-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:35:35 UTC (rev 593365)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-discover
+pkgname=haskell-tasty-discover
+pkgver=4.2.1
+pkgrel=2
+pkgdesc="Test discovery for the tasty framework"
+url="http://git.coop/lwm/tasty-discover";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-glob')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog' 
'haskell-tasty-hspec'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-smallcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('46dff0398f012d58f53b151ceeea02831149d86d5c4dcc66217c7d53825efadb8dd8226d10d0082ef236763649a39e44c400994a93bd9e7052be7b527f8fa7b7')
+
+build() {
+cd $_hkgname-$pkgver
+
+# Hack to allow ghc execute tasty-discover when building tests
+export PATH="$PWD/dist/build/$_hkgname:$PATH"
+export LD_LIBRARY_PATH="$PWD/dist/build"
+
+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-tasty-discover/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:35:21
  Author: felixonmars
Revision: 593364

upgpkg: haskell-tasty-discover 4.2.1-2: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-tasty-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:35:08 UTC (rev 593363)
+++ PKGBUILD2020-03-09 23:35:21 UTC (rev 593364)
@@ -3,7 +3,7 @@
 _hkgname=tasty-discover
 pkgname=haskell-tasty-discover
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Test discovery for the tasty framework"
 url="http://git.coop/lwm/tasty-discover";
 license=('MIT')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:35:08
  Author: felixonmars
Revision: 593363

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 23:34:50 UTC (rev 593362)
+++ PKGBUILD2020-03-09 23:35:08 UTC (rev 593363)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('ea1f61ea32eed2d1d79e31c2acf616eaebbd6c2740ee1e6f28856e5b507ef965997320a225e4d2e2cff00f0de178e91d7361cf2d41d443703b37b3b26eea1e1a')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 593362, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 23:35:08 UTC (rev 593363)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('dcc3a164f5e04f172fd49f9f21cf7c90cba4cb98b770449b167d0fde65eee88be5b352ddb1a2e254f5220191e3c6171b25e4065c21119df12ee7b6935301e512')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:38:40
  Author: felixonmars
Revision: 593367

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-time-manager/repos/community-staging-x86_64/
  haskell-time-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 593366, haskell-time-manager/trunk/PKGBUILD)

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

Copied: haskell-time-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
593366, haskell-time-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:38:40 UTC (rev 593367)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=time-manager
+pkgname=haskell-time-manager
+pkgver=0.0.0
+pkgrel=39
+pkgdesc="Scalable timer"
+url="https://github.com/yesodweb/wai";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('aa8bd9dc9a66ea097fe2d6a6d9e77eff67debc58a588da7ae1d6fc312b6bb371da58b413b58cdba21623e2da26633595f379ac9e0a7a6dc7281ad42353231054')
+
+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-time-manager/trunk (PKGBUILD)

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:38:26
  Author: felixonmars
Revision: 593366

upgpkg: haskell-time-manager 0.0.0-39: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-time-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:35:35 UTC (rev 593365)
+++ PKGBUILD2020-03-09 23:38:26 UTC (rev 593366)
@@ -3,7 +3,7 @@
 _hkgname=time-manager
 pkgname=haskell-time-manager
 pkgver=0.0.0
-pkgrel=38
+pkgrel=39
 pkgdesc="Scalable timer"
 url="https://github.com/yesodweb/wai";
 license=('MIT')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:43:45
  Author: felixonmars
Revision: 593368

upgpkg: haskell-http2 2.0.3-55: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:38:40 UTC (rev 593367)
+++ PKGBUILD2020-03-09 23:43:45 UTC (rev 593368)
@@ -4,7 +4,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=2.0.3
-pkgrel=54
+pkgrel=55
 pkgdesc="HTTP/2 library"
 url="https://github.com/kazu-yamamoto/http2";
 license=("BSD")


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:43:58
  Author: felixonmars
Revision: 593369

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http2/repos/community-staging-x86_64/PKGBUILD (from rev 593368, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:43:58 UTC (rev 593369)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=2.0.3
+pkgrel=55
+pkgdesc="HTTP/2 library"
+url="https://github.com/kazu-yamamoto/http2";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 
'haskell-network'
+ 'haskell-network-byte-order' 'haskell-psqueues' 
'haskell-time-manager')
+makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-base16-bytestring'
+ 'haskell-doctest' 'haskell-glob' 'haskell-hspec' 
'haskell-unordered-containers'
+ 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ff5f02c355f9f5c459d94993f05636955f81b91cbdbd4e8c262b56e1fa3846f92aff946f8ec6851ab57ffbb73afb42999cb3597eb250a9e15a8d6788da860b20')
+
+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-devel
+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 tracker/trunk (2 files)

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 23:45:40
  Author: heftig
Revision: 377245

2.3.4-1

Modified:
  tracker/trunk/PKGBUILD
Deleted:
  tracker/trunk/0001-tracker-store-Fix-NULL-check.patch

-+
 0001-tracker-store-Fix-NULL-check.patch |   26 --
 PKGBUILD|   11 ---
 2 files changed, 4 insertions(+), 33 deletions(-)

Deleted: 0001-tracker-store-Fix-NULL-check.patch
===
--- 0001-tracker-store-Fix-NULL-check.patch 2020-03-09 23:16:16 UTC (rev 
377244)
+++ 0001-tracker-store-Fix-NULL-check.patch 2020-03-09 23:45:40 UTC (rev 
377245)
@@ -1,26 +0,0 @@
-From e93d6241eba74aac269e2fb1327e7438e3b38e78 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 9 Mar 2020 22:49:22 +
-Subject: [PATCH] tracker-store: Fix NULL check
-
-The inverted condition made tracker-miners' test suite fail.

- src/tracker-store/tracker-writeback.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tracker-store/tracker-writeback.c 
b/src/tracker-store/tracker-writeback.c
-index fde45afc0..4026b924a 100644
 a/src/tracker-store/tracker-writeback.c
-+++ b/src/tracker-store/tracker-writeback.c
-@@ -200,7 +200,7 @@ tracker_writeback_transact (void)
-   GHashTableIter iter;
-   gpointer key, value;
- 
--  g_return_if_fail (private == NULL);
-+  g_return_if_fail (private != NULL);
- 
-   if (!private->pending_events)
-   return;
--- 
-2.25.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:16:16 UTC (rev 377244)
+++ PKGBUILD2020-03-09 23:45:40 UTC (rev 377245)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=tracker
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker";
@@ -15,11 +15,9 @@
 checkdepends=(python-gobject python-dbus)
 provides=(libtracker-{control,miner,sparql}-2.0.so)
 groups=(gnome)
-_commit=fe89b9afbb340d35b55c5630b9640338de9e63a7  # tags/2.3.3^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";
-0001-tracker-store-Fix-NULL-check.patch)
-sha256sums=('SKIP'
-'e7ae90cc2a3843a171a352f92d48117e35d762122c0e8579318b15d44d1a1125')
+_commit=1fab9a0bf547cc2d12b743b53f0df8423d36e83d  # tags/2.3.4^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -28,7 +26,6 @@
 
 prepare() {
   cd $pkgname
-  git apply -3 ../0001-tracker-store-Fix-NULL-check.patch
 }
 
 build() {


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 23:45:41
  Author: heftig
Revision: 377246

3.36.0-1

Modified:
  gnome-2048/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:45:40 UTC (rev 377245)
+++ PKGBUILD2020-03-09 23:45:41 UTC (rev 377246)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.34.5
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048";
@@ -9,7 +9,7 @@
 license=(GPL3)
 depends=(clutter-gtk libgee libgnome-games-support)
 makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=0a06a44f89b8f63398417bef6d5961793cad62a5  # tags/3.34.5^0
+_commit=0ed3287d2f6dbce71a1866607127d079b33f4518  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:46:38
  Author: felixonmars
Revision: 593371

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tls-session-manager/repos/community-staging-x86_64/
  haskell-tls-session-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 593370, haskell-tls-session-manager/trunk/PKGBUILD)

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

Copied: haskell-tls-session-manager/repos/community-staging-x86_64/PKGBUILD 
(from rev 593370, haskell-tls-session-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-09 23:46:38 UTC (rev 593371)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls-session-manager
+pkgname=haskell-tls-session-manager
+pkgver=0.0.4
+pkgrel=26
+pkgdesc="In-memory TLS session manager"
+url="https://hackage.haskell.org/package/tls-session-manager";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-auto-update" 'haskell-basement' "haskell-clock" 
'haskell-memory'
+ "haskell-psqueues" "haskell-tls")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8516a2a6a12ee33ca3cbfcf33f5108218dcfea54b092a5292cbe0935b1c181d1aa26d171eb1f62d93ac80bebca21221598a07e225be5513743b227ef6908fbec')
+
+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
+}


<    1   2   3   4   5   6   >