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

2020-04-26 Thread Christian Hesse via arch-commits
Date: Monday, April 27, 2020 @ 04:56:05
  Author: eworm
Revision: 381649

upgpkg: wireguard-lts 1.0.20200426-1

new upstream release, for linux-lts 5.4.35-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 04:54:26 UTC (rev 381648)
+++ PKGBUILD2020-04-27 04:56:05 UTC (rev 381649)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-lts
-pkgver=1.0.20200413
-pkgrel=10
+pkgver=1.0.20200426
+pkgrel=1
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-04-26 Thread Christian Hesse via arch-commits
Date: Monday, April 27, 2020 @ 04:56:09
  Author: eworm
Revision: 381650

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 381649, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 04:56:05 UTC (rev 381649)
+++ PKGBUILD2020-04-27 04:56:09 UTC (rev 381650)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200413
-pkgrel=10
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200426
+pkgrel=1
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-04-26 Thread Christian Hesse via arch-commits
Date: Monday, April 27, 2020 @ 04:54:26
  Author: eworm
Revision: 381648

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD
(from rev 381647, wireguard-dkms/trunk/PKGBUILD)
Deleted:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 04:54:14 UTC (rev 381647)
+++ PKGBUILD2020-04-27 04:54:26 UTC (rev 381648)
@@ -1,25 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-dkms
-pkgver=1.0.20200413
-pkgrel=1
-pkgdesc='next generation secure network tunnel - module sources'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('dkms')
-provides=('WIREGUARD-MODULE')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('cf166348fbb67419528e73049ce001d29131aea367fa6aef9d3e223f7251e116'
-'SKIP')
-
-package() {
-   cd wireguard-linux-compat-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}

Copied: wireguard-dkms/repos/extra-x86_64/PKGBUILD (from rev 381647, 
wireguard-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 04:54:26 UTC (rev 381648)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-dkms
+pkgver=1.0.20200426
+pkgrel=1
+pkgdesc='next generation secure network tunnel - module sources'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('dkms')
+provides=('WIREGUARD-MODULE')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
+sha256sums=('c18c7fdb2b51b61ac1748c811824b0ff726235f2d7fa5b54938bff2e70988ec9'
+'SKIP')
+
+package() {
+   cd wireguard-linux-compat-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}


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

2020-04-26 Thread Christian Hesse via arch-commits
Date: Monday, April 27, 2020 @ 04:54:14
  Author: eworm
Revision: 381647

upgpkg: wireguard-dkms 1.0.20200426-1

new upstream release

Modified:
  wireguard-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 01:46:20 UTC (rev 381646)
+++ PKGBUILD2020-04-27 04:54:14 UTC (rev 381647)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-dkms
-pkgver=1.0.20200413
+pkgver=1.0.20200426
 pkgrel=1
 pkgdesc='next generation secure network tunnel - module sources'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('WIREGUARD-MODULE')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('cf166348fbb67419528e73049ce001d29131aea367fa6aef9d3e223f7251e116'
+sha256sums=('c18c7fdb2b51b61ac1748c811824b0ff726235f2d7fa5b54938bff2e70988ec9'
 'SKIP')
 
 package() {


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

2020-04-26 Thread Jiachen Yang via arch-commits
Date: Monday, April 27, 2020 @ 04:29:04
  Author: farseerfc
Revision: 621787

archrelease: copy trunk to community-x86_64

Added:
  alacritty/repos/community-x86_64/PKGBUILD
(from rev 621786, alacritty/trunk/PKGBUILD)
Deleted:
  alacritty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 04:28:08 UTC (rev 621786)
+++ PKGBUILD2020-04-27 04:29:04 UTC (rev 621787)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Jiachen YANG 
-# Contributor: kpcyrd 
-# Contributor: quininer 
-pkgname='alacritty'
-pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
-_pkgver=0.4.2
-pkgver="$_pkgver"
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/jwilm/alacritty;
-license=('Apache')
-makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 
'desktop-file-utils' 'gdb' 'libxcb')
-depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
-checkdepends=('ttf-dejavu') # for monospace fontconfig test
-source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgname}/archive/v${_pkgver}.tar.gz;)
-sha256sums=('8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2')
-
-build(){
-  cd "$pkgbase-$_pkgver"
-  env CARGO_INCREMENTAL=0 cargo build --release --locked
-}
-
-check(){
-  cd "$pkgbase-$_pkgver"
-  env CARGO_INCREMENTAL=0 cargo test --release
-}
-
-package() {
-  cd "$pkgbase-$_pkgver"
-  desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"extra/linux/Alacritty.desktop"
-  install -D -m755 "target/release/alacritty" "$pkgdir/usr/bin/alacritty"
-  install -D -m644 "extra/alacritty.man" 
"$pkgdir/usr/share/man/man1/alacritty.1"
-  install -D -m644 "extra/linux/io.alacritty.Alacritty.appdata.xml" 
"$pkgdir/usr/share/appdata/io.alacritty.Alacritty.appdata.xml"
-  install -D -m644 "alacritty.yml" 
"$pkgdir/usr/share/doc/alacritty/example/alacritty.yml"
-  install -D -m644 "extra/completions/alacritty.bash" 
"$pkgdir/usr/share/bash-completion/completions/alacritty"
-  install -D -m644 "extra/completions/_alacritty" 
"$pkgdir/usr/share/zsh/site-functions/_alacritty"
-  install -D -m644 "extra/completions/alacritty.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/alacritty.fish"
-  install -D -m644 "extra/logo/alacritty-term.svg" 
"$pkgdir/usr/share/pixmaps/Alacritty.svg"
-}
-

Copied: alacritty/repos/community-x86_64/PKGBUILD (from rev 621786, 
alacritty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 04:29:04 UTC (rev 621787)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Jiachen YANG 
+# Contributor: kpcyrd 
+# Contributor: quininer 
+pkgname='alacritty'
+pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
+_pkgver=0.4.2
+pkgver="$_pkgver"
+pkgrel=2
+arch=('x86_64')
+url="https://github.com/jwilm/alacritty;
+license=('Apache')
+makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 
'desktop-file-utils' 'gdb' 'libxcb')
+depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
+checkdepends=('ttf-dejavu') # for monospace fontconfig test
+optdepends=('ncurses: for alacritty terminfo database')
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgname}/archive/v${_pkgver}.tar.gz;)
+sha256sums=('8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2')
+
+build(){
+  cd "$pkgbase-$_pkgver"
+  env CARGO_INCREMENTAL=0 cargo build --release --locked
+}
+
+check(){
+  cd "$pkgbase-$_pkgver"
+  env CARGO_INCREMENTAL=0 cargo test --release
+}
+
+package() {
+  cd "$pkgbase-$_pkgver"
+  desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"extra/linux/Alacritty.desktop"
+  install -D -m755 "target/release/alacritty" "$pkgdir/usr/bin/alacritty"
+  install -D -m644 "extra/alacritty.man" 
"$pkgdir/usr/share/man/man1/alacritty.1"
+  install -D -m644 "extra/linux/io.alacritty.Alacritty.appdata.xml" 
"$pkgdir/usr/share/appdata/io.alacritty.Alacritty.appdata.xml"
+  install -D -m644 "alacritty.yml" 
"$pkgdir/usr/share/doc/alacritty/example/alacritty.yml"
+  install -D -m644 "extra/completions/alacritty.bash" 
"$pkgdir/usr/share/bash-completion/completions/alacritty"
+  install -D -m644 "extra/completions/_alacritty" 
"$pkgdir/usr/share/zsh/site-functions/_alacritty"
+  install -D -m644 "extra/completions/alacritty.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/alacritty.fish"
+  install -D -m644 "extra/logo/alacritty-term.svg" 
"$pkgdir/usr/share/pixmaps/Alacritty.svg"
+}
+


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

2020-04-26 Thread Jiachen Yang via arch-commits
Date: Monday, April 27, 2020 @ 04:28:08
  Author: farseerfc
Revision: 621786

upgpkg: alacritty 0.4.2-2: alacritty 0.4.2-2 add optdepends on ncurses

Modified:
  alacritty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 03:13:41 UTC (rev 621785)
+++ PKGBUILD2020-04-27 04:28:08 UTC (rev 621786)
@@ -6,7 +6,7 @@
 pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
 _pkgver=0.4.2
 pkgver="$_pkgver"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/jwilm/alacritty;
 license=('Apache')
@@ -13,6 +13,7 @@
 makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 
'desktop-file-utils' 'gdb' 'libxcb')
 depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
 checkdepends=('ttf-dejavu') # for monospace fontconfig test
+optdepends=('ncurses: for alacritty terminfo database')
 
source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgname}/archive/v${_pkgver}.tar.gz;)
 sha256sums=('8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2')
 


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 03:13:41
  Author: eschwartz
Revision: 621785

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 621784, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 03:13:26 UTC (rev 621784)
+++ PKGBUILD2020-04-27 03:13:41 UTC (rev 621785)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('71ac9b89885630bc096202c4766493bb246ca1b2f0bd115efa4f0a5041f8f7e1')
-b2sums=('2179e8aea85a1b2b6e10d02560cc74f3a1d88d66ae5ed95c92d86a82b69fa7414e94d358eb5ee42ec03e35291bc3ba0f75019c7f602e6e2d36de642b8ae6e3d7')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 621784, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 03:13:41 UTC (rev 621785)
@@ -0,0 +1,44 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('fa4dbe94d9c64621381f1fca89ec6113902931e4577a776e690548ee3f896720')
+b2sums=('ad5b7d0d3637269de025bad1fcf79ee471353fc88f377c3f2777328b9337766c98b8bfb2acbf9ece40b874459fed55ad33f1167024a9cb66779245cc76a60f03')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 03:13:26
  Author: eschwartz
Revision: 621784

upgpkg: xapps 1.8.1-1: upstream release

Modified:
  xapps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 03:00:15 UTC (rev 621783)
+++ PKGBUILD2020-04-27 03:13:26 UTC (rev 621784)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapps
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('libdbusmenu-gtk3' 'libgnomekbd')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('71ac9b89885630bc096202c4766493bb246ca1b2f0bd115efa4f0a5041f8f7e1')
-b2sums=('2179e8aea85a1b2b6e10d02560cc74f3a1d88d66ae5ed95c92d86a82b69fa7414e94d358eb5ee42ec03e35291bc3ba0f75019c7f602e6e2d36de642b8ae6e3d7')
+sha256sums=('fa4dbe94d9c64621381f1fca89ec6113902931e4577a776e690548ee3f896720')
+b2sums=('ad5b7d0d3637269de025bad1fcf79ee471353fc88f377c3f2777328b9337766c98b8bfb2acbf9ece40b874459fed55ad33f1167024a9cb66779245cc76a60f03')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:53:15
  Author: felixonmars
