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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:23:43
  Author: felixonmars
Revision: 657460

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 05:22:24 UTC (rev 657459)
+++ PKGBUILD2020-07-02 05:23:43 UTC (rev 657460)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200701.1
-_commit=f3c0b0912367ed7bf0a6c821db7aa38b0a533a6c
-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=('0dce0ad0578011c5706ad01a67174dc178f0b6ffdc6e415c066c61ef02f84911e4c7d5c078cf68a21292f84c3745cb9bb32227c28a540ea03c42d00a67c5aa3d')
-
-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 657459, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 05:23:43 UTC (rev 657460)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200702
+_commit=992fe826e194e4bf721c248cb1b295afe2c73ccf
+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=('cea12f74589ea400e19c029d6662acb21ca59a59fb664c6c4d94318bf0fb6e6dfae563797d43e1da30a2c0a82d29c40afd51e4647976a5c0a2923bdf6656ca41')
+
+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-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:22:24
  Author: felixonmars
Revision: 657459

upgpkg: rime-cantonese 0.0.0.20200702-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 05:22:07 UTC (rev 657458)
+++ PKGBUILD2020-07-02 05:22:24 UTC (rev 657459)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200701.1
-_commit=f3c0b0912367ed7bf0a6c821db7aa38b0a533a6c
+pkgver=0.0.0.20200702
+_commit=992fe826e194e4bf721c248cb1b295afe2c73ccf
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -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=('0dce0ad0578011c5706ad01a67174dc178f0b6ffdc6e415c066c61ef02f84911e4c7d5c078cf68a21292f84c3745cb9bb32227c28a540ea03c42d00a67c5aa3d')
+sha512sums=('cea12f74589ea400e19c029d6662acb21ca59a59fb664c6c4d94318bf0fb6e6dfae563797d43e1da30a2c0a82d29c40afd51e4647976a5c0a2923bdf6656ca41')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:22:07
  Author: felixonmars