Revision: 621775

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 
621774, haskell-http-download/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:53:15 UTC (rev 621775)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-download
+pkgname=haskell-http-download
+pkgver=0.2.0.0
+pkgrel=43
+pkgdesc="Verified downloads with retries"
+url="https://github.com/commercialhaskell/http-download;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit'
+ 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in deepin-file-manager/trunk (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:52:41
  Author: felixonmars
Revision: 621772

upgpkg: deepin-file-manager 1:5.1.1.15-1

Modified:
  deepin-file-manager/trunk/PKGBUILD
Deleted:
  deepin-file-manager/trunk/deepin-file-manager-qt-5.14.patch

---+
 PKGBUILD  |   16 ++--
 deepin-file-manager-qt-5.14.patch |   22 --
 2 files changed, 6 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:52:24 UTC (rev 621771)
+++ PKGBUILD2020-04-27 02:52:41 UTC (rev 621772)
@@ -3,15 +3,15 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.0.0
-pkgrel=6
+pkgver=5.1.1.15
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-file-manager;
 license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 'avfs' 
'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
 makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
 optdepends=('deepin-manual: for help menual'
 'deepin-shortcut-viewer: for shortcut display'
@@ -23,16 +23,12 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
- deepin-file-manager-qt-5.14.patch)
-sha512sums=('045430f279417bb95ecbc55994207719f591e16ed0359ed337db797cf52ff1d7ec7d12d1c042e7837eaa9156c8dfe4f029f83b8ad567d2a9cc30552138b604ed'
-
'04ee5dbd479e1fb7cc8e6371fd5c457e4f29ea373bc0058a4340db5397b0d47862c02fa1b23335ce6f2d259a935b9ebb5178f1f02dee585c92e849ec3366609d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('1d51fae9861a30d06395ab26e945330385f192def142635da5d92ce7027662cba6d4a784a33286b43bac1ca4fede46c35f34116db34ea4b6357917552a572738')
 
 prepare() {
   cd dde-file-manager-$pkgver
   sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-
-  patch -p1 -i ../deepin-file-manager-qt-5.14.patch # Fix build with Qt 5.14
 }
 
 build() {

Deleted: deepin-file-manager-qt-5.14.patch
===
--- deepin-file-manager-qt-5.14.patch   2020-04-27 02:52:24 UTC (rev 621771)
+++ deepin-file-manager-qt-5.14.patch   2020-04-27 02:52:41 UTC (rev 621772)
@@ -1,22 +0,0 @@
-diff --git a/dde-file-manager-lib/shutil/dsqlitehandle.h 
b/dde-file-manager-lib/shutil/dsqlitehandle.h
-index ae7b5e94..ec0eed6e 100644
 a/dde-file-manager-lib/shutil/dsqlitehandle.h
-+++ b/dde-file-manager-lib/shutil/dsqlitehandle.h
-@@ -21,7 +21,7 @@
- #include 
- 
- 
--
-+#if QT_VERSION < QT_VERSION_CHECK(5,14,0)
- namespace std
- {
- 
-@@ -35,7 +35,7 @@ struct hash
- };
- 
- }
--
-+#endif
- 
- 
- class DSqliteHandle : public QObject


[arch-commits] Commit in deepin-file-manager/repos (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:52:51
  Author: felixonmars
Revision: 621773

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 621772, deepin-file-manager/trunk/PKGBUILD)

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

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
621772, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:52:51 UTC (rev 621773)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.1.1.15
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('1d51fae9861a30d06395ab26e945330385f192def142635da5d92ce7027662cba6d4a784a33286b43bac1ca4fede46c35f34116db34ea4b6357917552a572738')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:53:06
  Author: felixonmars
Revision: 621774

upgpkg: haskell-http-download 0.2.0.0-43: rebuild with validity 0.11.0.0

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:52:51 UTC (rev 621773)
+++ PKGBUILD2020-04-27 02:53:06 UTC (rev 621774)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.2.0.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download;
 license=('MIT')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:52:24
  Author: felixonmars
Revision: 621771

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio-prettyprint/repos/community-staging-x86_64/
  haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD
(from rev 621770, haskell-rio-prettyprint/trunk/PKGBUILD)

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

Copied: haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 621770, haskell-rio-prettyprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:52:24 UTC (rev 621771)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=rio-prettyprint
+pkgname=haskell-rio-prettyprint
+pkgver=0.1.0.0
+pkgrel=57
+pkgdesc="Pretty-printing for RIO"
+url="https://github.com/commercialhaskell/stack;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-colour' 'haskell-path' 'haskell-rio')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('96599c19f5c49824d5bd76c109e2304153170269ecd4c6595f03705216154750670542110fdab450a7e36db00d6a6a0d3acca30e5c7c24a855760b09703a4658')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:51:42
  Author: felixonmars
Revision: 621769

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 621768, haskell-path-io/trunk/PKGBUILD)

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

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
621768, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:51:42 UTC (rev 621769)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+_hkgname=path-io
+pkgname=haskell-path-io
+pkgver=1.6.0
+pkgrel=22
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-path' 'haskell-temporary'
+ 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i -e 's/< *0.7/<1/' $_hkgname.cabal
+}
+
+build() {
+  cd "$srcdir/$_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-dev
+  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.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:52:14
  Author: felixonmars
Revision: 621770

upgpkg: haskell-rio-prettyprint 0.1.0.0-57: rebuild with validity 0.11.0.0

Modified:
  haskell-rio-prettyprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:51:42 UTC (rev 621769)
+++ PKGBUILD2020-04-27 02:52:14 UTC (rev 621770)
@@ -3,7 +3,7 @@
 _hkgname=rio-prettyprint
 pkgname=haskell-rio-prettyprint
 pkgver=0.1.0.0
-pkgrel=56
+pkgrel=57
 pkgdesc="Pretty-printing for RIO"
 url="https://github.com/commercialhaskell/stack;
 license=('MIT')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:51:33
  Author: felixonmars
Revision: 621768

upgpkg: haskell-path-io 1.6.0-22: rebuild with validity 0.11.0.0

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:50:58 UTC (rev 621767)
+++ PKGBUILD2020-04-27 02:51:33 UTC (rev 621768)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.6.0
-pkgrel=21
+pkgrel=22
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io;
 license=("BSD")


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:50:49
  Author: felixonmars
Revision: 621766

upgpkg: haskell-path 0.7.0-14: rebuild with validity 0.11.0.0

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:50:06 UTC (rev 621765)
+++ PKGBUILD2020-04-27 02:50:49 UTC (rev 621766)
@@ -4,7 +4,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.7.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:50:58
  Author: felixonmars
Revision: 621767

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-path/repos/community-staging-x86_64/PKGBUILD (from rev 621766, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:50:58 UTC (rev 621767)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.7.0
+pkgrel=14
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable')
+makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec' 
'haskell-genvalidity-property'
+ 'haskell-hspec' 'haskell-quickcheck' 'haskell-validity')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *1.3/<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-genvalidity-hspec/repos (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:50:06
  Author: felixonmars
Revision: 621765

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-genvalidity-hspec/repos/community-staging-x86_64/
  haskell-genvalidity-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 621764, haskell-genvalidity-hspec/trunk/PKGBUILD)

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

Copied: haskell-genvalidity-hspec/repos/community-staging-x86_64/PKGBUILD (from 
rev 621764, haskell-genvalidity-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:50:06 UTC (rev 621765)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-hspec
+pkgname=haskell-genvalidity-hspec
+pkgver=0.7.0.4
+pkgrel=13
+pkgdesc="Standard spec's for GenValidity instances"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-genvalidity-property' 
'haskell-hspec'
+ 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-validity')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('25b660ca378f9015a71063c49ee0acb98fee2d66a61562e1fca831f1eb806ab6adc469b9694e51a610b14f9ee09765f83223b65a737effeef1fb0aeb98f30392')
+
+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-genvalidity-hspec/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:49:57
  Author: felixonmars
Revision: 621764

upgpkg: haskell-genvalidity-hspec 0.7.0.4-13: rebuild with validity 0.11.0.0

Modified:
  haskell-genvalidity-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:49:21 UTC (rev 621763)
+++ PKGBUILD2020-04-27 02:49:57 UTC (rev 621764)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-hspec
 pkgname=haskell-genvalidity-hspec
 pkgver=0.7.0.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Standard spec's for GenValidity instances"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:49:21
  Author: felixonmars
Revision: 621763

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-genvalidity-property/repos/community-staging-x86_64/
  haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD
(from rev 621762, haskell-genvalidity-property/trunk/PKGBUILD)

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

Copied: haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD 
(from rev 621762, haskell-genvalidity-property/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:49:21 UTC (rev 621763)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-property
+pkgname=haskell-genvalidity-property
+pkgver=0.5.0.1
+pkgrel=13
+pkgdesc="Standard properties for functions on Validity types"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-hspec' 
'haskell-pretty-show' 'haskell-quickcheck'
+ 'haskell-validity')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a50b3cb28cb843bfacff8b1a2248fc6e80ea1667518955a0d8479d607017f45ff99eac71be6797e232e9d6f08f6bfeb3ce00b346c9a40d2cf9da880d84f29add')
+
+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-genvalidity/repos (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:48:30
  Author: felixonmars
Revision: 621761

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-genvalidity/repos/community-staging-x86_64/PKGBUILD (from rev 
621760, haskell-genvalidity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:48:30 UTC (rev 621761)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity
+pkgname=haskell-genvalidity
+pkgver=0.11.0.0
+pkgrel=4
+pkgdesc="Testing utilities for the validity library"
+url="https://github.com/NorfairKing/genvalidity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-random' 'haskell-validity')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('175bb46ac0d11d899e28f5d4481fc01660614a84a0d0a40a913e42200b757f98d22eb42bf87bf8a0f798c60676d6bfba8cc0824143500d8c4e7d61d4864cee8c')
+
+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-genvalidity-property/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:49:11
  Author: felixonmars
Revision: 621762

upgpkg: haskell-genvalidity-property 0.5.0.1-13: rebuild with validity 0.11.0.0

Modified:
  haskell-genvalidity-property/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:48:30 UTC (rev 621761)
+++ PKGBUILD2020-04-27 02:49:11 UTC (rev 621762)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-property
 pkgname=haskell-genvalidity-property
 pkgver=0.5.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Standard properties for functions on Validity types"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:47:33
  Author: felixonmars
Revision: 621759

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-validity/repos/community-staging-x86_64/PKGBUILD (from rev 
621758, haskell-validity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:47:33 UTC (rev 621759)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=validity
+pkgname=haskell-validity
+pkgver=0.11.0.0
+pkgrel=1
+pkgdesc="Validity typeclass"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('48808794d5572deb88b4ea681380d88b60ea4efdbce6f020b708e3038d7a2150c6e7cca16281f31730f3d3669d33cb4ce239156f37633e833564903de93c35bc')
+
+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-genvalidity/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:48:21
  Author: felixonmars
Revision: 621760

upgpkg: haskell-genvalidity 0.11.0.0-4: rebuild with validity 0.11.0.0

Modified:
  haskell-genvalidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:47:33 UTC (rev 621759)
+++ PKGBUILD2020-04-27 02:48:21 UTC (rev 621760)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity
 pkgname=haskell-genvalidity
 pkgver=0.11.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Testing utilities for the validity library"
 url="https://github.com/NorfairKing/genvalidity;
 license=('MIT')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:47:23
  Author: felixonmars
Revision: 621758

upgpkg: haskell-validity 0.11.0.0-1: rebuild with validity 0.11.0.0

Modified:
  haskell-validity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:46:09 UTC (rev 621757)
+++ PKGBUILD2020-04-27 02:47:23 UTC (rev 621758)
@@ -2,8 +2,8 @@
 
 _hkgname=validity
 pkgname=haskell-validity
-pkgver=0.10.0.0
-pkgrel=2
+pkgver=0.11.0.0
+pkgrel=1
 pkgdesc="Validity typeclass"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c3be410c87f3faaed6dc9b7396eccc5f6fab903aa55e63b88f30d0e2990d9e845d14bc711fc7733c6bc948b9c6c6a3f53db0b860358fe5fa038a99fbf40bee68')
+sha512sums=('48808794d5572deb88b4ea681380d88b60ea4efdbce6f020b708e3038d7a2150c6e7cca16281f31730f3d3669d33cb4ce239156f37633e833564903de93c35bc')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:45:46
  Author: felixonmars
Revision: 621755

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 02:45:35 UTC (rev 621754)
+++ PKGBUILD2020-04-27 02:45:46 UTC (rev 621755)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pygithub
-pkgver=1.47
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub;
-depends=('python-deprecated' 'python-pyjwt' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 
'python-parameterized')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
-sha512sums=('2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3')
-
-build() {
-  cd PyGithub-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyGithub-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 621754, 
python-pygithub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 02:45:46 UTC (rev 621755)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pygithub
+pkgver=1.50
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub;
+depends=('python-deprecated' 'python-pyjwt' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 
'python-parameterized')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
+sha512sums=('c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041')
+
+build() {
+  cd PyGithub-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyGithub-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:46:01
  Author: felixonmars
Revision: 621756

upgpkg: udisks2-qt5 5.0.3-1

Modified:
  udisks2-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:45:46 UTC (rev 621755)
+++ PKGBUILD2020-04-27 02:46:01 UTC (rev 621756)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=udisks2-qt5
-pkgver=5.0.0
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='UDisks2 DBus interfaces binding for Qt5'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('qt5-base' 'udisks2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/udisks2-qt5/archive/$pkgver.tar.gz;)
-sha512sums=('fa1d656d791e94f381d9eafb991e837733280cec60d6de429c6133391ad18c94880e62cc2ef1eaaab7baf00f230c25467d50a6034bb58e874f0fb8969771cf2c')
+sha512sums=('09c0c85c3488c50d8278e2afac14488fb0141bdfb52685694ba6f71ee181255d5156d67a367ac139265a368355358a0ac2598c54757ca466ee077f0aa3f8208d')
 
 build() {
   cd udisks2-qt5-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:46:09
  Author: felixonmars
Revision: 621757

archrelease: copy trunk to community-staging-x86_64

Added:
  udisks2-qt5/repos/community-staging-x86_64/
  udisks2-qt5/repos/community-staging-x86_64/PKGBUILD
(from rev 621756, udisks2-qt5/trunk/PKGBUILD)

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

Copied: udisks2-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 621756, 
udisks2-qt5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 02:46:09 UTC (rev 621757)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=udisks2-qt5
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='UDisks2 DBus interfaces binding for Qt5'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/udisks2-qt5;
+license=('GPL3')
+depends=('qt5-base' 'udisks2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/udisks2-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('09c0c85c3488c50d8278e2afac14488fb0141bdfb52685694ba6f71ee181255d5156d67a367ac139265a368355358a0ac2598c54757ca466ee077f0aa3f8208d')
+
+build() {
+  cd udisks2-qt5-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd udisks2-qt5-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 02:45:35
  Author: felixonmars
Revision: 621754

upgpkg: python-pygithub 1.50-1

Modified:
  python-pygithub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 02:04:30 UTC (rev 621753)
+++ PKGBUILD2020-04-27 02:45:35 UTC (rev 621754)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pygithub
-pkgver=1.47
+pkgver=1.50
 pkgrel=1
 pkgdesc="Use the full Github API v3"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 
'python-parameterized')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
-sha512sums=('2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3')
+sha512sums=('c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041')
 
 build() {
   cd PyGithub-$pkgver


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 02:04:30
  Author: eschwartz
Revision: 621753

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
(from rev 621752, calibre/trunk/0001-De-vendor-pychm.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 621752, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-alternatives.sh
(from rev 621752, calibre/trunk/calibre-alternatives.sh)
  calibre/repos/community-x86_64/calibre-common.install
(from rev 621752, calibre/trunk/calibre-common.install)
  calibre/repos/community-x86_64/calibre.install
(from rev 621752, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-alternatives.sh
  calibre/repos/community-x86_64/calibre-common.install
  calibre/repos/community-x86_64/calibre.install

+
 0001-De-vendor-pychm.patch |13730 +--
 PKGBUILD   |  355 -
 calibre-alternatives.sh|  122 
 calibre-common.install |   18 
 calibre.install|   14 
 5 files changed, 7121 insertions(+), 7118 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 621752:621753 to see the changes.


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 02:03:57
  Author: eschwartz
Revision: 621752

upgpkg: calibre 4.14.0-1: upstream release

update dependencies for python2-specific backport, drop macOS-specific backport
thing that is never imported under linux

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 01:38:17 UTC (rev 621751)
+++ PKGBUILD2020-04-27 02:03:57 UTC (rev 621752)
@@ -8,7 +8,7 @@
 
 pkgbase=calibre
 pkgname=('calibre' 'calibre-common' 'calibre-python3')
-pkgver=4.13.0
+pkgver=4.14.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -18,10 +18,11 @@
   'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
   'netifaces' 'unrardll' 'pillow' 'psutil' 'pychm' 'pygments' 'pyqt5'
   'pyqtwebengine' 'regex')
+_py2_deps=("${_py_deps[@]}" 'ipaddress')
 _py3_deps=("${_py_deps[@]}" 'zeroconf')
 depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusbx'
  'libwmf' 'mathjax2' 'mtdev' 'optipng' 'podofo' 'qt5-svg' 'udisks2')
-makedepends=("${_py_deps[@]/#/python2-}" "${_py3_deps[@]/#/python-}" 
'qt5-x11extras'
+makedepends=("${_py2_deps[@]/#/python2-}" "${_py3_deps[@]/#/python-}" 
'qt5-x11extras'
  'rapydscript-ng' 'sip' 'xdg-utils')
 checkdepends=('xorg-server-xvfb')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
@@ -28,11 +29,11 @@
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;
 "0001-De-vendor-pychm.patch"
 "calibre-alternatives.sh")
-sha256sums=('f9587dea4f9ea76c6a5ec11b04ee66d0199d4ab3a4aad8c87966fed8ee76e1f6'
+sha256sums=('1c0dd818f602d76724aa8512a23f51101bf385233e2e5cc1cd31cae4a90f0e21'
 'SKIP'
 'f7b829aea1d33818808cbeeb9a295e18e49edf619a5bc89b8315c88f56ce4d25'
 '940cc7081d0a64ba363bb0e1a1d8e0563c676458f90db845f2fbdd4195c075b3')
-b2sums=('46d012d633b98fd892c194692d007d9c383b0cce520c4b9c97a74ab6da366efbc8861ed718b4a92d331e800e4cd44d27d51acfda8cbeca7726ba3e50cdfe139a'
+b2sums=('a643ec69b99fb8f4b8fee922621925c19bf5cf2053b16da0f0fdc7479d100eb2b9a84f19b3cd17326c340e68aa721e18966eeb58810221323eba1d2d46b60763'
 'SKIP'
 
'c35181c70084813772c4d593311b48b3e3bcc3b4e9e8ee58112b9beab2bbc0de1ee22aafc3d06cfd812f87a2e91292f7b7f1dc5f522c55440f415b6b265d5671'
 
'543df218dfd2d4152a941ab57118d69bf4c6927e8020ee53c9a8b38efe9c89f032dc6385207e134cc9f69bfdc9cbcf63cd92fa6ea1647cbd534c5a511a5d1e91')
@@ -52,6 +53,8 @@
 # needed for frozen builds + beautifulsoup4
 # see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
 rm -r src/backports
+# biplist is only used on macOS + python2
+rm -r src/biplist/
 # devendor pychm now, from the py3 building branch:
 # 
https://github.com/kovidgoyal/calibre/commit/959b7e3fafff5faad6ae59263f825b23c7563dd4
 patch -p1 -i ../0001-De-vendor-pychm.patch
@@ -119,7 +122,7 @@
 
 package_calibre() {
 pkgdesc+=" (python2 build)"
-depends=('calibre-common' "${_py_deps[@]/#/python2-}")
+depends=('calibre-common' "${_py2_deps[@]/#/python2-}")
 optdepends+=('ipython2: to use calibre-debug')
 install=calibre.install
 


[arch-commits] Commit in gnome-sound-recorder/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 27, 2020 @ 01:46:20
  Author: heftig
Revision: 381646

archrelease: copy trunk to extra-any

Added:
  gnome-sound-recorder/repos/extra-any/PKGBUILD
(from rev 381645, gnome-sound-recorder/trunk/PKGBUILD)
Deleted:
  gnome-sound-recorder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 01:40:54 UTC (rev 381645)
+++ PKGBUILD2020-04-27 01:46:20 UTC (rev 381646)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-sound-recorder
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="A utility to make simple audio recording from your GNOME desktop"
-url="https://wiki.gnome.org/Apps/SoundRecorder;
-arch=(any)
-license=(GPL2)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
-makedepends=(gobject-introspection git meson)
-groups=(gnome-extra)
-_commit=90f1c5cc36ff3c9472d2334cba857110dcd19d10  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.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
-}
-
-# vim:set sw=2 et:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 381645, 
gnome-sound-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 01:46:20 UTC (rev 381646)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=3.34.0+10+gc4bdfa0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder;
+arch=(any)
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=c4bdfa0843b402cfc5155e25115b280a611d7a4e  # gnome-3-36
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.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
+}
+
+# vim:set sw=2 et:


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

2020-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 27, 2020 @ 01:40:54
  Author: heftig
Revision: 381645

3.34.0+10+gc4bdfa0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 01:36:10 UTC (rev 381644)
+++ PKGBUILD2020-04-27 01:40:54 UTC (rev 381645)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=3.34.0
+pkgver=3.34.0+10+gc4bdfa0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder;
@@ -10,7 +10,7 @@
 depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
 makedepends=(gobject-introspection git meson)
 groups=(gnome-extra)
-_commit=90f1c5cc36ff3c9472d2334cba857110dcd19d10  # tags/3.34.0^0
+_commit=c4bdfa0843b402cfc5155e25115b280a611d7a4e  # gnome-3-36
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 27, 2020 @ 01:36:10
  Author: heftig
Revision: 381644

archrelease: copy trunk to extra-x86_64

Added:
  quadrapassel/repos/extra-x86_64/PKGBUILD
(from rev 381643, quadrapassel/trunk/PKGBUILD)
Deleted:
  quadrapassel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 01:36:00 UTC (rev 381643)
+++ PKGBUILD2020-04-27 01:36:10 UTC (rev 381644)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-url="https://wiki.gnome.org/Apps/Quadrapassel;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libmanette)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=78685da1e9e4b675e40d3e19e2498c20238eb969  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;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: quadrapassel/repos/extra-x86_64/PKGBUILD (from rev 381643, 
quadrapassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 01:36:10 UTC (rev 381644)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.36.02
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+url="https://wiki.gnome.org/Apps/Quadrapassel;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libmanette)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=20ba3b649c078606f2fc9d12d714ea2d6c830264  # tags/3.36.02^0
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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 quadrapassel/trunk (PKGBUILD)

2020-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 27, 2020 @ 01:36:00
  Author: heftig
Revision: 381643

3.36.02-1

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:56:19 UTC (rev 381642)
+++ PKGBUILD2020-04-27 01:36:00 UTC (rev 381643)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=quadrapassel
-pkgver=3.36.0
+pkgver=3.36.02
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 url="https://wiki.gnome.org/Apps/Quadrapassel;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libmanette)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=78685da1e9e4b675e40d3e19e2498c20238eb969  # tags/3.36.0^0
+_commit=20ba3b649c078606f2fc9d12d714ea2d6c830264  # tags/3.36.02^0
 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 01:24:32
  Author: felixonmars
Revision: 621746

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 621745, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 01:24:22 UTC (rev 621745)
+++ PKGBUILD2020-04-27 01:24:32 UTC (rev 621746)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-os-client-config
-pkgver=2.1.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-depends=('python-openstacksdk')
-makedepends=('python-setuptools')
-checkdepends=('python-stestr' 'python-oslotest' 'python-jsonschema' 
'python-mock'
-  'python-glanceclient')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/os-client-config/archive/$pkgver.tar.gz;)
-sha512sums=('f019b5fa44a587bf853a931c9ee86a7e83c5f0d0319f2d5f75cfd34ce947f9961a7905e80df0c06f8234c9e36dc13bfcf039264243b57dd76874bfb3fd55d7bd')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  # FS#54781
-  # https://bugs.launchpad.net/os-client-config/+bug/1707019
-  # sed -i "/^packages =/i package_data = os_client_config = *.json */*.json" 
os-client-config-$pkgver/setup.cfg
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
os-client-config-$pkgver/os_client_config/tests/test_config.py
-}
-
-build() {
-  cd os-client-config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd os-client-config-$pkgver
-  stestr run
-}
-
-package() {
-  cd os-client-config-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 621745, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 01:24:32 UTC (rev 621746)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-os-client-config
+pkgver=2.1.0
+pkgrel=2
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+depends=('python-openstacksdk')
+makedepends=('python-setuptools')
+checkdepends=('python-stestr' 'python-oslotest' 'python-jsonschema' 
'python-mock'
+  'python-glanceclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/os-client-config/archive/$pkgver.tar.gz;)
+sha512sums=('f019b5fa44a587bf853a931c9ee86a7e83c5f0d0319f2d5f75cfd34ce947f9961a7905e80df0c06f8234c9e36dc13bfcf039264243b57dd76874bfb3fd55d7bd')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  # FS#54781
+  # https://bugs.launchpad.net/os-client-config/+bug/1707019
+  sed -i "/^packages =/i package_data = os_client_config = *.json */*.json" 
os-client-config-$pkgver/setup.cfg
+
+  sed -i 's/assertItemsEqual/assertCountEqual/' 
os-client-config-$pkgver/os_client_config/tests/test_config.py
+}
+
+build() {
+  cd os-client-config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd os-client-config-$pkgver
+  stestr run
+}
+
+package() {
+  cd os-client-config-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 27, 2020 @ 01:24:22
  Author: felixonmars
Revision: 621745

upgpkg: python-os-client-config 2.1.0-2: enable the json fix again (FS#65524)

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 00:56:36 UTC (rev 621744)
+++ PKGBUILD2020-04-27 01:24:22 UTC (rev 621745)
@@ -2,7 +2,7 @@
 
 pkgname=python-os-client-config
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'
 url='https://github.com/openstack/os-client-config'
@@ -19,7 +19,7 @@
 prepare() {
   # FS#54781
   # https://bugs.launchpad.net/os-client-config/+bug/1707019
-  # sed -i "/^packages =/i package_data = os_client_config = *.json */*.json" 
os-client-config-$pkgver/setup.cfg
+  sed -i "/^packages =/i package_data = os_client_config = *.json */*.json" 
os-client-config-$pkgver/setup.cfg
 
   sed -i 's/assertItemsEqual/assertCountEqual/' 
os-client-config-$pkgver/os_client_config/tests/test_config.py
 }


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

2020-04-26 Thread Kpcyrd via arch-commits
Date: Monday, April 27, 2020 @ 00:56:36
  Author: kpcyrd
Revision: 621744

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 621743, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 00:56:10 UTC (rev 621743)
+++ PKGBUILD2020-04-27 00:56:36 UTC (rev 621744)
@@ -1,75 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=rebuilderd
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro')
-makedepends=('cargo')
-backup=('etc/rebuilderd.conf'
-'etc/rebuilderd-sync.conf'
-'etc/rebuilderd-worker.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('0bc4d8a4ed5370fdc47f5fc08826dc618b8a2ddea31dad8d73159b28c1ac12c89682681bd27e5cfcc1198bc9639922f6368112f111e5b8f1d091abd538019fdd'
-'SKIP')
-b2sums=('968a79236fd2a863fa31bc378a814de4ecf9eae95cdc8a80a13afa4d989be03cda7d31b0eea025cd1f7f69a603fcac607a26e45fcb35844a1a24d4222084ad90'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker \
-target/release/rebuildctl
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-archlinux.sh \
-worker/rebuilder-debian.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 621743, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 00:56:36 UTC (rev 621744)
@@ -0,0 +1,84 @@
+# Maintainer: kpcyrd 
+
+pkgname=rebuilderd
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('libsodium' 'sqlite' 'archlinux-repro')
+makedepends=('cargo' 'scdoc')
+backup=('etc/rebuilderd.conf'
+'etc/rebuilderd-sync.conf'
+'etc/rebuilderd-worker.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('3c33aeb0fd147231faa00f045983383535bad6eac48d865ea96a0b8f3dd8140b509915f1620c9effe25f882cebe78dc42a52e799afef208c49f190cc1f70f778'
+'SKIP')
+b2sums=('14f68b879df6127389289e09b1955a0fba4cec1ec979899957ee26f8e85d49cfa2a31d7dc6e4869bdd21ddc33b72c9c726b931c99b7968db7327f3da97e73b15'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make docs
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 -t 

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

2020-04-26 Thread Kpcyrd via arch-commits
Date: Monday, April 27, 2020 @ 00:56:10
  Author: kpcyrd
Revision: 621743

upgpkg: rebuilderd 0.3.0-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 00:14:23 UTC (rev 621742)
+++ PKGBUILD2020-04-27 00:56:10 UTC (rev 621743)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=rebuilderd
-pkgver=0.2.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
@@ -8,15 +8,15 @@
 arch=('x86_64')
 license=('GPL3')
 depends=('libsodium' 'sqlite' 'archlinux-repro')
-makedepends=('cargo')
+makedepends=('cargo' 'scdoc')
 backup=('etc/rebuilderd.conf'
 'etc/rebuilderd-sync.conf'
 'etc/rebuilderd-worker.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('0bc4d8a4ed5370fdc47f5fc08826dc618b8a2ddea31dad8d73159b28c1ac12c89682681bd27e5cfcc1198bc9639922f6368112f111e5b8f1d091abd538019fdd'
+sha512sums=('3c33aeb0fd147231faa00f045983383535bad6eac48d865ea96a0b8f3dd8140b509915f1620c9effe25f882cebe78dc42a52e799afef208c49f190cc1f70f778'
 'SKIP')
-b2sums=('968a79236fd2a863fa31bc378a814de4ecf9eae95cdc8a80a13afa4d989be03cda7d31b0eea025cd1f7f69a603fcac607a26e45fcb35844a1a24d4222084ad90'
+b2sums=('14f68b879df6127389289e09b1955a0fba4cec1ec979899957ee26f8e85d49cfa2a31d7dc6e4869bdd21ddc33b72c9c726b931c99b7968db7327f3da97e73b15'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
@@ -24,6 +24,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   cargo build --release --locked
+  make docs
 }
 
 check() {
@@ -70,6 +71,14 @@
 
   # install docs
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
+contrib/docs/rebuilderd.1 \
+contrib/docs/rebuildctl.1 \
+contrib/docs/rebuilderd-worker.1
+  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
+contrib/docs/rebuilderd.conf.5 \
+contrib/docs/rebuilderd-sync.conf.5 \
+contrib/docs/rebuilderd-worker.conf.5
 }
 
 # vim: ts=2 sw=2 et:


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 00:14:23
  Author: eschwartz
Revision: 621742

archrelease: copy trunk to community-any

Added:
  checkbashisms/repos/community-any/PKGBUILD
(from rev 621741, checkbashisms/trunk/PKGBUILD)
Deleted:
  checkbashisms/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 00:13:25 UTC (rev 621741)
+++ PKGBUILD2020-04-27 00:14:23 UTC (rev 621742)
@@ -1,20 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=checkbashisms
-pkgver=2.18.4
-pkgrel=1
-pkgdesc='Debian script that checks for bashisms'
-arch=('any')
-url="https://packages.qa.debian.org/d/devscripts.html;
-license=('GPL')
-depends=('perl')
-source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz;)
-sha256sums=('fcdbac262a2caa9e522cd762bb98b891e324001e70fee2b37083ff1be41faa3d')
-
-package() {
-cd "${srcdir}"/devscripts-${pkgver}/scripts
-
-sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
-install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
-install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
-}

Copied: checkbashisms/repos/community-any/PKGBUILD (from rev 621741, 
checkbashisms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 00:14:23 UTC (rev 621742)
@@ -0,0 +1,21 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=checkbashisms
+pkgver=2.20.3
+pkgrel=1
+pkgdesc='Debian script that checks for bashisms'
+arch=('any')
+url="https://packages.qa.debian.org/d/devscripts.html;
+license=('GPL')
+depends=('perl')
+source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz;)
+sha256sums=('84ca5d2d14517d98dafdb7ce27a2905f1ad07b85c5fea4825f2266648b87e4be')
+b2sums=('074905e621234c60e26a014831a021b51f5f8fbdac4d6fa3a17aa98f994b4c171404a2326f5b00565f365469b41f1c7e5f03b6efa29f809b51bbabde209cafc2')
+
+package() {
+cd "${srcdir}"/devscripts-${pkgver}/scripts
+
+sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
+install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
+install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
+}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 00:13:25
  Author: eschwartz
Revision: 621741

upgpkg: checkbashisms 2.20.3-1: upstream release

Modified:
  checkbashisms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 23:48:37 UTC (rev 621740)
+++ PKGBUILD2020-04-27 00:13:25 UTC (rev 621741)
@@ -1,7 +1,7 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=checkbashisms
-pkgver=2.18.4
+pkgver=2.20.3
 pkgrel=1
 pkgdesc='Debian script that checks for bashisms'
 arch=('any')
@@ -9,7 +9,8 @@
 license=('GPL')
 depends=('perl')
 
source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz;)
-sha256sums=('fcdbac262a2caa9e522cd762bb98b891e324001e70fee2b37083ff1be41faa3d')
+sha256sums=('84ca5d2d14517d98dafdb7ce27a2905f1ad07b85c5fea4825f2266648b87e4be')
+b2sums=('074905e621234c60e26a014831a021b51f5f8fbdac4d6fa3a17aa98f994b4c171404a2326f5b00565f365469b41f1c7e5f03b6efa29f809b51bbabde209cafc2')
 
 package() {
 cd "${srcdir}"/devscripts-${pkgver}/scripts


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:48:37
  Author: eschwartz
Revision: 621740

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/PKGBUILD
(from rev 621739, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 621739, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---+
 PKGBUILD  |   54 +--
 changelog.txt |   86 
 2 files changed, 83 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 23:48:19 UTC (rev 621739)
+++ PKGBUILD2020-04-26 23:48:37 UTC (rev 621740)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
- 'python-html2text')
-optdepends=('python-pillow: support for converting/resizing story images and 
covers')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0d5d906b21f03836af0a805d436e8547b8fa590e9968277a7922b6f7ee6e0158')
-b2sums=('ddd5c7cb3d68720424de90b6f18cc5c693493038549c98a7496692c9a54ced1b6961817018fb20bd086180737e72c880ee6ee485b70ed3fe26c4ad2a5ea0bab0')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 621739, 
fanficfare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 23:48:37 UTC (rev 621740)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname};
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+ 'python-html2text')
+optdepends=('python-pillow: support for converting/resizing story images and 
covers')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('81ebd145be8a05cf8e23d5bfe189c7e705b515305c3fcb7c7f3866470893e19e')
+b2sums=('65252bf8d4110de1d3c278370f8b35abd91d01f822ec0d0c38cf331dae8524a8f824e485cc3aa128abf391cbf7e6d79893f2a255876982e62c28a360b14f3b8d')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: changelog.txt
===
--- changelog.txt   2020-04-26 23:48:19 UTC (rev 621739)
+++ changelog.txt   2020-04-26 23:48:37 UTC (rev 621740)
@@ -1,30 +0,0 @@
-Version 3.16.0 - 13 Feb 2020
-- New Site: archive.hpfanfictalk.com (eFiction non-base)
-- Reduce debug output in base_xenforoforum_adapter.
-- Add replace_xbr_with_hr feature.
-- Update translations.
-- Fix for adapter_storiesonlinenet requiring 'v' from login.php.
-- Add more domains for AO3.
-- Use storyUrl from metadata for checking library, for those sites that make
-  canonical storyUrl difficult, like adapter_literotica. Closes #461. Plugin
-  only.
-- Optional EPUB 3.0 output
-
-Version 3.15.0 - 15 Jan 2020
-- Remove site nfacommunity.com, parked domain, last worked Dec2018.
-- Remove site fannation.shades-of-moonlight.com, parked domain, last worked
-  Dec2018.
-- Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net.
-- trekfanfiction.net uses utf8 now
-- Make sure storyUrl has &-> and then change it back for Calibre. Matches
-  how authorUrl is handled(in all_metadata). Closes #460 for
-  adapter_sugarquillnet .
-- adapter_sugarquillnet change chapter text td to div. Issue #460
-- Update adapter_alternatehistorycom for XenForo2. Issue #457
-- Order custom columns in config page.
-- Add -U/--update-epub-always option to CLI.
-- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default
-  cover.
-- Catch ',' in front of 'Thread' in forum titles. XenForo sites.
-- Set minimum_calibre_version to v2.85.1, last of 2 series.
-- Changes for Python3 compatibility, thanks eschwartz!

Copied: fanficfare/repos/community-any/changelog.txt (from rev 621739, 
fanficfare/trunk/changelog.txt)
===
--- changelog.txt   (rev 0)
+++ changelog.txt   

[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:48:19
  Author: eschwartz
Revision: 621739

upgpkg: fanficfare 3.18.0-1: upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---+
 PKGBUILD  |6 +++---
 changelog.txt |   26 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 23:32:20 UTC (rev 621738)
+++ PKGBUILD2020-04-26 23:48:19 UTC (rev 621739)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.16.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -13,8 +13,8 @@
  'python-html2text')
 optdepends=('python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0d5d906b21f03836af0a805d436e8547b8fa590e9968277a7922b6f7ee6e0158')
-b2sums=('ddd5c7cb3d68720424de90b6f18cc5c693493038549c98a7496692c9a54ced1b6961817018fb20bd086180737e72c880ee6ee485b70ed3fe26c4ad2a5ea0bab0')
+sha256sums=('81ebd145be8a05cf8e23d5bfe189c7e705b515305c3fcb7c7f3866470893e19e')
+b2sums=('65252bf8d4110de1d3c278370f8b35abd91d01f822ec0d0c38cf331dae8524a8f824e485cc3aa128abf391cbf7e6d79893f2a255876982e62c28a360b14f3b8d')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===
--- changelog.txt   2020-04-26 23:32:20 UTC (rev 621738)
+++ changelog.txt   2020-04-26 23:48:19 UTC (rev 621739)
@@ -1,3 +1,29 @@
+Version 3.18.0 - 01 Apr 2020
+- Resurrect fanfiction.tenhawkpresents.com and change to
+  fanfic.tenhawkpresents.ink
+- fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns.
+- Changes to adapter_archiveofourownorg for AO3 changes re: view_adult=true
+- Accept https URLs for adapter_wwwutopiastoriescom, but don't use
+  https--doesn't work with python.
+- Remove extra spaces from replace_metadata examples
+- Fix Description parsing with series/universe/contest links in
+  adapter_storiesonlinenet.
+- Fixes for ficbook.net site changes.
+- Correct comments for universe_as_series setting in defaults.ini.
+- Fix for adapter_ficbooknet when no ships/characters.
+- Make sure all timestamps are using Calibre's local_tz.
+- Need to unicode() ini data passed in from Calibre CLI.
+- Add inject_chapter_title feature to adapter_storiesonlinenet.
+- Fix for XF logins using manual user/pass instead of personal.ini.
+
+Version 3.17.0 - 14 Mar 2020
+- Add base_xenforo2forum feature skip_sticky_first_posts(on by default).
+  Closes #470
+- Ignore AO3's chapter numbers for use_view_full_work and use chapter offset
+  instead. Closes #473
+- Add order_threadmarks_by_date to base_xenforoforum, improve defaults.ini.
+  For #469
+
 Version 3.16.0 - 13 Feb 2020
 - New Site: archive.hpfanfictalk.com (eFiction non-base)
 - Reduce debug output in base_xenforoforum_adapter.


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:32:20
  Author: eschwartz
Revision: 621738

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 23:32:05 UTC (rev 621737)
+++ PKGBUILD2020-04-26 23:32:20 UTC (rev 621738)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli schwartz 
-
-pkgname=firefox-noscript
-pkgver=11.0.23
-pkgrel=1
-_file=3534184
-pkgdesc="Extension for firefox which disables javascript"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('3f046da13f487392f34858f8a5e2fc24d7d87ff19e98a3a7907f59baff8a3705')
-b2sums=('9a43aca10e1b594b19fd291032ece923d212578a81d85df86b1f97f907b60116befd26a55893bdc8c242ee28cb65f75476c5e2631a261cb52c8fa3a9d7aee9dd')
-
-package() {
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

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


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:32:05
  Author: eschwartz
Revision: 621737

upgpkg: firefox-noscript 11.0.25-1: upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 23:28:59 UTC (rev 621736)
+++ PKGBUILD2020-04-26 23:32:05 UTC (rev 621737)
@@ -2,9 +2,9 @@
 # Maintainer: Eli schwartz 
 
 pkgname=firefox-noscript
-pkgver=11.0.23
+pkgver=11.0.25
 pkgrel=1
-_file=3534184
+_file=3552502
 pkgdesc="Extension for firefox which disables javascript"
 arch=('any')
 url="https://noscript.net/;
@@ -14,8 +14,8 @@
 makedepends=('unzip')
 
source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('3f046da13f487392f34858f8a5e2fc24d7d87ff19e98a3a7907f59baff8a3705')
-b2sums=('9a43aca10e1b594b19fd291032ece923d212578a81d85df86b1f97f907b60116befd26a55893bdc8c242ee28cb65f75476c5e2631a261cb52c8fa3a9d7aee9dd')
+sha256sums=('2e55cf6dc6d0f6012e2f0328ecfec182a4f02c94e2fc40818af41f610ebd6668')
+b2sums=('24f95d4828bb7178df35c08bb3dd437c07cb2d6d087ffd7ebbcb05a1183303fe55fd1358cbe6edc459b8ba1f44a26cd9d85449d4d7a7f425a43665db3ef7a65c')
 
 package() {
   _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:28:59
  Author: eschwartz
Revision: 621736

archrelease: copy trunk to community-x86_64

Added:
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 621735, qbittorrent/trunk/PKGBUILD)
Deleted:
  qbittorrent/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 23:28:45 UTC (rev 621735)
+++ PKGBUILD2020-04-26 23:28:59 UTC (rev 621736)
@@ -1,63 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Antonio Rojas 
-# Contributor: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.2.4
-pkgrel=1
-arch=('x86_64')
-url="https://www.qbittorrent.org;
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base')
-makedepends=('boost' 'qt5-tools' 'qt5-svg')
-optdepends=('python: needed for torrent search tab')
-source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('ee0dd371ee0a65e38aba93d4c6f39ae1cadbae08be59383f7f33d00d17d603beea1c1a0c2fd7742bff65602bd986f939b681def72af8ab3bccd0eed50b31'
-'SKIP')
-b2sums=('82bf5029186fc97a5b62e4a6f32e24b1776c740973b92d0f98640dcac58d162443b9351acb50ca60d747992cd8db900c4bf71c06fa1032bac330eaddb4658d17'
-'SKIP')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 

-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  # tell qmake not to break makepkg's debug/!strip options
-  export QBT_ADD_CONFIG='nostrip'
-
-  mkdir -p ${pkgbase}
-  pushd ${pkgbase}
-  ../configure --prefix=/usr
-  make
-  popd
-
-  # Build nox variant
-  mkdir -p "${pkgbase}-nox"
-  pushd "${pkgbase}-nox"
-  ../configure --prefix=/usr --disable-gui --enable-systemd
-  make
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends+=('qt5-svg' 'hicolor-icon-theme')
-
-  cd ${pkgbase}-${pkgver}/${pkgbase}
-
-  make INSTALL_ROOT="${pkgdir}" install
-  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-
-  cd ${pkgbase}-${pkgver}/${pkgbase}-nox
-
-  make INSTALL_ROOT="${pkgdir}" install
-  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 621735, 
qbittorrent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 23:28:59 UTC (rev 621736)
@@ -0,0 +1,63 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Antonio Rojas 
+# Contributor: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=4.2.5
+pkgrel=1
+arch=('x86_64')
+url="https://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qt5-base')
+makedepends=('boost' 'qt5-tools' 'qt5-svg')
+optdepends=('python: needed for torrent search tab')
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('aee755ba27946bf9bc587acce9f35b91ac8b1dde6614742945f668d3b9985e4096acc4b8387e6003defcb5fc3ec37cd8e7b96b11487e00e6b88c728fc723da95'
+'SKIP')
+b2sums=('c459a9a1e076988b8bba7dc281f5e759109b96d11b47609d01005dc206ad64bef866c9da039b248e82448ccab91450a95a8120e0cbdb628134048efe6e0f5ff1'
+'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 

+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  # tell qmake not to break makepkg's debug/!strip options
+  export QBT_ADD_CONFIG='nostrip'
+
+  mkdir -p ${pkgbase}
+  pushd ${pkgbase}
+  ../configure --prefix=/usr
+  make
+  popd
+
+  # Build nox variant
+  mkdir -p "${pkgbase}-nox"
+  pushd "${pkgbase}-nox"
+  ../configure --prefix=/usr --disable-gui --enable-systemd
+  make
+}
+
+package_qbittorrent() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
+  depends+=('qt5-svg' 'hicolor-icon-theme')
+
+  cd ${pkgbase}-${pkgver}/${pkgbase}
+
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING

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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 23:28:45
  Author: eschwartz
Revision: 621735

upgpkg: qbittorrent 4.2.5-1: upstream release

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 23:23:01 UTC (rev 621734)
+++ PKGBUILD2020-04-26 23:28:45 UTC (rev 621735)
@@ -9,7 +9,7 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.2.4
+pkgver=4.2.5
 pkgrel=1
 arch=('x86_64')
 url="https://www.qbittorrent.org;
@@ -18,9 +18,9 @@
 makedepends=('boost' 'qt5-tools' 'qt5-svg')
 optdepends=('python: needed for torrent search tab')
 
source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('ee0dd371ee0a65e38aba93d4c6f39ae1cadbae08be59383f7f33d00d17d603beea1c1a0c2fd7742bff65602bd986f939b681def72af8ab3bccd0eed50b31'
+sha512sums=('aee755ba27946bf9bc587acce9f35b91ac8b1dde6614742945f668d3b9985e4096acc4b8387e6003defcb5fc3ec37cd8e7b96b11487e00e6b88c728fc723da95'
 'SKIP')
-b2sums=('82bf5029186fc97a5b62e4a6f32e24b1776c740973b92d0f98640dcac58d162443b9351acb50ca60d747992cd8db900c4bf71c06fa1032bac330eaddb4658d17'
+b2sums=('c459a9a1e076988b8bba7dc281f5e759109b96d11b47609d01005dc206ad64bef866c9da039b248e82448ccab91450a95a8120e0cbdb628134048efe6e0f5ff1'
 'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 

 


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

2020-04-26 Thread Filipe Laíns via arch-commits
Date: Sunday, April 26, 2020 @ 23:22:50
  Author: ffy00
Revision: 621733

upgpkg: python-jeepney-objects 0.2.0-1

Modified:
  python-jeepney-objects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 23:18:14 UTC (rev 621732)
+++ PKGBUILD2020-04-26 23:22:50 UTC (rev 621733)
@@ -2,7 +2,7 @@
 
 _pkgname=jeepney-objects
 pkgname=python-$_pkgname
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='Create and publish pure python DBus objects using jeepney'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'dbus')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b8b3f40291ca949ad3902c80f05a97544577c227ef28e4391ba3d54fbbb8144a4137003b7934ee5864de06b658ebce83755c111b48a5635531c58d6b51ff')
+sha512sums=('c639e9e738e43fe26f40deacda87ddd97cac8db870f35597c30f8d96f165ab882441a472cd99f35530107a41bb8bb46618d894fca0e59dd59d037c4a8761dcad')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-04-26 Thread Filipe Laíns via arch-commits
Date: Sunday, April 26, 2020 @ 23:23:01
  Author: ffy00
Revision: 621734

archrelease: copy trunk to community-any

Added:
  python-jeepney-objects/repos/community-any/PKGBUILD
(from rev 621733, python-jeepney-objects/trunk/PKGBUILD)
Deleted:
  python-jeepney-objects/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 23:22:50 UTC (rev 621733)
+++ PKGBUILD2020-04-26 23:23:01 UTC (rev 621734)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=jeepney-objects
-pkgname=python-$_pkgname
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Create and publish pure python DBus objects using jeepney'
-arch=('any')
-url='https://github.com/ocaballeror/jeepney-objects'
-license=('GPL')
-depends=('python-jeepney')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'dbus')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b8b3f40291ca949ad3902c80f05a97544577c227ef28e4391ba3d54fbbb8144a4137003b7934ee5864de06b658ebce83755c111b48a5635531c58d6b51ff')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  eval $(dbus-launch --sh-syntax)
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-jeepney-objects/repos/community-any/PKGBUILD (from rev 621733, 
python-jeepney-objects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 23:23:01 UTC (rev 621734)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=jeepney-objects
+pkgname=python-$_pkgname
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Create and publish pure python DBus objects using jeepney'
+arch=('any')
+url='https://github.com/ocaballeror/jeepney-objects'
+license=('GPL')
+depends=('python-jeepney')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'dbus')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c639e9e738e43fe26f40deacda87ddd97cac8db870f35597c30f8d96f165ab882441a472cd99f35530107a41bb8bb46618d894fca0e59dd59d037c4a8761dcad')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  eval $(dbus-launch --sh-syntax)
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 23:17:46
  Author: kkeen
Revision: 621731

upgpkg: pyglet 1.5.4-1 and FS#63727

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:56:44 UTC (rev 621730)
+++ PKGBUILD2020-04-26 23:17:46 UTC (rev 621731)
@@ -5,7 +5,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.0
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -13,9 +13,10 @@
 license=('BSD')
 depends=('python' 'glu' 'python-future')
 makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio support')
+optdepends=('ffmpeg: provides audio support'
+'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('81dd8452908eaae866b544e9ec9480c9')
+md5sums=('550b7423f156dc5a1d8196e3effcdd10')
 
 prepare() {
cd "$srcdir"


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 23:18:14
  Author: kkeen
Revision: 621732

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 621731, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 23:17:46 UTC (rev 621731)
+++ PKGBUILD2020-04-26 23:18:14 UTC (rev 621732)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet;
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio support')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('81dd8452908eaae866b544e9ec9480c9')
-
-prepare() {
-   cd "$srcdir"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet-$pkgver/pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 621731, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 23:18:14 UTC (rev 621732)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet;
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
+md5sums=('550b7423f156dc5a1d8196e3effcdd10')
+
+prepare() {
+   cd "$srcdir"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet-$pkgver/pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:50:08
  Author: felixonmars
Revision: 621719

upgpkg: deepin-dock 5.1.0.0-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:38:21 UTC (rev 621718)
+++ PKGBUILD2020-04-26 22:50:08 UTC (rev 621719)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=5.0.0
-pkgrel=6
+pkgver=5.1.0.0
+pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('17c0f1cc7400cec0a054ff5c385026e42359709aafb65739c400f67db68ccfb790b5ed68222e0a72e115b523b6e7da66dda6677aeda760e4c7355d518434debe')
+sha512sums=('b84f8165c4370052fc87f390993423ef7263ea97de8107fb0d904f28c79c9659c71f9e200c46de31ae78f5701780966d525f854b0161ef213b0cb952627a5737')
 
 build() {
   cd dde-dock-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:50:19
  Author: felixonmars
Revision: 621720

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-dock/repos/community-staging-x86_64/
  deepin-dock/repos/community-staging-x86_64/PKGBUILD
(from rev 621719, deepin-dock/trunk/PKGBUILD)

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

Copied: deepin-dock/repos/community-staging-x86_64/PKGBUILD (from rev 621719, 
deepin-dock/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 22:50:19 UTC (rev 621720)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=5.1.0.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('b84f8165c4370052fc87f390993423ef7263ea97de8107fb0d904f28c79c9659c71f9e200c46de31ae78f5701780966d525f854b0161ef213b0cb952627a5737')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 22:38:03
  Author: eschwartz
Revision: 621717

upgpkg: python-graphviz 0.14-1: upstream release

Modified:
  python-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:25:08 UTC (rev 621716)
+++ PKGBUILD2020-04-26 22:38:03 UTC (rev 621717)
@@ -2,8 +2,8 @@
 
 _pkgname=graphviz
 pkgname=python-graphviz
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc="Simple Python interface for Graphviz"
 arch=('any')
 url="https://github.com/xflr6/${_pkgname};
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('60acbeee346e8c14555821eab57dbf68a169e6c10bce40e83c1bf44f63a62a01')
-b2sums=('b6fcaa30e7a446142b745ce28cb361a0fc396e416e1ade5b7fc8b42be856fc1ed8ca4528700a2b856b9930332cab966eee64922676fd21f80a13b8f76c5cee65')
+sha256sums=('e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791')
+b2sums=('90be05243302890350551b19fc6dc6789a445a05700e5764a3b1b8e240e2cec23f6d008a44d279e2119236018f707b23071863da1578d328db187baf5512ef98')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 22:38:21
  Author: eschwartz
Revision: 621718

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:38:03 UTC (rev 621717)
+++ PKGBUILD2020-04-26 22:38:21 UTC (rev 621718)
@@ -1,44 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=graphviz
-pkgname=python-graphviz
-pkgver=0.13.2
-pkgrel=2
-pkgdesc="Simple Python interface for Graphviz"
-arch=('any')
-url="https://github.com/xflr6/${_pkgname};
-license=('MIT')
-depends=('graphviz' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('60acbeee346e8c14555821eab57dbf68a169e6c10bce40e83c1bf44f63a62a01')
-b2sums=('b6fcaa30e7a446142b745ce28cb361a0fc396e416e1ade5b7fc8b42be856fc1ed8ca4528700a2b856b9930332cab966eee64922676fd21f80a13b8f76c5cee65')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# do not run python-coverage in unittests :/
-sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
-# don't add pointless dependency on python-mock needed on python 3.5
-sed -i '/mock_use_standalone_module/d' setup.cfg
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-graphviz/repos/community-any/PKGBUILD (from rev 621717, 
python-graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:38:21 UTC (rev 621718)
@@ -0,0 +1,44 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=graphviz
+pkgname=python-graphviz
+pkgver=0.14
+pkgrel=1
+pkgdesc="Simple Python interface for Graphviz"
+arch=('any')
+url="https://github.com/xflr6/${_pkgname};
+license=('MIT')
+depends=('graphviz' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
+sha256sums=('e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791')
+b2sums=('90be05243302890350551b19fc6dc6789a445a05700e5764a3b1b8e240e2cec23f6d008a44d279e2119236018f707b23071863da1578d328db187baf5512ef98')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# do not run python-coverage in unittests :/
+sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
+# don't add pointless dependency on python-mock needed on python 3.5
+sed -i '/mock_use_standalone_module/d' setup.cfg
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:25:08
  Author: felixonmars
Revision: 621716

archrelease: copy trunk to community-x86_64

Added:
  gio-qt/repos/community-x86_64/
  gio-qt/repos/community-x86_64/PKGBUILD
(from rev 621715, gio-qt/trunk/PKGBUILD)

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

Copied: gio-qt/repos/community-x86_64/PKGBUILD (from rev 621715, 
gio-qt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-26 22:25:08 UTC (rev 621716)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=gio-qt
+pkgver=0.0.9
+pkgrel=1
+pkgdesc='Gio wrapper for Qt applications'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/gio-qt;
+license=('LGPL3')
+depends=('glibmm' 'qt5-base')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/gio-qt/archive/$pkgver.tar.gz;)
+sha512sums=('08112d96a9e9f9e4996052d88370326bc3480cd0e9a2f99bba134275b52d4cc95f07a1985b11e5e61e6f3db382536a0ee35011b33cbd817c412d75e7030b34bb')
+
+build() {
+  cd gio-qt-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF .
+  make
+}
+
+package() {
+  cd gio-qt-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:24:52
  Author: felixonmars
Revision: 621713

addpkg: gio-qt 0.0.9-1

Added:
  gio-qt/
  gio-qt/repos/
  gio-qt/trunk/
  gio-qt/trunk/PKGBUILD

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

Added: gio-qt/trunk/PKGBUILD
===
--- gio-qt/trunk/PKGBUILD   (rev 0)
+++ gio-qt/trunk/PKGBUILD   2020-04-26 22:24:52 UTC (rev 621713)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=gio-qt
+pkgver=0.0.9
+pkgrel=1
+pkgdesc='Gio wrapper for Qt applications'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/gio-qt;
+license=('LGPL3')
+depends=('glibmm' 'qt5-base')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/gio-qt/archive/$pkgver.tar.gz;)
+sha512sums=('08112d96a9e9f9e4996052d88370326bc3480cd0e9a2f99bba134275b52d4cc95f07a1985b11e5e61e6f3db382536a0ee35011b33cbd817c412d75e7030b34bb')
+
+build() {
+  cd gio-qt-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF .
+  make
+}
+
+package() {
+  cd gio-qt-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:18:54
  Author: felixonmars
Revision: 621711

upgpkg: haskell-clash-prelude 1.2.1-3: rebuild with hint 0.9.0.3

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:17:22 UTC (rev 621710)
+++ PKGBUILD2020-04-26 22:18:54 UTC (rev 621711)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:19:06
  Author: felixonmars
Revision: 621712

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 621711, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
621711, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 22:19:06 UTC (rev 621712)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+
$_hkgname-ghc-8.10.patch::https://github.com/clash-lang/clash-compiler/commit/58bf6af404e454077ebefd4d8ed7906348e23e88.patch)
+sha512sums=('737b76d2b4a55b278f5903e467dc81a7304001cba8f9ba5fb116192d250bae07e36e74e75f0566d679d6072b7138e5fbdc267e7e66c83d5d1c01fccf26bbc7cf'
+
'9b852633a5daea4e3c4338e46fae03babba2a255c388eb6dd7561f2b3b5656342bc514950895889872cf1e1a9743a664e3c73204819229f5594398dda0c1529f')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p2 -i ../$_hkgname-ghc-8.10.patch || :
+sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/' $_hkgname.cabal
+sed -i '/import Warning/d' Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+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 lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 22:17:22
  Author: kkeen
Revision: 621710

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 621709, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 621709, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   75 +--
 lib32-simplescreenrecorder.install |   18 
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:17:09 UTC (rev 621709)
+++ PKGBUILD2020-04-26 22:17:22 UTC (rev 621710)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.11
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "gcc-multilib" "cmake")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
--DENABLE_32BIT_GLINJECT=TRUE ../
-  make
-}
-
-package() {
-  cd ssr/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
621709, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:17:22 UTC (rev 621710)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "cmake")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
+-DENABLE_32BIT_GLINJECT=TRUE ../
+  make
+}
+
+package() {
+  cd ssr/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2020-04-26 22:17:09 UTC (rev 621709)
+++ lib32-simplescreenrecorder.install  2020-04-26 22:17:22 UTC (rev 621710)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 621709, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2020-04-26 22:17:22 UTC (rev 621710)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 22:17:09
  Author: kkeen
Revision: 621709

upgpkg: lib32-simplescreenrecorder 0.4.0-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:16:23 UTC (rev 621708)
+++ PKGBUILD2020-04-26 22:17:09 UTC (rev 621709)
@@ -2,7 +2,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.3.11
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
 arch=("x86_64")


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 22:16:23
  Author: kkeen
Revision: 621708

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 621707, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 621707, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   91 -
 simplescreenrecorder.install |   18 
 2 files changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:15:27 UTC (rev 621707)
+++ PKGBUILD2020-04-26 22:16:23 UTC (rev 621708)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.11
-pkgrel=1
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
-depends=("qt5-base" "qt5-x11extras"
-"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
-"libx11" "libxext" "libxfixes" "libxi"
-"desktop-file-utils" "gtk-update-icon-cache")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-install=simplescreenrecorder.install
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  # fPIC is only required for qt5 + gcc5
-  #CXXFLAGS="$CXXFLAGS -fPIC"
-  #./configure --prefix=/usr --disable-assert --with-qt5
-  #./configure --prefix=/usr --disable-assert
-  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=on \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 621707, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+# trying qt5 again with 0.3.9-3
+#depends=("qt4"
+depends=("qt5-base" "qt5-x11extras"
+"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+"libx11" "libxext" "libxfixes" "libxi" "libxinerama"
+"desktop-file-utils" "gtk-update-icon-cache")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+install=simplescreenrecorder.install
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  #./configure --prefix=/usr --disable-assert
+  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=on \
+-DCMAKE_INSTALL_LIBDIR='lib' ../
+  make
+}
+package() {
+  cd ssr/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2020-04-26 22:15:27 UTC (rev 621707)
+++ simplescreenrecorder.install2020-04-26 22:16:23 UTC (rev 621708)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from 
rev 621707, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 22:15:27
  Author: kkeen
Revision: 621707

upgpkg: simplescreenrecorder 0.4.0-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:11:26 UTC (rev 621706)
+++ PKGBUILD2020-04-26 22:15:27 UTC (rev 621707)
@@ -2,7 +2,7 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.11
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
@@ -13,7 +13,7 @@
 #depends=("qt4"
 depends=("qt5-base" "qt5-x11extras"
 "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
-"libx11" "libxext" "libxfixes" "libxi"
+"libx11" "libxext" "libxfixes" "libxi" "libxinerama"
 "desktop-file-utils" "gtk-update-icon-cache")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
 makedepends=("git" "cmake" "qt5-tools")


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:11:15
  Author: felixonmars
Revision: 621705

upgpkg: python-praw 7.0.0-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:10:15 UTC (rev 621704)
+++ PKGBUILD2020-04-26 22:11:15 UTC (rev 621705)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-praw
-pkgver=6.5.1
+pkgver=7.0.0
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
-sha512sums=('b1e3ac1ced80093db601d7bd26a3105732afbe2855169e8bdfe7ca34eeebdde0c6b793f1886c58f3ab08cbc112259e9e1e20d83eac7e84e015b43e284415c991')
+sha512sums=('962f29c26e6536247d5edf141b421300a885cc2a43b3e7cf8ec4400acb6fe68c1e6a0d387211a22fc414c766e39dd77f509df347e58c1a9f73175935937bdc0d')
 
 build() {
   cd praw-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:11:26
  Author: felixonmars
Revision: 621706

archrelease: copy trunk to community-testing-any

Added:
  python-praw/repos/community-testing-any/
  python-praw/repos/community-testing-any/PKGBUILD
(from rev 621705, python-praw/trunk/PKGBUILD)

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

Copied: python-praw/repos/community-testing-any/PKGBUILD (from rev 621705, 
python-praw/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-04-26 22:11:26 UTC (rev 621706)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-praw
+pkgver=7.0.0
+pkgrel=1
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
+arch=('any')
+license=('GPL')
+url="https://praw.readthedocs.org;
+depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
+sha512sums=('962f29c26e6536247d5edf141b421300a885cc2a43b3e7cf8ec4400acb6fe68c1e6a0d387211a22fc414c766e39dd77f509df347e58c1a9f73175935937bdc0d')
+
+build() {
+  cd praw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd praw-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd praw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-04-26 Thread Jonas Witschel via arch-commits
Date: Sunday, April 26, 2020 @ 22:10:15
  Author: diabonas
Revision: 621704

archrelease: copy trunk to community-any

Added:
  pdftk/repos/community-any/PKGBUILD
(from rev 621703, pdftk/trunk/PKGBUILD)
  pdftk/repos/community-any/pdftk.sh
(from rev 621703, pdftk/trunk/pdftk.sh)
Deleted:
  pdftk/repos/community-any/PKGBUILD
  pdftk/repos/community-any/pdftk.sh

--+
 PKGBUILD |   90 ++---
 pdftk.sh |6 ++--
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:10:07 UTC (rev 621703)
+++ PKGBUILD2020-04-26 22:10:15 UTC (rev 621704)
@@ -1,45 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=pdftk
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Command-line tool for working with PDFs'
-arch=('any')
-url='https://gitlab.com/pdftk-java/pdftk'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('ant' 'bcprov' 'java-commons-lang' 'strip-nondeterminism')
-checkdepends=('java-hamcrest' 'junit' 'junit-system-rules' 'poppler')
-optdepends=('bcprov: support for signed PDF documents'
-'java-commons-lang: dump_data, dump_data_fields and update_info 
operation support')
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
-sha512sums=('fb9b3640310ac0b7a8abd225a096c97e871b52cd8f025d30bcd732b54a9d54dff0d6e4424bc660f6a8aeffe618a8ad10e20a3b2a967dc63effb617bcf655e5c4'
-
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
-
-prepare() {
-   cd "$pkgname-v$pkgver"
-   mkdir lib
-   ln -s 
/usr/share/java/{bcprov,commons-lang/commons-lang,hamcrest-core,junit,junit-system-rules/system-rules}.jar
 lib
-   # No need for code coverage reports during tests
-   sed -ri '/<\/?jacoco:coverage>/d' build.xml
-}
-
-build() {
-   cd "$pkgname-v$pkgver"
-   ant clean jar
-
-   # Timestamps in JAR files generated by Ant do not honour 
SOURCE_DATE_EPOCH
-   # (https://bz.apache.org/bugzilla/show_bug.cgi?id=61269)
-   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
build/jar/pdftk.jar
-}
-
-check() {
-   cd "$pkgname-v$pkgver"
-   ant test-run
-}
-
-package() {
-   cd "$pkgname-v$pkgver"
-   install -Dm644 build/jar/pdftk.jar -t "$pkgdir/usr/share/java/$pkgname"
-   install -Dm644 pdftk.1 -t "$pkgdir/usr/share/man/man1"
-   install -Dm755 "$srcdir/pdftk.sh" "$pkgdir/usr/bin/pdftk"
-}

Copied: pdftk/repos/community-any/PKGBUILD (from rev 621703, 
pdftk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:10:15 UTC (rev 621704)
@@ -0,0 +1,45 @@
+# Maintainer: Jonas Witschel 
+pkgname=pdftk
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Command-line tool for working with PDFs'
+arch=('any')
+url='https://gitlab.com/pdftk-java/pdftk'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('ant' 'bcprov' 'java-commons-lang' 'strip-nondeterminism')
+checkdepends=('java-hamcrest' 'junit' 'junit-system-rules' 'poppler')
+optdepends=('bcprov: support for signed PDF documents'
+'java-commons-lang: dump_data, dump_data_fields and update_info 
operation support')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
+sha512sums=('44be05f1947f727935ee4e8c864a8675868f9529036fdb774ad4869e8759667ef2508709c95605731efdb482f35a02abe28170d3c33882f487920513c6a424fe'
+
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
+
+prepare() {
+   cd "$pkgname-v$pkgver"
+   mkdir lib
+   ln -s 
/usr/share/java/{bcprov,commons-lang/commons-lang,hamcrest-core,junit,junit-system-rules/system-rules}.jar
 lib
+   # No need for code coverage reports during tests
+   sed -ri '/<\/?jacoco:coverage>/d' build.xml
+}
+
+build() {
+   cd "$pkgname-v$pkgver"
+   ant clean jar
+
+   # Timestamps in JAR files generated by Ant do not honour 
SOURCE_DATE_EPOCH
+   # (https://bz.apache.org/bugzilla/show_bug.cgi?id=61269)
+   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
build/jar/pdftk.jar
+}
+
+check() {
+   cd "$pkgname-v$pkgver"
+   ant test-run
+}
+
+package() {
+   cd "$pkgname-v$pkgver"
+   install -Dm644 build/jar/pdftk.jar -t "$pkgdir/usr/share/java/$pkgname"
+   install -Dm644 pdftk.1 -t "$pkgdir/usr/share/man/man1"
+   install -Dm755 "$srcdir/pdftk.sh" "$pkgdir/usr/bin/pdftk"
+}

Deleted: pdftk.sh
===
--- pdftk.sh2020-04-26 22:10:07 UTC (rev 621703)
+++ pdftk.sh2020-04-26 22:10:15 UTC (rev 621704)
@@ -1,3 +0,0 @@
-#!/bin/sh

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

2020-04-26 Thread Jonas Witschel via arch-commits
Date: Sunday, April 26, 2020 @ 22:10:07
  Author: diabonas
Revision: 621703

upgpkg: pdftk 3.1.0-1: upstream release

Modified:
  pdftk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:08:30 UTC (rev 621702)
+++ PKGBUILD2020-04-26 22:10:07 UTC (rev 621703)
@@ -1,6 +1,6 @@
 # Maintainer: Jonas Witschel 
 pkgname=pdftk
-pkgver=3.0.10
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Command-line tool for working with PDFs'
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('bcprov: support for signed PDF documents'
 'java-commons-lang: dump_data, dump_data_fields and update_info 
operation support')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
-sha512sums=('fb9b3640310ac0b7a8abd225a096c97e871b52cd8f025d30bcd732b54a9d54dff0d6e4424bc660f6a8aeffe618a8ad10e20a3b2a967dc63effb617bcf655e5c4'
+sha512sums=('44be05f1947f727935ee4e8c864a8675868f9529036fdb774ad4869e8759667ef2508709c95605731efdb482f35a02abe28170d3c33882f487920513c6a424fe'
 
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
 
 prepare() {


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:08:30
  Author: felixonmars
Revision: 621702

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 621701, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:08:17 UTC (rev 621701)
+++ PKGBUILD2020-04-26 22:08:30 UTC (rev 621702)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200426
-_commit=deeb0f296e64994d4574387fd2c9ead39348e209
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('8957247ede8a39a9230c13c5eb3d31f8e21cc68e1df741c629f2d092b64592d34667f850522559111350cc16fba64f4fd249b7de6b6fad6542a8d2ecfeffa439')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 621701, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:08:30 UTC (rev 621702)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200426
+_commit=1da6992b06fb7e441b3e964d54fae5d20ad15c42
+pkgrel=2
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('b2ee5553aa346fe862a142b33f9fd6e01d4252f2b233036205f36aec75b61e76d6ae7200577864cc7d5fac315f7e6e7ca3e1d284965e5e56c1998faa3bb8fb48')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:08:17
  Author: felixonmars
Revision: 621701

upgpkg: rime-cantonese 0.0.0.20200426-2

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:06:00 UTC (rev 621700)
+++ PKGBUILD2020-04-26 22:08:17 UTC (rev 621701)
@@ -2,8 +2,8 @@
 
 pkgname=rime-cantonese
 pkgver=0.0.0.20200426
-_commit=deeb0f296e64994d4574387fd2c9ead39348e209
-pkgrel=1
+_commit=1da6992b06fb7e441b3e964d54fae5d20ad15c42
+pkgrel=2
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
 url="https://github.com/rime/rime-cantonese;
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('8957247ede8a39a9230c13c5eb3d31f8e21cc68e1df741c629f2d092b64592d34667f850522559111350cc16fba64f4fd249b7de6b6fad6542a8d2ecfeffa439')
+sha512sums=('b2ee5553aa346fe862a142b33f9fd6e01d4252f2b233036205f36aec75b61e76d6ae7200577864cc7d5fac315f7e6e7ca3e1d284965e5e56c1998faa3bb8fb48')
 
 prepare() {
   cd $pkgname-$_commit


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:06:00
  Author: felixonmars
Revision: 621700

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:05:48 UTC (rev 621699)
+++ PKGBUILD2020-04-26 22:06:00 UTC (rev 621700)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200425
-_commit=cfa6aca1076d301a9bc5f277224e1e726c16508a
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('67f9f9223a69d65bf0ad0e3cd27b316736a640a261fa2390e884c0dc2d3593148abfc54cc5b063077580168b0b7381f1437678a5194c49f2669accdbb14ac0de'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

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


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:05:48
  Author: felixonmars
Revision: 621699

upgpkg: fcitx5-chinese-addons 0.0.0.20200426-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:04:44 UTC (rev 621698)
+++ PKGBUILD2020-04-26 22:05:48 UTC (rev 621699)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200425
-_commit=cfa6aca1076d301a9bc5f277224e1e726c16508a
+pkgver=0.0.0.20200426
+_commit=9bb7e48160e7198f85b3c0633117c26d3cd1b006
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('67f9f9223a69d65bf0ad0e3cd27b316736a640a261fa2390e884c0dc2d3593148abfc54cc5b063077580168b0b7381f1437678a5194c49f2669accdbb14ac0de'
+sha512sums=('273924366c000a39dca6fee1b0296433e613127e2502a3ac4fef9758d0155fd10e42c4cceef82a8425220135041a257f5980f4ea756ed7f48a42d8a9b248658f'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:04:33
  Author: felixonmars
Revision: 621697

upgpkg: deepin-launcher 5.1.0.0-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:03:06 UTC (rev 621696)
+++ PKGBUILD2020-04-26 22:04:33 UTC (rev 621697)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.0.0
+pkgver=5.1.0.0
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('c051bbfe1c8b74c61163848d85d6cce80e05062c560836f63854cd25f221af82c3caf9dc610ab84426e423de5d31f84e5b38194a9f95405ee53033a0a71f1d59')
+sha512sums=('257bf0a54f2265537c7e37dee7a7b1a7da5cc221818dd802a331db39ca00541292b06b3ad0e73c963cb69a2dcd83cc2277f49eba5576dd87ff23cd0cd119df06')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:04:44
  Author: felixonmars
Revision: 621698

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-launcher/repos/community-staging-x86_64/
  deepin-launcher/repos/community-staging-x86_64/PKGBUILD
(from rev 621697, deepin-launcher/trunk/PKGBUILD)

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

Copied: deepin-launcher/repos/community-staging-x86_64/PKGBUILD (from rev 
621697, deepin-launcher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 22:04:44 UTC (rev 621698)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=5.1.0.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('257bf0a54f2265537c7e37dee7a7b1a7da5cc221818dd802a331db39ca00541292b06b3ad0e73c963cb69a2dcd83cc2277f49eba5576dd87ff23cd0cd119df06')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:02:54
  Author: felixonmars
Revision: 621695

upgpkg: haskell-hint 0.9.0.3-1: rebuild with hint 0.9.0.3

Modified:
  haskell-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:01:37 UTC (rev 621694)
+++ PKGBUILD2020-04-26 22:02:54 UTC (rev 621695)
@@ -2,9 +2,8 @@
 
 _hkgname=hint
 pkgname=haskell-hint
-pkgver=0.9.0.2
-_commit=268315c40e2d2b5a8a6391f1155d4d91d6fbdf54
-pkgrel=14
+pkgver=0.9.0.3
+pkgrel=1
 pkgdesc="Runtime Haskell interpreter (GHC API wrapper)"
 url="https://github.com/haskell-hint/hint;
 license=('BSD')
@@ -12,14 +11,9 @@
 depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-random'
  'haskell-temporary')
 makedepends=('ghc' 'haskell-extensible-exceptions' 'haskell-hunit')
-source=("https://github.com/haskell-hint/hint/archive/$_commit/$_hkgname-$_commit.tar.gz;)
-#source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7cdcef8ef15227e664cb252817509cc9db43d4e16daf1cafd187b5f4092176163ec75507c6cb3864962faeeeb307d11d2eddc8f89c20c35188d82d4f543c93a0')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8c9ac442fb531da9b72b5aedeb57adb4caaa14bf796749862c1ddb9abebc71f8efcd8f148fb0304fc4b2c013eacb12102fab9e826ff681ee22542e686be11f3c')
 
-prepare() {
-mv $_hkgname-{$_commit,$pkgver}
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:03:06
  Author: felixonmars
Revision: 621696

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hint/repos/community-staging-x86_64/PKGBUILD (from rev 621695, 
haskell-hint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 22:03:06 UTC (rev 621696)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hint
+pkgname=haskell-hint
+pkgver=0.9.0.3
+pkgrel=1
+pkgdesc="Runtime Haskell interpreter (GHC API wrapper)"
+url="https://github.com/haskell-hint/hint;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-random'
+ 'haskell-temporary')
+makedepends=('ghc' 'haskell-extensible-exceptions' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8c9ac442fb531da9b72b5aedeb57adb4caaa14bf796749862c1ddb9abebc71f8efcd8f148fb0304fc4b2c013eacb12102fab9e826ff681ee22542e686be11f3c')
+
+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 deepin-qt-dbus-factory/repos/community-staging-x86_64 (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:01:37
  Author: felixonmars
Revision: 621694

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-staging-x86_64/PKGBUILD
(from rev 621693, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:01:24 UTC (rev 621693)
+++ PKGBUILD2020-04-26 22:01:37 UTC (rev 621694)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=5.0.16.0
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('dtkcore' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('4a3e5cba746da230a1bda0f9459d6afbe76cfaf267ef7a46f253d3a0ce4af6b1de6f9191112bc7fab82d47acded51c38987c2a2576e99a02ab80a1b3362e88b6')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-staging-x86_64/PKGBUILD (from 
rev 621693, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:01:37 UTC (rev 621694)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=5.1.0.0
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('dtkcore' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('9e5d3aa9f9f622ba00ed149cf1a6e2d3243971e93bf651e330d43d63665a754cbcb9118ea7033371858bef353fe2e6f37a384907ea2beaa104a833508175af76')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 22:01:24
  Author: felixonmars
Revision: 621693

upgpkg: deepin-qt-dbus-factory 5.1.0.0-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 22:00:19 UTC (rev 621692)
+++ PKGBUILD2020-04-26 22:01:24 UTC (rev 621693)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=5.0.16.0
+pkgver=5.1.0.0
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base')
 makedepends=('dtkcore' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('4a3e5cba746da230a1bda0f9459d6afbe76cfaf267ef7a46f253d3a0ce4af6b1de6f9191112bc7fab82d47acded51c38987c2a2576e99a02ab80a1b3362e88b6')
+sha512sums=('9e5d3aa9f9f622ba00ed149cf1a6e2d3243971e93bf651e330d43d63665a754cbcb9118ea7033371858bef353fe2e6f37a384907ea2beaa104a833508175af76')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 22:00:19
  Author: eschwartz
Revision: 621692

archrelease: copy trunk to community-any

Added:
  python-u-msgpack/repos/community-any/PKGBUILD
(from rev 621691, python-u-msgpack/trunk/PKGBUILD)
Deleted:
  python-u-msgpack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 22:00:02 UTC (rev 621691)
+++ PKGBUILD2020-04-26 22:00:19 UTC (rev 621692)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=u-msgpack-python
-pkgbase='python-u-msgpack'
-pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.5.2
-pkgrel=2
-arch=('any')
-url="https://github.com/vsergeev/${_pkgname};
-license=('MIT')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-pytest
-pytest2
-}
-
-package_python-u-msgpack() {
-pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
-depends=('python')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-u-msgpack() {
-pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
-depends=('python2')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-u-msgpack/repos/community-any/PKGBUILD (from rev 621691, 
python-u-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 22:00:19 UTC (rev 621692)
@@ -0,0 +1,49 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=u-msgpack-python
+pkgbase='python-u-msgpack'
+pkgname=('python-u-msgpack' 'python2-u-msgpack')
+pkgver=2.6.0
+pkgrel=1
+arch=('any')
+url="https://github.com/vsergeev/${_pkgname};
+license=('MIT')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c')
+b2sums=('a6599a85fcb386f91dce4d11fd8d10c6be75c1fe4e80756c58058bcb7c2934c2174afe65bc0b88e11c5c9e3f66b46c956c9209bb6faf74ab5c382bd665c412fc')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+pytest
+pytest2
+}
+
+package_python-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
+depends=('python')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
+depends=('python2')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:59:30
  Author: felixonmars
Revision: 621690

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-polkit-agent/repos/community-staging-x86_64/PKGBUILD (from rev 
621689, deepin-polkit-agent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 21:59:30 UTC (rev 621690)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('61beb23fed05fb697a41e5bdff50a94d628a22d67e10e5f2b20096f5e4f9f0a265d6d4d6c8f4b5b6e3a0b8b10ce4c9236405e865766f8c147831fe16bee869a5')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Sunday, April 26, 2020 @ 22:00:02
  Author: eschwartz
Revision: 621691

upgpkg: python-u-msgpack 2.6.0-1: upstream release

Modified:
  python-u-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:59:30 UTC (rev 621690)
+++ PKGBUILD2020-04-26 22:00:02 UTC (rev 621691)
@@ -3,8 +3,8 @@
 _pkgname=u-msgpack-python
 pkgbase='python-u-msgpack'
 pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 arch=('any')
 url="https://github.com/vsergeev/${_pkgname};
 license=('MIT')
@@ -11,7 +11,8 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0')
+sha256sums=('754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c')
+b2sums=('a6599a85fcb386f91dce4d11fd8d10c6be75c1fe4e80756c58058bcb7c2934c2174afe65bc0b88e11c5c9e3f66b46c956c9209bb6faf74ab5c382bd665c412fc')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


[arch-commits] Commit in deepin-shortcut-viewer/repos (2 files)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:58:58
  Author: felixonmars
Revision: 621688

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-shortcut-viewer/repos/community-staging-x86_64/
  deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD
(from rev 621687, deepin-shortcut-viewer/trunk/PKGBUILD)

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

Copied: deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD (from 
rev 621687, deepin-shortcut-viewer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 21:58:58 UTC (rev 621688)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-shortcut-viewer
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Deepin Shortcut Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('c717ec5fc577351494aa82764e17ba06dde2c86794dac6d5717b056b192cdc4fb0316571491fa09a7309c2f945eb428bf1fe640e182922e071b977310449fb36')
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-shortcut-viewer/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:58:47
  Author: felixonmars
Revision: 621687

upgpkg: deepin-shortcut-viewer 5.0.2-1

Modified:
  deepin-shortcut-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:57:24 UTC (rev 621686)
+++ PKGBUILD2020-04-26 21:58:47 UTC (rev 621687)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-shortcut-viewer
-pkgver=5.0.0
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='Deepin Shortcut Viewer'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('8a49099346fb8a4881170a1e5ae7274adeaa64b3b863bed6df4c9d8cdbc70abfbdd7d5fa0c597d6c90b68ac94c6396f2470b65538ba40e3cb2de5f30f2496e64')
+sha512sums=('c717ec5fc577351494aa82764e17ba06dde2c86794dac6d5717b056b192cdc4fb0316571491fa09a7309c2f945eb428bf1fe640e182922e071b977310449fb36')
 
 build(){
   cd deepin-shortcut-viewer-$pkgver


[arch-commits] Commit in deepin-polkit-agent/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:59:18
  Author: felixonmars
Revision: 621689

upgpkg: deepin-polkit-agent 5.1.0-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:58:58 UTC (rev 621688)
+++ PKGBUILD2020-04-26 21:59:18 UTC (rev 621689)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-polkit-agent
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('c6d5b11ad51bf3c2c9fa5ee27dcf9730c6ad253e846d4004bc2d9036176ced193267f6b5c0855d1efc557ded3e023d97c9cccb64ac35ed4e09753c71bf48172f')
+sha512sums=('61beb23fed05fb697a41e5bdff50a94d628a22d67e10e5f2b20096f5e4f9f0a265d6d4d6c8f4b5b6e3a0b8b10ce4c9236405e865766f8c147831fe16bee869a5')
 
 build() {
   cd dde-polkit-agent-$pkgver


[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:57:12
  Author: felixonmars
Revision: 621685

upgpkg: diff-so-fancy 1.3.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:56:29 UTC (rev 621684)
+++ PKGBUILD2020-04-26 21:57:12 UTC (rev 621685)
@@ -2,7 +2,7 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=1.2.7
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('git')
 checkdepends=('bash-bats-assert' 'bash-bats-support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;)
-sha384sums=('63fa860baa62ea1455022433658feec080abcbbb528c116ef471ff697d6b29e21f7ae4e794e14eadff764fee12001230')
+sha384sums=('3b8990c406674962bc47fb190966a75e73ef5e6e851b1daa6807e68dbfd7b522eeea37691fcc7ddc5f0e3d2f784369e5')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver


[arch-commits] Commit in diff-so-fancy/repos/community-any (PKGBUILD PKGBUILD)

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:57:24
  Author: felixonmars
Revision: 621686

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 621685, diff-so-fancy/trunk/PKGBUILD)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 21:57:12 UTC (rev 621685)
+++ PKGBUILD2020-04-26 21:57:24 UTC (rev 621686)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/so-fancy/diff-so-fancy;
-license=('MIT')
-depends=('perl')
-makedepends=('git')
-checkdepends=('bash-bats-assert' 'bash-bats-support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;)
-sha384sums=('63fa860baa62ea1455022433658feec080abcbbb528c116ef471ff697d6b29e21f7ae4e794e14eadff764fee12001230')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  rm -r third_party # lib
-
-  sed -e 's|test_helper/bats-support|/usr/lib/bats-support|' \
-  -e 's|test_helper/bats-assert|/usr/lib/bats-assert|' \
-  -e "s|load'$|load.bash'|" \
-  -i test/*.bats
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  git init
-  bats test/*.bats
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  sed -i 's|^use lib .*$|use lib "/usr/share/diff-so-fancy";|' diff-so-fancy
-
-  install -Dm755 diff-so-fancy "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm755 lib/DiffHighlight.pm 
"$pkgdir"/usr/share/diff-so-fancy/DiffHighlight.pm
-  install -Dm644 README.md "$pkgdir"/usr/share/doc/diff-so-fancy/README.md
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 621685, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 21:57:24 UTC (rev 621686)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy;
+license=('MIT')
+depends=('perl')
+makedepends=('git')
+checkdepends=('bash-bats-assert' 'bash-bats-support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;)
+sha384sums=('3b8990c406674962bc47fb190966a75e73ef5e6e851b1daa6807e68dbfd7b522eeea37691fcc7ddc5f0e3d2f784369e5')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  rm -r third_party # lib
+
+  sed -e 's|test_helper/bats-support|/usr/lib/bats-support|' \
+  -e 's|test_helper/bats-assert|/usr/lib/bats-assert|' \
+  -e "s|load'$|load.bash'|" \
+  -i test/*.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  git init
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|^use lib .*$|use lib "/usr/share/diff-so-fancy";|' diff-so-fancy
+
+  install -Dm755 diff-so-fancy "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 lib/DiffHighlight.pm 
"$pkgdir"/usr/share/diff-so-fancy/DiffHighlight.pm
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/diff-so-fancy/README.md
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:55:40
  Author: felixonmars
Revision: 621681

upgpkg: ts-node 8.9.1-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:55:08 UTC (rev 621680)
+++ PKGBUILD2020-04-26 21:55:40 UTC (rev 621681)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.9.0
+pkgver=8.9.1
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('af09177ceb3dce6a07ad5f3113ef9d98d77a6484be9e61c70b1715e777a4189af114b31ba7ea62ce93d2d3b011be1c2778220408fa693b06d91efc3db10b54e3')
+sha512sums=('cababa383b311054cbcf4477057da6c9fd1604249087d03ea72f0f068d5d0b358839cbe2b1bc87e9a90d2aa0c73205de3c5da48abe669b92572531f739425839')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:55:53
  Author: felixonmars
Revision: 621682

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 621681, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 21:55:40 UTC (rev 621681)
+++ PKGBUILD2020-04-26 21:55:53 UTC (rev 621682)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.9.0
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('af09177ceb3dce6a07ad5f3113ef9d98d77a6484be9e61c70b1715e777a4189af114b31ba7ea62ce93d2d3b011be1c2778220408fa693b06d91efc3db10b54e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 621681, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 21:55:53 UTC (rev 621682)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.9.1
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cababa383b311054cbcf4477057da6c9fd1604249087d03ea72f0f068d5d0b358839cbe2b1bc87e9a90d2aa0c73205de3c5da48abe669b92572531f739425839')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:56:29
  Author: felixonmars
Revision: 621684

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-network-utils/repos/community-staging-x86_64/
  deepin-network-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 621683, deepin-network-utils/trunk/PKGBUILD)

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

Copied: deepin-network-utils/repos/community-staging-x86_64/PKGBUILD (from rev 
621683, deepin-network-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 21:56:29 UTC (rev 621684)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-network-utils
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
+sha512sums=('151d64a667b11c5303bb458f1b48fda74358e9fd5275fb3a156a4ce8fab2b3dab11b1c399f4d72fb8f0849e922a64e30921822c90baf2e5c9051f0e39d9981da')
+
+build(){
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:56:18
  Author: felixonmars
Revision: 621683

upgpkg: deepin-network-utils 5.0.4-1

Modified:
  deepin-network-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:55:53 UTC (rev 621682)
+++ PKGBUILD2020-04-26 21:56:18 UTC (rev 621683)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-network-utils
-pkgver=5.0.1
+pkgver=5.0.4
 pkgrel=1
 pkgdesc='DDE network utils'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
-sha512sums=('78d9b4460fecf01834d86777df417809e214f9e63170a59870ec8df847c1befdc2d77fdaa5f2afa4ff33f0a61846ece38f97e42b2299d6e40ea38bfb58addf5c')
+sha512sums=('151d64a667b11c5303bb458f1b48fda74358e9fd5275fb3a156a4ce8fab2b3dab11b1c399f4d72fb8f0849e922a64e30921822c90baf2e5c9051f0e39d9981da')
 
 build(){
   cd dde-network-utils-$pkgver


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:55:08
  Author: felixonmars
Revision: 621680

archrelease: copy trunk to community-staging-x86_64

Added:
  disomaster/repos/community-staging-x86_64/
  disomaster/repos/community-staging-x86_64/PKGBUILD
(from rev 621679, disomaster/trunk/PKGBUILD)

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

Copied: disomaster/repos/community-staging-x86_64/PKGBUILD (from rev 621679, 
disomaster/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-26 21:55:08 UTC (rev 621680)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=disomaster
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='A libisoburn wrapper class for Qt'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/disomaster;
+license=('GPL3')
+depends=('libisoburn' 'qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz;)
+sha512sums=('81a052ade8a283555aa82bd1cbea587998a8f33ea6c9b5713251b05fd9a9f25d67bf07a165436772a42eaa2d0326696583545fab5644bce2404cba2d8334544f')
+
+build() {
+  cd disomaster-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd disomaster-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-26 Thread Felix Yan via arch-commits
Date: Sunday, April 26, 2020 @ 21:54:56
  Author: felixonmars
Revision: 621679

upgpkg: disomaster 5.0.1-1

Modified:
  disomaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 21:21:21 UTC (rev 621678)
+++ PKGBUILD2020-04-26 21:54:56 UTC (rev 621679)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=disomaster
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='A libisoburn wrapper class for Qt'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('libisoburn' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz;)
-sha512sums=('ab4bbceffe5d7a34ea5c8d648f50bafb0a5993f186d80e8732e8ac0032d447fdc8cb9e78eb36c712f226f86f49b7454cb60950562b5702b9f5ded77a8ee88da6')
+sha512sums=('81a052ade8a283555aa82bd1cbea587998a8f33ea6c9b5713251b05fd9a9f25d67bf07a165436772a42eaa2d0326696583545fab5644bce2404cba2d8334544f')
 
 build() {
   cd disomaster-$pkgver


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 21:21:21
  Author: kkeen
Revision: 621678

archrelease: copy trunk to community-x86_64

Added:
  cataclysm-dda/repos/community-x86_64/PKGBUILD
(from rev 621677, cataclysm-dda/trunk/PKGBUILD)
Deleted:
  cataclysm-dda/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 21:17:40 UTC (rev 621677)
+++ PKGBUILD2020-04-26 21:21:21 UTC (rev 621678)
@@ -1,75 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=cataclysm-dda
-pkgname=(cataclysm-dda cataclysm-dda-tiles)
-pkgname=cataclysm-dda
-pkgver=0.E
-pkgrel=1
-pkgdesc="A post-apocalyptic roguelike."
-#url="http://cataclysmrl.blogspot.com/;
-#url="http://www.cataclysm.glyphgryph.com/;
-#url="http://en.cataclysmdda.com/;
-url="https://cataclysmdda.org/;
-arch=('x86_64')
-license=("CCPL:by-sa")
-depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
-makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
-md5sums=('71ed1da04cc98e7ead62edca69b5')
-
-# official docs say to use lua51
-# but makefile supports lua52?
-# lua53 works, but git HEAD detects/uses lua51?
-
-prepare() {
-  cd "Cataclysm-DDA-$pkgver"
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
-  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
-  sed -i 's/shell git/shell false/' Makefile
-}
-
-build() {
-  cd "Cataclysm-DDA-$pkgver"
-
-  # tests "ifdef TILES" so "TILES=0" will enable tiles!
-  # DYNAMIC_LINKING appears to be a windows flag?
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
-  #LUA_BINARY="/usr/bin/lua5.1"
-}
-
-package_cataclysm-dda() {
-  cd "Cataclysm-DDA-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
-
-  # Docs
-  install -d "$pkgdir/usr/share/doc/cataclysm-dda"
-  cp -r doc/* "$pkgdir/usr/share/doc/cataclysm-dda"
-  # undo symlink
-  rm "$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-  cp 'data/json/LOADING_ORDER.md' 
"$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-
-  # License
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_cataclysm-dda-tiles() {
-  pkgdesc="A graphical post-apocalyptic roguelike."
-  depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
-  cd "Cataclysm-DDA-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1 install
-
-  # Icon
-  install -D 'data/osx/AppIcon.iconset/icon_128x128.png' 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/cataclysm-dda.png"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # hack: remove overlapping files
-  cd "$pkgdir/../cataclysm-dda"
-  find . -type f -exec rm -f "$pkgdir"/{} \;
-  cd "$pkgdir"
-  find . -type d -empty -delete
-}

Copied: cataclysm-dda/repos/community-x86_64/PKGBUILD (from rev 621677, 
cataclysm-dda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 21:21:21 UTC (rev 621678)
@@ -0,0 +1,75 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=cataclysm-dda
+pkgname=(cataclysm-dda cataclysm-dda-tiles)
+pkgname=cataclysm-dda
+pkgver=0.E
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/;
+#url="http://www.cataclysm.glyphgryph.com/;
+#url="http://en.cataclysmdda.com/;
+url="https://cataclysmdda.org/;
+arch=('x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
+md5sums=('71ed1da04cc98e7ead62edca69b5')
+
+# official docs say to use lua51
+# but makefile supports lua52?
+# lua53 works, but git HEAD detects/uses lua51?
+
+prepare() {
+  cd "Cataclysm-DDA-$pkgver"
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+  sed -i 's/shell git/shell false/' Makefile
+}
+
+build() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  # tests "ifdef TILES" so "TILES=0" will enable tiles!
+  # DYNAMIC_LINKING appears to be a windows flag?
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package_cataclysm-dda() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 

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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 21:17:40
  Author: kkeen
Revision: 621677

archrelease: copy trunk to community-x86_64

Added:
  cataclysm-dda/repos/community-x86_64/PKGBUILD
(from rev 621676, cataclysm-dda/trunk/PKGBUILD)
Deleted:
  cataclysm-dda/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 21:17:02 UTC (rev 621676)
+++ PKGBUILD2020-04-26 21:17:40 UTC (rev 621677)
@@ -1,75 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=cataclysm-dda
-pkgname=(cataclysm-dda cataclysm-dda-tiles)
-pkgname=cataclysm-dda
-pkgver=0.D
-pkgrel=1
-pkgdesc="A post-apocalyptic roguelike."
-#url="http://cataclysmrl.blogspot.com/;
-#url="http://www.cataclysm.glyphgryph.com/;
-#url="http://en.cataclysmdda.com/;
-url="https://cataclysmdda.org/;
-arch=('x86_64')
-license=("CCPL:by-sa")
-depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
-makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
-md5sums=('720cf97844bf77ca428c6a4d0b1afa34')
-
-# official docs say to use lua51
-# but makefile supports lua52?
-# lua53 works, but git HEAD detects/uses lua51?
-
-prepare() {
-  cd "Cataclysm-DDA-$pkgver"
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
-  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
-  sed -i 's/shell git/shell false/' Makefile
-}
-
-build() {
-  cd "Cataclysm-DDA-$pkgver"
-
-  # tests "ifdef TILES" so "TILES=0" will enable tiles!
-  # DYNAMIC_LINKING appears to be a windows flag?
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
-  #LUA_BINARY="/usr/bin/lua5.1"
-}
-
-package_cataclysm-dda() {
-  cd "Cataclysm-DDA-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
-
-  # Docs
-  install -d "$pkgdir/usr/share/doc/cataclysm-dda"
-  cp -r doc/* "$pkgdir/usr/share/doc/cataclysm-dda"
-  # undo symlink
-  rm "$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-  cp 'data/json/LOADING_ORDER.md' 
"$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-
-  # License
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_cataclysm-dda-tiles() {
-  pkgdesc="A graphical post-apocalyptic roguelike."
-  depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
-  cd "Cataclysm-DDA-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1 install
-
-  # Icon
-  install -D 'data/osx/AppIcon.iconset/icon_128x128.png' 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/cataclysm-dda.png"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # hack: remove overlapping files
-  cd "$pkgdir/../cataclysm-dda"
-  find . -type f -exec rm -f "$pkgdir"/{} \;
-  cd "$pkgdir"
-  find . -type d -empty -delete
-}

Copied: cataclysm-dda/repos/community-x86_64/PKGBUILD (from rev 621676, 
cataclysm-dda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 21:17:40 UTC (rev 621677)
@@ -0,0 +1,75 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=cataclysm-dda
+pkgname=(cataclysm-dda cataclysm-dda-tiles)
+pkgname=cataclysm-dda
+pkgver=0.E
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/;
+#url="http://www.cataclysm.glyphgryph.com/;
+#url="http://en.cataclysmdda.com/;
+url="https://cataclysmdda.org/;
+arch=('x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
+md5sums=('71ed1da04cc98e7ead62edca69b5')
+
+# official docs say to use lua51
+# but makefile supports lua52?
+# lua53 works, but git HEAD detects/uses lua51?
+
+prepare() {
+  cd "Cataclysm-DDA-$pkgver"
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+  sed -i 's/shell git/shell false/' Makefile
+}
+
+build() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  # tests "ifdef TILES" so "TILES=0" will enable tiles!
+  # DYNAMIC_LINKING appears to be a windows flag?
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package_cataclysm-dda() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 

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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 21:17:02
  Author: kkeen
Revision: 621676

upgpkg: cataclysm-dda 0.E-1

Modified:
  cataclysm-dda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 20:48:39 UTC (rev 621675)
+++ PKGBUILD2020-04-26 21:17:02 UTC (rev 621676)
@@ -3,7 +3,7 @@
 pkgbase=cataclysm-dda
 pkgname=(cataclysm-dda cataclysm-dda-tiles)
 pkgname=cataclysm-dda
-pkgver=0.D
+pkgver=0.E
 pkgrel=1
 pkgdesc="A post-apocalyptic roguelike."
 #url="http://cataclysmrl.blogspot.com/;
@@ -15,7 +15,7 @@
 depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
 makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
-md5sums=('720cf97844bf77ca428c6a4d0b1afa34')
+md5sums=('71ed1da04cc98e7ead62edca69b5')
 
 # official docs say to use lua51
 # but makefile supports lua52?


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

2020-04-26 Thread David Runge via arch-commits
Date: Sunday, April 26, 2020 @ 20:48:39
  Author: dvzrv
Revision: 621675

archrelease: copy trunk to community-x86_64

Added:
  lilv/repos/community-x86_64/PKGBUILD
(from rev 621674, lilv/trunk/PKGBUILD)
  lilv/repos/community-x86_64/lilvmm.patch
(from rev 621674, lilv/trunk/lilvmm.patch)
Deleted:
  lilv/repos/community-x86_64/PKGBUILD
  lilv/repos/community-x86_64/lilvmm.patch

--+
 PKGBUILD |  125 -
 lilvmm.patch |   80 ++--
 2 files changed, 103 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 20:48:22 UTC (rev 621674)
+++ PKGBUILD2020-04-26 20:48:39 UTC (rev 621675)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-
-pkgname=lilv
-pkgver=0.24.6
-pkgrel=2
-pkgdesc="A C library interface to the LV2 plug-in standard"
-arch=('x86_64')
-url="https://drobilla.net/software/lilv/;
-license=('custom:ISC')
-depends=('glibc' 'libserd-0.so' 'libsord-0.so' 'libsratom-0.so')
-makedepends=('libsndfile' 'lv2' 'python' 'swig' 'waf')
-optdepends=('bash-completion: completion for bash'
-'libsndfile: for lv2apply'
-'python: for Python bindings')
-provides=('liblilv-0.so')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('0cf89d7dac97727e744579d3f4f4b330f56cf72f1a30bd03abfd645233aaf04e9bbf2abf460a0e4b963ed40e1ae78ed5f36127553bdab16e3e7dd3e93b70cdad'
-'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # let wscript(s) find the custom waf scripts
-  mkdir -pv tools
-  touch __init__.py
-  cp -v waflib/extras/{autoship,autowaf,lv2}.py tools/
-  mkdir -pv plugins/tools/
-  cp -v waflib/extras/{autoship,autowaf,lv2}.py plugins/tools/
-  rm -rv waflib
-  sed -e 's/waflib.extras/tools/g' \
-  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/g" \
-  -e "s/load('lv2'/load('lv2', tooldir='tools'/g" \
-  -i wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure --prefix=/usr \
---no-bash-completion \
---dyn-manifest \
---test
-  waf build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  waf test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # bash completion
-  install -vDm 644 utils/lilv.bash_completion\
-"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: lilv/repos/community-x86_64/PKGBUILD (from rev 621674, 
lilv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 20:48:39 UTC (rev 621675)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+
+pkgname=lilv
+pkgver=0.24.8
+pkgrel=1
+pkgdesc="A C library interface to the LV2 plug-in standard"
+arch=('x86_64')
+url="https://drobilla.net/software/lilv/;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('libsndfile' 'lv2' 'python' 'serd' 'sord' 'sratom' 'swig' 'waf')
+optdepends=('bash-completion: completion for bash'
+'libsndfile: for lv2apply'
+'python: for Python bindings')
+provides=('liblilv-0.so')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('f2b2638372a8280041f6e88e2077f2109f89dad6feedb9d07a88c6b5a05c37b62112f5d03282da4335ddd0d14339cfb49ad96a3df3de310265a40c24718be192'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # let wscript(s) find the custom waf scripts
+  mkdir -pv tools
+  touch __init__.py
+  cp -v waflib/extras/{autoship,autowaf,lv2}.py tools/
+  mkdir -pv plugins/tools/
+  cp -v waflib/extras/{autoship,autowaf,lv2}.py plugins/tools/
+  rm -rv waflib
+  sed -e 's/waflib.extras/tools/g' \
+  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/g" \
+  -e "s/load('lv2'/load('lv2', tooldir='tools'/g" \
+  -i wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr \
+--no-bash-completion \
+--dyn-manifest \
+--test
+  waf -v build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  waf test
+}
+
+package() {
+  depends+=('libserd-0.so' 'libsord-0.so' 'libsratom-0.so')
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # bash completion
+  install -vDm 644 utils/lilv.bash_completion\
+"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+}
+# vim:set ts=2 sw=2 et:

Deleted: lilvmm.patch

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

2020-04-26 Thread David Runge via arch-commits
Date: Sunday, April 26, 2020 @ 20:48:22
  Author: dvzrv
Revision: 621674

upgpkg: lilv 0.24.8-1: Upgrading to 0.24.8.

Adding all sodeps in package() and adding their respective packages to 
makedepends.
Running build with verbose flags.

Modified:
  lilv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 20:45:48 UTC (rev 621673)
+++ PKGBUILD2020-04-26 20:48:22 UTC (rev 621674)
@@ -3,20 +3,20 @@
 # Contributor: speps 
 
 pkgname=lilv
-pkgver=0.24.6
-pkgrel=2
+pkgver=0.24.8
+pkgrel=1
 pkgdesc="A C library interface to the LV2 plug-in standard"
 arch=('x86_64')
 url="https://drobilla.net/software/lilv/;
 license=('custom:ISC')
-depends=('glibc' 'libserd-0.so' 'libsord-0.so' 'libsratom-0.so')
-makedepends=('libsndfile' 'lv2' 'python' 'swig' 'waf')
+depends=('glibc')
+makedepends=('libsndfile' 'lv2' 'python' 'serd' 'sord' 'sratom' 'swig' 'waf')
 optdepends=('bash-completion: completion for bash'
 'libsndfile: for lv2apply'
 'python: for Python bindings')
 provides=('liblilv-0.so')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('0cf89d7dac97727e744579d3f4f4b330f56cf72f1a30bd03abfd645233aaf04e9bbf2abf460a0e4b963ed40e1ae78ed5f36127553bdab16e3e7dd3e93b70cdad'
+sha512sums=('f2b2638372a8280041f6e88e2077f2109f89dad6feedb9d07a88c6b5a05c37b62112f5d03282da4335ddd0d14339cfb49ad96a3df3de310265a40c24718be192'
 'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
 
@@ -41,7 +41,7 @@
 --no-bash-completion \
 --dyn-manifest \
 --test
-  waf build
+  waf -v build
 }
 
 check() {
@@ -50,6 +50,7 @@
 }
 
 package() {
+  depends+=('libserd-0.so' 'libsord-0.so' 'libsratom-0.so')
   cd "${pkgname}-${pkgver}"
   waf install --destdir="${pkgdir}"
   # license


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

2020-04-26 Thread Kyle Keen via arch-commits
Date: Sunday, April 26, 2020 @ 20:45:48
  Author: kkeen
Revision: 621673

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 20:43:58 UTC (rev 621672)
+++ PKGBUILD2020-04-26 20:45:48 UTC (rev 621673)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: wenLiangcan 
-
-pkgbase=python-wcwidth
-pkgname=(python-wcwidth python2-wcwidth)
-_name=wcwidth
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="Measures number of Terminal column cells of wide-character codes"
-url="https://github.com/jquast/wcwidth;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('dc6677d099e6f49c0f6fbc310de261e9')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-package_python-wcwidth() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-wcwidth() {
-  depends=('python2')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-wcwidth/repos/community-any/PKGBUILD (from rev 621672, 
python-wcwidth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 20:45:48 UTC (rev 621673)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+# Contributor: wenLiangcan 
+
+pkgbase=python-wcwidth
+pkgname=(python-wcwidth python2-wcwidth)
+_name=wcwidth
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Measures number of Terminal column cells of wide-character codes"
+url="https://github.com/jquast/wcwidth;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+package_python-wcwidth() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-wcwidth() {
+  depends=('python2')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-26 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 26, 2020 @ 20:43:58
  Author: svenstaro
Revision: 621672

archrelease: copy trunk to community-x86_64

Added:
  ogre/repos/community-x86_64/PKGBUILD
(from rev 621671, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 621671, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

--+
 PKGBUILD |  102 -
 ogre.install |6 +--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-26 20:43:48 UTC (rev 621671)
+++ PKGBUILD2020-04-26 20:43:58 UTC (rev 621672)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ogre
-pkgver=1.12.5
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr' 'pugixml'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 
'systemd' 'git' 'mono')
-install=ogre.install
-replaces=('ogre-docs')
-source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;
-
"git+https://github.com/ocornut/imgui.git#commit=688cf868ea83db6c2958dd6bf7a20d471d00940b;)
-optdepends=('cppunit: unit testing'
-'python: python bindings')
-sha512sums=('c7037c6224a2c3eff9aa0c07455b5f2bec6c74e57a42de897df07088819f50d26931d9ca7b10d1685c4202bf86056bd153a33e65409019737a7d36cda046c607'
-'SKIP')
-
-prepare() {
-  mkdir ogre-${pkgver}/build
-
-  cp -r "${srcdir}"/imgui ogre-${pkgver}/Components/Overlay/src/
-}
-
-build() {
-  cd ogre-${pkgver}/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DOGRE_BUILD_PLUGIN_FREEIMAGE=TRUE \
--DOGRE_BUILD_PLUGIN_EXRCODEC=TRUE
-
-  make
-  make OgreDoc
-}
-
-package() {
-
-  cd ogre-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/usr/bin/OgreSampleBrowser
-  install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 621671, 
ogre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-26 20:43:58 UTC (rev 621672)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ogre
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr' 'pugixml'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 
'systemd' 'git' 'mono')
+install=ogre.install
+replaces=('ogre-docs')
+source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;
+
"git+https://github.com/ocornut/imgui.git#commit=688cf868ea83db6c2958dd6bf7a20d471d00940b;)
+optdepends=('cppunit: unit testing'
+'python: python bindings')
+sha512sums=('2d62f86a94b5b066abc53ecfb7d98381fd684c180c630b99b58cf486069d2407c6c9e2c35f2baf315ba9bd887d6f507c8cc6663a50c97c4ee63f454e33e0450d'
+'SKIP')
+
+prepare() {
+  mkdir ogre-${pkgver}/build
+
+  cp -r "${srcdir}"/imgui ogre-${pkgver}/Components/Overlay/src/
+}
+
+build() {
+  cd ogre-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DOGRE_BUILD_PLUGIN_FREEIMAGE=TRUE \
+-DOGRE_BUILD_PLUGIN_EXRCODEC=TRUE
+
+  make
+  make OgreDoc
+}
+
+package() {
+
+  cd ogre-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/usr/bin/OgreSampleBrowser
+  install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ogre.install
===
--- ogre.install2020-04-26 20:43:48 UTC (rev 621671)
+++ ogre.install2020-04-26 20:43:58 UTC (rev 621672)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the OGRE samples just run OgreSampleBrowser"
-}

Copied: ogre/repos/community-x86_64/ogre.install (from rev 621671, 
ogre/trunk/ogre.install)
===
--- ogre.install(rev 0)
+++ ogre.install2020-04-26 20:43:58 UTC (rev 621672)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser"
+}


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

2020-04-26 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 26, 2020 @ 20:43:48
  Author: svenstaro
Revision: 621671

upgpkg: ogre 1.12.6-1

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 20:41:17 UTC (rev 621670)
+++ PKGBUILD2020-04-26 20:43:48 UTC (rev 621671)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ogre
-pkgver=1.12.5
+pkgver=1.12.6
 pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
"git+https://github.com/ocornut/imgui.git#commit=688cf868ea83db6c2958dd6bf7a20d471d00940b;)
 optdepends=('cppunit: unit testing'
 'python: python bindings')
-sha512sums=('c7037c6224a2c3eff9aa0c07455b5f2bec6c74e57a42de897df07088819f50d26931d9ca7b10d1685c4202bf86056bd153a33e65409019737a7d36cda046c607'
+sha512sums=('2d62f86a94b5b066abc53ecfb7d98381fd684c180c630b99b58cf486069d2407c6c9e2c35f2baf315ba9bd887d6f507c8cc6663a50c97c4ee63f454e33e0450d'
 'SKIP')
 
 prepare() {


  1   2   >