Revision: 657458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 05:21:26 UTC (rev 657457)
+++ PKGBUILD2020-07-02 05:22:07 UTC (rev 657458)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Matthew Sloan matt...@sloan.cc
-
-pkgname=python-pint
-pkgver=0.13
-pkgrel=1
-pkgdesc="A unit library for Python"
-arch=('any')
-license=('BSD')
-url="https://pint.readthedocs.org;
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
-source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
-sha512sums=('bb5212958fdf25b37eeb08f0e3c0766991cfe6ff508fc5a17611afc1f6841c5d82dae0cdf94cf3d565be76c3ce2224d2bd6a073e257dd393ad257540f39a848f')
-
-prepare() {
-  cd Pint-$pkgver
-  sed -i 's/pkg_resources.extern.//' pint/quantity.py
-}
-
-check() {
-  cd Pint-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd Pint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pint/repos/community-any/PKGBUILD (from rev 657457, 
python-pint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 05:22:07 UTC (rev 657458)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Matthew Sloan matt...@sloan.cc
+
+pkgname=python-pint
+pkgver=0.14
+pkgrel=1
+pkgdesc="A unit library for Python"
+arch=('any')
+license=('BSD')
+url="https://pint.readthedocs.org;
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
+source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
+sha512sums=('e58379805481d07e0a4634cdc999f0faa21da7e4fa7c7bade86c45492e130157e08e156d51e179b3a7c69f720ba0d6c20b54e91e9ab5e010f0ed515a0042cbcc')
+
+prepare() {
+  cd Pint-$pkgver
+  sed -i 's/pkg_resources.extern.//' pint/quantity.py
+}
+
+check() {
+  cd Pint-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd Pint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:21:07
  Author: felixonmars
Revision: 657456

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 657455, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 05:20:22 UTC (rev 657455)
+++ PKGBUILD2020-07-02 05:21:07 UTC (rev 657456)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202007011604
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('3ee304edc011eb14a660dbafd03511b47e7c0fea8f40cd8c8e5a94522cff61bee8f8a94fd3470494eeedc32a0cb072611a4ccd6685f7090c4e59209cc5995a32')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
657455, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 05:21:07 UTC (rev 657456)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202007012332
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('3a999beaad64ff9e0b50990cbeabea9360126ba162c397ee0259330fc8e64ac08d9119c2efae70c8754d9dbcbd1aa8ea7502f7f3c3b14cf4990e73cb6ce1b5d9')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:21:26
  Author: felixonmars
Revision: 657457

upgpkg: python-pint 0.14-1

Modified:
  python-pint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 05:21:07 UTC (rev 657456)
+++ PKGBUILD2020-07-02 05:21:26 UTC (rev 657457)
@@ -2,7 +2,7 @@
 # Contributor: Matthew Sloan matt...@sloan.cc
 
 pkgname=python-pint
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc="A unit library for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
 source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
-sha512sums=('bb5212958fdf25b37eeb08f0e3c0766991cfe6ff508fc5a17611afc1f6841c5d82dae0cdf94cf3d565be76c3ce2224d2bd6a073e257dd393ad257540f39a848f')
+sha512sums=('e58379805481d07e0a4634cdc999f0faa21da7e4fa7c7bade86c45492e130157e08e156d51e179b3a7c69f720ba0d6c20b54e91e9ab5e010f0ed515a0042cbcc')
 
 prepare() {
   cd Pint-$pkgver


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:20:22
  Author: felixonmars
Revision: 657455

upgpkg: v2ray-domain-list-community 202007012332-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 05:20:03 UTC (rev 657454)
+++ PKGBUILD2020-07-02 05:20:22 UTC (rev 657455)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202007011604
+pkgver=202007012332
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('3ee304edc011eb14a660dbafd03511b47e7c0fea8f40cd8c8e5a94522cff61bee8f8a94fd3470494eeedc32a0cb072611a4ccd6685f7090c4e59209cc5995a32')
+sha512sums=('3a999beaad64ff9e0b50990cbeabea9360126ba162c397ee0259330fc8e64ac08d9119c2efae70c8754d9dbcbd1aa8ea7502f7f3c3b14cf4990e73cb6ce1b5d9')
 
 prepare() {
   mkdir .gopath


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:20:03
  Author: felixonmars
Revision: 657454

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 05:19:31 UTC (rev 657453)
+++ PKGBUILD2020-07-02 05:20:03 UTC (rev 657454)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-numpydoc
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Numpy's Sphinx extensions"
-url="https://github.com/numpy/numpydoc;
-license=('Apache')
-arch=('any')
-depends=('python-sphinx' 'python-jinja')
-makedepends=('python-setuptools')
-checkdepends=('python-matplotlib' 'python-numpy' 'python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpydoc/archive/v$pkgver.tar.gz;)
-sha512sums=('6d97b37b759ae2349baedc90532c0bee2015d01e7d81335ece6ac2ffa97d94adac76e6c092c62fb058202953017394d594b74b25a1ce2761ce8262526a99cc85')
-
-build() {
-  cd numpydoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd numpydoc-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd numpydoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-numpydoc/repos/community-any/PKGBUILD (from rev 657453, 
python-numpydoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 05:20:03 UTC (rev 657454)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-numpydoc
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Numpy's Sphinx extensions"
+url="https://github.com/numpy/numpydoc;
+license=('Apache')
+arch=('any')
+depends=('python-sphinx' 'python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-matplotlib' 'python-numpy' 'python-pytest-cov')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpydoc/archive/v$pkgver.tar.gz;)
+sha512sums=('596757521b627fe415978234d87d4f0b603ff2b488b5ecf590d00a1e1682059f02190a84d188fe122f821f54ea8ab6117bd9410f449e78d52580a0c4ff7b9e54')
+
+build() {
+  cd numpydoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd numpydoc-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd numpydoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:19:31
  Author: felixonmars
Revision: 657453

upgpkg: python-numpydoc 1.1.0-1

Modified:
  python-numpydoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 05:19:08 UTC (rev 657452)
+++ PKGBUILD2020-07-02 05:19:31 UTC (rev 657453)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-numpydoc
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Numpy's Sphinx extensions"
 url="https://github.com/numpy/numpydoc;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-matplotlib' 'python-numpy' 'python-pytest-cov')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpydoc/archive/v$pkgver.tar.gz;)
-sha512sums=('6d97b37b759ae2349baedc90532c0bee2015d01e7d81335ece6ac2ffa97d94adac76e6c092c62fb058202953017394d594b74b25a1ce2761ce8262526a99cc85')
+sha512sums=('596757521b627fe415978234d87d4f0b603ff2b488b5ecf590d00a1e1682059f02190a84d188fe122f821f54ea8ab6117bd9410f449e78d52580a0c4ff7b9e54')
 
 build() {
   cd numpydoc-$pkgver


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:19:08
  Author: felixonmars
Revision: 657452

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 657451, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 657451, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   96 +++---
 remove-vendor.patch |  158 +-
 2 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 05:18:27 UTC (rev 657451)
+++ PKGBUILD2020-07-02 05:19:08 UTC (rev 657452)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=5.2.8
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'qt5-tools')
-optdepends=('zssh: for remote management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('d61459b80a8596ec882f993e8643fa04689e65c5ba70b42ebed64f930fc1c58caa77c36ba01fc0f9190df9ab9e8f4d6e3c68bec29c22bf91f22b146474f4bc6a')
-
-prepare() {
-  mkdir -p build
-  cd deepin-terminal-$pkgver
-  # Devendor qtermwidget - disabled due to the vendored copy has changes
-  #rm -r terminalwidget
-  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
-  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
-
-  # Much upstream weirdness
-  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
-  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
-  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i '/#include /a #include ' 
3rdparty/terminalwidget/lib/TerminalCharacterDecoder.cpp
-  sed -i '/#include /a #include ' 
src/customcommand/customcommanddelegate.cpp 
src/remotemanage/serverconfigdelegate.cpp src/theme/themeitemdelegate.cpp
-  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d - -f 1 
| cut -d : -f 2)/DCore/bin ../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/build
-  chrpath --delete "$pkgdir"/usr/bin/deepin-terminal
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 657451, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 05:19:08 UTC (rev 657452)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=5.2.9
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'qt5-tools')
+optdepends=('zssh: for remote management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('0abd6fb4b2dd4137ad3ff027ba8ae54f0d6d405d6fb0cb9c772fd38cf96c46193afcf40c8b99ff21eedf967c48645729b69fc2595f8e4c60df13ae305c4fb57a')
+
+prepare() {
+  mkdir -p build
+  cd deepin-terminal-$pkgver
+  # Devendor qtermwidget - disabled due to the vendored copy has changes
+  #rm -r terminalwidget
+  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
+  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
+
+  # Much upstream weirdness
+  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
+  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
+  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
+  sed -i '/#include /a #include ' 

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

2020-07-01 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 05:18:27
  Author: felixonmars
Revision: 657451

upgpkg: deepin-terminal 5.2.9-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 00:24:23 UTC (rev 657450)
+++ PKGBUILD2020-07-02 05:18:27 UTC (rev 657451)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=5.2.8
+pkgver=5.2.9
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('zssh: for remote management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('d61459b80a8596ec882f993e8643fa04689e65c5ba70b42ebed64f930fc1c58caa77c36ba01fc0f9190df9ab9e8f4d6e3c68bec29c22bf91f22b146474f4bc6a')
+sha512sums=('0abd6fb4b2dd4137ad3ff027ba8ae54f0d6d405d6fb0cb9c772fd38cf96c46193afcf40c8b99ff21eedf967c48645729b69fc2595f8e4c60df13ae305c4fb57a')
 
 prepare() {
   mkdir -p build


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

2020-07-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 2, 2020 @ 04:57:24
  Author: foutrelis
Revision: 390732

upgpkg: re2 1:20200701-1: new upstream release

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 00:23:33 UTC (rev 390731)
+++ PKGBUILD2020-07-02 04:57:24 UTC (rev 390732)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2020-06-01
+_re2ver=2020-07-01
 pkgver=${_re2ver//-}
 pkgrel=1
 epoch=1
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6')
+sha256sums=('116c74f4490b5d348492bc3822292320c9e5effe18c87bcafb616be464043321')
 
 build() {
   cd $pkgname-$_re2ver


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

2020-07-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 2, 2020 @ 04:57:58
  Author: foutrelis
Revision: 390733

archrelease: copy trunk to extra-x86_64

Added:
  re2/repos/extra-x86_64/PKGBUILD
(from rev 390732, re2/trunk/PKGBUILD)
Deleted:
  re2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 04:57:24 UTC (rev 390732)
+++ PKGBUILD2020-07-02 04:57:58 UTC (rev 390733)
@@ -1,33 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-_re2ver=2020-06-01
-pkgver=${_re2ver//-}
-pkgrel=1
-epoch=1
-pkgdesc="Fast, safe, thread-friendly regular expression engine"
-arch=('x86_64')
-url="https://github.com/google/re2;
-license=('BSD')
-depends=('gcc-libs')
-source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6')
-
-build() {
-  cd $pkgname-$_re2ver
-  make
-}
-
-check() {
-  cd $pkgname-$_re2ver
-  make test
-}
-
-package() {
-  cd $pkgname-$_re2ver
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 390732, re2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 04:57:58 UTC (rev 390733)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_re2ver=2020-07-01
+pkgver=${_re2ver//-}
+pkgrel=1
+epoch=1
+pkgdesc="Fast, safe, thread-friendly regular expression engine"
+arch=('x86_64')
+url="https://github.com/google/re2;
+license=('BSD')
+depends=('gcc-libs')
+source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
+sha256sums=('116c74f4490b5d348492bc3822292320c9e5effe18c87bcafb616be464043321')
+
+build() {
+  cd $pkgname-$_re2ver
+  make
+}
+
+check() {
+  cd $pkgname-$_re2ver
+  make test
+}
+
+package() {
+  cd $pkgname-$_re2ver
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in gitlab-gitaly/repos (4 files)

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 2, 2020 @ 00:23:33
  Author: anatolik
Revision: 657449

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 657448, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/configs.patch
(from rev 657448, gitlab-gitaly/trunk/configs.patch)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 657448, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   53 +
 configs.patch |   99 
 gitlab-gitaly.service |   14 ++
 3 files changed, 166 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 657448, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-02 00:23:33 UTC (rev 657449)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=13.1.2
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+_tag=v${pkgver}
+source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
+"configs.patch"
+"gitlab-gitaly.service")
+sha512sums=('37ae8a5465aaac6a4e7b718660235ccb00718320d36a876cca8a3836ad27f9ef2368f7779163ee4ba7434455d0ce481d28f654dd53dfecd24b02be3e2cb65e91'
+
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
+
'7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
+
+prepare() {
+  cd gitaly-$_tag
+
+  patch -p1 < ../configs.patch
+  # At this point the config file should not contain any references to 
'/home/git'
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd gitaly-$_tag
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd gitaly-$_tag
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p ${pkgdir}/etc/gitlab-gitaly
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example "${pkgdir}/etc/${pkgname}/config.toml"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}

Copied: gitlab-gitaly/repos/community-testing-x86_64/configs.patch (from rev 
657448, gitlab-gitaly/trunk/configs.patch)
===
--- community-testing-x86_64/configs.patch  (rev 0)
+++ community-testing-x86_64/configs.patch  2020-07-02 00:23:33 UTC (rev 
657449)
@@ -0,0 +1,99 @@
+commit 487d724f098441298088e59805af2faba7843fbe
+Author: Anatol Pomozov 
+Date:   Tue May 26 00:26:02 2020 -0700
+
+Patch config files with Arch Linux specific locations
+
+Arch uses upstream's default config files as a base for its configs.
+But directory structure at Arch is completely different from the default
+one specified by gitlab project.
+We used to have a lot of seds expressions to adjust the files but as
+complexity of configs grew 'sed' makes it easy to miss a changed/added
+option.
+
+Track set of diffs as a patch. If upstream modifies config file then it
+will cause a conflict that needs to be reviewed manually.
+
+diff --git a/config.toml.example b/config.toml.example
+index 85fbf6ba..9f8e6c99 100644
+--- a/config.toml.example
 b/config.toml.example
+@@ -2,10 +2,10 @@
+ # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and
+ # https://docs.gitlab.com/ee//administration/gitaly/reference
+ 
+-socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
++socket_path = "/run/gitlab/gitlab-gitaly.socket"
+ 
+ # The directory where Gitaly's executables are stored
+-bin_dir = "/home/git/gitaly"
++bin_dir = "/usr/bin"
+ 
+ # # Optional: listen on a TCP socket. This is insecure (no authentication)
+ # listen_addr = 

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

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 2, 2020 @ 00:22:49
  Author: anatolik
Revision: 657448

upgpkg: gitlab-gitaly 13.1.2-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 00:21:45 UTC (rev 657447)
+++ PKGBUILD2020-07-02 00:22:49 UTC (rev 657448)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=13.1.1
+pkgver=13.1.2
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
 "configs.patch"
 "gitlab-gitaly.service")
-sha512sums=('62bc2a5a1fb041a646a2c4717e1845f815d771ee762ca0d337571e4ea79050df196a0ee0da811ec544f13358be29bd706efa4b8dc192bcee8e284bd46bad08d7'
+sha512sums=('37ae8a5465aaac6a4e7b718660235ccb00718320d36a876cca8a3836ad27f9ef2368f7779163ee4ba7434455d0ce481d28f654dd53dfecd24b02be3e2cb65e91'
 
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
 
'7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
 


[arch-commits] Commit in gitlab/repos (15 files)

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 2, 2020 @ 00:21:45
  Author: anatolik
Revision: 657447

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 657446, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 657446, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 657446, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 657446, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 657446, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 657446, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 657446, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 657446, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 657446, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 657446, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 657446, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 657446, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 657446, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 657446, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  192 +++
 build_fix.patch|   23 +++
 configs.patch  |  305 +++
 environment|3 
 gitlab-backup.service  |   19 ++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   21 ++
 gitlab-puma.service|   33 
 gitlab-sidekiq.service |   30 
 gitlab.install |   34 
 gitlab.logrotate   |6 
 gitlab.target  |7 
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 +++
 14 files changed, 710 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 657446, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-02 00:21:45 UTC (rev 657447)
@@ -0,0 +1,192 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=13.1.2
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'19c69797d268216e254f82dd9e865a70c8e79039a34b09efba42542b6e59e4d74f546be566ad923f39ed9e873273b7341619efa71ce7689d97e1a72df5677753'
+
'9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'6e6a9be7a3985a20e3140553e95e39b08aa4d13005dd4496eea9d3cac6cc6c223018eb01a0ac496f94606d77d73c18d84c9c230e8869dac87b004b46125d67f7'
+

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

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 2, 2020 @ 00:20:10
  Author: anatolik
Revision: 657446

upgpkg: gitlab 13.1.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 23:55:54 UTC (rev 657445)
+++ PKGBUILD2020-07-02 00:20:10 UTC (rev 657446)
@@ -7,11 +7,8 @@
 # Contributor: Stefan Tatschner 
 # Contributor: Caleb Maclennan 
 
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
 pkgname=gitlab
-pkgver=13.1.1
+pkgver=13.1.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 1, 2020 @ 23:55:37
  Author: anatolik
Revision: 657444

upgpkg: rocksdb 6.10.2-1

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:35:36 UTC (rev 657443)
+++ PKGBUILD2020-07-01 23:55:37 UTC (rev 657444)
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.7.3
+pkgver=6.10.2
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(cmake ninja)
 #checkdepends=('python2')
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('c4d1397b58e4801b5fd7c3dd9175e6ae84541119cbebb739fe17d998f1829e81')
+sha256sums=('514b315c64159dd767bbbf6430d33313903c0c9240d4249bddead5c4297d128f')
 
 build() {
   cd rocksdb-$pkgver


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

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 1, 2020 @ 23:55:54
  Author: anatolik
Revision: 657445

archrelease: copy trunk to community-testing-x86_64

Added:
  rocksdb/repos/community-testing-x86_64/
  rocksdb/repos/community-testing-x86_64/PKGBUILD
(from rev 657444, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-testing-x86_64/PKGBUILD (from rev 657444, 
rocksdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 23:55:54 UTC (rev 657445)
@@ -0,0 +1,36 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.10.2
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 gcc-libs gflags jemalloc lz4 snappy zlib zstd)
+makedepends=(cmake ninja)
+#checkdepends=('python2')
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('514b315c64159dd767bbbf6430d33313903c0c9240d4249bddead5c4297d128f')
+
+build() {
+  cd rocksdb-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
+-DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DFAIL_ON_WARNINGS=OFF -DPORTABLE=ON \
+   -DWITH_BENCHMARK_TOOLS=OFF \
+   -GNinja -S . -B build
+  ninja -C build
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # currently upstream enables tests for Debug configuration only
+  # ninja -C build check
+}
+
+package() {
+  cd rocksdb-$pkgver
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-07-01 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 1, 2020 @ 23:45:09
  Author: anatolik
Revision: 390730

Remove Lua 5.3 leftover

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 23:12:32 UTC (rev 390729)
+++ PKGBUILD2020-07-01 23:45:09 UTC (rev 390730)
@@ -26,9 +26,6 @@
   patch -p1 -i ../liblua.so.patch
 
   sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
-
-  # Lua 5.3.4 has wrong release version in its Makefile. Fix it.
-  # sed "s/^R= \$V.4/R= \$V.5/" -i Makefile
 }
 
 build() {


[arch-commits] Commit in linux-hardened/trunk (1 file)

2020-07-01 Thread Levente Polyak via arch-commits
Date: Wednesday, July 1, 2020 @ 23:12:25
  Author: anthraxx
Revision: 390728

upgpkg: linux-hardened 5.7.7.a-1

Deleted:
  linux-hardened/trunk/0001-gcc-plugins-drop-support-for-GCC-4.7.patch

-+
 0001-gcc-plugins-drop-support-for-GCC-4.7.patch |  308 --
 1 file changed, 308 deletions(-)

Deleted: 0001-gcc-plugins-drop-support-for-GCC-4.7.patch
===
--- 0001-gcc-plugins-drop-support-for-GCC-4.7.patch 2020-07-01 23:05:12 UTC 
(rev 390727)
+++ 0001-gcc-plugins-drop-support-for-GCC-4.7.patch 2020-07-01 23:12:25 UTC 
(rev 390728)
@@ -1,308 +0,0 @@
-From dba68a9d4df76d49d32245e4236713a43fb321da Mon Sep 17 00:00:00 2001
-From: Masahiro Yamada 
-Date: Sun, 29 Mar 2020 20:08:32 +0900
-Subject: [PATCH 1/4] gcc-plugins: drop support for GCC <= 4.7
-
-Nobody was opposed to raising minimum GCC version to 4.8 [1]
-So, we will drop GCC <= 4.7 support sooner or later.
-
-We always use C++ compiler for building plugins for GCC >= 4.8.
-
-This commit drops the plugin support for GCC <= 4.7 a bit earlier,
-which allows us to dump lots of code.
-
-[1] https://lkml.org/lkml/2020/1/23/545
-
-Signed-off-by: Masahiro Yamada 
-Acked-by: Kees Cook 

- scripts/Kconfig.include  |  3 --
- scripts/Makefile.build   |  2 +-
- scripts/Makefile.clean   |  1 -
- scripts/Makefile.host| 23 +--
- scripts/gcc-plugin.sh| 57 
- scripts/gcc-plugins/Kconfig  | 12 ++--
- scripts/gcc-plugins/Makefile | 21 -
- 7 files changed, 15 insertions(+), 104 deletions(-)
-
-diff --git a/scripts/Kconfig.include b/scripts/Kconfig.include
-index 496d11c92c97..033f6efd92d3 100644
 a/scripts/Kconfig.include
-+++ b/scripts/Kconfig.include
-@@ -42,9 +42,6 @@ $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not 
found)
- # Fail if the linker is gold as it's not capable of linking the kernel proper
- $(error-if,$(success, $(LD) -v | grep -q gold), gold linker '$(LD)' not 
supported)
- 
--# gcc version including patch level
--gcc-version := $(shell,$(srctree)/scripts/gcc-version.sh $(CC))
--
- # machine bit flags
- #  $(m32-flag): -m32 if the compiler supports it, or an empty string 
otherwise.
- #  $(m64-flag): -m64 if the compiler supports it, or an empty string 
otherwise.
-diff --git a/scripts/Makefile.build b/scripts/Makefile.build
-index a1730d42e5f3..eec789d7a63a 100644
 a/scripts/Makefile.build
-+++ b/scripts/Makefile.build
-@@ -46,7 +46,7 @@ include $(kbuild-file)
- include scripts/Makefile.lib
- 
- # Do not include host rules unless needed
--ifneq 
($(hostprogs)$(hostlibs-y)$(hostlibs-m)$(hostcxxlibs-y)$(hostcxxlibs-m),)
-+ifneq ($(hostprogs)$(hostcxxlibs-y)$(hostcxxlibs-m),)
- include scripts/Makefile.host
- endif
- 
-diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
-index 1e4206566a82..075f0cc2d8d7 100644
 a/scripts/Makefile.clean
-+++ b/scripts/Makefile.clean
-@@ -30,7 +30,6 @@ subdir-ymn   := $(addprefix $(obj)/,$(subdir-ymn))
- __clean-files := $(extra-y) $(extra-m) $(extra-)   \
-  $(always) $(always-y) $(always-m) $(always-) $(targets) 
$(clean-files)   \
-  $(hostprogs) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \
-- $(hostlibs-y) $(hostlibs-m) $(hostlibs-) \
-  $(hostcxxlibs-y) $(hostcxxlibs-m)
- 
- __clean-files   := $(filter-out $(no-clean-files), $(__clean-files))
-diff --git a/scripts/Makefile.host b/scripts/Makefile.host
-index 3b7121d43324..2045855d0b75 100644
 a/scripts/Makefile.host
-+++ b/scripts/Makefile.host
-@@ -39,41 +39,37 @@ $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
- # They are linked as C++ code to the executable qconf
- 
- __hostprogs := $(sort $(hostprogs))
--host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m))
- host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m))
- 
- # C code
- # Executables compiled from a single .c file
- host-csingle  := $(foreach m,$(__hostprogs), \
-   $(if $($(m)-objs)$($(m)-cxxobjs),,$(m)))
- 
- # C executables linked based on several .o files
- host-cmulti   := $(foreach m,$(__hostprogs),\
-  $(if $($(m)-cxxobjs),,$(if $($(m)-objs),$(m
- 
- # Object (.o) files compiled from .c files
- host-cobjs:= $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
- 
- # C++ code
- # C++ executables compiled from at least one .cc file
- # and zero or more .c files
- host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
- 
- # C++ Object (.o) files compiled from .cc files
- host-cxxobjs  := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
- 
- # Object (.o) files used by the shared libaries
--host-cshobjs  := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs
- host-cxxshobjs:= $(sort $(foreach 
m,$(host-cxxshlib),$($(m:.so=-objs
- 
- host-csingle  := $(addprefix $(obj)/,$(host-csingle))
- 

[arch-commits] Commit in linux-hardened/repos (4 files)

2020-07-01 Thread Levente Polyak via arch-commits
Date: Wednesday, July 1, 2020 @ 23:12:32
  Author: anthraxx
Revision: 390729

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 390728, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 390728, linux-hardened/trunk/config)
  linux-hardened/repos/testing-x86_64/sphinx-workaround.patch
(from rev 390728, linux-hardened/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  206 
 config  |10839 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11058 insertions(+)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config)

2020-07-01 Thread Levente Polyak via arch-commits
Date: Wednesday, July 1, 2020 @ 23:05:12
  Author: anthraxx
Revision: 390727

upgpkg: linux-hardened 5.7.7.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |   15 +-
 config   |  388 ++---
 2 files changed, 250 insertions(+), 153 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 20:40:05 UTC (rev 390726)
+++ PKGBUILD2020-07-01 23:05:12 UTC (rev 390727)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.6.19.a
+pkgver=5.7.7.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -20,7 +20,6 @@
   
https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
   
https://github.com/anthraxx/${pkgbase}/releases/download/${pkgver}/${pkgbase}-${pkgver}.patch{,.sig}
   config # the main kernel config file
-  0001-gcc-plugins-drop-support-for-GCC-4.7.patch
   sphinx-workaround.patch
 )
 validpgpkeys=(
@@ -29,12 +28,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('62532fb257fe98a68601e4ca36bd3d34300b4f26f447bf495df4693442601ee8'
+sha256sums=('f840b9679283343c165516585c3070ebb277528721c890e9410a58e9d071ee7f'
 'SKIP'
-'b5122fd035ba92d9298363e6493bd0e6ac37ce9199928c8decf242f3225bad3f'
+'e4e4485817d1bcba4bd5d3ee94329aa47683ea282d0d0605157d74b5517ae308'
 'SKIP'
-'727daf2109807a5084ff739f0a99baf0f990fda9aa303580a6814e10de0e4d4b'
-'82210fa21308a3335c6d1a56cbae27bfba4c7c99c64585a3a2dbac93aae8f260'
+'22195d3db0f6e9991287477ed273dc603bcf2bc84a97b33b7a0e8829b74312d4'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux
@@ -94,7 +92,7 @@
   echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
 
   echo "Installing modules..."
-  make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
+  make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 modules_install
 
   # remove build and source links
   rm "$modulesdir"/{source,build}
@@ -170,6 +168,9 @@
 esac
   done < <(find "$builddir" -type f -perm -u+x ! -name vmlinux -print0)
 
+  echo "Stripping vmlinux..."
+  strip -v $STRIP_STATIC "$builddir/vmlinux"
+
   echo "Adding symlink..."
   mkdir -p "$pkgdir/usr/src"
   ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"

Modified: config
===
--- config  2020-07-01 20:40:05 UTC (rev 390726)
+++ config  2020-07-01 23:05:12 UTC (rev 390727)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.19 Kernel Configuration
+# Linux/x86 5.7.7 Kernel Configuration
 #
 
 #
@@ -8,6 +8,7 @@
 #
 CONFIG_CC_IS_GCC=y
 CONFIG_GCC_VERSION=100100
+CONFIG_LD_VERSION=23400
 CONFIG_CLANG_VERSION=0
 CONFIG_CC_CAN_LINK=y
 CONFIG_CC_HAS_ASM_GOTO=y
@@ -56,6 +57,7 @@
 CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
 CONFIG_GENERIC_PENDING_IRQ=y
 CONFIG_GENERIC_IRQ_MIGRATION=y
+CONFIG_HARDIRQS_SW_RESEND=y
 CONFIG_GENERIC_IRQ_CHIP=y
 CONFIG_IRQ_DOMAIN=y
 CONFIG_IRQ_SIM=y
@@ -71,7 +73,6 @@
 # end of IRQ subsystem
 
 CONFIG_CLOCKSOURCE_WATCHDOG=y
-CONFIG_ARCH_CLOCKSOURCE_DATA=y
 CONFIG_ARCH_CLOCKSOURCE_INIT=y
 CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
 CONFIG_GENERIC_TIME_VSYSCALL=y
@@ -105,6 +106,7 @@
 # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
 CONFIG_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_SCHED_AVG_IRQ=y
+# CONFIG_SCHED_THERMAL_PRESSURE is not set
 CONFIG_BSD_PROCESS_ACCT=y
 CONFIG_BSD_PROCESS_ACCT_V3=y
 CONFIG_TASKSTATS=y
@@ -239,6 +241,7 @@
 CONFIG_KALLSYMS_ALL=y
 CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
 CONFIG_KALLSYMS_BASE_RELATIVE=y
+CONFIG_BPF_LSM=y
 CONFIG_BPF_SYSCALL=y
 CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
 CONFIG_BPF_JIT_ALWAYS_ON=y
@@ -281,7 +284,6 @@
 CONFIG_X86=y
 CONFIG_INSTRUCTION_DECODER=y
 CONFIG_OUTPUT_FORMAT="elf64-x86-64"
-CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
 CONFIG_MMU=y
@@ -708,6 +710,7 @@
 # CONFIG_EFI_DISABLE_PCI_DMA is not set
 # end of EFI (Extensible Firmware Interface) Support
 
+CONFIG_EFI_EMBEDDED_FIRMWARE=y
 CONFIG_UEFI_CPER=y
 CONFIG_UEFI_CPER_X86=y
 CONFIG_EFI_DEV_PATH_PARSER=y
@@ -740,11 +743,9 @@
 CONFIG_KVM_AMD=m
 CONFIG_KVM_AMD_SEV=y
 CONFIG_KVM_MMU_AUDIT=y
-CONFIG_VHOST_NET=m
-CONFIG_VHOST_SCSI=m
-CONFIG_VHOST_VSOCK=m
-CONFIG_VHOST=m
-# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
+CONFIG_AS_AVX512=y
+CONFIG_AS_SHA1_NI=y
+CONFIG_AS_SHA256_NI=y
 
 #
 # General architecture-dependent options
@@ -853,7 +854,6 @@
 CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 # end of GCOV-based kernel profiling
 
-CONFIG_PLUGIN_HOSTCC="g++"
 CONFIG_HAVE_GCC_PLUGINS=y
 CONFIG_GCC_PLUGINS=y
 # CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
@@ -989,6 

[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:35:36
  Author: wild
Revision: 657443

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 657442, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:35:30 UTC (rev 657442)
+++ PKGBUILD2020-07-01 21:35:36 UTC (rev 657443)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg optipng glibd)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('41a6563dde303adcd60f28fbd89f14eb2a4083cec8f1021c22409c769088fdc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 657442, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:35:36 UTC (rev 657443)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg optipng glibd)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('41a6563dde303adcd60f28fbd89f14eb2a4083cec8f1021c22409c769088fdc2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:35:10
  Author: wild
Revision: 657441

archrelease: copy trunk to community-x86_64

Added:
  d-containers/repos/community-x86_64/PKGBUILD
(from rev 657440, d-containers/trunk/PKGBUILD)
Deleted:
  d-containers/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:35:05 UTC (rev 657440)
+++ PKGBUILD2020-07-01 21:35:10 UTC (rev 657441)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-containers
-_pkgname=containers
-_pkgver=0.8.0-alpha.19
-pkgver=${_pkgver/-/}
-pkgrel=4
-pkgdesc='Containers for D backed by std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/containers'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'd-stdx-allocator')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('ef415e2bf7829e05c458cee0e41b6fc5768805a8dee332fb6a01a72e1e723f240f183cd1fd5ed74848cc4ea860b0746dca1c5dee13d37f819f0025da99098c4a')
-
-build() {
-  mkdir -p $_pkgname-$_pkgver/build
-  cd $_pkgname-$_pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$_pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$_pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-containers/repos/community-x86_64/PKGBUILD (from rev 657440, 
d-containers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:35:10 UTC (rev 657441)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-containers
+_pkgname=containers
+_pkgver=0.8.0-alpha.19
+pkgver=${_pkgver/-/}
+pkgrel=5
+pkgdesc='Containers for D backed by std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/containers'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'd-stdx-allocator')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('ef415e2bf7829e05c458cee0e41b6fc5768805a8dee332fb6a01a72e1e723f240f183cd1fd5ed74848cc4ea860b0746dca1c5dee13d37f819f0025da99098c4a')
+
+build() {
+  mkdir -p $_pkgname-$_pkgver/build
+  cd $_pkgname-$_pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$_pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$_pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:35:30
  Author: wild
Revision: 657442

upgpkg: appstream-generator 0.8.2-2: Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:35:10 UTC (rev 657441)
+++ PKGBUILD2020-07-01 21:35:30 UTC (rev 657442)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:35:05
  Author: wild
Revision: 657440

upgpkg: d-containers 0.8.0alpha.19-5: Rebuilt against new ldc

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:53 UTC (rev 657439)
+++ PKGBUILD2020-07-01 21:35:05 UTC (rev 657440)
@@ -4,7 +4,7 @@
 _pkgname=containers
 _pkgver=0.8.0-alpha.19
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
 pkgdesc='Containers for D backed by std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/containers'


[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:26
  Author: wild
Revision: 657436

upgpkg: d-stdx-allocator 3.0.2-11: Rebuilt against new ldc

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:05 UTC (rev 657435)
+++ PKGBUILD2020-07-01 21:34:26 UTC (rev 657436)
@@ -3,7 +3,7 @@
 pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
 pkgver=3.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'


[arch-commits] Commit in d-mir-core/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:05
  Author: wild
Revision: 657435

archrelease: copy trunk to community-x86_64

Added:
  d-mir-core/repos/community-x86_64/PKGBUILD
(from rev 657434, d-mir-core/trunk/PKGBUILD)
Deleted:
  d-mir-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:33:53 UTC (rev 657434)
+++ PKGBUILD2020-07-01 21:34:05 UTC (rev 657435)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=mir-core
-pkgname=d-$_pkgname
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='Base software building blocks and conventions for libmir'
-arch=('x86_64')
-url='https://github.com/libmir/mir-core'
-license=('custom:BSL')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('a610e826371484b212f5d7c85a8354c39357d178b142806649b9297121b231021737168cac6ea30ad0ecbbcb25d1545504b4c6ce060dddbecdb83c65000e5895')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Fix version in buildfile
-  sed -i "s/1.1.1/$pkgver/" meson.build
-}
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: d-mir-core/repos/community-x86_64/PKGBUILD (from rev 657434, 
d-mir-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:34:05 UTC (rev 657435)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mir-core
+pkgname=d-$_pkgname
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='Base software building blocks and conventions for libmir'
+arch=('x86_64')
+url='https://github.com/libmir/mir-core'
+license=('custom:BSL')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('aa7ca3fabb6d318fb5c2e7b0abef1ee0ba31e6dce31a4e03c555b12fe3a313e5a0afaa7c7d0f5aca2faea31f5172cdffa8ce98ab7da029cb6b919c2d0639925c')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Fix version in buildfile
+  sed -i "s/1.1.1/$pkgver/" meson.build
+}
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:32
  Author: wild
Revision: 657437

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 657436, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:26 UTC (rev 657436)
+++ PKGBUILD2020-07-01 21:34:32 UTC (rev 657437)
@@ -1,46 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-stdx-allocator
-_pkgname=stdx-allocator
-pkgver=3.0.2
-pkgrel=10
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos' 'd-mir-core')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
-sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
-
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 < ../add-dependency.patch
-}
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 657436, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:34:32 UTC (rev 657437)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-stdx-allocator
+_pkgname=stdx-allocator
+pkgver=3.0.2
+pkgrel=11
+pkgdesc='Extracted std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/stdx-allocator'
+license=('Boost')
+depends=('liblphobos' 'd-mir-core')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
+
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < ../add-dependency.patch
+}
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:53
  Author: wild
Revision: 657439

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 657438, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:47 UTC (rev 657438)
+++ PKGBUILD2020-07-01 21:34:53 UTC (rev 657439)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=4
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 657438, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:34:53 UTC (rev 657439)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=5
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:47
  Author: wild
Revision: 657438

upgpkg: vibe-d 0.8.6-5: Rebuilt against new ldc

Modified:
  vibe-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:32 UTC (rev 657437)
+++ PKGBUILD2020-07-01 21:34:47 UTC (rev 657438)
@@ -3,7 +3,7 @@
 pkgname=vibe-d
 _pkgname=vibe.d
 pkgver=0.8.6
-pkgrel=4
+pkgrel=5
 pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
 arch=('x86_64')
 url='https://vibed.org'


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:33:29
  Author: wild
Revision: 657432

upgpkg: diet-ng 1.7.2-2: Rebuilt against new ldc

Modified:
  diet-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:53 UTC (rev 657431)
+++ PKGBUILD2020-07-01 21:33:29 UTC (rev 657432)
@@ -2,7 +2,7 @@
 
 pkgname=diet-ng
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
 arch=('x86_64')
 url='https://github.com/rejectedsoftware/diet-ng'


[arch-commits] Commit in d-mir-core/trunk (PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:33:53
  Author: wild
Revision: 657434

upgpkg: d-mir-core 1.1.7-1: Updated to 1.1.7

Modified:
  d-mir-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:33:34 UTC (rev 657433)
+++ PKGBUILD2020-07-01 21:33:53 UTC (rev 657434)
@@ -2,7 +2,7 @@
 
 _pkgname=mir-core
 pkgname=d-$_pkgname
-pkgver=1.1.3
+pkgver=1.1.7
 pkgrel=1
 pkgdesc='Base software building blocks and conventions for libmir'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('liblphobos')
 makedepends=('meson' 'ldc')
 source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('a610e826371484b212f5d7c85a8354c39357d178b142806649b9297121b231021737168cac6ea30ad0ecbbcb25d1545504b4c6ce060dddbecdb83c65000e5895')
+sha512sums=('aa7ca3fabb6d318fb5c2e7b0abef1ee0ba31e6dce31a4e03c555b12fe3a313e5a0afaa7c7d0f5aca2faea31f5172cdffa8ce98ab7da029cb6b919c2d0639925c')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:33:34
  Author: wild
Revision: 657433

archrelease: copy trunk to community-x86_64

Added:
  diet-ng/repos/community-x86_64/PKGBUILD
(from rev 657432, diet-ng/trunk/PKGBUILD)
Deleted:
  diet-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:33:29 UTC (rev 657432)
+++ PKGBUILD2020-07-01 21:33:34 UTC (rev 657433)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=diet-ng
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
-arch=('x86_64')
-url='https://github.com/rejectedsoftware/diet-ng'
-license=('MIT')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('e1d39790d9803c704c6a9069bf4a365d3fbafc0d0eed68fa5dac85f86e1b69e84146357d961ef5d3ce88230838d31dc081a692d72f77de1d1325e38f1186d474')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 657432, 
diet-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:33:34 UTC (rev 657433)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.7.2
+pkgrel=2
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('e1d39790d9803c704c6a9069bf4a365d3fbafc0d0eed68fa5dac85f86e1b69e84146357d961ef5d3ce88230838d31dc081a692d72f77de1d1325e38f1186d474')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:37
  Author: wild
Revision: 657429

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 657428, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:32 UTC (rev 657428)
+++ PKGBUILD2020-07-01 21:32:37 UTC (rev 657429)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.21.0
-pkgrel=2
-pkgdesc='Create D bindings from GObject introspection files'
-arch=('x86_64')
-url='https://github.com/gtkd-developers/gir-to-d'
-license=('LGPL3')
-depends=('gcc-libs' 'liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced41477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 657428, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:32:37 UTC (rev 657429)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.21.0
+pkgrel=3
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced41477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:32
  Author: wild
Revision: 657428

upgpkg: gir-to-d 0.21.0-3: Rebuilt against new ldc

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:19 UTC (rev 657427)
+++ PKGBUILD2020-07-01 21:32:32 UTC (rev 657428)
@@ -2,7 +2,7 @@
 
 pkgname=gir-to-d
 pkgver=0.21.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Create D bindings from GObject introspection files'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/gir-to-d'


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:13
  Author: wild
Revision: 657426

upgpkg: mustache-d 0.1.4-5: Rebuilt against new ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:03 UTC (rev 657425)
+++ PKGBUILD2020-07-01 21:32:13 UTC (rev 657426)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:19
  Author: wild
Revision: 657427

archrelease: copy trunk to community-x86_64

Added:
  mustache-d/repos/community-x86_64/PKGBUILD
(from rev 657426, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:13 UTC (rev 657426)
+++ PKGBUILD2020-07-01 21:32:19 UTC (rev 657427)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mustache-d
-pkgver=0.1.4
-pkgrel=4
-pkgdesc='Moustache template engine for D'
-arch=('x86_64')
-url='https://github.com/repeatedly/mustache-d'
-license=('Boost')
-makedepends=('meson' 'ldc' 'liblphobos')
-source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
-sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  # Build with LDC
-  export DC=ldc
-
-  arch-meson ../$pkgname-$pkgver
-
-  ninja
-}
-
-package() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 657426, 
mustache-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:32:19 UTC (rev 657427)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.4
+pkgrel=5
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
+sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  # Build with LDC
+  export DC=ldc
+
+  arch-meson ../$pkgname-$pkgver
+
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:47
  Author: wild
Revision: 657430

upgpkg: glibd 2.2.0-2: Rebuilt against new ldc

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:37 UTC (rev 657429)
+++ PKGBUILD2020-07-01 21:32:47 UTC (rev 657430)
@@ -4,7 +4,7 @@
 pkgname=glibd
 _pkgname=GlibD
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='D bindings for the GLib C Utility Library'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/GlibD'


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:53
  Author: wild
Revision: 657431

archrelease: copy trunk to community-x86_64

Added:
  glibd/repos/community-x86_64/PKGBUILD
(from rev 657430, glibd/trunk/PKGBUILD)
Deleted:
  glibd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:32:47 UTC (rev 657430)
+++ PKGBUILD2020-07-01 21:32:53 UTC (rev 657431)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Antonio Rojas 
-
-pkgname=glibd
-_pkgname=GlibD
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='D bindings for the GLib C Utility Library'
-arch=('x86_64')
-url='https://github.com/gtkd-developers/GlibD'
-license=('LGPL3')
-depends=('glib2' 'liblphobos')
-makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('c39af9a13fb3cb352e726f61e2a79e659ec18a0fefb7aaaefd9c6341cb8f4288c9072ed20e237d0723b2c2dbb08aec725c396e981ea5957532d5ba80704cfb28')
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: glibd/repos/community-x86_64/PKGBUILD (from rev 657430, 
glibd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:32:53 UTC (rev 657431)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Antonio Rojas 
+
+pkgname=glibd
+_pkgname=GlibD
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='D bindings for the GLib C Utility Library'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/GlibD'
+license=('LGPL3')
+depends=('glib2' 'liblphobos')
+makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c39af9a13fb3cb352e726f61e2a79e659ec18a0fefb7aaaefd9c6341cb8f4288c9072ed20e237d0723b2c2dbb08aec725c396e981ea5957532d5ba80704cfb28')
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:32:03
  Author: wild
Revision: 657425

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
(from rev 657424, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:31:57 UTC (rev 657424)
+++ PKGBUILD2020-07-01 21:32:03 UTC (rev 657425)
@@ -1,46 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: dsboger 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=tilix
-pkgver=1.9.3
-pkgrel=8
-pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
-arch=('x86_64')
-url="https://github.com/gnunn1/tilix;
-license=('MPL')
-depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('ldc' 'po4a')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
-'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-
"Avoid_calling_values_on_a_shared_object.patch::https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3.patch;)
-sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de'
-'29bbdb44fa026af00d82230376a0c18e4947d7c7cfbe1838a6cbb81733f6ba0a')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# Fixes compilation: 
https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3
-patch -p1 < "$srcdir"/Avoid_calling_values_on_a_shared_object.patch
-
-./autogen.sh
-}
-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
---prefix=/usr \
-PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
-DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}
-

Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 657424, 
tilix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:32:03 UTC (rev 657425)
@@ -0,0 +1,46 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: dsboger 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=tilix
+pkgver=1.9.3
+pkgrel=9
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix;
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+
"Avoid_calling_values_on_a_shared_object.patch::https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3.patch;)
+sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de'
+'29bbdb44fa026af00d82230376a0c18e4947d7c7cfbe1838a6cbb81733f6ba0a')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# Fixes compilation: 
https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3
+patch -p1 < "$srcdir"/Avoid_calling_values_on_a_shared_object.patch
+
+./autogen.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+--prefix=/usr \
+PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+DC='ldmd' \
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:31:27
  Author: wild
Revision: 657421

archrelease: copy trunk to community-x86_64

Added:
  adrdox/repos/community-x86_64/PKGBUILD
(from rev 657420, adrdox/trunk/PKGBUILD)
Deleted:
  adrdox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:31:21 UTC (rev 657420)
+++ PKGBUILD2020-07-01 21:31:27 UTC (rev 657421)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=adrdox
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Documentation generator for D'
-arch=('x86_64')
-url='https://github.com/adamdruppe/adrdox'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ddbfed5a43215b31e6a8cc7f6a24af8771ef7de14cfc10ac424f74e63eba692525736aa8f3164ada71ec9115a605afc30f8fd992d5f504ec24184792272c58e0')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -i "s/-g/-g -L=\"$LDFLAGS\"/g" Makefile
-}
-
-build() {
-cd $pkgname-$pkgver
-
-make ldc
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -Dm 755 $pkgname.main "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: adrdox/repos/community-x86_64/PKGBUILD (from rev 657420, 
adrdox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:31:27 UTC (rev 657421)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=adrdox
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Documentation generator for D'
+arch=('x86_64')
+url='https://github.com/adamdruppe/adrdox'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('6659e06e1c21f470f220c36c4835666d8593a28c32bc85867326397126e46b0c931cd114fe5491f6fbcdefcc2ffc1462613d196a60c145191b4390cd668d4cf9')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i "s/-g/-g -L=\"$LDFLAGS\"/g" Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+make ldc
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -Dm 755 $pkgname.main "$pkgdir"/usr/bin/$pkgname
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:31:57
  Author: wild
Revision: 657424

upgpkg: tilix 1.9.3-9: Rebuilt against new ldc

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:31:47 UTC (rev 657423)
+++ PKGBUILD2020-07-01 21:31:57 UTC (rev 657424)
@@ -5,7 +5,7 @@
 
 pkgname=tilix
 pkgver=1.9.3
-pkgrel=8
+pkgrel=9
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix;


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:31:47
  Author: wild
Revision: 657423

archrelease: copy trunk to community-x86_64

Added:
  gtkd/repos/community-x86_64/PKGBUILD
(from rev 657422, gtkd/trunk/PKGBUILD)
Deleted:
  gtkd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:31:41 UTC (rev 657422)
+++ PKGBUILD2020-07-01 21:31:47 UTC (rev 657423)
@@ -1,55 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Severen Redwood 
-# Contributor: Robert Welin 
-# Contributorr: dsboger 
-
-pkgname=gtkd
-pkgver=3.9.0
-pkgrel=7
-pkgdesc='D bindings for GTK+ and related libraries.'
-arch=('x86_64')
-url='https://gtkd.org'
-license=('LGPL')
-depends=('liblphobos' 'gtk3')
-makedepends=('ldc')
-optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("GtkD-$pkgver.tar.gz::https://github.com/gtkd-developers/GtkD/archive/v$pkgver.tar.gz;
-
'https://github.com/FFY00/GtkD/commit/5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch')
-sha512sums=('ea83322933958fa62883bc5f9d9c37fca78c369f6567b4fd62bd39d5d41b7caaab186752a836904b70c1dd70370d683bf35ae3e9201cac12410356ad4c020b90'
-
'6de0e734362f12036c54373b096806ef3aca073ec76c1e6d8245a4642a32a4c6ac4eb5a477055a15064176b61636069e74f2b83c968a87cfc3bcabbc943886c3')
-
-prepare() {
-cd GtkD-$pkgver
-
-# https://github.com/gtkd-developers/GtkD/pull/273
-# makefile: fix install path for pkconfig files
-patch -p1 < ../5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch
-}
-
-build() {
-cd GtkD-$pkgver
-
-make \
-   DC='ldc' \
-   LDFLAGS="-L=\"$LDFLAGS\"" \
-   libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
-}
-
-check() {
-cd GtkD-$pkgver
-
-make LDFLAGS='' test
-}
-
-package() {
-cd GtkD-$pkgver
-
-make \
-   prefix='/usr' \
-   libdir='lib/' \
-   DESTDIR="$pkgdir" \
-   install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
-}
-

Copied: gtkd/repos/community-x86_64/PKGBUILD (from rev 657422, 
gtkd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:31:47 UTC (rev 657423)
@@ -0,0 +1,55 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Severen Redwood 
+# Contributor: Robert Welin 
+# Contributorr: dsboger 
+
+pkgname=gtkd
+pkgver=3.9.0
+pkgrel=8
+pkgdesc='D bindings for GTK+ and related libraries.'
+arch=('x86_64')
+url='https://gtkd.org'
+license=('LGPL')
+depends=('liblphobos' 'gtk3')
+makedepends=('ldc')
+optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
+source=("GtkD-$pkgver.tar.gz::https://github.com/gtkd-developers/GtkD/archive/v$pkgver.tar.gz;
+
'https://github.com/FFY00/GtkD/commit/5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch')
+sha512sums=('ea83322933958fa62883bc5f9d9c37fca78c369f6567b4fd62bd39d5d41b7caaab186752a836904b70c1dd70370d683bf35ae3e9201cac12410356ad4c020b90'
+
'6de0e734362f12036c54373b096806ef3aca073ec76c1e6d8245a4642a32a4c6ac4eb5a477055a15064176b61636069e74f2b83c968a87cfc3bcabbc943886c3')
+
+prepare() {
+cd GtkD-$pkgver
+
+# https://github.com/gtkd-developers/GtkD/pull/273
+# makefile: fix install path for pkconfig files
+patch -p1 < ../5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch
+}
+
+build() {
+cd GtkD-$pkgver
+
+make \
+   DC='ldc' \
+   LDFLAGS="-L=\"$LDFLAGS\"" \
+   libdir='lib/' \
+shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+}
+
+check() {
+cd GtkD-$pkgver
+
+make LDFLAGS='' test
+}
+
+package() {
+cd GtkD-$pkgver
+
+make \
+   prefix='/usr' \
+   libdir='lib/' \
+   DESTDIR="$pkgdir" \
+   install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+}
+


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:31:41
  Author: wild
Revision: 657422

upgpkg: gtkd 3.9.0-8: Rebuilt against new ldc

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:31:27 UTC (rev 657421)
+++ PKGBUILD2020-07-01 21:31:41 UTC (rev 657422)
@@ -6,7 +6,7 @@
 
 pkgname=gtkd
 pkgver=3.9.0
-pkgrel=7
+pkgrel=8
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='https://gtkd.org'


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:31:21
  Author: wild
Revision: 657420

upgpkg: adrdox 2.3.0-1: Updated to 2.3.0

Modified:
  adrdox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 21:30:51 UTC (rev 657419)
+++ PKGBUILD2020-07-01 21:31:21 UTC (rev 657420)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=adrdox
-pkgver=2.1.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Documentation generator for D'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('liblphobos')
 makedepends=('ldc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ddbfed5a43215b31e6a8cc7f6a24af8771ef7de14cfc10ac424f74e63eba692525736aa8f3164ada71ec9115a605afc30f8fd992d5f504ec24184792272c58e0')
+sha512sums=('6659e06e1c21f470f220c36c4835666d8593a28c32bc85867326397126e46b0c931cd114fe5491f6fbcdefcc2ffc1462613d196a60c145191b4390cd668d4cf9')
 
 prepare() {
 cd $pkgname-$pkgver


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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:30:51
  Author: wild
Revision: 657419

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 657418, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/fix-llvm_prefetch-for-LLVM-10.patch
(from rev 657418, ldc/trunk/fix-llvm_prefetch-for-LLVM-10.patch)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/fix-llvm_prefetch-for-LLVM-10.patch

-+
 PKGBUILD|  216 +-
 fix-llvm_prefetch-for-LLVM-10.patch |  110 -
 2 files changed, 163 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:30:44 UTC (rev 657418)
+++ PKGBUILD2020-07-01 21:30:51 UTC (rev 657419)
@@ -1,108 +0,0 @@
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.21.0
-_pkgcommit=7022448f25113cfa5cc04124b6bcbb24547c7590
-_dversion=2.091.1
-_clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
-epoch=2
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
-"ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
-"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/ldc-druntime"
-git config submodule.phobos.url "$srcdir/ldc-phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
-git submodule update
-
-# Set version used for path construction in getFullClangCompilerRTLibPath()
-sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DBUILD_LTO_LIBS=ON \
--DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
--DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"" \
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 657418, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:30:51 UTC (rev 657419)
@@ -0,0 +1,108 @@
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.22.0
+_pkgcommit=74893d99477f00235b51ee72374660f9c178a939
+_dversion=2.092.1
+_clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
+epoch=2
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+

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

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:30:44
  Author: wild
Revision: 657418

upgpkg: ldc 2:1.22.0-1: Updated to 1.22.0

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 20:52:05 UTC (rev 657417)
+++ PKGBUILD2020-07-01 21:30:44 UTC (rev 657418)
@@ -4,9 +4,9 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.21.0
-_pkgcommit=7022448f25113cfa5cc04124b6bcbb24547c7590
-_dversion=2.091.1
+pkgver=1.22.0
+_pkgcommit=74893d99477f00235b51ee72374660f9c178a939
+_dversion=2.092.1
 _clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
 pkgrel=1


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

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 20:51:15
  Author: arojas
Revision: 657415

archrelease: copy trunk to community-staging-any

Added:
  eric-i18n/repos/community-staging-any/
  eric-i18n/repos/community-staging-any/ChangeLog
(from rev 657414, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-staging-any/PKGBUILD
(from rev 657414, eric-i18n/trunk/PKGBUILD)

---+
 ChangeLog |  179 
 PKGBUILD  |   47 +++
 2 files changed, 226 insertions(+)

Copied: eric-i18n/repos/community-staging-any/ChangeLog (from rev 657414, 
eric-i18n/trunk/ChangeLog)
===
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2020-07-01 20:51:15 UTC (rev 657415)
@@ -0,0 +1,179 @@
+19.06-1:
+upstream update
+
+19.03-1:
+upstream update
+
+19.01-1:
+upstream update
+
+18.11-1:
+upstream update
+
+18.10-1:
+upstream update
+
+18.08-1:
+upstream update
+
+18.06-1:
+upstream update
+
+18.05-1:
+upstream update
+
+18.04-1:
+upstream update
+
+18.03-1:
+upstream update
+
+18.01-1:
+* upstream update
+* drop cs, fr, it pt, tr and zh_CN translations since they are no longer 
supported by upstream
+
+17.12-1:
+upstream update
+
+17.11.1-1:
+upstream update
+
+17.11-1:
+upstream update
+
+17.10-1:
+upstream update
+
+17.09-1:
+upstream update
+
+17.08-1:
+upstream update
+
+17.07-1:
+upstream update
+
+17.06-1:
+upstream update
+
+17.05-1:
+upstream update
+
+17.04.1-1:
+upstream update
+
+17.03.1-1:
+upstream update
+
+17.03-1:
+upstream update
+
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
+17.01-1:
+upstream update
+
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Copied: eric-i18n/repos/community-staging-any/PKGBUILD (from rev 657414, 
eric-i18n/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-01 20:51:15 UTC (rev 657415)
@@ -0,0 +1,47 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=20.6
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+makedepends=("eric>=${pkgver}")
+depends=()
+url="http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('de "German"'
+'en "English"'
+'es "Spanish"'
+'ru "Russian"')
+
+pkgname=()
+source=()
+_url="https://downloads.sourceforge.net/eric-ide;
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+
+  pkgname+=(eric-i18n-${_locale,,})
+  source+=("${_url}/eric6-i18n-${_locale}-$pkgver.tar.gz")
+
+  eval "package_eric-i18n-${_locale,,}() {
+_package ${_locale}
+  }"
+done
+
+_package() {
+  pkgdesc="${1} language pack for Eric IDE"
+  depends=("eric>=${pkgver}")
+
+  install -Dm644 "eric6-$pkgver/eric/eric6/i18n/eric6_${1}.qm" \
+ "${pkgdir}/usr/share/qt/translations/eric6_${1}.qm"
+}
+
+sha512sums=('43e46a6bd82e201c8ee3221452762f6f2196ca56f932f3e632295c6859b0b11c674071c20a3ececa417c3195e85689d5019e986aad3dab6f98f79b85039f6344'
+
'da89f7c90eb802969476b9c9fa811ba153aa5f9166b130637e834f3d36ad6572082fcd59d224117aa829f1c86ad755d7c8b4c16f6f01c97354b8c0cde1d5e2e4'
+
'294dc989c1beb32eeabd510a5066df99fbeb47305fecda7c20e37bf887b24e258ae0cc768e935bf4ce95e15d80714338052976fd81ee72e05de446bfcab81dd0'
+
'd2dd1c041d97569c30e21b132d481a90d4d4162addefcca0cc0a9264ea6f3e4eb64350f52a5618c0a6b6b876b57a7f5fe203bb385cd911722ea2dc50749ee713')


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

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 20:51:00
  Author: arojas
Revision: 657414

Update to 20.6

Modified:
  eric-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 20:06:23 UTC (rev 657413)
+++ PKGBUILD2020-07-01 20:51:00 UTC (rev 657414)
@@ -2,12 +2,11 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=19.06
-_pkgver=19.6
+pkgver=20.6
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
-makedepends=("eric-common>=${pkgver}")
+makedepends=("eric>=${pkgver}")
 depends=()
 url="http://eric-ide.python-projects.org/index.html;
 license=('GPL3')
@@ -27,7 +26,7 @@
   _locale=${_lang%% *}
 
   pkgname+=(eric-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${_pkgver}.tar.gz")
+  source+=("${_url}/eric6-i18n-${_locale}-$pkgver.tar.gz")
 
   eval "package_eric-i18n-${_locale,,}() {
 _package ${_locale}
@@ -36,13 +35,13 @@
 
 _package() {
   pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common>=${pkgver}")
+  depends=("eric>=${pkgver}")
 
-  install -Dm644 "eric6-${_pkgver}/eric/eric6/i18n/eric6_${1}.qm" \
+  install -Dm644 "eric6-$pkgver/eric/eric6/i18n/eric6_${1}.qm" \
  "${pkgdir}/usr/share/qt/translations/eric6_${1}.qm"
 }
 
-sha512sums=('96d3090777208aea953fbd9cfd2ff7d4b0e7de414f538a5094ef74c85a3a394204089076eda5c13f221aef3f9468dd93086f677ca22dc2e3d1f53e37935dfd77'
-
'5389d9d58476c5525f5da8b8f004124622f6d3c2787e7d142c0a30fee5a19455e5e440f217cd19984477968c45bb5c321b28829d3bbfe6d07d4a02d77a60b3f3'
-
'5403b04abdc144dd144994159d34eab629da955e45f0d91f521e70d39f033141680f4df4a78b840074560ce75c9771d00a8be65022acfcc645774a9b6d749fca'
-
'e22637d3fdb78b7ec21a3a3b4c4b5a09fd881942054062dbe0583d2008e5cedd7307c61bda62440400a838dc93f0a7c5f82d1e3fa531b5948930aaa2be193141')
+sha512sums=('43e46a6bd82e201c8ee3221452762f6f2196ca56f932f3e632295c6859b0b11c674071c20a3ececa417c3195e85689d5019e986aad3dab6f98f79b85039f6344'
+
'da89f7c90eb802969476b9c9fa811ba153aa5f9166b130637e834f3d36ad6572082fcd59d224117aa829f1c86ad755d7c8b4c16f6f01c97354b8c0cde1d5e2e4'
+
'294dc989c1beb32eeabd510a5066df99fbeb47305fecda7c20e37bf887b24e258ae0cc768e935bf4ce95e15d80714338052976fd81ee72e05de446bfcab81dd0'
+
'd2dd1c041d97569c30e21b132d481a90d4d4162addefcca0cc0a9264ea6f3e4eb64350f52a5618c0a6b6b876b57a7f5fe203bb385cd911722ea2dc50749ee713')


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 20:40:05
  Author: heftig
Revision: 390726

archrelease: copy trunk to extra-any

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

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

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

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 20:39:46
  Author: heftig
Revision: 390725

archrelease: copy trunk to extra-x86_64

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

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

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-07-01 
20:39:04 UTC (rev 390724)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-07-01 
20:39:46 UTC (rev 390725)
@@ -1,59 +0,0 @@
-From 5025aab61517c8608b555ba929c61eb0706bd6bd Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

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

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

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 20:38:57
  Author: heftig
Revision: 390723

78.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:50:02 UTC (rev 390722)
+++ PKGBUILD2020-07-01 20:38:57 UTC (rev 390723)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=78.0
+pkgver=78.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('381b5f43a76566ef834336fd8c2c851ddd2eac6aca98147de2d246327872351f'
-'a3d18f70011f133395340410406894ad3e573c9365e96255c8c7ced465dc2a25'
-'49c0808b3e662224f50d8172efa27929e42973376daef9dd69bfa4eb616cb7b3'
-'0470b54598beb9e4461a4748a6b6b178d9516e6de66340063a6bb5240dccbd33'
-'52cffed3dfe2fd145ca6e8d56c1303799c3f98f707a76cf245101f27f9afd77c'
-'0dac262b04b8868137dce8b9b5d66cd091306387afa509abc6bf07f081723045'
-'8616686ced67dba4547dd20ea50fbd21ba4549bff5cf8b1a39689736b0006846'
-'387fef25913658c1a8ec1a751ecc618a3ad4bf092ff74bc199cdc149e1723536'
-'8b3fdcdc020eafb660b604e5ae91d74082e17fe489c1f1a64e1dd836309fbfee'
-'0f8e10ef6c2545e9893d2334773f09bd3ea6dff5f826555f4d4d76abf0fa0d90'
-'0e99f3e9865582928d5bdaac770ae98f122fe584f88b671ccebc7af394cba6fc'
-'b01ef2d57bda9c1e3509634190c24473d136887cf662c876d23d222f45d9734a'
-'b62a309baab88cd81420e606c814f46046597b69fbf88d29da8b0910809ae2c6'
-'c60281a315a543ce0cc0950b2baf6023862db0b52e1f9eb102e3d08944677da5'
-'de0ca6cc8e4804c2f57ff29839b4525c00be5cea320dd2bf404010a41e3102c9'
-'c689fe03fd20555bff1ea5bddbb7b0d99f26168a7894c12007bed45d67881df4'
-'627c0df97364fe6bd2235f106d17757e79f4a13314cde86cb052994618af60cb'
-'bbb820f1d468f020926314ae75fec1e3ee04864836e856c015823dba95280375'
-'ca7a032407e7337df99c618236d3a863252726db03f48e9c5bab34676c7625a3'
-'d1e6e21edef89e9b11398d176cf5e51c2f4f3900cfcaec1cc9610b1f33e84315'
-'445dca72d6a3ce34c36d45b9647c092a6a7d766f50d09a38296aafab59794f2b'
-'d482240d366f8029f7f23401b93183100d14ed0af899d55b7ee72bc8cad24845'
-'c66708e3805906d35b4ae0da9fe505feb91623b0e3e5f2b46f62165ed7fc6bbe'
-'37d63d6fc98b2578404957bba5c9ef2e834a44d76ac5585be0071cd4a5a53be8'
-'df084d018e2bb87e04b0e662e21372a27ba22fede641190015ecff7d2d9a22c5'
-'5c663e3d8ac45b0154f78fae1604613a8cff3209c1970cb7c0b77a0f831213d0'
-'7c44ed3237fc2e06a3022c46b7ab900af10c60d436d575b426804c97e3c4f1e6'
-'5790059eb435584e51eef970f899029d4ba3451f989592ef0f3d6844bfea482d'
-'8f1af7a1e1c414235d2a0f6da4cfecaab50dd87be36b515c3c227ecfbd279ceb'
-'5d2e7ced2ea70b046c607d0b459cf3d77a6e4aed776f50bc7e62e9f1d93b67d1'
-'57a62a361e0160a1d0f433d039e9ed25a660256a65261187805576245346f36c'
-'133a294098a5e13e224ab51712fb1f69a12ce22fde09f7a98b374c32d1fdf6f6'
-'826e815fd20c055d19f817cbb113d1cb6a3f7035cf032b3e8c46f1cbcb057fdc'
-'dfc7f3885a62369971a69b5d78337bccbd06ac15993d6e099c1932d4baae4e03'
-'fe11cd120b70ec1d058a5ee952f03bf0a3c6c5fb5a6fef63e0ece52181d49c59'
-'a9d25d462044c3b52fa88253b176dba8e7de297593e67a99795715e3f81c51a6'
-'4a875b521f00be6d19be2e86df8fb1b769f0aabc0d32225d62df104b52f0f734'
-'0e72e31b470ebe2fd76d56b343aec21f3b56599cbd06baf4d997e4af638bd9bc'
-'6c231e41d27f7da4b8aaeba2f1a445b59b2bf8817e25b5098f40b7043fc2bda3'
-'c3e2807bc00aa4f48f69433f98c13e6035cc3e226ae4f633ac5f0312e3a92f58'
-'9f22e6d9c0f752b9bae841e727e1e1d49787125f545c07cb1a6c2336b84bc02c'
-'ba574f4a7ee80c34f1675af2e89f90a4fe8ff0af89933ff716c0d519967119a6'
-'454f395d625c1f8b7d35d71da1a26cd2ac063a045d888ec978aa78994c856576'
-'b2fa8beaf93fdc7d9f9766a346ceabaab45124cc3a2f73e1d32e7033f5a4c936'
-'60faa84bb3177ac81dc0885951e84990eb2b9db21e6fcbf21c2459d71fbe1ac7'
-'81988f1430e31e0d9fbfcafea7c67c2de3072dd7dc7bd72242b4f0330c9d3c96'
-'72460561f37c772119a9100b092ad41afcb293b0cbe746c2dd74aa5ef1e6b4f9'
-'e5f8ddf7294c78d810c807333960853eaf93647ae5998af0ae0cf6d5fb7f17ce'
-'4403185861a827471dd7e8874f52501db5442a1f6e4d05139b97caf9af700316'
-'6783fec6ce8c2d5aea6ea551e0beeea799d5e5e16b0fd324135c252d8868ac51'
-'e5723afca10b56d9cecbec2506a4764b9301fef9c032972ad98032f6b6923f3c'
-'fc3f0fcc142680991fd6ce04cc33a515b3aa14abb8ec57b75604f3730a9aae74'
-'5295cfceb7ddc9f32d8af9f349cb0c31c59c50b0705f62e9e2a15f8c884b8b61'
-

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 20:39:04
  Author: heftig
Revision: 390724

78.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 20:38:57 UTC (rev 390723)
+++ PKGBUILD2020-07-01 20:39:04 UTC (rev 390724)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=78.0
+pkgver=78.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -22,7 +22,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('291a593151e476e6c4b61e48a3bdd5a11896fbde6261dcad347d5b7df265a058'
+sha256sums=('494d277b120028e036e2aee3f658d79afc895457dc6aadb1c02f0547ef1d66ca'
 'SKIP'
 '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')


[arch-commits] Commit in eric/repos (4 files)

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 20:06:23
  Author: arojas
Revision: 657413

archrelease: copy trunk to community-staging-any

Added:
  eric/repos/community-staging-any/
  eric/repos/community-staging-any/.contrib
(from rev 657412, eric/trunk/.contrib)
  eric/repos/community-staging-any/ChangeLog
(from rev 657412, eric/trunk/ChangeLog)
  eric/repos/community-staging-any/PKGBUILD
(from rev 657412, eric/trunk/PKGBUILD)

---+
 .contrib  |7 ++
 ChangeLog |  180 
 PKGBUILD  |   28 +
 3 files changed, 215 insertions(+)

Copied: eric/repos/community-staging-any/.contrib (from rev 657412, 
eric/trunk/.contrib)
===
--- community-staging-any/.contrib  (rev 0)
+++ community-staging-any/.contrib  2020-07-01 20:06:23 UTC (rev 657413)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Copied: eric/repos/community-staging-any/ChangeLog (from rev 657412, 
eric/trunk/ChangeLog)
===
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2020-07-01 20:06:23 UTC (rev 657413)
@@ -0,0 +1,180 @@
+19.06-1:
+upstream update
+
+19.03-1:
+upstream update
+
+19.01-1:
+upstream update
+
+18.11-1:
+upstream update
+
+18.10-1:
+upstream update
+
+18.08-1:
+upstream update
+
+18.06-1:
+upstream update
+
+18.05-1:
+upstream update
+
+18.04-1:
+upstream update
+
+18.03-1:
+upstream update
+
+18.02-1:
+upstream update
+
+18.01-1:
+upstream update
+
+17.12-1:
+upstream update
+
+17.11.1-1:
+upstream update
+
+17.11-1:
+upstream update
+
+17.10-1:
+upstream update
+
+17.09-1:
+upstream update
+
+17.08-1:
+upstream update
+
+17.07-1:
+upstream update
+
+17.06-1:
+upstream update
+
+17.05-1:
+upstream update
+
+17.04.1:
+upstream update
+
+17.03.1:
+upstream update
+
+17.03:
+upstream update
+
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
+17.01-1:
+upstream update
+
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Copied: eric/repos/community-staging-any/PKGBUILD (from rev 657412, 
eric/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-01 20:06:23 UTC (rev 657413)
@@ -0,0 +1,28 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Ray Rashif 
+# Contributor: Brad Fanella 
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=20.6
+pkgrel=1
+pkgdesc="A full-featured Python and Ruby IDE in PyQt"
+arch=('any')
+url="https://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
+conflicts=(eric-common)
+replaces=(eric-common)
+source=("https://downloads.sourceforge.net/eric-ide/eric6-$pkgver.tar.gz;)
+sha512sums=('dc8eceaf85db290dc01b2e98902e3276e90dd641b96ef82f1d9468669afb057221e7e230ae6e3c39e5ed74fd6b9b5711ce633c66f2e2585558c35684efeaacb4')
+changelog=ChangeLog
+
+package_eric() {
+  cd eric6-$pkgver
+  python install.py -c -b "/usr/bin" -i "${pkgdir}"
+
+  # fix paths in desktop files
+  find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 20:06:10
  Author: arojas
Revision: 657412

Update to 20.6, merge eric-common since there is no more python2

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 19:05:53 UTC (rev 657411)
+++ PKGBUILD2020-07-01 20:06:10 UTC (rev 657412)
@@ -3,10 +3,8 @@
 # Contributor: Brad Fanella 
 # See .contrib for older/other contributors
 
-pkgbase=eric
-pkgname=('eric-common' 'eric')
-pkgver=20.04
-_pkgver=20.4
+pkgname=eric
+pkgver=20.6
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -13,50 +11,15 @@
 url="https://eric-ide.python-projects.org/;
 license=('GPL3')
 depends=('python-qscintilla-qt5' 'python-pyqtwebengine' 'python-pyqtchart' 
'qt5-svg')
-source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz;)
-sha512sums=('a43e9b6dc5dd1e3dee2f8a85245dbab54283c3a6be19973c135cdeb5e2efd1d6b336962eeafefc87bd6fc0ba48115ba286dacbea20905b38d6b18505ef6bb7d1')
+conflicts=(eric-common)
+replaces=(eric-common)
+source=("https://downloads.sourceforge.net/eric-ide/eric6-$pkgver.tar.gz;)
+sha512sums=('dc8eceaf85db290dc01b2e98902e3276e90dd641b96ef82f1d9468669afb057221e7e230ae6e3c39e5ed74fd6b9b5711ce633c66f2e2585558c35684efeaacb4')
 changelog=ChangeLog
 
-package_eric-common() {
-  depends=()
-
-  cd "${srcdir}/eric6-${_pkgver}/eric"
-  # eric APIs
-  install -Dm644 "eric6/APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/eric6.api"
-  install -Dm644 "eric6/APIs/Python3/eric6.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/eric6.bas"
-  # pyqt APIs
-  install -Dm644 "eric6/APIs/Python3/PyQt5.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.bas"
-  # qss APIs
-  install -Dm644 "eric6/APIs/QSS/qss.api" \
- "${pkgdir}/usr/share/qt/qsci/api/qss/qss.api"
-  # qscintilla APIs
-  install -Dm644 "eric6/APIs/Python3/QScintilla2.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/python/QScintilla2.bas"
-  # zope APIs
-  install -Dm644 "eric6/APIs/Python/zope-2.10.7.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.10.7.api"
-  install -Dm644 "eric6/APIs/Python/zope-2.11.2.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-2.11.2.api"
-  install -Dm644 "eric6/APIs/Python/zope-3.3.1.api" \
- "${pkgdir}/usr/share/qt/qsci/api/python/zope-3.3.1.api"
-  # ruby APIs
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.8.7.api" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.8.7.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.bas"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.9.1.api" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.api"
-  install -Dm644 "eric6/APIs/Ruby/Ruby-1.9.1.bas" \
- "${pkgdir}/usr/share/qt/qsci/api/ruby/Ruby-1.9.1.bas"
-}
-
 package_eric() {
-  depends+=(eric-common)
-  cd "${srcdir}/eric6-${_pkgver}"
-  python install.py -c -b "/usr/bin" -i "${pkgdir}" --no-apis
+  cd eric6-$pkgver
+  python install.py -c -b "/usr/bin" -i "${pkgdir}"
 
   # fix paths in desktop files
   find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;


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

2020-07-01 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 1, 2020 @ 19:05:53
  Author: andrewsc
Revision: 657411

archrelease: copy trunk to community-any

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

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

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

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

2020-07-01 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 1, 2020 @ 19:05:28
  Author: andrewsc
Revision: 657410

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 18:31:19 UTC (rev 657409)
+++ PKGBUILD2020-07-01 19:05:28 UTC (rev 657410)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b1
+pkgver=79.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('eccda45081960ccf01d97a431cb604ed4f00642dec30dfd7b78f9c5cde93ee5514f1cf7a171d34246c2f9d95b137047851b066f53866a5b9a73761e778a4787f'
-
'4d3b553e1b591391047563142e876c931f55ce06ab2198e603a405315b5a00b27b23ef4b04b571485d5a40ae174ea426aa4b3de6c07ba09514c5901eefec2adc'
-
'a59152a76d450ba38846e720d390826544f7af6d186279738854827607bbaca7043edc562719ed495a6fa3d220e1e5e9c39aac9182286f38bd75f43a9ace969e'
-
'21b04a3513e85c488484d0d7fe039b7fcceb8f9c83f400d1ae8ffb19eb92665222e6e818ab7cf804a18d0949e0942e2a80a015ca9989cb348312dd01f057bb2f'
-
'8e78feb0f0011e6966f7849c74a67f85f2d63f5813bacc05b7a42e8b9a8f08c067b865abc81215bfacccd463e1ab91bb1cb3a1f34ef9d9a5dfdf4f501df94e18'
-
'a2531655f42443c9beb144e00ca0c83960f7bf8441d411091b0700123c3c86836a6f4b45e46f62beaa6f004a11befda506955dd07f59326ebd6a67a811de39fa'
-
'916f370ad877ff481a94589f17dc51866cb9b9e914e153f666391779075842dcea4f958d812431faaf6ddcad2fda89ede44ac7b99b7b0a3a7f9af06963b295d9'
-
'8d9e403596a55076bc30cf13d056412be4d29c571924ca16adf970d23905e459a1bad192645d29ba52e0df55820198c7a7e7e7cc4c172aefb590c202f95f475b'
-
'8ca0c6a9eac6c5bc64dcf1a0c43058806e10235c330d3ef3ce406aa80c207c7d1af8aa9127cd3ec667dfdb5eec9060d2e161b654dfe994983dddfc3057e1f16b'
-
'be62d3b9b8d668bccbc151c7dbbb96f4dcfaadd869d6f4c9ae077415d2072287e2f6904526b0b972beecfdec2652b5d2b17b4b200cb4683efeabaa8c84098910'
-
'2cdb6c2ddfa8e1c4d1bb5fd1bfbb5e4299b2233a8568e03d9a221bcd77eda3ce381ab86751da1ec1ee5944dec22089708fc6a5e339510981b4cf87a8c523c689'
-
'7b2038a3ce01e56213425c453dc797bcb691b980eab11c4656ac66f07dea44512d7f27e4ac543da3a19709e383e73ed2f408438015bcc07da542fe9936c237f5'
-
'b40ee0e0e2a18b7e892681c3acf85c4a8500e818a137ec7f9be5a8d74086d5218158465126975ff133b2f2975146c4e7310a28e4e3f9a3d04cd7092fd791e47f'
-
'29c59c2c15ba10ef9ad152eab36035d9525f7a0648071dd9f17fb6926399d7c796be9ce17a11a9f87dc020b8a61a8c3de715b80a4a2639dfa79634e06156a5c4'
-
'13c7f49db9fe177e7face9233f1de5658b02bf7eb6838a2a2fb031ca86cf41ca2d1b93397b0e82873069a30027ecfd730661be93ebe5bfeb3eedb8d5ecd28e63'
-
'71d5e1180b771f735048bf523df9e3c09087ea539cf00294defb128b319e6a2d222d89795dc4d7f4c957751290450536cb0711a44d7c31fc6259c245be86748c'
-
'12343bcffa26ffd4508c7686d5968e6e1ac86ab6c02cf683dcb665b72d8b40d335e50978f98009c9c873247b0c4be606d9c56128a59892e0593bcd3ec9deef91'
-
'96e25e3823184e10871e0efd9ecd7c2e68cdc800f833e71deb9e26a7ad1b9c727aa2582dfb39685b7c7e5486b6b9bb1051fafd8b5b631beedea51cf8e6e99f90'
-
'e2ec6840ef67bd77a06ea6c8a2892df5efced63f5277635e9f944de92e1d93e9838ad2cf6f5e8dc2c8e9028d29fe53f78452ec3be9d8ccb4593e7cc09f248c46'
-
'f102923b3cf0fcdfbce884cd4ddc6d4c5e8126b2016e9d872beb06b3c22f8299b2f1f08d008e818a18e58ba355e0ca00e3c865183b1817e3aa11e567d24f963d'
-
'9c95a618e5148524af7c97a5cbf15c8ff7ce5f03964fdb731e53f63a44a5818e286ff5bbd112702991f981daf181e6579fd97f78589237a2d10c862fd0bfe9fa'
-
'd86a75d9980d2dbe70dadad16a1327ed1e89e8c0591fc278671708f3311d0bccf30ddc55981267b2f34fc6f7df4a802147aff4fa2364b1513cecaf700c8d'
-
'808e4d9f60b0bc5d7fccd5bc783b50b66d100572a382b914824bae13a982ebe8a7351676bbb01719efda83a0f14403242bc9a0a5e70bbad1c38f8f60c03ecd5d'
-
'dda8cbdf1b00c3af820fa4d3c9917a562dc8ad5a46816d44b724e650fa61726fe3578dc16b28782836a8aecbc8ba94558cf4f5b16e64344d25023fcfa63570a8'
-
'32f2b760b2853e7ad9805d3299e53bf0c3490a768e8b23fc690a12b02a49ba451eac61354481e6945efaf11fe94d91a2d28f2c76a647fc3ae2b1d23d736b'
-
'77ef07ce662af53d98a4634947b3a6ec8e9562897cd7e93a3d80e26da8ad809727f89341aa179bb013ef451e97b4ba3c002e0da30e0a79fae248d944cbb2bc58'
-
'8dd0b89dbba78a9ffcb4f1c51f5d78bbfde542b543a780cdb3f22c86096a91482379c4be7a7b94359f2c8a664cccdefe59e25645eb42496861803b9e9705127d'
-
'4b3547a8da9e2349ad35d2d6b79f2e956f9d1fd90aa1b322e02d234802b0be782059b480f21d225e30b15a5fa3195e194ca8e31a3d6ecdfdaa096ada9c2a2ce3'
-

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

2020-07-01 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 1, 2020 @ 18:31:19
  Author: andrewsc
Revision: 657409

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2020-07-01 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 1, 2020 @ 18:30:51
  Author: andrewsc
Revision: 657408

upgpkg: firefox-developer-edition 79.0b2-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 18:00:20 UTC (rev 657407)
+++ PKGBUILD2020-07-01 18:30:51 UTC (rev 657408)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b1
+pkgver=79.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('036a7f431376a643459d852a6e83c846d73c9e04f4d6e4fca47b7104d6d87884ce95e3aea462598865272509e673b1a1f287a26a95c9333678d71334ef5a7402'
+sha512sums=('14f0e567fca68c4bb5bed8f1dba1373c052cec3061344bd8019aab25f0685e5a418651a1b09ad97c48a108c043d962cfb01a284647c5049872556903ad37f9d5'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 18:00:20
  Author: felixonmars
Revision: 657407

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 657406, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 18:00:00 UTC (rev 657406)
+++ PKGBUILD2020-07-01 18:00:20 UTC (rev 657407)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=3.9.5
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8520227d5de4fa2ea5128089da4e91d99feba7f1f7fbcb1d99c9f936b4b7ff7904efe4726579bd6aabf15aa8c45c701df1bd294a16ada5c74c4ef11dbc0265b5')
-
-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: typescript/repos/community-any/PKGBUILD (from rev 657406, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 18:00:20 UTC (rev 657407)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=3.9.6
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('3eca71de82803c9b6337013dd984b4e4742863bcf6485c8ea47a3d32a268af705700635a3d4b3cdc2b95a7d5484859128f245f893a662ae01818907b4bb84ec7')
+
+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 typescript/trunk (PKGBUILD)

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 18:00:00
  Author: felixonmars
Revision: 657406

upgpkg: typescript 3.9.6-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:44:08 UTC (rev 657405)
+++ PKGBUILD2020-07-01 18:00:00 UTC (rev 657406)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=3.9.5
+pkgver=3.9.6
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8520227d5de4fa2ea5128089da4e91d99feba7f1f7fbcb1d99c9f936b4b7ff7904efe4726579bd6aabf15aa8c45c701df1bd294a16ada5c74c4ef11dbc0265b5')
+sha512sums=('3eca71de82803c9b6337013dd984b4e4742863bcf6485c8ea47a3d32a268af705700635a3d4b3cdc2b95a7d5484859128f245f893a662ae01818907b4bb84ec7')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in suitesparse/repos/extra-x86_64 (4 files)

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 17:50:02
  Author: arojas
Revision: 390722

archrelease: copy trunk to extra-x86_64

Added:
  suitesparse/repos/extra-x86_64/PKGBUILD
(from rev 390721, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch
(from rev 390721, suitesparse/trunk/suitesparse-no-demo.patch)
Deleted:
  suitesparse/repos/extra-x86_64/PKGBUILD
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch

---+
 PKGBUILD  |   86 ++--
 suitesparse-no-demo.patch |   22 +--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 17:49:49 UTC (rev 390721)
+++ PKGBUILD2020-07-01 17:50:02 UTC (rev 390722)
@@ -1,43 +0,0 @@
-# Maintainer: Ronald van Haren 
-
-pkgname=suitesparse
-pkgver=5.7.2
-pkgrel=1
-pkgdesc="A collection of sparse matrix libraries"
-url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
-arch=('x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('metis' 'lapack' 'intel-tbb')
-makedepends=('gcc-fortran' 'cmake' 'chrpath')
-license=('GPL')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
-suitesparse-no-demo.patch)
-sha256sums=('fe3bc7c3bd1efdfa5cb5cebf021ff024c83b5daf0ab445429d3d741bd3ad'
-'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030')
-
-prepare() {
-  cd SuiteSparse-$pkgver
-  patch -p1 -i ../suitesparse-no-demo.patch
-}
-
-build() {
-  cd SuiteSparse-$pkgver
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
-}
-
-
-package() {
-  cd SuiteSparse-$pkgver
-  install -dm755 "${pkgdir}"/usr/{include,lib}
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
-  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
-
-  # fix RPATH
-  chrpath -d "$pkgdir"/usr/lib/*
-}
-

Copied: suitesparse/repos/extra-x86_64/PKGBUILD (from rev 390721, 
suitesparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 17:50:02 UTC (rev 390722)
@@ -0,0 +1,43 @@
+# Maintainer: Ronald van Haren 
+
+pkgname=suitesparse
+pkgver=5.8.0
+pkgrel=1
+pkgdesc="A collection of sparse matrix libraries"
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
+arch=('x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('metis' 'lapack' 'tbb')
+makedepends=('gcc-fortran' 'cmake' 'chrpath')
+license=('GPL')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
+suitesparse-no-demo.patch)
+sha256sums=('5ce343444c589d5c46d1ef2b4dde625fdb287e1838f24bc5a5f7054149145fc3'
+'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030')
+
+prepare() {
+  cd SuiteSparse-$pkgver
+  patch -p1 -i ../suitesparse-no-demo.patch
+}
+
+build() {
+  cd SuiteSparse-$pkgver
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
+}
+
+
+package() {
+  cd SuiteSparse-$pkgver
+  install -dm755 "${pkgdir}"/usr/{include,lib}
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
+  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
+
+  # fix RPATH
+  chrpath -d "$pkgdir"/usr/lib/*
+}
+

Deleted: suitesparse-no-demo.patch
===
--- suitesparse-no-demo.patch   2020-07-01 17:49:49 UTC (rev 390721)
+++ suitesparse-no-demo.patch   2020-07-01 17:50:02 UTC (rev 390722)
@@ -1,11 +0,0 @@
 SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
-+++ SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
-@@ -12,7 +12,7 @@
- # Compile the default rules for each package
- go: metis
-   ( cd SuiteSparse_config && $(MAKE) )
--  ( cd Mongoose  && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-+  ( cd Mongoose  && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-   ( cd AMD && $(MAKE) )
-   ( cd BTF && $(MAKE) )
-   ( cd CAMD && $(MAKE) )

Copied: suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch (from rev 
390721, suitesparse/trunk/suitesparse-no-demo.patch)
===
--- suitesparse-no-demo.patch   (rev 0)
+++ suitesparse-no-demo.patch   2020-07-01 17:50:02 UTC (rev 390722)
@@ -0,0 +1,11 @@
+--- SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
 SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
+@@ -12,7 +12,7 @@
+ # 

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

2020-07-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 1, 2020 @ 17:49:49
  Author: arojas
Revision: 390721

Update to 5.8.0

Modified:
  suitesparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:44:11 UTC (rev 390720)
+++ PKGBUILD2020-07-01 17:49:49 UTC (rev 390721)
@@ -1,7 +1,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=suitesparse
-pkgver=5.7.2
+pkgver=5.8.0
 pkgrel=1
 pkgdesc="A collection of sparse matrix libraries"
 url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
@@ -9,13 +9,13 @@
 conflicts=('umfpack')
 provides=('umfpack')
 replaces=('umfpack')
-depends=('metis' 'lapack' 'intel-tbb')
+depends=('metis' 'lapack' 'tbb')
 makedepends=('gcc-fortran' 'cmake' 'chrpath')
 license=('GPL')
 options=('staticlibs')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
 suitesparse-no-demo.patch)
-sha256sums=('fe3bc7c3bd1efdfa5cb5cebf021ff024c83b5daf0ab445429d3d741bd3ad'
+sha256sums=('5ce343444c589d5c46d1ef2b4dde625fdb287e1838f24bc5a5f7054149145fc3'
 'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030')
 
 prepare() {


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:53
  Author: heftig
Revision: 657394

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 657392, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:53 UTC (rev 657394)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=9
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:08
  Author: heftig
Revision: 657405

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 657401, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 657401, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:44:08 UTC (rev 657405)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=330
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

[arch-commits] Commit in bbswitch/repos (4 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:54
  Author: heftig
Revision: 657395

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 657392, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 657392, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 657392, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2020-07-01 17:43:54 UTC 
(rev 657395)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
657392, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2020-07-01 17:43:54 UTC 
(rev 657395)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 657392, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:54 UTC (rev 657395)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=331
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

[arch-commits] Commit in linux/repos (4 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:08
  Author: heftig
Revision: 390718

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 390717, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 390717, linux/trunk/config)
  linux/repos/testing-x86_64/sphinx-workaround.patch
(from rev 390717, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10861 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11073 insertions(+)

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


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:01
  Author: heftig
Revision: 390715

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 390714, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 390714, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-01 17:44:01 UTC (rev 390715)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.100
+pkgrel=3
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

[arch-commits] Commit in vhba-module/repos (4 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:04
  Author: heftig
Revision: 657404

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 657400, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 657401, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 657401, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   54 ++
 dkms.conf |9 +
 3 files changed, 64 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
657400, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2020-07-01 17:44:04 UTC (rev 
657404)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 657401, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:44:04 UTC (rev 657404)
@@ -0,0 +1,54 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=54
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:04
  Author: heftig
Revision: 390717

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 390714, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 390714, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-01 17:44:04 UTC (rev 390717)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.100
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

[arch-commits] Commit in linux-lts/repos (7 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:11
  Author: heftig
Revision: 390720

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 390717, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-ALSA-usb-audio-Fix-packet-size-calculation.patch
(from rev 390717, 
linux-lts/trunk/0002-ALSA-usb-audio-Fix-packet-size-calculation.patch)
  
linux-lts/repos/testing-x86_64/0003-drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch
(from rev 390717, 
linux-lts/trunk/0003-drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 390717, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 390718, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 390719, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 0002-ALSA-usb-audio-Fix-packet-size-calculation.patch   |   35 
 0003-drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch |   43 
 PKGBUILD|  199 
 config  |10596 
++
 sphinx-workaround.patch |   15 
 6 files changed, 11020 insertions(+)

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


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:03
  Author: heftig
Revision: 657403

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 657401, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 657401, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:44:03 UTC (rev 657403)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=218
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:59
  Author: heftig
Revision: 657401

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 657400, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 657400, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:59 UTC (rev 657401)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=211
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

[arch-commits] Commit in ndiswrapper-arch/repos (6 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:55
  Author: heftig
Revision: 657397

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 657392, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 657392, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 657392, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch
(from rev 657393, ndiswrapper-arch/trunk/kernel-5.6.patch)

--+
 PKGBUILD |   45 
 kernel-5.3.patch |   69 +++
 kernel-5.4.patch |   22 +
 kernel-5.5.patch |   72 
 kernel-5.6.patch |   85 +
 5 files changed, 293 insertions(+)

Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
657392, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:55 UTC (rev 657397)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=70
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if 

[arch-commits] Commit in linux-zen/repos (4 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:09
  Author: heftig
Revision: 390719

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 390717, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 390717, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/sphinx-workaround.patch
(from rev 390717, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10898 ++
 sphinx-workaround.patch |   13 
 3 files changed, 0 insertions(+)

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


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:56
  Author: heftig
Revision: 657400

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 657392, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:56 UTC (rev 657400)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=8
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:54
  Author: heftig
Revision: 657396

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 657393, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 657393, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:54 UTC (rev 657396)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=157
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:55
  Author: heftig
Revision: 657399

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 657393, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 657393, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:55 UTC (rev 657399)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=76
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

[arch-commits] Commit in netfilter-fullconenat/repos (4 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:55
  Author: heftig
Revision: 657398

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 657392, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 657392, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
657392, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2020-07-01 17:43:55 UTC (rev 657398)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
657392, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:55 UTC (rev 657398)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=30
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:43:51
  Author: heftig
Revision: 657393

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 657392, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 657392, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:43:51 UTC (rev 657393)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.10
+pkgrel=8
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:03
  Author: heftig
Revision: 390716

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 390714, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 390714, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-01 17:44:03 UTC (rev 390716)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200623
+pkgrel=3
+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 deepin-anything-arch/repos (3 files)

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:44:01
  Author: heftig
Revision: 657402

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 657400, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 657400, deepin-anything-arch/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   40 
 PKGBUILD |   36 
 2 files changed, 76 insertions(+)

Copied: 
deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch (from 
rev 657400, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- community-testing-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-testing-x86_64/0001-linux-5.6.patch   2020-07-01 17:44:01 UTC 
(rev 657402)
@@ -0,0 +1,40 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 6a0e334..e25faf4 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
+   ))
+   continue;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#else
++  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#endif
+   struct tm ts;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
+@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
+   }
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+ static struct file_operations procfs_ops = {
+   .owner = THIS_MODULE,
+   .open = open_vfs_changes,
+@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
+   //.llseek = generic_file_llseek,
+   .release = release_vfs_changes,
+ };
++#else
++static struct proc_ops procfs_ops = {
++  .proc_open = open_vfs_changes,
++  .proc_read = read_vfs_changes,
++  .proc_ioctl = ioctl_vfs_changes,
++  .proc_lseek = no_llseek,
++  .proc_release = release_vfs_changes,
++};
++#endif
+ 
+ int __init init_vfs_changes(void)
+ {

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
657400, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:44:01 UTC (rev 657402)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=91
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+'0001-linux-5.6.patch')
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14'
+
'5ddbd2d968bc5b01dbc99648cec81ea072675d7fe7198835649d5b581997945d32bd842dd7ebf60185aa84722b94575ac7aeb5e4616945e22fae53272907305b')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -Np1 < ../0001-linux-5.6.patch
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:35:19
  Author: felixonmars
Revision: 657392

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pycuda/repos/community-testing-x86_64/
  python-pycuda/repos/community-testing-x86_64/LICENSE
(from rev 657389, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-testing-x86_64/PKGBUILD
(from rev 657391, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +++
 PKGBUILD |   54 ++
 2 files changed, 61 insertions(+)

Copied: python-pycuda/repos/community-testing-x86_64/LICENSE (from rev 657389, 
python-pycuda/trunk/LICENSE)
===
--- community-testing-x86_64/LICENSE(rev 0)
+++ community-testing-x86_64/LICENSE2020-07-01 17:35:19 UTC (rev 657392)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-testing-x86_64/PKGBUILD (from rev 657391, 
python-pycuda/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-01 17:35:19 UTC (rev 657392)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'pycuda-headers')
+pkgver=2019.1.2
+pkgrel=6
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="https://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python-setuptools' 'python-numpy' 'mesa' 'cuda' 'boost' 
'nvidia-utils')
+sha512sums=('22829daa5923342eec400a24342b1d738226073bb676476e4af97629d9311426b5d2465e60811696e55401568b90e152ac96d877c6262c416099a609862db742'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
+
+build() {
+   cd "${srcdir}"
+
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_pycuda-headers() {
+   cd "${srcdir}"/pycuda-${pkgver}
+   install -dm755 "${pkgdir}"/usr/include/pycuda
+
+   for file in $(ls -1 src/cpp/*.hpp); do
+  install -m644 ${file} "${pkgdir}"/usr/include/pycuda
+   done
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:34:56
  Author: felixonmars
Revision: 657389

upgpkg: python-pycuda 2019.1.2-6: rebuild with cuda 11

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:31:40 UTC (rev 657388)
+++ PKGBUILD2020-07-01 17:34:56 UTC (rev 657389)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:31:40
  Author: felixonmars
Revision: 657388

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:31:22
  Author: felixonmars
Revision: 657387

upgpkg: cryptol 2.8.0-156: rebuild with sbv 8.7

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:28:19 UTC (rev 657386)
+++ PKGBUILD2020-07-01 17:31:22 UTC (rev 657387)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=155
+pkgrel=156
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:28:19
  Author: felixonmars
Revision: 657386

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 657385, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-01 17:28:19 UTC (rev 657386)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.7
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' 
'haskell-random'
+ 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6e24ec42c72b6e6f2e6516e0dd3d8d4da1c845f0656f05a637f3f212999da1f89a7be288bfbb7c6a359c68762963785ca516f4821157427a71bbb816d594a3c6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:28:02
  Author: felixonmars
Revision: 657385

upgpkg: haskell-sbv 8.7-1: rebuild with sbv 8.7

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:23:55 UTC (rev 657384)
+++ PKGBUILD2020-07-01 17:28:02 UTC (rev 657385)
@@ -3,18 +3,18 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.6
-pkgrel=114
+pkgver=8.7
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
- 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' 
'haskell-random'
+ 'haskell-syb' 'haskell-generic-deriving')
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2282c63d21c6baa8070ec8afbfb75deeae6becead7963efd0894d9a82af31de7e993d7bc57c17c5e7914bd458f45771ac7e0995632511584dd6d90bff9034f1f')
+sha512sums=('6e24ec42c72b6e6f2e6516e0dd3d8d4da1c845f0656f05a637f3f212999da1f89a7be288bfbb7c6a359c68762963785ca516f4821157427a71bbb816d594a3c6')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:23:36
  Author: felixonmars
Revision: 657383

upgpkg: docker-compose 1.26.1-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:23:28 UTC (rev 657382)
+++ PKGBUILD2020-07-01 17:23:36 UTC (rev 657383)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.26.0
+pkgver=1.26.1
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('b388f8041b921a0d53d15a8fffb9a1f4d79f40e3eaae073fc043ae74189256a5a24eee9a3c63641e3bfbf43d484da806c2a7d732aad38966ba9fb60d8990f512')
+sha512sums=('e655e4930991f0fa3dca07b6b314442dba11ad4203f0eb8ab7175cb25d6cb16aa846198a2e17d4efea5718e184f7d6b6558d5260a86f07855ff4f7791fe8a3b3')
 
 build() {
   cd "compose-$pkgver"


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:23:06
  Author: felixonmars
Revision: 657381

upgpkg: libcontentaction 0.3.16-1

Modified:
  libcontentaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:17:57 UTC (rev 657380)
+++ PKGBUILD2020-07-01 17:23:06 UTC (rev 657381)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libcontentaction
-pkgver=0.3.15
+pkgver=0.3.16
 pkgrel=1
 pkgdesc="Library for associating content with actions"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('qt5-systems' 'mlite')
 makedepends=('python' 'qt5-tools')
 
source=("https://git.merproject.org/mer-core/libcontentaction/-/archive/$pkgver/libcontentaction-$pkgver.tar.bz2;)
-sha512sums=('9fdb5d42553e8c254123c0160213f62da580bebfd9df3c245480f254d143142ab89aad158167eee88b3697dadd5b446136c699797e6be5db694139f3fbbec022')
+sha512sums=('9ac8211add2675df53264f7f0a416df3cf3a2beb24e808366cb944c3a0d17160ed89ea64e117a0bc89f5608b283f5b9ce700132986f1db2c345b329a77253499')
 
 build() {
   cd libcontentaction-$pkgver


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:23:55
  Author: felixonmars
Revision: 657384

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 657383, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 17:23:36 UTC (rev 657383)
+++ PKGBUILD2020-07-01 17:23:55 UTC (rev 657384)
@@ -1,34 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.26.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
- 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('b388f8041b921a0d53d15a8fffb9a1f4d79f40e3eaae073fc043ae74189256a5a24eee9a3c63641e3bfbf43d484da806c2a7d732aad38966ba9fb60d8990f512')
-
-build() {
-  cd "compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "compose-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 657383, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 17:23:55 UTC (rev 657384)
@@ -0,0 +1,34 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.26.1
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/;
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
+ 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
+sha512sums=('e655e4930991f0fa3dca07b6b314442dba11ad4203f0eb8ab7175cb25d6cb16aa846198a2e17d4efea5718e184f7d6b6558d5260a86f07855ff4f7791fe8a3b3')
+
+build() {
+  cd "compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "compose-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
+  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:23:28
  Author: felixonmars
Revision: 657382

archrelease: copy trunk to community-x86_64

Added:
  libcontentaction/repos/community-x86_64/PKGBUILD
(from rev 657381, libcontentaction/trunk/PKGBUILD)
Deleted:
  libcontentaction/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 17:23:06 UTC (rev 657381)
+++ PKGBUILD2020-07-01 17:23:28 UTC (rev 657382)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=libcontentaction
-pkgver=0.3.15
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('x86_64')
-url="https://git.merproject.org/mer-core/libcontentaction;
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('python' 'qt5-tools')
-source=("https://git.merproject.org/mer-core/libcontentaction/-/archive/$pkgver/libcontentaction-$pkgver.tar.bz2;)
-sha512sums=('9fdb5d42553e8c254123c0160213f62da580bebfd9df3c245480f254d143142ab89aad158167eee88b3697dadd5b446136c699797e6be5db694139f3fbbec022')
-
-build() {
-  cd libcontentaction-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd libcontentaction-$pkgver
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: libcontentaction/repos/community-x86_64/PKGBUILD (from rev 657381, 
libcontentaction/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 17:23:28 UTC (rev 657382)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=libcontentaction
+pkgver=0.3.16
+pkgrel=1
+pkgdesc="Library for associating content with actions"
+arch=('x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction;
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('python' 'qt5-tools')
+source=("https://git.merproject.org/mer-core/libcontentaction/-/archive/$pkgver/libcontentaction-$pkgver.tar.bz2;)
+sha512sums=('9ac8211add2675df53264f7f0a416df3cf3a2beb24e808366cb944c3a0d17160ed89ea64e117a0bc89f5608b283f5b9ce700132986f1db2c345b329a77253499')
+
+build() {
+  cd libcontentaction-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd libcontentaction-$pkgver
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:17:57
  Author: felixonmars
Revision: 657380

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   64 ++--
 firrtl.sh |6 ++---
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 17:17:31 UTC (rev 657379)
+++ PKGBUILD2020-07-01 17:17:57 UTC (rev 657380)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sebastian Bøe 
-
-pkgname=firrtl
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Flexible Intermediate Representation for RTL'
-arch=('any')
-url='https://github.com/freechipsproject/firrtl'
-license=('BSD')
-provides=('firrtl')
-conflicts=('firrtl')
-depends=('java-environment' 'bash')
-makedepends=('sbt' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz;
-'firrtl.sh')
-sha512sums=('b399d903549b2ce5209242e5dd3217e8ee975d907e17bf1c957048c097154ec305b3d295837a2603b4531b37bd111095d1109e437411176d1c225a5804d482c7'
-
'81a74fab55e360a3b5272a22d5c2dc6005dbf6e865bc2f13b94f5606456807e7f7239e47d17d05e194106f925599f02445accc83c39e92f22f0017002c902c1c')
-
-build(){
-  cd firrtl-$pkgver
-  sbt assembly
-}
-
-package() {
-  install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
-
-  cd firrtl-$pkgver
-  install -Dm755 utils/bin/firrtl.jar 
"$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
-
-  install -Dm644 src/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: firrtl/repos/community-any/PKGBUILD (from rev 657379, 
firrtl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 17:17:57 UTC (rev 657380)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastian Bøe 
+
+pkgname=firrtl
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Flexible Intermediate Representation for RTL'
+arch=('any')
+url='https://github.com/freechipsproject/firrtl'
+license=('BSD')
+provides=('firrtl')
+conflicts=('firrtl')
+depends=('java-environment' 'bash')
+makedepends=('sbt' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz;
+'firrtl.sh')
+sha512sums=('82c614a3e59f5ac5cd280683a1a471e1e48f7b0fbf03c0e06327344f6f33a6ba7216191558cf6cbd957f8694dbc826d82a4f2dd27fcb617f2799941ea714c40c'
+
'81a74fab55e360a3b5272a22d5c2dc6005dbf6e865bc2f13b94f5606456807e7f7239e47d17d05e194106f925599f02445accc83c39e92f22f0017002c902c1c')
+
+build(){
+  cd firrtl-$pkgver
+  sbt assembly
+}
+
+package() {
+  install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
+
+  cd firrtl-$pkgver
+  install -Dm755 utils/bin/firrtl.jar 
"$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
+
+  install -Dm644 src/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: firrtl.sh
===
--- firrtl.sh   2020-07-01 17:17:31 UTC (rev 657379)
+++ firrtl.sh   2020-07-01 17:17:57 UTC (rev 657380)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.Driver ${@:1}

Copied: firrtl/repos/community-any/firrtl.sh (from rev 657379, 
firrtl/trunk/firrtl.sh)
===
--- firrtl.sh   (rev 0)
+++ firrtl.sh   2020-07-01 17:17:57 UTC (rev 657380)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.Driver ${@:1}


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

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:17:31
  Author: felixonmars
Revision: 657379

upgpkg: firrtl 1.3.2-1

Modified:
  firrtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:15:37 UTC (rev 657378)
+++ PKGBUILD2020-07-01 17:17:31 UTC (rev 657379)
@@ -2,7 +2,7 @@
 # Contributor: Sebastian Bøe 
 
 pkgname=firrtl
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Flexible Intermediate Representation for RTL'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('sbt' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz;
 'firrtl.sh')
-sha512sums=('b399d903549b2ce5209242e5dd3217e8ee975d907e17bf1c957048c097154ec305b3d295837a2603b4531b37bd111095d1109e437411176d1c225a5804d482c7'
+sha512sums=('82c614a3e59f5ac5cd280683a1a471e1e48f7b0fbf03c0e06327344f6f33a6ba7216191558cf6cbd957f8694dbc826d82a4f2dd27fcb617f2799941ea714c40c'
 
'81a74fab55e360a3b5272a22d5c2dc6005dbf6e865bc2f13b94f5606456807e7f7239e47d17d05e194106f925599f02445accc83c39e92f22f0017002c902c1c')
 
 build(){


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:15:37
  Author: heftig
Revision: 657378

5.0.1-91: linux 5.7.7.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:15:36 UTC (rev 657377)
+++ PKGBUILD2020-07-01 17:15:37 UTC (rev 657378)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=90
+pkgrel=91
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:15:34
  Author: heftig
Revision: 390714

440.100-3: linux 5.7.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:05:24 UTC (rev 390713)
+++ PKGBUILD2020-07-01 17:15:34 UTC (rev 390714)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.100
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -40,3 +40,4 @@
 
 
 
+


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:15:32
  Author: heftig
Revision: 657376

1.1.0-330: linux 5.7.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:15:31 UTC (rev 657375)
+++ PKGBUILD2020-07-01 17:15:32 UTC (rev 657376)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=329
+pkgrel=330
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')
@@ -31,3 +31,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:15:28
  Author: heftig
Revision: 657373

0.8-331: linux 5.7.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:15:27 UTC (rev 657372)
+++ PKGBUILD2020-07-01 17:15:28 UTC (rev 657373)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=330
+pkgrel=331
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-07-01 Thread Jan Steffens via arch-commits
Date: Wednesday, July 1, 2020 @ 17:15:36
  Author: heftig
Revision: 657377

1.62-70: linux 5.7.7.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:15:32 UTC (rev 657376)
+++ PKGBUILD2020-07-01 17:15:36 UTC (rev 657377)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=69
+pkgrel=70
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


  1   2   3   >