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

2021-06-29 Thread George Rawlinson via arch-commits
Date: Wednesday, June 30, 2021 @ 04:48:42
  Author: grawlinson
Revision: 967918

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 967917, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 04:47:55 UTC (rev 967917)
+++ PKGBUILD2021-06-30 04:48:42 UTC (rev 967918)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.21.1
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(crun skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=d70e8ae3629df6d86c37e54a656625da7d173eb2   #refs/tags/v1.21.1
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 967917, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 04:48:42 UTC (rev 967918)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.21.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(crun skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=af2a1d4d762a627e01a87f4aab4dd0c1876df6b6 #refs/tags/v1.21.2
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-06-29 Thread George Rawlinson via arch-commits
Date: Wednesday, June 30, 2021 @ 04:47:55
  Author: grawlinson
Revision: 967917

upgpkg: buildah 1.21.2-1

New upstream release.

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 03:41:30 UTC (rev 967916)
+++ PKGBUILD2021-06-30 04:47:55 UTC (rev 967917)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.21.1
+pkgver=1.21.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=d70e8ae3629df6d86c37e54a656625da7d173eb2   #refs/tags/v1.21.1
+_commit=af2a1d4d762a627e01a87f4aab4dd0c1876df6b6 #refs/tags/v1.21.2
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 



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

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:41:30
  Author: eschwartz
Revision: 967916

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 967915, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 03:41:15 UTC (rev 967915)
+++ PKGBUILD2021-06-30 03:41:30 UTC (rev 967916)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL2')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('3c33d4799ffb44a04d639e82253bbf6968551a8b06b94807d2a8b1b2ea4e982f8d61664bf815fff571a94ed44c60c6d98344604d168e6a602df58306a3e3bf81')
-b2sums=('13455216b988a9901e51dca02977c8520225d4b24633557b28c72c97a9dee08d4d311dc8baee64af12a6e778b49e67a43222fce142b0dc53f2239a07f1ba')
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-cp -r usr/ "${pkgdir}"
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 967915, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 03:41:30 UTC (rev 967916)
@@ -0,0 +1,26 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL2')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('97f119db2ee8f4b1c2327e4f2d0c56357cdd7fe2c53df380d6e48af715a56cc2326aecce9d5f5f3292854b0087bd139552d50e1f84938dcd838964bcf84a6cb4')
+b2sums=('ee2049154d378c4a48567593aa45277bae09101b1f0ef1916bab6ac5bafd7f7741ece4450398e784958aff8249d8da5b4277e19bf366da3064793bbd924e788a')
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+cp -r usr/ "${pkgdir}"
+}



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

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:41:15
  Author: eschwartz
Revision: 967915

upgpkg: cinnamon-translations 5.0.2-1: upstream release

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 03:26:40 UTC (rev 967914)
+++ PKGBUILD2021-06-30 03:41:15 UTC (rev 967915)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL2')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('3c33d4799ffb44a04d639e82253bbf6968551a8b06b94807d2a8b1b2ea4e982f8d61664bf815fff571a94ed44c60c6d98344604d168e6a602df58306a3e3bf81')
-b2sums=('13455216b988a9901e51dca02977c8520225d4b24633557b28c72c97a9dee08d4d311dc8baee64af12a6e778b49e67a43222fce142b0dc53f2239a07f1ba')
+sha512sums=('97f119db2ee8f4b1c2327e4f2d0c56357cdd7fe2c53df380d6e48af715a56cc2326aecce9d5f5f3292854b0087bd139552d50e1f84938dcd838964bcf84a6cb4')
+b2sums=('ee2049154d378c4a48567593aa45277bae09101b1f0ef1916bab6ac5bafd7f7741ece4450398e784958aff8249d8da5b4277e19bf366da3064793bbd924e788a')
 
 build() {
 cd "${srcdir}"/${pkgname}-${pkgver}



[arch-commits] Commit in python-poetry/repos/community-any (8 files)

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:26:40
  Author: eschwartz
Revision: 967914

archrelease: copy trunk to community-any

Added:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
(from rev 967913, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
(from rev 967913, 
python-poetry/trunk/0001-tests-cleanup-cache-and-http-usage.patch)
  python-poetry/repos/community-any/PKGBUILD
(from rev 967913, python-poetry/trunk/PKGBUILD)
  python-poetry/repos/community-any/poetry-completions-generator
(from rev 967913, python-poetry/trunk/poetry-completions-generator)
Deleted:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
  python-poetry/repos/community-any/PKGBUILD
  python-poetry/repos/community-any/poetry-completions-generator

-+
 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch |  106 
 0001-tests-cleanup-cache-and-http-usage.patch   | 1116 
+-
 PKGBUILD|  158 -
 poetry-completions-generator|   30 
 4 files changed, 705 insertions(+), 705 deletions(-)

Deleted: 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-06-30 03:26:15 UTC (rev 967913)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-06-30 03:26:40 UTC (rev 967914)
@@ -1,53 +0,0 @@
-From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Mon, 27 Apr 2020 21:51:57 -0400
-Subject: [PATCH] Fix completely broken dependencies.
-
-poetry habitually engages in:
-- dependency versions which are known to be too pessimistic
-- multiple editions of dependencies per python version
-
-The former all work just fine in reported use and should not be pinned; we
-package versions in Arch which are "too new". This is what unittests are
-for, anyway.
-
-The latter tries to enforce minimum versions of dependencies, but pins
-it twice, once with more relaxed pinning for older versions of python.
-If an old version works, it works irrespective of the python version,
-and you don't need to use minimum requirements as your mallet to force
-people to upgrade to the latest version anyway.
-https://github.com/dephell/dephell/issues/330

- pyproject.toml | 11 ++-
- 1 file changed, 2 insertions(+), 9 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 8c1f137..81ebc89 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
- glob2 = { version = "^0.6", python = "~2.7" }
- # functools32 is needed for Python 2.7
- functools32 = { version = "^3.2.3", python = "~2.7" }
--keyring = [
--{ version = "^18.0.1", python = "~2.7" },
--{ version = "^20.0.1", python = "~3.5" },
--{ version = "^21.2.0", python = "^3.6" }
--]
-+keyring = "*"
- # Use subprocess32 for Python 2.7
- subprocess32 = { version = "^3.5", python = "~2.7" }
- importlib-metadata = {version = "^1.6.0", python = "<3.8"}
- 
- [tool.poetry.dev-dependencies]
--pytest = [
--{version = "^4.1", python = "<3.5"},
--{version = "^5.4.3", python = ">=3.5"}
--]
-+pytest = { version = ">=4.1" }
- pytest-cov = "^2.5"
- pytest-mock = "^1.9"
- pre-commit = { version = "^2.6", python = "^3.6.1" }
--- 
-2.28.0
-

Copied: 
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
 (from rev 967913, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
(rev 0)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-06-30 03:26:40 UTC (rev 967914)
@@ -0,0 +1,53 @@
+From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 27 Apr 2020 21:51:57 -0400
+Subject: [PATCH] Fix completely broken dependencies.
+
+poetry habitually engages in:
+- dependency versions which are known to be too pessimistic
+- multiple editions of dependencies per python version
+
+The former all work just fine in reported use and should not be pinned; we
+package versions in Arch which are "too new". This is what unittests are
+for, anyway.
+
+The latter tries to enforce minimum versions of dependencies, but pins
+it twice, once with more relaxed pinning for older versions of python.
+If an old version works, it works irrespective 

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

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:26:15
  Author: eschwartz
Revision: 967913

upgpkg: python-poetry 1.1.7-1: upstream release

Modified:
  python-poetry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 03:13:16 UTC (rev 967912)
+++ PKGBUILD2021-06-30 03:26:15 UTC (rev 967913)
@@ -3,7 +3,7 @@
 
 _pkgname=poetry
 pkgname=python-poetry
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc="Python dependency management and packaging made easy"
 arch=('any')
@@ -22,11 +22,11 @@
 "0001-Suppress-dependency-versions-which-are-known-to-be-t.patch"
 "0001-tests-cleanup-cache-and-http-usage.patch"
 "poetry-completions-generator")
-sha256sums=('28234a38cdd4a4196b5dcba867d566c0412d203ea655783f7d11441aed2b5ee8'
+sha256sums=('4bf3467c75113f1d4894e3535bb450cdc446e149866f8521d4965deea88d4102'
 '8bb321ae9ad06d4829c71727af7979bc68d7f325ccdaec919dda4fe8ac92f1a7'
 '4658321c04f36fb3aced9acc44b61f2cf22c5f9d8b8c715111881b24c3e0c99b'
 '970225289188ea8dc49fbec8a2bfe0c891aee80ff56ba6e69bdd8afef8bccab6')
-b2sums=('cd027be559f7891e7c4456b2e2d65da09296ae535aa917c9dbc2438b45c5fb724c4760a6202956c82c07c557b5af0308ea0234afc54569df3bddc9d39ed3de09'
+b2sums=('23454e0b290d32552a878000198557bef82bbcb43cc4fec0064bab9817cd1c031c1002a069b3d9c81f674d8f056f9f6e9d048957f7e13050db8042cb515dfb8a'
 
'c1c65fdfa1153d3e4c872adc00f02aea055268d28cd385918a5a3d60fb355c39b15eab895cf4aebd1b74f126cc225f870d60aa971a6593855ce094b448786a02'
 
'8750de6ee2748a7dac079af1ff35b43dbce3f2c48249322f3322290d03f46ea95513dfd223adc232f7f73cf0ac19554de96a3b8793a0dc13b38041e87569ca19'
 
'3fd62e7936d7547dcd06a1a7519f176a1597553ecc959144a4be799bb7e2d688e187f14604d3e359ed10c128c722ebd588c07ca318e0be0a31d276dcb388e2e1')



[arch-commits] Commit in cinnamon-screensaver/repos/community-x86_64 (2 files)

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:13:16
  Author: eschwartz
Revision: 967912

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 967911, cinnamon-screensaver/trunk/PKGBUILD)
Deleted:
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 03:13:01 UTC (rev 967911)
+++ PKGBUILD2021-06-30 03:13:16 UTC (rev 967912)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('accountsservice' 'cinnamon-desktop' 'libgnomekbd'
- 'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 
'xapp')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('gobject-introspection' 'meson' 'samurai')
-backup=('etc/pam.d/cinnamon-screensaver')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('18cf174c372f2082b3984fab2fc6e18a41f0f508230fdf91e54b8d0d3c7cf1de1009327716eacf33a7975e0983882abb41944b1470b54f1bd77b7ced8570bea1')
-b2sums=('5bfe290547fe1bb8cd67cd99781b6ab59e7c146fd9775e4b73544a697e3f56793a998dcd55124df2df568877a3abcb1938ab9a695325562f286e6c03b44f8789')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/cinnamon-screensaver \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-screensaver/repos/community-x86_64/PKGBUILD (from rev 967911, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 03:13:16 UTC (rev 967912)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('accountsservice' 'cinnamon-desktop' 'libgnomekbd'
+ 'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 
'xapp')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('gobject-introspection' 'meson' 'samurai')
+backup=('etc/pam.d/cinnamon-screensaver')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('fce753d4805ad8e0e6767238b5b24b741a8e6b974fb0739cbe76105dfcd33621330257cdbfc34d5a33256659f5b2f9ef457cca9351ff6f73802fbffd6c0828b6')
+b2sums=('b7bb32c3986f662e8ff9ff857ef8c8f2fb1945abbf6af39b6dd9e4f915dfb47be5b177d474a8199e07d31c8394d6fc1dcf3087cf30a9196d85380e195b8ee0ef')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/cinnamon-screensaver \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+}



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

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 03:13:01
  Author: eschwartz
Revision: 967911

upgpkg: cinnamon-screensaver 5.0.6-1: upstream release

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:54:22 UTC (rev 967910)
+++ PKGBUILD2021-06-30 03:13:01 UTC (rev 967911)
@@ -5,7 +5,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('x86_64')
@@ -17,8 +17,8 @@
 makedepends=('gobject-introspection' 'meson' 'samurai')
 backup=('etc/pam.d/cinnamon-screensaver')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('18cf174c372f2082b3984fab2fc6e18a41f0f508230fdf91e54b8d0d3c7cf1de1009327716eacf33a7975e0983882abb41944b1470b54f1bd77b7ced8570bea1')
-b2sums=('5bfe290547fe1bb8cd67cd99781b6ab59e7c146fd9775e4b73544a697e3f56793a998dcd55124df2df568877a3abcb1938ab9a695325562f286e6c03b44f8789')
+sha512sums=('fce753d4805ad8e0e6767238b5b24b741a8e6b974fb0739cbe76105dfcd33621330257cdbfc34d5a33256659f5b2f9ef457cca9351ff6f73802fbffd6c0828b6')
+b2sums=('b7bb32c3986f662e8ff9ff857ef8c8f2fb1945abbf6af39b6dd9e4f915dfb47be5b177d474a8199e07d31c8394d6fc1dcf3087cf30a9196d85380e195b8ee0ef')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build



[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 02:54:22
  Author: eschwartz
Revision: 967910

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 967909, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 02:54:06 UTC (rev 967909)
+++ PKGBUILD2021-06-30 02:54:22 UTC (rev 967910)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
- 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
- 'pulseaudio-alsa' 'upower')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('meson' 'samurai' 'xf86-input-wacom')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6e68f7c9fd848a3c8fc39341523d5900b2ea72b341fedc6153cf3700e9d29c188e57dce4dd19c6d2eb18edad23dfaf66e29ed659c6f969b9721e2277f95cdf7b')
-b2sums=('3e467089b8cdc6bdf296c43e138cc71c316b71dc8a39c9ba78767624a6606db9cc1e9c14c1f12ffc7dbe98a0d9ccabacc5660a1b0a75cebe9ac429eef74f1c5b')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-meson --prefix=/usr \
-  --libexecdir="/usr/lib/${pkgname}" \
-  --buildtype=plain \
-  -Dinstall_binfiles=false \
-  ..
-
-samu
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
- DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 
967909, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 02:54:22 UTC (rev 967910)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
+ 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
+ 'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'samurai' 'xf86-input-wacom')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('ab44c5c157d5a37b35a88f89ba76254ade3f7dfdfaaa7ea7a09aabb49dce3c8f7d789d5d136b2a629c37483d2098ec957bfd07f930d786475ac1bf3973f4d56f')
+b2sums=('78067cc11b0a8e77f8bc0a0a942430dbee31e9b8f1a857b9f10b7c16982c0d5e64267e91d35bbd1d66391d328e35efc536d953eee00b2b4b3c6d8c6c28052601')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+meson --prefix=/usr \
+  --libexecdir="/usr/lib/${pkgname}" \
+  --buildtype=plain \
+  -Dinstall_binfiles=false \
+  ..
+
+samu
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+ DESTDIR="${pkgdir}" samu install
+}



[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2021-06-29 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 30, 2021 @ 02:54:06
  Author: eschwartz
Revision: 967909

upgpkg: cinnamon-settings-daemon 5.0.3-1: upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:15:56 UTC (rev 967908)
+++ PKGBUILD2021-06-30 02:54:06 UTC (rev 967909)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 makedepends=('meson' 'samurai' 'xf86-input-wacom')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6e68f7c9fd848a3c8fc39341523d5900b2ea72b341fedc6153cf3700e9d29c188e57dce4dd19c6d2eb18edad23dfaf66e29ed659c6f969b9721e2277f95cdf7b')
-b2sums=('3e467089b8cdc6bdf296c43e138cc71c316b71dc8a39c9ba78767624a6606db9cc1e9c14c1f12ffc7dbe98a0d9ccabacc5660a1b0a75cebe9ac429eef74f1c5b')
+sha512sums=('ab44c5c157d5a37b35a88f89ba76254ade3f7dfdfaaa7ea7a09aabb49dce3c8f7d789d5d136b2a629c37483d2098ec957bfd07f930d786475ac1bf3973f4d56f')
+b2sums=('78067cc11b0a8e77f8bc0a0a942430dbee31e9b8f1a857b9f10b7c16982c0d5e64267e91d35bbd1d66391d328e35efc536d953eee00b2b4b3c6d8c6c28052601')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir



[arch-commits] Commit in pango/repos/extra-x86_64 (PKGBUILD PKGBUILD fix-test.diff)

2021-06-29 Thread Jan Steffens via arch-commits
Date: Wednesday, June 30, 2021 @ 02:15:56
  Author: heftig
Revision: 418787

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 418786, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/fix-test.diff
(from rev 418786, pango/trunk/fix-test.diff)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |  113 +---
 fix-test.diff |   55 +++
 2 files changed, 114 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 02:15:34 UTC (rev 418786)
+++ PKGBUILD2021-06-30 02:15:56 UTC (rev 418787)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pango
-pkgname=(pango pango-docs)
-pkgver=1.48.5
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-_commit=3940a1714e84b076d04d4638c88df3dba7d8014e  # tags/1.48.5^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pango() {
-  provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_pango-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 418786, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 02:15:56 UTC (rev 418787)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.48.6
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Test assumes no bitmap fonts?
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/fix-test.diff (from rev 418786, 
pango/trunk/fix-test.diff)
===
--- fix-test.diff   (rev 0)
+++ fix-test.diff   2021-06-30 02:15:56 UTC (rev 418787)
@@ -0,0 +1,55 @@
+diff --git i/tests/test-common.c w/tests/test-common.c
+index a6339415..3b8880e3 100644
+--- i/tests/test-common.c
 w/tests/test-common.c
+@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
+ {
+   char *s, *p;
+   PangoAttribute *attr;
+-  long start, end;
++  long long start, end;
+   GEnumClass *class;
+   int i;
+   PangoColor color;
+ 
+   s = string;
+   g_assert (*s == '[');
+ 
+   s++;
+-  start = strtol (s, , 10);
++  start = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ',');
+   s = p + 1;
+ 
+   g_assert (start >= 0);
+ 
+-  end = strtol (s, , 10);
++  end = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ']');
+   s = p + 1;
+diff --git i/tests/test-font.c w/tests/test-font.c
+index e2147485..34689d5f 100644
+--- i/tests/test-font.c
 w/tests/test-font.c
+@@ -346,9 +346,16 @@ test_font_models (void)
+   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
+ 
+   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
+-  /* no more bitmap fonts */
+-  g_assert_null (sizes);
+-  g_assert_cmpint (n_sizes, ==, 0);
++

[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (3 files)

2021-06-29 Thread Jan Steffens via arch-commits
Date: Wednesday, June 30, 2021 @ 02:15:56
  Author: heftig
Revision: 967908

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 967907, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/fix-test.diff
(from rev 967907, lib32-pango/trunk/fix-test.diff)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD

---+
 PKGBUILD  |  107 +---
 fix-test.diff |   55 
 2 files changed, 111 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 02:15:36 UTC (rev 967907)
+++ PKGBUILD2021-06-30 02:15:56 UTC (rev 967908)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.48.5
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(git meson)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=3940a1714e84b076d04d4638c88df3dba7d8014e  # tags/1.48.5^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pango build \
---libdir=/usr/lib32 \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 967907, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 02:15:56 UTC (rev 967908)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.48.6
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Test assumes no bitmap fonts?
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/fix-test.diff (from rev 967907, 
lib32-pango/trunk/fix-test.diff)
===
--- fix-test.diff   (rev 0)
+++ fix-test.diff   2021-06-30 02:15:56 UTC (rev 967908)
@@ -0,0 +1,55 @@
+diff --git i/tests/test-common.c w/tests/test-common.c
+index a6339415..3b8880e3 100644
+--- i/tests/test-common.c
 w/tests/test-common.c
+@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
+ {
+   char *s, *p;
+   PangoAttribute *attr;
+-  long start, end;
++  long long start, end;
+   GEnumClass *class;
+   int i;
+   PangoColor color;
+ 
+   s = string;
+   g_assert (*s == '[');
+ 
+   s++;
+-  start = strtol (s, , 10);
++  start = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ',');
+   s = p + 1;
+ 
+   g_assert (start >= 0);
+ 
+-  end = strtol (s, , 10);
++  end = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ']');
+   s = p + 1;
+diff --git i/tests/test-font.c w/tests/test-font.c
+index e2147485..34689d5f 100644
+--- i/tests/test-font.c
 w/tests/test-font.c
+@@ -346,9 +346,16 @@ test_font_models (void)
+   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
+ 
+   

[arch-commits] Commit in lib32-pango/trunk (PKGBUILD fix-test.diff)

2021-06-29 Thread Jan Steffens via arch-commits
Date: Wednesday, June 30, 2021 @ 02:15:36
  Author: heftig
Revision: 967907

1.48.6-1

Added:
  lib32-pango/trunk/fix-test.diff
Modified:
  lib32-pango/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 fix-test.diff |   55 +++
 2 files changed, 64 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:12:26 UTC (rev 967906)
+++ PKGBUILD2021-06-30 02:15:36 UTC (rev 967907)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-pango
-pkgver=1.48.5
+pkgver=1.48.6
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -15,9 +15,11 @@
 makedepends=(git meson)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=3940a1714e84b076d04d4638c88df3dba7d8014e  # tags/1.48.5^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
 
 pkgver() {
   cd pango
@@ -26,6 +28,9 @@
 
 prepare() {
   cd pango
+
+  # Test assumes no bitmap fonts?
+  git apply -3 ../fix-test.diff
 }
 
 build() {

Added: fix-test.diff
===
--- fix-test.diff   (rev 0)
+++ fix-test.diff   2021-06-30 02:15:36 UTC (rev 967907)
@@ -0,0 +1,55 @@
+diff --git i/tests/test-common.c w/tests/test-common.c
+index a6339415..3b8880e3 100644
+--- i/tests/test-common.c
 w/tests/test-common.c
+@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
+ {
+   char *s, *p;
+   PangoAttribute *attr;
+-  long start, end;
++  long long start, end;
+   GEnumClass *class;
+   int i;
+   PangoColor color;
+ 
+   s = string;
+   g_assert (*s == '[');
+ 
+   s++;
+-  start = strtol (s, , 10);
++  start = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ',');
+   s = p + 1;
+ 
+   g_assert (start >= 0);
+ 
+-  end = strtol (s, , 10);
++  end = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ']');
+   s = p + 1;
+diff --git i/tests/test-font.c w/tests/test-font.c
+index e2147485..34689d5f 100644
+--- i/tests/test-font.c
 w/tests/test-font.c
+@@ -346,9 +346,16 @@ test_font_models (void)
+   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
+ 
+   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
+-  /* no more bitmap fonts */
+-  g_assert_null (sizes);
+-  g_assert_cmpint (n_sizes, ==, 0);
++
++  if (n_sizes == 0)
++{
++  g_assert_null (sizes);
++}
++  else
++{
++  g_assert_nonnull (sizes);
++  g_free (sizes);
++}
+ 
+   g_object_unref (obj2);
+ }



[arch-commits] Commit in pango/trunk (PKGBUILD fix-test.diff)

2021-06-29 Thread Jan Steffens via arch-commits
Date: Wednesday, June 30, 2021 @ 02:15:34
  Author: heftig
Revision: 418786

1.48.6-1

Added:
  pango/trunk/fix-test.diff
Modified:
  pango/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 fix-test.diff |   55 +++
 2 files changed, 64 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 00:39:20 UTC (rev 418785)
+++ PKGBUILD2021-06-30 02:15:34 UTC (rev 418786)
@@ -3,7 +3,7 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.48.5
+pkgver=1.48.6
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -13,9 +13,11 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-_commit=3940a1714e84b076d04d4638c88df3dba7d8014e  # tags/1.48.5^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
 
 pkgver() {
   cd pango
@@ -24,6 +26,9 @@
 
 prepare() {
   cd pango
+
+  # Test assumes no bitmap fonts?
+  git apply -3 ../fix-test.diff
 }
 
 build() {

Added: fix-test.diff
===
--- fix-test.diff   (rev 0)
+++ fix-test.diff   2021-06-30 02:15:34 UTC (rev 418786)
@@ -0,0 +1,55 @@
+diff --git i/tests/test-common.c w/tests/test-common.c
+index a6339415..3b8880e3 100644
+--- i/tests/test-common.c
 w/tests/test-common.c
+@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
+ {
+   char *s, *p;
+   PangoAttribute *attr;
+-  long start, end;
++  long long start, end;
+   GEnumClass *class;
+   int i;
+   PangoColor color;
+ 
+   s = string;
+   g_assert (*s == '[');
+ 
+   s++;
+-  start = strtol (s, , 10);
++  start = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ',');
+   s = p + 1;
+ 
+   g_assert (start >= 0);
+ 
+-  end = strtol (s, , 10);
++  end = strtoll (s, , 10);
+   g_assert (p > s);
+   g_assert (*p == ']');
+   s = p + 1;
+diff --git i/tests/test-font.c w/tests/test-font.c
+index e2147485..34689d5f 100644
+--- i/tests/test-font.c
 w/tests/test-font.c
+@@ -346,9 +346,16 @@ test_font_models (void)
+   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
+ 
+   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
+-  /* no more bitmap fonts */
+-  g_assert_null (sizes);
+-  g_assert_cmpint (n_sizes, ==, 0);
++
++  if (n_sizes == 0)
++{
++  g_assert_null (sizes);
++}
++  else
++{
++  g_assert_nonnull (sizes);
++  g_free (sizes);
++}
+ 
+   g_object_unref (obj2);
+ }



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:12:26
  Author: felixonmars
Revision: 967906

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-network-utils/repos/community-testing-x86_64/PKGBUILD (from rev 
967905, deepin-network-utils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-30 02:12:26 UTC (rev 967906)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-network-utils
+pkgver=5.4.9
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'gio-qt' 'gsettings-qt')
+makedepends=('qt5-tools' 'gtest')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
+sha512sums=('77d386631d222cc57df6a82ff22abfa750970ac560c9a1a8ad857bb3f265f00b74577409ca8759e97b98938ce429647cf6be831d4f73c179f9617a33c163')
+
+prepare() {
+  cd dde-network-utils-$pkgver
+  # Use our own url instead of commercial company's homepage
+  sed -i '/www.uniontech.com/i \"https://archlinux.org/favicon.ico;,' 
dde-network-utils/connectivitychecker.cpp
+}
+
+build() {
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+check() {
+  cd dde-network-utils-$pkgver
+  # make test
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:12:15
  Author: felixonmars
Revision: 967905

upgpkg: deepin-network-utils 5.4.9-1

Modified:
  deepin-network-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:11:29 UTC (rev 967904)
+++ PKGBUILD2021-06-30 02:12:15 UTC (rev 967905)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-network-utils
-pkgver=5.4.6
+pkgver=5.4.9
 pkgrel=1
 pkgdesc='DDE network utils'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools' 'gtest')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
-sha512sums=('0bd77ffad2dbc4c9c040f90bd9163e24390ad1f2546523211d774f89a0c491bf8b92602232f0c2ef47218531bd0fa44d78ee58e02b20ea661ca2b6a6f070c56d')
+sha512sums=('77d386631d222cc57df6a82ff22abfa750970ac560c9a1a8ad857bb3f265f00b74577409ca8759e97b98938ce429647cf6be831d4f73c179f9617a33c163')
 
 prepare() {
   cd dde-network-utils-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:11:29
  Author: felixonmars
Revision: 967904

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-picker/repos/community-testing-x86_64/
  deepin-picker/repos/community-testing-x86_64/PKGBUILD
(from rev 967903, deepin-picker/trunk/PKGBUILD)

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

Copied: deepin-picker/repos/community-testing-x86_64/PKGBUILD (from rev 967903, 
deepin-picker/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-30 02:11:29 UTC (rev 967904)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=5.0.18
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-picker;
+license=('GPL3')
+depends=('deepin-qt5integration' 'libxtst' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('8128c55e5605b747b6b6e38da436f3969292e0eb52459d0fdc14f374b23b9c4bbb2c7c0e120c09a7f0ccc19a5385c8453eb828e9f17963eff75f4d5d64339ea7')
+
+prepare() {
+  cd deepin-picker-$pkgver
+  sed -i '/#include /a #include ' src/animation.cpp 
src/picker.cpp
+}
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:11:13
  Author: felixonmars
Revision: 967903

upgpkg: deepin-picker 5.0.18-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:11:03 UTC (rev 967902)
+++ PKGBUILD2021-06-30 02:11:13 UTC (rev 967903)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=5.0.16
+pkgver=5.0.18
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('83f90b6c3fd23cb66b8050d530fc59ad6ce1e8ba36b8df7ed0884eaee0b34b38ed2afa7c524318aad1d57dbe60121ac067a585032f12d3e97c8cdb8b3986a6f9')
+sha512sums=('8128c55e5605b747b6b6e38da436f3969292e0eb52459d0fdc14f374b23b9c4bbb2c7c0e120c09a7f0ccc19a5385c8453eb828e9f17963eff75f4d5d64339ea7')
 
 prepare() {
   cd deepin-picker-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:11:03
  Author: felixonmars
Revision: 967902

archrelease: copy trunk to community-testing-x86_64

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

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

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



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:10:48
  Author: felixonmars
Revision: 967901

upgpkg: deepin-polkit-agent 5.4.7-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:08:28 UTC (rev 967900)
+++ PKGBUILD2021-06-30 02:10:48 UTC (rev 967901)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-polkit-agent
-pkgver=5.4.3
+pkgver=5.4.7
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('8793a73412eb74e68d72903c5ef0a901d8c8656441fff6b6e5cafa80098a79138e25eec60ffc20ebc09769af4aa22203c36d113cea7cb5429e94210006297368')
+sha512sums=('d8417ec0f4cb0f62bd351695bfd9529cbd24e814bdb2c78c6d7a98625a92c196ffe62fcdde5d92268451ae9facaeea348e1424caa22037119122a4c9fcc8f7ec')
 
 prepare() {
   cd dde-polkit-agent-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:08:28
  Author: felixonmars
Revision: 967900

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-music/repos/community-testing-x86_64/
  deepin-music/repos/community-testing-x86_64/PKGBUILD
(from rev 967899, deepin-music/trunk/PKGBUILD)

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

Copied: deepin-music/repos/community-testing-x86_64/PKGBUILD (from rev 967899, 
deepin-music/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-30 02:08:28 UTC (rev 967900)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=6.1.7
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'qtdbusextended' 'qtmpris'
+ 'taglib' 'udisks2-qt5' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def')
+
+build() {
+  cd deepin-music-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-music-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:08:13
  Author: felixonmars
Revision: 967899

upgpkg: deepin-music 6.1.7-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:05:37 UTC (rev 967898)
+++ PKGBUILD2021-06-30 02:08:13 UTC (rev 967899)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=6.1.4
+pkgver=6.1.7
 pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e6e60b29509e5ea08c171f4c93cd68474f473981c45dd2413abb681631beff5f63f97b2df36ae7dd2b9d0fe1b4841d6810edd76f5d4f344382acc34ee5918db5')
+sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def')
 
 build() {
   cd deepin-music-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:05:37
  Author: felixonmars
Revision: 967898

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-pw-check/repos/community-testing-x86_64/
  deepin-pw-check/repos/community-testing-x86_64/PKGBUILD
(from rev 967897, deepin-pw-check/trunk/PKGBUILD)

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

Copied: deepin-pw-check/repos/community-testing-x86_64/PKGBUILD (from rev 
967897, deepin-pw-check/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-30 02:05:37 UTC (rev 967898)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-pw-check
+pkgver=5.0.17
+pkgrel=1
+pkgdesc='Tool to verify the validity of the password'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-pw-check;
+license=('GPL3')
+depends=('cracklib' 'gtk3' 'iniparser')
+makedepends=('deepin-gettext-tools' 'git' 'go' 'golang-deepin-lib' 
'golang-github-linuxdeepin-go-dbus-factory')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/deepin-pw-check/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f81ef88ceab5d5f666458d6e64cad655e3698a007295d8c8e847b8a1936544df4a848f84edcdb1db7395dfcb5ffdc7b633e9e3b341979c91f1c6b10051998aab')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/godbus/dbus github.com/fsnotify/fsnotify
+
+  cd deepin-pw-check-$pkgver
+  sed -i 's|iniparser/||' */*.c
+  sed -i 's|gcc |gcc ${CFLAGS} ${LDFLAGS} |' Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-pw-check-$pkgver
+  # broken Makefile
+  make -j1
+}
+
+package() {
+  cd deepin-pw-check-$pkgver
+  make DESTDIR="$pkgdir" PKG_FILE_DIR=/usr/lib/pkgconfig 
PAM_MODULE_DIR=/usr/lib/security install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:05:25
  Author: felixonmars
Revision: 967897

upgpkg: deepin-pw-check 5.0.17-1

Modified:
  deepin-pw-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:03:48 UTC (rev 967896)
+++ PKGBUILD2021-06-30 02:05:25 UTC (rev 967897)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-pw-check
-pkgver=5.0.13
+pkgver=5.0.17
 pkgrel=1
 pkgdesc='Tool to verify the validity of the password'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('deepin-gettext-tools' 'git' 'go' 'golang-deepin-lib' 
'golang-github-linuxdeepin-go-dbus-factory')
 groups=('deepin')
 
source=("https://github.com/linuxdeepin/deepin-pw-check/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('7c96a4b97150bcbc56b898d49fc706c1504b17010c7e6a46f0537beb240b9738d1e2bc7c404edd4f15fabf2b59d934431747325b1dae7404cb09e313e8a01560')
+sha512sums=('f81ef88ceab5d5f666458d6e64cad655e3698a007295d8c8e847b8a1936544df4a848f84edcdb1db7395dfcb5ffdc7b633e9e3b341979c91f1c6b10051998aab')
 
 export GO111MODULE=off
 



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:03:48
  Author: felixonmars
Revision: 967896

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
967895, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-06-30 02:03:48 UTC (rev 967896)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.9.16
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
+sha512sums=('7bf503e01b6f42ff2bd04e409c45b8e0179dd8218325a81cc7c500e559c82a805dcee92dd820045c4feccd0ab5df36143c7a8ec898b80d3e5840c45a5431d331')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
+overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
+  # fix network checker url
+  sed -i "s#'https://www.chinauos.com', 
'https://www.uniontech.com'#'https://archlinux.org/favicon.ico'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:03:36
  Author: felixonmars
Revision: 967895

upgpkg: deepin-desktop-schemas 5.9.16-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:02:38 UTC (rev 967894)
+++ PKGBUILD2021-06-30 02:03:36 UTC (rev 967895)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=5.9.11
+pkgver=5.9.16
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('deepin-artwork-themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('d8ff88c198b147989b4c94d9575367abe6bd16af1d77e30f0e4d697d26dfc927bffc5a68d91a9fd4f9c5d497b480863a38bdfd6e70d5168ee85d90c7078c4e11')
+sha512sums=('7bf503e01b6f42ff2bd04e409c45b8e0179dd8218325a81cc7c500e559c82a805dcee92dd820045c4feccd0ab5df36143c7a8ec898b80d3e5840c45a5431d331')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"



[arch-commits] Commit in deepin-desktop-base/repos (3 files)

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:02:38
  Author: felixonmars
Revision: 967894

archrelease: copy trunk to community-testing-any

Added:
  deepin-desktop-base/repos/community-testing-any/
  deepin-desktop-base/repos/community-testing-any/PKGBUILD
(from rev 967893, deepin-desktop-base/trunk/PKGBUILD)
  deepin-desktop-base/repos/community-testing-any/distribution.info
(from rev 967893, deepin-desktop-base/trunk/distribution.info)

---+
 PKGBUILD  |   41 +
 distribution.info |7 +++
 2 files changed, 48 insertions(+)

Copied: deepin-desktop-base/repos/community-testing-any/PKGBUILD (from rev 
967893, deepin-desktop-base/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-06-30 02:02:38 UTC (rev 967894)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2021.06.16
+pkgrel=1
+epoch=2
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base;
+license=('GPL3')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;
+distribution.info)
+sha512sums=('9fc903c6ae8f41d07fd6c4afd70f613788c5adfb4381e0c9e72d5c303883b2c8ab541c12ed448641174860dcda098ca5c2729397dd9cd214f7ee839b4623a4ed'
+
'27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/distribution.info -t "$pkgdir"/usr/share/deepin/
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}

Copied: deepin-desktop-base/repos/community-testing-any/distribution.info (from 
rev 967893, deepin-desktop-base/trunk/distribution.info)
===
--- community-testing-any/distribution.info (rev 0)
+++ community-testing-any/distribution.info 2021-06-30 02:02:38 UTC (rev 
967894)
@@ -0,0 +1,7 @@
+[Distribution]
+Name=Arch
+WebsiteName=www.archlinux.org
+Website=https://www.archlinux.org
+Logo=/usr/share/pixmaps/archlinux.svg
+LogoLight=/usr/share/pixmaps/archlinux.svg
+LogoTransparent=/usr/share/pixmaps/archlinux.svg



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:02:25
  Author: felixonmars
Revision: 967893

upgpkg: deepin-desktop-base 2:2021.06.16-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 02:00:14 UTC (rev 967892)
+++ PKGBUILD2021-06-30 02:02:25 UTC (rev 967893)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2021.5.07
+pkgver=2021.06.16
 pkgrel=1
 epoch=2
 pkgdesc='Base component for Deepin'
@@ -13,7 +13,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;
 distribution.info)
-sha512sums=('67d8b2baaa1b0ee4019f7b51428a3590b7271fbcd8d9d4ca08284be56d1140cced57959a745c96c092758d9d9cd09de1222002c8fed443e3bdf66847ec45fcfe'
+sha512sums=('9fc903c6ae8f41d07fd6c4afd70f613788c5adfb4381e0c9e72d5c303883b2c8ab541c12ed448641174860dcda098ca5c2729397dd9cd214f7ee839b4623a4ed'
 
'27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
 
 build() {
@@ -36,9 +36,6 @@
   # Make a symlink for deepin-version
   ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
 
-  # Remove UOS logo
-  rm "$pkgdir"/usr/share/deepin/uos_logo.svg
-
   # Remove apt-specific templates
   rm -r "$pkgdir"/usr/share/python-apt
 }



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:00:14
  Author: felixonmars
Revision: 967892

archrelease: copy trunk to community-testing-x86_64

Added:
  dtkcore/repos/community-testing-x86_64/
  dtkcore/repos/community-testing-x86_64/PKGBUILD
(from rev 967891, dtkcore/trunk/PKGBUILD)

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

Copied: dtkcore/repos/community-testing-x86_64/PKGBUILD (from rev 967891, 
dtkcore/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-30 02:00:14 UTC (rev 967892)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=5.4.17
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore;
+license=('LGPL3')
+depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
+makedepends=('qt5-tools' 'gtest')
+source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('9f35a33d4285132b8c00f5b63566a1ee52c65932d40c967008e2e6876d906646c524fdc10332ced20a3d0edc564d14fa6078f6246aa16f234218bed84a55b580')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:00:02
  Author: felixonmars
Revision: 967891

upgpkg: dtkcore 1:5.4.17-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 01:20:57 UTC (rev 967890)
+++ PKGBUILD2021-06-30 02:00:02 UTC (rev 967891)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=5.4.15
+pkgver=5.4.17
 pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
@@ -13,7 +13,7 @@
 depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
 makedepends=('qt5-tools' 'gtest')
 
source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c699a2df5b73d8f9805a938b38c634c353197fa2fc9a93251c323783bf8d6a0469df0e4a7288ec79ba03c3424a836618ef50cae0f235f7c9decaedc84f1186ab')
+sha512sums=('9f35a33d4285132b8c00f5b63566a1ee52c65932d40c967008e2e6876d906646c524fdc10332ced20a3d0edc564d14fa6078f6246aa16f234218bed84a55b580')
 
 build() {
   cd dtkcore-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 01:20:57
  Author: felixonmars
Revision: 967890

archrelease: copy trunk to community-x86_64

Added:
  goaccess/repos/community-x86_64/PKGBUILD
(from rev 967889, goaccess/trunk/PKGBUILD)
Deleted:
  goaccess/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 01:20:45 UTC (rev 967889)
+++ PKGBUILD2021-06-30 01:20:57 UTC (rev 967890)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josh VanderLinden 
-# Contributor: Nicolas Storme 
-
-pkgname=goaccess
-pkgver=1.5
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('x86_64')
-url='https://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'libmaxminddb' 'openssl')
-optdepends=('geoip2-database: for geoip support')
-backup=('etc/goaccess/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('7404a487dc1eb52d83caf01775ad0c9bb5c962da27b3ec9a6d613306e19a6109f7337410a812781bdf238ba9efcbe5419a897bc10b5b11e3c3ac38be176c18b4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 967889, 
goaccess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 01:20:57 UTC (rev 967890)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josh VanderLinden 
+# Contributor: Nicolas Storme 
+
+pkgname=goaccess
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('x86_64')
+url='https://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'libmaxminddb' 'openssl')
+optdepends=('geoip2-database: for geoip support')
+backup=('etc/goaccess/goaccess.conf')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
+sha512sums=('aefdc8a61d85d7f8148857c6873b4589eb2f1d3f5b4986a97d0d4223c1d30da23d5fc8e6ba3cbdf41654072b299036fbcbae397d1934a95d1d26931e7f2f5d9a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 01:20:45
  Author: felixonmars
Revision: 967889

upgpkg: goaccess 1.5.1-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 00:47:57 UTC (rev 967888)
+++ PKGBUILD2021-06-30 01:20:45 UTC (rev 967889)
@@ -3,7 +3,7 @@
 # Contributor: Nicolas Storme 
 
 pkgname=goaccess
-pkgver=1.5
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess/goaccess.conf')
 source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('7404a487dc1eb52d83caf01775ad0c9bb5c962da27b3ec9a6d613306e19a6109f7337410a812781bdf238ba9efcbe5419a897bc10b5b11e3c3ac38be176c18b4')
+sha512sums=('aefdc8a61d85d7f8148857c6873b4589eb2f1d3f5b4986a97d0d4223c1d30da23d5fc8e6ba3cbdf41654072b299036fbcbae397d1934a95d1d26931e7f2f5d9a')
 
 build() {
   cd $pkgname-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:47:57
  Author: felixonmars
Revision: 967888

archrelease: copy trunk to community-x86_64

Added:
  deno/repos/community-x86_64/PKGBUILD
(from rev 967887, deno/trunk/PKGBUILD)
Deleted:
  deno/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 00:47:44 UTC (rev 967887)
+++ PKGBUILD2021-06-30 00:47:57 UTC (rev 967888)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Metal A-wing <1 at 233 dot email>
-
-pkgname=deno
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="A secure runtime for JavaScript and TypeScript"
-arch=('x86_64')
-url="https://deno.land;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'python' 'cargo' 'nodejs')
-source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule update --init --recursive
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  ./target/release/deno run cli/tests/002_hello.ts
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
-  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
-  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
-  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
-  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: deno/repos/community-x86_64/PKGBUILD (from rev 967887, 
deno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 00:47:57 UTC (rev 967888)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Metal A-wing <1 at 233 dot email>
+
+pkgname=deno
+pkgver=1.11.3
+pkgrel=1
+pkgdesc="A secure runtime for JavaScript and TypeScript"
+arch=('x86_64')
+url="https://deno.land;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'python' 'cargo' 'nodejs')
+source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  ./target/release/deno run cli/tests/002_hello.ts
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
+  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
+  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
+  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
+  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:47:44
  Author: felixonmars
Revision: 967887

upgpkg: deno 1.11.3-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 00:37:00 UTC (rev 967886)
+++ PKGBUILD2021-06-30 00:47:44 UTC (rev 967887)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:39:20
  Author: felixonmars
Revision: 418785

archrelease: copy trunk to testing-any

Added:
  python-urllib3/repos/testing-any/
  python-urllib3/repos/testing-any/LICENSE
(from rev 418784, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/testing-any/PKGBUILD
(from rev 418784, python-urllib3/trunk/PKGBUILD)

--+
 LICENSE  |   32 +
 PKGBUILD |   76 +
 2 files changed, 108 insertions(+)

Copied: python-urllib3/repos/testing-any/LICENSE (from rev 418784, 
python-urllib3/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2021-06-30 00:39:20 UTC (rev 418785)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+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-urllib3/repos/testing-any/PKGBUILD (from rev 418784, 
python-urllib3/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-06-30 00:39:20 UTC (rev 418785)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: Chris Brannon 
+# Contributor: BorgHunter 
+
+pkgbase=python-urllib3
+pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
+pkgver=1.26.6
+pkgrel=1
+pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
+arch=("any")
+url="https://github.com/urllib3/urllib3;
+license=("MIT")
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx' 
'python-ndg-httpsclient'
+ 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
+ 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
+ 'python-brotli' 'python-sphinx-furo')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
+  'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
+source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz;
+
urllib3-use-brotli-or-brotli-cffi.patch::https://github.com/urllib3/urllib3/pull/2099.patch)
+sha512sums=('9d2f41fb0b5eb907e7daa559cdb48d130604b975c25bec47f55320a41e7df4aa495152cbaf842daf3414ed6c17131114463551c1e9771a848e392e74453ba0d3'
+
'08b58960410a996b039eb3f46da252703055d79228733c65fbbe8d31fedd5b3956670230602deabf02407cac5f5d425b8d65bf3b16bdecd38f2541c6c9c82934')
+
+prepare() {
+  patch -d urllib3-$pkgver -p1 -i ../urllib3-use-brotli-or-brotli-cffi.patch 
|| :
+  cp -a urllib3-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/urllib3-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/urllib3-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/urllib3-$pkgver/docs
+  make html
+}
+
+check() {
+  cd urllib3-$pkgver
+  # TODO: investigate test_respect_retry_after_header_sleep
+  python setup.py pytest --addopts "--deselect 
test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep --deselect 
test/test_retry_deprecated.py::TestRetry::test_respect_retry_after_header_sleep"
+}
+
+package_python-urllib3() {
+  depends=('python')
+  optdepends=('python-pysocks: SOCKS support'
+  'python-brotli: Brotli support'
+  'python-pyopenssl: security support'
+  'python-idna: security support')
+
+  cd urllib3-$pkgver
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+

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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:39:06
  Author: felixonmars
Revision: 418784

upgpkg: python-urllib3 1.26.6-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 21:00:47 UTC (rev 418783)
+++ PKGBUILD2021-06-30 00:39:06 UTC (rev 418784)
@@ -5,7 +5,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.26.5
+pkgver=1.26.6
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -19,7 +19,7 @@
   'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
 
source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz;
 
urllib3-use-brotli-or-brotli-cffi.patch::https://github.com/urllib3/urllib3/pull/2099.patch)
-sha512sums=('d4a97aa05f9138cbd2fceadd6268f55f1389a57abccc44f6dfd7755778d417a6648f081ceefd376b27c17e384ccc81caf49f0ea23b4d9ac8e347a06d85cb4639'
+sha512sums=('9d2f41fb0b5eb907e7daa559cdb48d130604b975c25bec47f55320a41e7df4aa495152cbaf842daf3414ed6c17131114463551c1e9771a848e392e74453ba0d3'
 
'08b58960410a996b039eb3f46da252703055d79228733c65fbbe8d31fedd5b3956670230602deabf02407cac5f5d425b8d65bf3b16bdecd38f2541c6c9c82934')
 
 prepare() {



[arch-commits] Commit in ttf-sarasa-gothic/repos/community-any (PKGBUILD PKGBUILD)

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:37:00
  Author: felixonmars
Revision: 967886

archrelease: copy trunk to community-any

Added:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD
(from rev 967885, ttf-sarasa-gothic/trunk/PKGBUILD)
Deleted:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 00:36:46 UTC (rev 967885)
+++ PKGBUILD2021-06-30 00:37:00 UTC (rev 967886)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ye Jingchen 
-# Contributor: Markus Weimar 
-
-pkgname=ttf-sarasa-gothic
-pkgver=0.32.8
-pkgrel=1
-pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
-arch=('any')
-url="https://github.com/be5invis/Sarasa-Gothic;
-license=('OFL')
-provides=('ttf-sarasa-slab')
-source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
-
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('602c8f305ce04edfb7da2bdf9f2a922607530545c1ee007a924d1015c5183875e78221eb82f0dfd5d70858b7773f15b0a183900d530ee324326d71fc6f8a82db'
-
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
-
-package() {
-install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 967885, 
ttf-sarasa-gothic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 00:37:00 UTC (rev 967886)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Ye Jingchen 
+# Contributor: Markus Weimar 
+
+pkgname=ttf-sarasa-gothic
+pkgver=0.32.9
+pkgrel=1
+pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
+arch=('any')
+url="https://github.com/be5invis/Sarasa-Gothic;
+license=('OFL')
+provides=('ttf-sarasa-slab')
+source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
+
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
+sha512sums=('b2a98c7d368181b82b2404a61cf40905fb374b0798c29aedd12d8613e3bb46e068fb256362690ad49fcbf8493c7d70468f76ec1cc141cb30de66cb7b29797137'
+
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
+
+package() {
+install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in ttf-sarasa-gothic/trunk (PKGBUILD)

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:36:46
  Author: felixonmars
Revision: 967885

upgpkg: ttf-sarasa-gothic 0.32.9-1

Modified:
  ttf-sarasa-gothic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 00:34:37 UTC (rev 967884)
+++ PKGBUILD2021-06-30 00:36:46 UTC (rev 967885)
@@ -3,7 +3,7 @@
 # Contributor: Markus Weimar 
 
 pkgname=ttf-sarasa-gothic
-pkgver=0.32.8
+pkgver=0.32.9
 pkgrel=1
 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
 arch=('any')
@@ -12,7 +12,7 @@
 provides=('ttf-sarasa-slab')
 
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
 
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('602c8f305ce04edfb7da2bdf9f2a922607530545c1ee007a924d1015c5183875e78221eb82f0dfd5d70858b7773f15b0a183900d530ee324326d71fc6f8a82db'
+sha512sums=('b2a98c7d368181b82b2404a61cf40905fb374b0798c29aedd12d8613e3bb46e068fb256362690ad49fcbf8493c7d70468f76ec1cc141cb30de66cb7b29797137'
 
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
 
 package() {



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:34:37
  Author: felixonmars
Revision: 967884

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 00:34:24 UTC (rev 967883)
+++ PKGBUILD2021-06-30 00:34:37 UTC (rev 967884)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec;
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
-sha512sums=('b030e5400a9abce06576406f83befb298814617e06729f29c2ee70517cf456901b67e60880b3b4baec096717a91341e8268bcd8e01fd566b7c6e03709afd7c3b')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 967883, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 00:34:37 UTC (rev 967884)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec;
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
+sha512sums=('53c0a1e6db81439a7c3f8e933cac28003dd8e65986a29aef8a6ec761999c84417902448288d69c5873d12dded2156e79bedc5bd4bd0fd472ea014e65a6c7')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:34:24
  Author: felixonmars
Revision: 967883

upgpkg: python-apispec 4.7.0-1

Modified:
  python-apispec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-30 00:34:07 UTC (rev 967882)
+++ PKGBUILD2021-06-30 00:34:24 UTC (rev 967883)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-apispec
-pkgver=4.6.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
 url="https://github.com/marshmallow-code/apispec;
@@ -16,7 +16,7 @@
   'python-flask' 'python-prance' 'python-yaml' 'python-mock'
   'python-openapi-spec-validator')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
-sha512sums=('b030e5400a9abce06576406f83befb298814617e06729f29c2ee70517cf456901b67e60880b3b4baec096717a91341e8268bcd8e01fd566b7c6e03709afd7c3b')
+sha512sums=('53c0a1e6db81439a7c3f8e933cac28003dd8e65986a29aef8a6ec761999c84417902448288d69c5873d12dded2156e79bedc5bd4bd0fd472ea014e65a6c7')
 
 build() {
   cd apispec-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:34:07
  Author: felixonmars
Revision: 967882

archrelease: copy trunk to community-x86_64

Added:
  verilator/repos/community-x86_64/PKGBUILD
(from rev 967881, verilator/trunk/PKGBUILD)
Deleted:
  verilator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 00:33:53 UTC (rev 967881)
+++ PKGBUILD2021-06-30 00:34:07 UTC (rev 967882)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Jeffrey Tolar 
-
-pkgname=verilator
-pkgver=4.202
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='https://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('perl')
-makedepends=('python')
-source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('9cb61125bde350bc30746d616a8ee19f30007b920d8809acf3cf8b1d57edc534f4760fe92c07c27e60b81d98ef832c0aeab8dc7da07d64c99ae74cff354adc00')
-
-build() {
-  cd verilator-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd verilator-$pkgver
-
-  make install DESTDIR="$pkgdir"
-}

Copied: verilator/repos/community-x86_64/PKGBUILD (from rev 967881, 
verilator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 00:34:07 UTC (rev 967882)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Jeffrey Tolar 
+
+pkgname=verilator
+pkgver=4.204
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='https://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('perl')
+makedepends=('python')
+source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
+sha512sums=('a889df10abdd17593b458062df6c3c2368c0bf20b930eb2b7c13a2896fcc0d5299ed3bce6798b9c8dc806bdbc648773b05aa89ada4207d2040f2b7abce70634d')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 00:33:53
  Author: felixonmars
Revision: 967881

upgpkg: verilator 4.204-1

Modified:
  verilator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 22:15:49 UTC (rev 967880)
+++ PKGBUILD2021-06-30 00:33:53 UTC (rev 967881)
@@ -3,7 +3,7 @@
 # Contributor: Jeffrey Tolar 
 
 pkgname=verilator
-pkgver=4.202
+pkgver=4.204
 pkgrel=1
 pkgdesc='The fastest free Verilog HDL simulator'
 url='https://www.veripool.org/projects/verilator/wiki/Intro'
@@ -12,7 +12,7 @@
 depends=('perl')
 makedepends=('python')
 source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('9cb61125bde350bc30746d616a8ee19f30007b920d8809acf3cf8b1d57edc534f4760fe92c07c27e60b81d98ef832c0aeab8dc7da07d64c99ae74cff354adc00')
+sha512sums=('a889df10abdd17593b458062df6c3c2368c0bf20b930eb2b7c13a2896fcc0d5299ed3bce6798b9c8dc806bdbc648773b05aa89ada4207d2040f2b7abce70634d')
 
 build() {
   cd verilator-$pkgver



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

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 22:15:49
  Author: polyzen
Revision: 967880

archrelease: copy trunk to community-x86_64

Added:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
(from rev 967879, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
  pacman-contrib/repos/community-x86_64/PKGBUILD
(from rev 967879, pacman-contrib/trunk/PKGBUILD)
Deleted:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
  pacman-contrib/repos/community-x86_64/PKGBUILD

--+
 0001-pactree-fix-compilation-with-pacman-6.patch |   88 
 PKGBUILD |  111 ++---
 2 files changed, 99 insertions(+), 100 deletions(-)

Deleted: 0001-pactree-fix-compilation-with-pacman-6.patch
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch2021-06-29 22:15:23 UTC 
(rev 967879)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2021-06-29 22:15:49 UTC 
(rev 967880)
@@ -1,44 +0,0 @@
-From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz via pacman-contrib 
-Date: Fri, 21 May 2021 00:30:07 -0400
-Subject: [PATCH] pactree: fix compilation with pacman 6
-
-In "add front-end provided context to callbacks", libalpm gained a new
-argument to callbacks which we don't use and is only needed by some
-frontends wishing to do stuff with the callback state. NULL it and move
-on with life, just like pacman itself did.
-
-Signed-off-by: Eli Schwartz 
-Signed-off-by: Daniel M. Capella 

- src/pactree.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/pactree.c b/src/pactree.c
-index e8f5086..9e6ac1b 100644
 a/src/pactree.c
-+++ b/src/pactree.c
-@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
- static const char *configfile = CONFFILE;
- static const char *gpgdir = GPGDIR;
- 
--void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
-+void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
- {
-+  (void)ctx;
-+
-   switch(level) {
-   case ALPM_LOG_ERROR:
-   fprintf(stderr, "%s%s%s", color->error, "error: ",
-@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
-   }
- 
-   if(debug) {
--  alpm_option_set_logcb(handle, cb_log);
-+  alpm_option_set_logcb(handle, cb_log, NULL);
-   }
- 
-   /* no need to fail on error here */
--- 
-2.31.1
-

Copied: 
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
 (from rev 967879, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch
(rev 0)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2021-06-29 22:15:49 UTC 
(rev 967880)
@@ -0,0 +1,44 @@
+From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz via pacman-contrib 
+Date: Fri, 21 May 2021 00:30:07 -0400
+Subject: [PATCH] pactree: fix compilation with pacman 6
+
+In "add front-end provided context to callbacks", libalpm gained a new
+argument to callbacks which we don't use and is only needed by some
+frontends wishing to do stuff with the callback state. NULL it and move
+on with life, just like pacman itself did.
+
+Signed-off-by: Eli Schwartz 
+Signed-off-by: Daniel M. Capella 
+---
+ src/pactree.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/pactree.c b/src/pactree.c
+index e8f5086..9e6ac1b 100644
+--- a/src/pactree.c
 b/src/pactree.c
+@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
+ static const char *configfile = CONFFILE;
+ static const char *gpgdir = GPGDIR;
+ 
+-void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
++void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
+ {
++  (void)ctx;
++
+   switch(level) {
+   case ALPM_LOG_ERROR:
+   fprintf(stderr, "%s%s%s", color->error, "error: ",
+@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
+   }
+ 
+   if(debug) {
+-  alpm_option_set_logcb(handle, cb_log);
++  alpm_option_set_logcb(handle, cb_log, NULL);
+   }
+ 
+   /* no need to fail on error here */
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 22:15:23 UTC (rev 967879)
+++ PKGBUILD2021-06-29 22:15:49 UTC (rev 967880)
@@ -1,56 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-
-pkgname=pacman-contrib
-pkgver=1.4.0
-pkgrel=3
-
-pkgdesc="Contributed scripts and tools for pacman systems"
-url="https://git.archlinux.org/pacman-contrib.git/about/;

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

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 22:15:23
  Author: polyzen
Revision: 967879

upgpkg: pacman-contrib 1.4.0-4: Repo moved to our GitLab

PGP signatures will be revisited in the future.

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 21:41:46 UTC (rev 967878)
+++ PKGBUILD2021-06-29 22:15:23 UTC (rev 967879)
@@ -3,10 +3,10 @@
 
 pkgname=pacman-contrib
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Contributed scripts and tools for pacman systems"
-url="https://git.archlinux.org/pacman-contrib.git/about/;
+url="https://gitlab.archlinux.org/pacman/pacman-contrib;
 arch=('x86_64')
 license=('GPL')
 
@@ -18,16 +18,15 @@
 'sudo: privilege elevation for several scripts'
 'vim: default merge program for pacdiff')
 
-source=("https://git.archlinux.org/pacman-contrib.git/snapshot/pacman-contrib-$pkgver.tar".{gz,asc}
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
 '0001-pactree-fix-compilation-with-pacman-6.patch')
-sha256sums=('8746f1352aaad990fe633be34f925d5ab8bd8a19a5f1274e72dbde426deb86bd'
-'SKIP'
+sha256sums=('c97b2889ab012feaa1882865af9cfeb2406c9045757d2e73b5903277472ce6a2'
 '774d27532a91e2fe490ccc8d21c2d1d4d2a2dbfc8678a8406abb8bb8f9e6626c')
-validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5'  # Johannes Löthberg 

-  '04DC3FB1445FECA813C27EFAEA4F7B321A906AD9') # Daniel M. Capella 

+#validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5'  # Johannes Löthberg 

+#  '04DC3FB1445FECA813C27EFAEA4F7B321A906AD9') # Daniel M. Capella 

 
 prepare() {
-  cd pacman-contrib-$pkgver
+  cd pacman-contrib-v$pkgver
 
   patch --forward --strip=1 
--input=../0001-pactree-fix-compilation-with-pacman-6.patch
   ./autogen.sh
@@ -34,7 +33,7 @@
 }
 
 build() {
-  cd pacman-contrib-$pkgver
+  cd pacman-contrib-v$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -44,11 +43,11 @@
 }
 
 check() {
-  make -C pacman-contrib-$pkgver check
+  make -C pacman-contrib-v$pkgver check
 }
 
 package() {
-  cd pacman-contrib-$pkgver
+  cd pacman-contrib-v$pkgver
 
   make DESTDIR="$pkgdir" install
 }



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

2021-06-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 29, 2021 @ 21:41:46
  Author: shibumi
Revision: 967878

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 967877, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 21:41:39 UTC (rev 967877)
+++ PKGBUILD2021-06-29 21:41:46 UTC (rev 967878)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=61d8e8c4a6f95540c15c6a65f36a6dd0a45e7a2f
-#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
-source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${pkgname}"
-  go mod tidy
-
-  # update test expectation for new template error string
-  git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 967877, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 21:41:46 UTC (rev 967878)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+_commit=ee407bdf364942bcb8e8c665f82e15aa28009b71
+#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "${pkgname}"
+  go mod tidy
+
+  # update test expectation for new template error string
+  git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}



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

2021-06-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 29, 2021 @ 21:41:39
  Author: shibumi
Revision: 967877

upgpkg: helm 3.6.2-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 21:39:22 UTC (rev 967876)
+++ PKGBUILD2021-06-29 21:41:39 UTC (rev 967877)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=61d8e8c4a6f95540c15c6a65f36a6dd0a45e7a2f
+_commit=ee407bdf364942bcb8e8c665f82e15aa28009b71
 #source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
 source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'



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

2021-06-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 29, 2021 @ 21:39:22
  Author: shibumi
Revision: 967876

archrelease: copy trunk to community-x86_64

Added:
  tekton-cli/repos/community-x86_64/PKGBUILD
(from rev 967875, tekton-cli/trunk/PKGBUILD)
Deleted:
  tekton-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 21:39:14 UTC (rev 967875)
+++ PKGBUILD2021-06-29 21:39:22 UTC (rev 967876)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=tekton-cli
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
-arch=('x86_64')
-url="https://github.com/tektoncd/cli;
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  '2B68199819C7A977A9C7F5928E00E7B02807E02D'
-  '426DA722C9ED3DDF28557E3D1F23F99E99873FBA'
-  'D3409ED2C4FF2FFD842F26674C3B1CE0A1809F57'
-  '1CA4F4F5B3F48519EDF0AF0B44B5C531CBDF0149')
-
-build() {
-  cd "${pkgname}/cmd/tkn"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags="-linkmode=external" .
-  chmod +x ./tkn
-  ./tkn completion bash > "${pkgname}-completion.bash"
-  ./tkn completion zsh > "${pkgname}-completion.zsh"
-}
-
-check() {
-  cd "${pkgname}/cmd/tkn"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}/cmd/tkn"
-  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
-  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 "${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_tkn"
-}

Copied: tekton-cli/repos/community-x86_64/PKGBUILD (from rev 967875, 
tekton-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 21:39:22 UTC (rev 967876)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tekton-cli
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
+arch=('x86_64')
+url="https://github.com/tektoncd/cli;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  '2B68199819C7A977A9C7F5928E00E7B02807E02D'
+  '426DA722C9ED3DDF28557E3D1F23F99E99873FBA'
+  'D3409ED2C4FF2FFD842F26674C3B1CE0A1809F57'
+  '1CA4F4F5B3F48519EDF0AF0B44B5C531CBDF0149')
+
+build() {
+  cd "${pkgname}/cmd/tkn"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags="-linkmode=external" .
+  chmod +x ./tkn
+  ./tkn completion bash > "${pkgname}-completion.bash"
+  ./tkn completion zsh > "${pkgname}-completion.zsh"
+}
+
+check() {
+  cd "${pkgname}/cmd/tkn"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}/cmd/tkn"
+  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
+  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 "${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_tkn"
+}



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

2021-06-29 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 29, 2021 @ 21:39:14
  Author: shibumi
Revision: 967875

upgpkg: tekton-cli 0.19.1-1

Modified:
  tekton-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 21:19:53 UTC (rev 967874)
+++ PKGBUILD2021-06-29 21:39:14 UTC (rev 967875)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=tekton-cli
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
 arch=('x86_64')



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

2021-06-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, June 29, 2021 @ 21:19:53
  Author: jlichtblau
Revision: 967874

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 21:19:46 UTC (rev 967873)
+++ PKGBUILD2021-06-29 21:19:53 UTC (rev 967874)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.84.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2f0268eee308b68c8b96ec2a72875a2e76393f8b0216306b6378e083254926925ed869a5e6a3d6c7489f1bc0a272ec87948156c7cc8a65e99d7bcecd5edb619c')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo gen autocomplete --type bash --completionfile 
${pkgname}.bash-completion
-  ./hugo gen autocomplete --type zsh --completionfile ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 967873, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 21:19:53 UTC (rev 967874)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.84.2
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('508da940f0a23ebdf79ea2577c5be9649c848b75c7bba82ce0a79a63ca879eab38c54ce4b29b240bc1410d653ab1149a226d367305f6ec8d7d340d7b69514d66')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo gen autocomplete --type bash --completionfile 
${pkgname}.bash-completion
+  ./hugo gen autocomplete --type zsh --completionfile ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2021-06-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, June 29, 2021 @ 21:19:46
  Author: jlichtblau
Revision: 967873

upgpkg: hugo 0.84.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 20:27:16 UTC (rev 967872)
+++ PKGBUILD2021-06-29 21:19:46 UTC (rev 967873)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.84.1
+pkgver=0.84.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2f0268eee308b68c8b96ec2a72875a2e76393f8b0216306b6378e083254926925ed869a5e6a3d6c7489f1bc0a272ec87948156c7cc8a65e99d7bcecd5edb619c')
+sha512sums=('508da940f0a23ebdf79ea2577c5be9649c848b75c7bba82ce0a79a63ca879eab38c54ce4b29b240bc1410d653ab1149a226d367305f6ec8d7d340d7b69514d66')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2021-06-29 Thread Christian Hesse via arch-commits
Date: Tuesday, June 29, 2021 @ 21:00:47
  Author: eworm
Revision: 418783

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 418782, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 418782, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   59 ++
 2 files changed, 160 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 418782, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2021-06-29 
21:00:47 UTC (rev 418783)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 418782, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-29 21:00:47 UTC (rev 418783)
@@ -0,0 +1,59 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=5.13.0
+pkgrel=1
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('db: userspace arp daemon'
+'libcap: tipc'
+'linux-atm: ATM support')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')

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

2021-06-29 Thread Christian Hesse via arch-commits
Date: Tuesday, June 29, 2021 @ 21:00:38
  Author: eworm
Revision: 418782

upgpkg: iproute2 5.13.0-1: new upstream release

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 16:12:24 UTC (rev 418781)
+++ PKGBUILD2021-06-29 21:00:38 UTC (rev 418782)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('9d268db98a36ee2a0e3ff3b92b2efff66fc1138a51e409bdef6ab3cfe15f326f'
+sha256sums=('72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 



[arch-commits] Commit in jedi-language-server/repos/community-any (PKGBUILD PKGBUILD)

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 20:27:16
  Author: polyzen
Revision: 967872

archrelease: copy trunk to community-any

Added:
  jedi-language-server/repos/community-any/PKGBUILD
(from rev 967871, jedi-language-server/trunk/PKGBUILD)
Deleted:
  jedi-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 20:26:46 UTC (rev 967871)
+++ PKGBUILD2021-06-29 20:27:16 UTC (rev 967872)
@@ -1,50 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=jedi-language-server
-pkgver=0.33.0
-pkgrel=1
-pkgdesc='Language server for Jedi'
-arch=('any')
-url=https://github.com/pappasam/jedi-language-server
-license=('MIT')
-depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
-makedepends=('python-build' 'python-install' 'python-poetry')
-checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('040f587cce6fbdde84a26f552c036597fa1e3b224103746bc8aa8282a95657098af13f0554e35a66e073bbadf70aba096b292dedd30c0fae8edec71cc8f0072a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Remove include list https://github.com/pypa/wheel/issues/92
-  sed -i '/include = \["README.md"\]/d' pyproject.toml
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python -m install --optimize=1 --destdir=temp dist/*.whl
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s $site_packages/${pkgname//-/_}-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedi-language-server/repos/community-any/PKGBUILD (from rev 967871, 
jedi-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 20:27:16 UTC (rev 967872)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=jedi-language-server
+pkgver=0.33.1
+pkgrel=1
+pkgdesc='Language server for Jedi'
+arch=('any')
+url=https://github.com/pappasam/jedi-language-server
+license=('MIT')
+depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
+makedepends=('python-build' 'python-install' 'python-poetry')
+checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('38f394299879117ca093e5b5a2a8984459092be4063ff678d2d91664b41ccfafe16f43684bb7e5b316918af9670d77c62dfcfe051e5442f27897240d8ef41268')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Remove include list https://github.com/pypa/wheel/issues/92
+  sed -i '/include = \["README.md"\]/d' pyproject.toml
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  mkdir -p temp
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python -m install --optimize=1 --destdir=temp dist/*.whl
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s $site_packages/${pkgname//-/_}-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in jedi-language-server/trunk (PKGBUILD)

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 20:26:46
  Author: polyzen
Revision: 967871

upgpkg: jedi-language-server 0.33.1-1

Modified:
  jedi-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 20:07:24 UTC (rev 967870)
+++ PKGBUILD2021-06-29 20:26:46 UTC (rev 967871)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=jedi-language-server
-pkgver=0.33.0
+pkgver=0.33.1
 pkgrel=1
 pkgdesc='Language server for Jedi'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-install' 'python-poetry')
 checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('040f587cce6fbdde84a26f552c036597fa1e3b224103746bc8aa8282a95657098af13f0554e35a66e073bbadf70aba096b292dedd30c0fae8edec71cc8f0072a')
+b2sums=('38f394299879117ca093e5b5a2a8984459092be4063ff678d2d91664b41ccfafe16f43684bb7e5b316918af9670d77c62dfcfe051e5442f27897240d8ef41268')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 20:07:24
  Author: polyzen
Revision: 967870

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 967869, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 20:07:02 UTC (rev 967869)
+++ PKGBUILD2021-06-29 20:07:24 UTC (rev 967870)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-06-21
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 967869, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 20:07:24 UTC (rev 967870)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-06-28
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-06-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, June 29, 2021 @ 20:07:02
  Author: polyzen
Revision: 967869

upgpkg: rust-analyzer 20210628-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 17:47:21 UTC (rev 967868)
+++ PKGBUILD2021-06-29 20:07:02 UTC (rev 967869)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-06-21
+_pkgver=2021-06-28
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'



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

2021-06-29 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 29, 2021 @ 17:47:21
  Author: diabonas
Revision: 967868

archrelease: copy trunk to community-any

Added:
  py3status/repos/community-any/PKGBUILD
(from rev 967867, py3status/trunk/PKGBUILD)
Deleted:
  py3status/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 17:47:15 UTC (rev 967867)
+++ PKGBUILD2021-06-29 17:47:21 UTC (rev 967868)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jonas Witschel 
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexis "Horgix" Chotard 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.37
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="https://www.ultrabug.fr/tag/py3status/;
-arch=('any')
-license=('BSD')
-depends=('python' 'python-setuptools')
-checkdepends=('python-pytest-runner')
-optdepends=('i3status: for i3status modules'
-'i3blocks: for i3blocks modules'
-'python-pyudev: for udev event monitoring'
-'python-pydbus: for modules that rely on D-Bus'
-'python-tzlocal: for modules that need time zone info'
-'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz;)
-sha256sums=('b260b752ff2953538ad3f0202af2dd0bd469c6ebc88d5045cf74890876d24f47')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check() {
-cd "$pkgname-$pkgver"
-python setup.py pytest
-}
-
-package() {
-cd "$pkgname-$pkgver"
-PYTHONHASHSEED=0 python setup.py install --root="$pkgdir/" --optimize=1 
--skip-build
-install -d "$pkgdir/usr/share/doc/$pkgname"
-install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: py3status/repos/community-any/PKGBUILD (from rev 967867, 
py3status/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 17:47:21 UTC (rev 967868)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jonas Witschel 
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexis "Horgix" Chotard 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.38
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="https://www.ultrabug.fr/tag/py3status/;
+arch=('any')
+license=('BSD')
+depends=('python' 'python-setuptools')
+checkdepends=('python-pytest-runner')
+optdepends=('i3status: for i3status modules'
+'i3blocks: for i3blocks modules'
+'python-pyudev: for udev event monitoring'
+'python-pydbus: for modules that rely on D-Bus'
+'python-tzlocal: for modules that need time zone info'
+'pacman-contrib: for the arch_updates module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz;)
+sha256sums=('16799f643362259447d01bdbdfc48e307180ccbb88585aaa08191b7d1fee')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check() {
+cd "$pkgname-$pkgver"
+python setup.py pytest
+}
+
+package() {
+cd "$pkgname-$pkgver"
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir/" --optimize=1 
--skip-build
+install -d "$pkgdir/usr/share/doc/$pkgname"
+install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-06-29 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 29, 2021 @ 17:47:15
  Author: diabonas
Revision: 967867

upgpkg: py3status 3.38-1: upstream release

Modified:
  py3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 16:42:22 UTC (rev 967866)
+++ PKGBUILD2021-06-29 17:47:15 UTC (rev 967867)
@@ -5,7 +5,7 @@
 # Contributor: carstene1ns  - http://git.io/ctPKG
 
 pkgname=py3status
-pkgver=3.37
+pkgver=3.38
 pkgrel=1
 pkgdesc="An extensible i3status replacement/wrapper written in python"
 url="https://www.ultrabug.fr/tag/py3status/;
@@ -20,7 +20,7 @@
 'python-tzlocal: for modules that need time zone info'
 'pacman-contrib: for the arch_updates module')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz;)
-sha256sums=('b260b752ff2953538ad3f0202af2dd0bd469c6ebc88d5045cf74890876d24f47')
+sha256sums=('16799f643362259447d01bdbdfc48e307180ccbb88585aaa08191b7d1fee')
 
 build() {
 cd "$pkgname-$pkgver"



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

2021-06-29 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, June 29, 2021 @ 16:42:22
  Author: orhun
Revision: 967866

archrelease: copy trunk to community-x86_64

Added:
  lfs/repos/community-x86_64/PKGBUILD
(from rev 967865, lfs/trunk/PKGBUILD)
Deleted:
  lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 16:41:52 UTC (rev 967865)
+++ PKGBUILD2021-06-29 16:42:22 UTC (rev 967866)
@@ -1,27 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=lfs
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Get information on your mounted disks"
-arch=('x86_64')
-url="https://github.com/Canop/lfs;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d2aa294bc678fcc1367f4cb980b545940c74801ab3abcde2d888683b133edc18d5167d9029eb660f29bbc6f60fe26d34e6f6169ac0f349f941eb2dd528d18300')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lfs/repos/community-x86_64/PKGBUILD (from rev 967865, 
lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 16:42:22 UTC (rev 967866)
@@ -0,0 +1,27 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=lfs
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Get information on your mounted disks"
+arch=('x86_64')
+url="https://github.com/Canop/lfs;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('42bfb98c9afa14f52bf6cddc81de80d1dead4dc5cd8b68107c3d8f9f83d9a594f69573d2a20e9dd20748c90771e8eb9b1d9d4612d1d503d319866f9eac50e2eb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-29 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, June 29, 2021 @ 16:41:48
  Author: orhun
Revision: 967864

upgpkg: lfs 0.7.2-1: upstream release

Modified:
  lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 16:25:40 UTC (rev 967863)
+++ PKGBUILD2021-06-29 16:41:48 UTC (rev 967864)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=lfs
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="Get information on your mounted disks"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d2aa294bc678fcc1367f4cb980b545940c74801ab3abcde2d888683b133edc18d5167d9029eb660f29bbc6f60fe26d34e6f6169ac0f349f941eb2dd528d18300')
+sha512sums=('42bfb98c9afa14f52bf6cddc81de80d1dead4dc5cd8b68107c3d8f9f83d9a594f69573d2a20e9dd20748c90771e8eb9b1d9d4612d1d503d319866f9eac50e2eb')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 16:25:40
  Author: alucryd
Revision: 967863

archrelease: copy trunk to community-x86_64

Added:
  renpy/repos/community-x86_64/PKGBUILD
(from rev 967862, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 967862, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
(from rev 967862, renpy/trunk/renpy-system-fribidi.patch)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 967862, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 967862, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 PKGBUILD   |  194 +--
 renpy  |   10 +-
 renpy-system-fribidi.patch |  128 ++--
 renpy.desktop  |   18 +--
 renpy.png  |  152 -
 5 files changed, 251 insertions(+), 251 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 16:25:31 UTC (rev 967862)
+++ PKGBUILD2021-06-29 16:25:40 UTC (rev 967863)
@@ -1,97 +0,0 @@
-# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=(
-  renpy
-  renpy-demos
-)
-pkgver=7.4.4
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=(x86_64)
-url=https://www.renpy.org
-license=(MIT)
-depends=(
-  ffmpeg
-  glew
-  python2-future
-  python2-pygame-sdl2
-)
-makedepends=(
-  cython2
-  python2-setuptools
-)
-optdepends=(
-  'atom: Default editor'
-  'code: Another editor'
-)
-options=(!emptydirs)
-source=(
-  https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
-  renpy
-  renpy.desktop
-  renpy.png
-  renpy-system-fribidi.patch
-)
-b2sums=('43f96355617d0c1de650a17aa9bb5044decd0303312ba50c364ec62d0dd2d8b71d7f76444de334e4d95275c4b174e0d50c150b75dcae9532ee105ea5caedaa33'
-
'1b6ebdbca74d03c86a3b90d8c749fbb433d4427bf2f5e38dc976819a61a911015d059995463a3be81661080a28bae8042c24a552c5b5a3ef0efb6acd83df1053'
-
'b5bec9d19a25ae849d0e86e483040b320be9048b55ba002cc83d4ee018e99ff7549ba26a60afe6522c2efe2abb724f2679750e25f8d7c161847ad1babeccf006'
-
'd0b22e3f970f28096a6ea50019d708a568cfca489acc3c5b1bbce78a0b5afc35d43712b5348ab88b643543ce4f627c31a83eacaab293bede55de2eeabfea2238'
-
'1e1c8b1a8d670c7ec1587b13140972d463ba6a442f895e73ba9df45f36c52babe86783180b0d265e4bb93df44ad31ed5c0e9e859d656d253ad086b8fdb784281')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i atom/Atom.edit.py launcher/game/tkaskdir.py
-
-  patch -Np1 -i ../renpy-system-fribidi.patch
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON=cython2
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=(
-'renpy-demos: Tutorial and The Question demos'
-'tk: Set projects directory'
-  )
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix=/usr 
--optimize=1 --skip-build
-
-  install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
-
-  cp -dr --no-preserve=ownership atom doc gui launcher renpy renpy.py 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
-  install -Dm 644 ../renpy.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 644 ../renpy.png -t "${pkgdir}"/usr/share/pixmaps/
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=(renpy)
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve=ownership the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-x86_64/PKGBUILD (from rev 967862, 
renpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 16:25:40 UTC (rev 967863)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=(
+  renpy
+  renpy-demos
+)
+pkgver=7.4.6
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=(x86_64)
+url=https://www.renpy.org
+license=(MIT)
+depends=(
+  ffmpeg
+  glew
+  python2-future
+  python2-pygame-sdl2
+)
+makedepends=(
+  cython2
+  python2-setuptools
+)
+optdepends=(
+  'atom: Default editor'
+  'code: Another 

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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 16:25:31
  Author: alucryd
Revision: 967862

upgpkg: renpy 7.4.6-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 16:06:58 UTC (rev 967861)
+++ PKGBUILD2021-06-29 16:25:31 UTC (rev 967862)
@@ -9,7 +9,7 @@
   renpy
   renpy-demos
 )
-pkgver=7.4.4
+pkgver=7.4.6
 pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=(x86_64)
@@ -37,7 +37,7 @@
   renpy.png
   renpy-system-fribidi.patch
 )
-b2sums=('43f96355617d0c1de650a17aa9bb5044decd0303312ba50c364ec62d0dd2d8b71d7f76444de334e4d95275c4b174e0d50c150b75dcae9532ee105ea5caedaa33'
+b2sums=('fa5c1bac041874ef6f60272f7adfbe4d683b142b30930ce18e7665998aff6c8df01f8e153b5956469e112db60c99e15ba87f86c9b00db6c6532093a8d6b156c9'
 
'1b6ebdbca74d03c86a3b90d8c749fbb433d4427bf2f5e38dc976819a61a911015d059995463a3be81661080a28bae8042c24a552c5b5a3ef0efb6acd83df1053'
 
'b5bec9d19a25ae849d0e86e483040b320be9048b55ba002cc83d4ee018e99ff7549ba26a60afe6522c2efe2abb724f2679750e25f8d7c161847ad1babeccf006'
 
'd0b22e3f970f28096a6ea50019d708a568cfca489acc3c5b1bbce78a0b5afc35d43712b5348ab88b643543ce4f627c31a83eacaab293bede55de2eeabfea2238'



[arch-commits] Commit in php/repos/extra-x86_64 (14 files)

2021-06-29 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 29, 2021 @ 16:12:24
  Author: pierre
Revision: 418781

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 418780, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 418780, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 418780, php/trunk/apache.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 418780, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 418780, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 418780, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 418780, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

--+
 PKGBUILD |  674 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 generate_patches |  206 
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 7 files changed, 616 insertions(+), 616 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 16:12:08 UTC (rev 418780)
+++ PKGBUILD2021-06-29 16:12:24 UTC (rev 418781)
@@ -1,337 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=8.0.7
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://www.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl'
- 'oniguruma')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654'
-'SKIP'
-'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
-'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
-'2228131cc65139bd819b617bba06c2406e559c55fbfb38a29f9853ce48c58eeb'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'b538a7c974adde626c35481e4a66d506dc12c598f369dfe79f3fcb9585d8b920')
-validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172'
-  'BFDDD28642824F8118EF77909B67A5C12229118F')
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   patch -p0 -i "${srcdir}/apache.patch"
-   patch -p0 -i "${srcdir}/php-fpm.patch"
-   patch -p0 -i "${srcdir}/php.ini.patch"
-   autoconf
-
-   # Disable failing tests
-   rm tests/output/stream_isatty_*.phpt
-   rm Zend/tests/arginfo_zpp_mismatch*.phpt
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd=shared \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-pcntl \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shared \
-   --with-bz2=shared \
-   --with-curl=shared \
-   --with-db4=/usr \
-   --with-enchant=shared \
-   --with-external-gd \
-   --with-external-pcre \
-   --with-ffi=shared \
-   --with-gdbm \
-   --with-gettext=shared \
- 

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

2021-06-29 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 29, 2021 @ 16:12:08
  Author: pierre
Revision: 418780

upgpkg: php 8.0.8-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 15:19:33 UTC (rev 418779)
+++ PKGBUILD2021-06-29 16:12:08 UTC (rev 418780)
@@ -20,7 +20,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.0.7
+pkgver=8.0.8
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -31,7 +31,7 @@
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654'
+sha256sums=('dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 16:06:58
  Author: alucryd
Revision: 967861

archrelease: copy trunk to community-any

Added:
  python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 967860, python-django-modeltranslation/trunk/PKGBUILD)
Deleted:
  python-django-modeltranslation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 16:06:53 UTC (rev 967860)
+++ PKGBUILD2021-06-29 16:06:58 UTC (rev 967861)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.2
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
967860, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 16:06:58 UTC (rev 967861)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.3
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=804f7501450dec80b4c9a40f71d2b198515d0c1e
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 16:06:53
  Author: alucryd
Revision: 967860

upgpkg: python-django-modeltranslation 0.17.3-1

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 16:06:38 UTC (rev 967859)
+++ PKGBUILD2021-06-29 16:06:53 UTC (rev 967860)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-django-modeltranslation
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc='Translates Django models using a registration approach'
 arch=(any)
@@ -12,7 +12,7 @@
   git
   python-setuptools
 )
-_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
+_tag=804f7501450dec80b4c9a40f71d2b198515d0c1e
 
source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 15:19:33
  Author: arojas
Revision: 418779

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 418778, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 15:19:23 UTC (rev 418778)
+++ PKGBUILD2021-06-29 15:19:33 UTC (rev 418779)
@@ -1,98 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 
python-qscintilla-qt6)
-pkgver=2.12.1
-pkgrel=1
-license=(GPL)
-arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=(python-pyqt5 qt5-tools python-pyqt6 qt6-tools sip pyqt-builder)
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz;)
-sha256sums=('a7331c44b5d7320cbf58cb2382c38857e9e9f4fa52c405bd7776c8b6649836c2')
-
-build() {
-  cp -r QScintilla_src-$pkgver{,-qt5}
-
-  cd QScintilla_src-$pkgver-qt5/src
-  export QMAKEFEATURES=$PWD/src/features/
-  qmake-qt5
-  make
-
-  cd ../designer
-  qmake-qt5 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
-  make
-
-  cd ../Python
-  mv pyproject{-qt5,}.toml
-  sip-build \
---no-make \
---qsci-features-dir ../src/features \
---qsci-include-dir ../src \
---qsci-library-dir ../src \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-
-  cd "$srcdir"/QScintilla_src-$pkgver/src
-  export QMAKEFEATURES=$PWD/src/features/
-  qmake-qt6
-  make
-
-  cd ../designer
-  qmake-qt6 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
-  make
-
-  cd ../Python
-  mv pyproject{-qt6,}.toml
-  sip-build \
---no-make \
---qsci-features-dir ../src/features \
---qsci-include-dir ../src \
---qsci-library-dir ../src \
---qmake=/usr/bin/qmake-qt6
-  cd build
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla_src-$pkgver-qt5/src
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  cd ../designer
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla_src-$pkgver-qt5/Python/build
-  make INSTALL_ROOT="$pkgdir" install
-}
-
-package_qscintilla-qt6() {
-  pkgdesc="A port to Qt6 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt6-base)
-
-  cd QScintilla_src-$pkgver/src
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  cd ../designer
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-}
-
-package_python-qscintilla-qt6() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt6 python-pyqt6)
-
-  cd QScintilla_src-$pkgver/Python/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 418778, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 15:19:33 UTC (rev 418779)
@@ -0,0 +1,98 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 
python-qscintilla-qt6)
+pkgver=2.13.0
+pkgrel=1
+license=(GPL)
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=(python-pyqt5 qt5-tools python-pyqt6 qt6-tools sip pyqt-builder)
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz;)
+sha256sums=('05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2')
+
+build() {
+  cp -r QScintilla_src-$pkgver{,-qt5}
+
+  cd QScintilla_src-$pkgver-qt5/src
+  export QMAKEFEATURES=$PWD/src/features/
+  qmake-qt5
+  make
+
+  cd ../designer
+  qmake-qt5 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
+  make
+
+  cd ../Python
+  mv pyproject{-qt5,}.toml
+  sip-build \
+--no-make \
+--qsci-features-dir ../src/features \
+--qsci-include-dir ../src \
+--qsci-library-dir ../src \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+
+  cd "$srcdir"/QScintilla_src-$pkgver/src
+  export QMAKEFEATURES=$PWD/src/features/
+  qmake6
+  make
+
+  cd ../designer
+  qmake6 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
+  make
+
+  cd ../Python
+  mv pyproject{-qt6,}.toml
+  sip-build \
+--no-make \
+--qsci-features-dir ../src/features \
+--qsci-include-dir ../src \
+

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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 15:19:23
  Author: arojas
Revision: 418778

Update to 2.13.0

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 15:03:47 UTC (rev 418777)
+++ PKGBUILD2021-06-29 15:19:23 UTC (rev 418778)
@@ -5,7 +5,7 @@
 
 pkgbase=qscintilla
 pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 
python-qscintilla-qt6)
-pkgver=2.12.1
+pkgver=2.13.0
 pkgrel=1
 license=(GPL)
 arch=(x86_64)
@@ -12,7 +12,7 @@
 url="https://www.riverbankcomputing.com/software/qscintilla/intro;
 makedepends=(python-pyqt5 qt5-tools python-pyqt6 qt6-tools sip pyqt-builder)
 
source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz;)
-sha256sums=('a7331c44b5d7320cbf58cb2382c38857e9e9f4fa52c405bd7776c8b6649836c2')
+sha256sums=('05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 15:03:47
  Author: arojas
Revision: 418777

archrelease: copy trunk to extra-x86_64

Added:
  libcerf/repos/extra-x86_64/PKGBUILD
(from rev 418776, libcerf/trunk/PKGBUILD)
Deleted:
  libcerf/repos/extra-x86_64/PKGBUILD
  libcerf/repos/extra-x86_64/pc-install-dir.patch

--+
 PKGBUILD |   58 +
 pc-install-dir.patch |   13 --
 2 files changed, 26 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 15:03:36 UTC (rev 418776)
+++ PKGBUILD2021-06-29 15:03:47 UTC (rev 418777)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libcerf
-epoch=1
-pkgver=1.16
-pkgrel=1
-pkgdesc='Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions'
-arch=(x86_64)
-url='https://jugit.fz-juelich.de/mlz/libcerf/'
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz
-pc-install-dir.patch)
-sha256sums=('f24cfe72716e008ebe94376e2fb08cf9f6d982a430e0688e2f1af82da51e6d2d'
-'7605dfbe028efc37ad63eac35c70260283908c21c51030283576d0439d8b82f7')
-
-prepare() {
-  patch -d $pkgname-v$pkgver -p1 < pc-install-dir.patch # Fix pc file install 
dir
-}
-
-build() {
-  cmake -B build -S $pkgname-v$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $pkgname-v$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: libcerf/repos/extra-x86_64/PKGBUILD (from rev 418776, 
libcerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 15:03:47 UTC (rev 418777)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libcerf
+epoch=1
+pkgver=1.17
+pkgrel=1
+pkgdesc='Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions'
+arch=(x86_64)
+url='https://jugit.fz-juelich.de/mlz/libcerf/'
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
+sha256sums=('b1916b292cb37f2d0d0b699fbcf0fe260cca97ec7266ea20ff0c5cd8ef2eaab4')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-v$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: pc-install-dir.patch
===
--- pc-install-dir.patch2021-06-29 15:03:36 UTC (rev 418776)
+++ pc-install-dir.patch2021-06-29 15:03:47 UTC (rev 418777)
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 726436b..8e3a5c2 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -75,7 +75,7 @@ include(CTest)
- 
- configure_file("libcerf.pc.in" "libcerf.pc" @ONLY)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libcerf.pc"
--DESTINATION "${CMAKE_INSTALL_PREFIX}/pkgconfig/")
-+DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/")
- 
- add_subdirectory(lib)
- add_subdirectory(test)



[arch-commits] Commit in libcerf/trunk (PKGBUILD pc-install-dir.patch)

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 15:03:36
  Author: arojas
Revision: 418776

Update to 1.17

Modified:
  libcerf/trunk/PKGBUILD
Deleted:
  libcerf/trunk/pc-install-dir.patch

--+
 PKGBUILD |   12 +++-
 pc-install-dir.patch |   13 -
 2 files changed, 3 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:20:06 UTC (rev 418775)
+++ PKGBUILD2021-06-29 15:03:36 UTC (rev 418776)
@@ -2,7 +2,7 @@
 
 pkgname=libcerf
 epoch=1
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc='Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions'
 arch=(x86_64)
@@ -10,15 +10,9 @@
 license=(custom)
 depends=(glibc)
 makedepends=(cmake)
-source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz
-pc-install-dir.patch)
-sha256sums=('f24cfe72716e008ebe94376e2fb08cf9f6d982a430e0688e2f1af82da51e6d2d'
-'7605dfbe028efc37ad63eac35c70260283908c21c51030283576d0439d8b82f7')
+source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
+sha256sums=('b1916b292cb37f2d0d0b699fbcf0fe260cca97ec7266ea20ff0c5cd8ef2eaab4')
 
-prepare() {
-  patch -d $pkgname-v$pkgver -p1 < pc-install-dir.patch # Fix pc file install 
dir
-}
-
 build() {
   cmake -B build -S $pkgname-v$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr

Deleted: pc-install-dir.patch
===
--- pc-install-dir.patch2021-06-29 06:20:06 UTC (rev 418775)
+++ pc-install-dir.patch2021-06-29 15:03:36 UTC (rev 418776)
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 726436b..8e3a5c2 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -75,7 +75,7 @@ include(CTest)
- 
- configure_file("libcerf.pc.in" "libcerf.pc" @ONLY)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libcerf.pc"
--DESTINATION "${CMAKE_INSTALL_PREFIX}/pkgconfig/")
-+DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/")
- 
- add_subdirectory(lib)
- add_subdirectory(test)



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

2021-06-29 Thread David Runge via arch-commits
Date: Tuesday, June 29, 2021 @ 13:33:35
  Author: dvzrv
Revision: 967854

archrelease: copy trunk to community-x86_64

Added:
  sound-gambit/repos/community-x86_64/
  sound-gambit/repos/community-x86_64/PKGBUILD
(from rev 967853, sound-gambit/trunk/PKGBUILD)

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

Copied: sound-gambit/repos/community-x86_64/PKGBUILD (from rev 967853, 
sound-gambit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-06-29 13:33:35 UTC (rev 967854)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+
+pkgname=sound-gambit
+pkgver=0.6
+pkgrel=1
+pkgdesc="Audio File Peak Limiter"
+arch=('x86_64')
+url="https://github.com/x42/sound-gambit;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('libsndfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('6a827e6ec94d4cfe5934ad7fd6d0b1cefa2f6e2f973501830193f879a20d71f857a592721c91f8cf310f330cb4d3c18b7f7268440adce7f811d0796094fb654e')
+b2sums=('d7f1ff257db311ab489aa7fbce5b96a96206d23e4ed01d5f8ec57b3fbd66344fa9e9b144e5f67397d1773918046f0c408dda64efb03a5f0f4d4790dfe35dac5b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2021-06-29 Thread David Runge via arch-commits
Date: Tuesday, June 29, 2021 @ 13:28:12
  Author: dvzrv
Revision: 967853

Add sound-gambit.

Added:
  sound-gambit/
  sound-gambit/repos/
  sound-gambit/trunk/
  sound-gambit/trunk/PKGBUILD

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

Added: sound-gambit/trunk/PKGBUILD
===
--- sound-gambit/trunk/PKGBUILD (rev 0)
+++ sound-gambit/trunk/PKGBUILD 2021-06-29 13:28:12 UTC (rev 967853)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+
+pkgname=sound-gambit
+pkgver=0.6
+pkgrel=1
+pkgdesc="Audio File Peak Limiter"
+arch=('x86_64')
+url="https://github.com/x42/sound-gambit;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('libsndfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('6a827e6ec94d4cfe5934ad7fd6d0b1cefa2f6e2f973501830193f879a20d71f857a592721c91f8cf310f330cb4d3c18b7f7268440adce7f811d0796094fb654e')
+b2sums=('d7f1ff257db311ab489aa7fbce5b96a96206d23e4ed01d5f8ec57b3fbd66344fa9e9b144e5f67397d1773918046f0c408dda64efb03a5f0f4d4790dfe35dac5b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in rfc/repos/community-any (6 files)

2021-06-29 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 29, 2021 @ 11:18:45
  Author: jelle
Revision: 967852

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 967851, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 967851, rfc/trunk/license)
  rfc/repos/community-any/mirror-to-arch.sh
(from rev 967851, rfc/trunk/mirror-to-arch.sh)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license
  rfc/repos/community-any/mirror-to-arch.sh

---+
 PKGBUILD  |   86 +-
 license   |  128 ++--
 mirror-to-arch.sh |   14 ++---
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 11:18:36 UTC (rev 967851)
+++ PKGBUILD2021-06-29 11:18:45 UTC (rev 967852)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20190827
-pkgrel=2
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="https://www.rfc-editor.org/;
-license=("custom:as-is")
-options=('docs')
-source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
-
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz
-license)
-sha256sums=('5e1d60910b21628b5f3faa7e9328bd6fc4317c17a516db49fbff23c32c5c7dc4'
-'38913b589cf9e4b871641451128dff5eed18707427a3de97e5053f0f6462ddbb'
-'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 "$srcdir"/license 
"$pkgdir"/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 967851, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 11:18:45 UTC (rev 967852)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20210629
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/;
+license=("custom:as-is")
+options=('docs')
+source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
+
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.zst
+license)
+sha256sums=('dc4af8ff74aba7d02bef921bcd59bce3520ba39237a36d8bfd27e13b2a6cda8a'
+'e1f7c2dd359f8b50f5ed1648e1b9bd238db0386d989f66e8f64301c57d590889'
+'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
+
+package() {
+cd "$srcdir"
+
+mkdir -p "$pkgdir/usr/share/doc/rfc"
+cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
+rm -f rfc-index-$pkgver.txt
+
+tar xf rfc1305.tar
+rm -f rfc1305.tar
+for n in ntpv3*; do
+  mv "$n" "rfc1305-$n"
+done
+
+for fmt in txt ps pdf; do
+  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
+  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
+done
+
+cd "$pkgdir/usr/share/doc/rfc"
+find . -type f -exec chmod 444 {} \;
+find . -type d -exec chmod 555 {} \;
+chown -R root:root .
+install -D -m0644 "$srcdir"/license 
"$pkgdir"/usr/share/licenses/$pkgname/license
+}

Deleted: license
===
--- license 2021-06-29 11:18:36 UTC (rev 967851)
+++ license 2021-06-29 11:18:45 UTC (rev 967852)
@@ -1,64 +0,0 @@
-The Request For Comments (RFC) documents are intended to have wide
-distribution.
-
-1.  Copying and distributing the whole RFC without any changes:
-
-1a.  The copying and free redistribution are generally encouraged.
-
-1b.  The inclusion of RFCs in other documents and collections that are
-distributed for a fee is also encouraged, though in this case it is a
-courtesy (i) to ask the RFC author and (ii) provide the RFC author
-with a copy of the final document or collection.  Anyone can takes
-some RFCs, put them in a book, copyright the book, and sell it.  This
-in no w

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

2021-06-29 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 29, 2021 @ 11:18:36
  Author: jelle
Revision: 967851

upgpkg: rfc 20210629-1

Modified:
  rfc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 09:43:23 UTC (rev 967850)
+++ PKGBUILD2021-06-29 11:18:36 UTC (rev 967851)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=rfc
-pkgver=20190827
-pkgrel=2
+pkgver=20210629
+pkgrel=1
 pkgdesc="RFCs from rfc-editor.org"
 arch=('any')
 url="https://www.rfc-editor.org/;
@@ -11,10 +11,10 @@
 license=("custom:as-is")
 options=('docs')
 source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
-
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz
+
https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.zst
 license)
-sha256sums=('5e1d60910b21628b5f3faa7e9328bd6fc4317c17a516db49fbff23c32c5c7dc4'
-'38913b589cf9e4b871641451128dff5eed18707427a3de97e5053f0f6462ddbb'
+sha256sums=('dc4af8ff74aba7d02bef921bcd59bce3520ba39237a36d8bfd27e13b2a6cda8a'
+'e1f7c2dd359f8b50f5ed1648e1b9bd238db0386d989f66e8f64301c57d590889'
 'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
 
 package() {



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

2021-06-29 Thread Frederik Schwan via arch-commits
Date: Tuesday, June 29, 2021 @ 09:43:20
  Author: freswa
Revision: 967849

fix disabled send-key menu

Modified:
  virt-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 08:06:07 UTC (rev 967848)
+++ PKGBUILD2021-06-29 09:43:20 UTC (rev 967849)
@@ -5,7 +5,7 @@
 
 pkgname=virt-viewer
 pkgver=10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight interface for interacting with the graphical display of 
virtualized guest OS.'
 arch=('x86_64')
 url='https://gitlab.com/virt-viewer/virt-viewer'
@@ -13,11 +13,18 @@
 depends=('gtk-vnc' 'libvirt' 'spice-gtk' 'libvirt-glib' 'libgovirt' 'vte3')
 makedepends=('meson' 'intltool' 'spice-protocol' 'gobject-introspection' 
'bash-completion')
 replaces=('virtviewer')
-source=("https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc})
+source=("https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc}
+
fix-sendkey-actions.patch::https://gitlab.com/berrange/virt-viewer/-/commit/aa6b4b40b8dac1ba38e06237db04bfd4fa5f4850.patch)
 
b2sums=('3368164c2f770f8aa963e0fb93e713249b05d31600747b68197864a40bf6fdb221ad44abb8ea5465706543241bd5898353cadf2a3e0917455383283722fdfd4f'
-'SKIP')
+'SKIP'
+
'f570a1dbf49db7c86b17287518c6dec737b1a1d2e033df60b7f82579573d85d59bee3d15e28d20e2231910db40d2b0c80bebc658eadbe23a4577b1ea80489c5b')
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
 
+prepare() {
+  cd virt-viewer-${pkgver}
+  patch -Np1 < ../fix-sendkey-actions.patch
+}
+
 build() {
   cd virt-viewer-${pkgver}
   arch-meson build \



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

2021-06-29 Thread Frederik Schwan via arch-commits
Date: Tuesday, June 29, 2021 @ 09:43:23
  Author: freswa
Revision: 967850

archrelease: copy trunk to community-x86_64

Added:
  virt-viewer/repos/community-x86_64/PKGBUILD
(from rev 967849, virt-viewer/trunk/PKGBUILD)
Deleted:
  virt-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 09:43:20 UTC (rev 967849)
+++ PKGBUILD2021-06-29 09:43:23 UTC (rev 967850)
@@ -1,44 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=virt-viewer
-pkgver=10.0
-pkgrel=1
-pkgdesc='A lightweight interface for interacting with the graphical display of 
virtualized guest OS.'
-arch=('x86_64')
-url='https://gitlab.com/virt-viewer/virt-viewer'
-license=('GPL')
-depends=('gtk-vnc' 'libvirt' 'spice-gtk' 'libvirt-glib' 'libgovirt' 'vte3')
-makedepends=('meson' 'intltool' 'spice-protocol' 'gobject-introspection' 
'bash-completion')
-replaces=('virtviewer')
-source=("https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc})
-b2sums=('3368164c2f770f8aa963e0fb93e713249b05d31600747b68197864a40bf6fdb221ad44abb8ea5465706543241bd5898353cadf2a3e0917455383283722fdfd4f'
-'SKIP')
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
-
-build() {
-  cd virt-viewer-${pkgver}
-  arch-meson build \
--Dlibvirt=enabled \
--Dvnc=enabled \
--Dspice=enabled \
--Dovirt=enabled \
--Dvte=enabled \
--Dbash_completion=enabled
-
-  ninja -C build
-}
-
-check() {
-  cd virt-viewer-${pkgver}
-
-  ninja -C build test
-}
-
-package() {
-  cd virt-viewer-${pkgver}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: virt-viewer/repos/community-x86_64/PKGBUILD (from rev 967849, 
virt-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 09:43:23 UTC (rev 967850)
@@ -0,0 +1,51 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=virt-viewer
+pkgver=10.0
+pkgrel=2
+pkgdesc='A lightweight interface for interacting with the graphical display of 
virtualized guest OS.'
+arch=('x86_64')
+url='https://gitlab.com/virt-viewer/virt-viewer'
+license=('GPL')
+depends=('gtk-vnc' 'libvirt' 'spice-gtk' 'libvirt-glib' 'libgovirt' 'vte3')
+makedepends=('meson' 'intltool' 'spice-protocol' 'gobject-introspection' 
'bash-completion')
+replaces=('virtviewer')
+source=("https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc}
+
fix-sendkey-actions.patch::https://gitlab.com/berrange/virt-viewer/-/commit/aa6b4b40b8dac1ba38e06237db04bfd4fa5f4850.patch)
+b2sums=('3368164c2f770f8aa963e0fb93e713249b05d31600747b68197864a40bf6fdb221ad44abb8ea5465706543241bd5898353cadf2a3e0917455383283722fdfd4f'
+'SKIP'
+
'f570a1dbf49db7c86b17287518c6dec737b1a1d2e033df60b7f82579573d85d59bee3d15e28d20e2231910db40d2b0c80bebc658eadbe23a4577b1ea80489c5b')
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
+
+prepare() {
+  cd virt-viewer-${pkgver}
+  patch -Np1 < ../fix-sendkey-actions.patch
+}
+
+build() {
+  cd virt-viewer-${pkgver}
+  arch-meson build \
+-Dlibvirt=enabled \
+-Dvnc=enabled \
+-Dspice=enabled \
+-Dovirt=enabled \
+-Dvte=enabled \
+-Dbash_completion=enabled
+
+  ninja -C build
+}
+
+check() {
+  cd virt-viewer-${pkgver}
+
+  ninja -C build test
+}
+
+package() {
+  cd virt-viewer-${pkgver}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+}



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 08:06:07
  Author: alucryd
Revision: 967848

archrelease: copy trunk to community-x86_64

Added:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD
(from rev 967847, cargo-tarpaulin/trunk/PKGBUILD)
Deleted:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 08:06:02 UTC (rev 967847)
+++ PKGBUILD2021-06-29 08:06:07 UTC (rev 967848)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=cargo-tarpaulin
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Tool to analyse test coverage of cargo projects'
-arch=(x86_64)
-url=https://github.com/xd009642/tarpaulin
-license=(Apache)
-depends=(
-  gcc-libs
-  glibc
-  libcurl.so
-  openssl
-  zlib
-)
-makedepends=(
-  git
-  rust
-)
-_tag=3fde6cec2562ed4faa9966d7f1154f32372d0647
-source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd tarpaulin
-
-  git describe --tags
-}
-
-prepare() {
-  cargo fetch \
---locked \
---manifest-path tarpaulin/Cargo.toml
-}
-
-build() {
-  cargo build \
---release \
---frozen \
---manifest-path tarpaulin/Cargo.toml
-}
-
-package() {
-  cargo install \
---frozen \
---offline \
---no-track \
---path tarpaulin \
---root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 967847, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 08:06:07 UTC (rev 967848)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=cargo-tarpaulin
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Tool to analyse test coverage of cargo projects'
+arch=(x86_64)
+url=https://github.com/xd009642/tarpaulin
+license=(Apache)
+depends=(
+  gcc-libs
+  glibc
+  libcurl.so
+  openssl
+  zlib
+)
+makedepends=(
+  git
+  rust
+)
+_tag=8d5cd1a03c63033f9ee24ad640fb1715b702b71f
+source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tarpaulin
+
+  git describe --tags
+}
+
+prepare() {
+  cargo fetch \
+--locked \
+--manifest-path tarpaulin/Cargo.toml
+}
+
+build() {
+  cargo build \
+--release \
+--frozen \
+--manifest-path tarpaulin/Cargo.toml
+}
+
+package() {
+  cargo install \
+--frozen \
+--offline \
+--no-track \
+--path tarpaulin \
+--root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 08:06:02
  Author: alucryd
Revision: 967847

upgpkg: cargo-tarpaulin 0.18.0-1

Modified:
  cargo-tarpaulin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 07:29:05 UTC (rev 967846)
+++ PKGBUILD2021-06-29 08:06:02 UTC (rev 967847)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=cargo-tarpaulin
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='Tool to analyse test coverage of cargo projects'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   git
   rust
 )
-_tag=3fde6cec2562ed4faa9966d7f1154f32372d0647
+_tag=8d5cd1a03c63033f9ee24ad640fb1715b702b71f
 source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
 b2sums=(SKIP)
 



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

2021-06-29 Thread Ike Devolder via arch-commits
Date: Tuesday, June 29, 2021 @ 07:29:05
  Author: idevolder
Revision: 967846

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 967845, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 07:29:00 UTC (rev 967845)
+++ PKGBUILD2021-06-29 07:29:05 UTC (rev 967846)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.2.1
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx;
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('ac0cb2f6f6db0282d0382a9ca4f75ff8b8be35149db6c1df69e031246eac99c290aff5a61901921a306302b3a95aadea9494ecf4d402fbf7b8b0ce15133edb0a')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 967845, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 07:29:05 UTC (rev 967846)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.2.2
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx;
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('34bc8d4c8a898a094fab6334d69c928f4e76fe68b1dd1c561af63e914a5476df974f9912050013b468bd1352277f28c18260a9cd457a1c3110c716b211a7e044')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-06-29 Thread Ike Devolder via arch-commits
Date: Tuesday, June 29, 2021 @ 07:29:00
  Author: idevolder
Revision: 967845

upgpkg: awxkit 19.2.2-1

Modified:
  awxkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 07:00:32 UTC (rev 967844)
+++ PKGBUILD2021-06-29 07:29:00 UTC (rev 967845)
@@ -2,7 +2,7 @@
 
 pkgname=awxkit
 _pkgname=awx
-pkgver=19.2.1
+pkgver=19.2.2
 pkgrel=1
 pkgdesc="cli client and python library for ansible awx (tower)"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip' 'python-setuptools')
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('ac0cb2f6f6db0282d0382a9ca4f75ff8b8be35149db6c1df69e031246eac99c290aff5a61901921a306302b3a95aadea9494ecf4d402fbf7b8b0ce15133edb0a')
+sha512sums=('34bc8d4c8a898a094fab6334d69c928f4e76fe68b1dd1c561af63e914a5476df974f9912050013b468bd1352277f28c18260a9cd457a1c3110c716b211a7e044')
 
 build() {
 cd "${_pkgname}-${pkgver}/${pkgname}"



[arch-commits] Commit in ttf-sarasa-gothic/repos/community-any (PKGBUILD PKGBUILD)

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 07:00:32
  Author: felixonmars
Revision: 967844

archrelease: copy trunk to community-any

Added:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD
(from rev 967843, ttf-sarasa-gothic/trunk/PKGBUILD)
Deleted:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 07:00:20 UTC (rev 967843)
+++ PKGBUILD2021-06-29 07:00:32 UTC (rev 967844)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ye Jingchen 
-# Contributor: Markus Weimar 
-
-pkgname=ttf-sarasa-gothic
-pkgver=0.32.7
-pkgrel=1
-pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
-arch=('any')
-url="https://github.com/be5invis/Sarasa-Gothic;
-license=('OFL')
-provides=('ttf-sarasa-slab')
-source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
-
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('f3fe092ef9e7453c0a93ab437b414428b5bd1ae0a65c022395143789835bd374a814ee109610c7aff358379b5fa37cd8de09b35330f85bf7343e0ab985941a13'
-
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
-
-package() {
-install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 967843, 
ttf-sarasa-gothic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 07:00:32 UTC (rev 967844)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Ye Jingchen 
+# Contributor: Markus Weimar 
+
+pkgname=ttf-sarasa-gothic
+pkgver=0.32.8
+pkgrel=1
+pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
+arch=('any')
+url="https://github.com/be5invis/Sarasa-Gothic;
+license=('OFL')
+provides=('ttf-sarasa-slab')
+source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
+
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
+sha512sums=('602c8f305ce04edfb7da2bdf9f2a922607530545c1ee007a924d1015c5183875e78221eb82f0dfd5d70858b7773f15b0a183900d530ee324326d71fc6f8a82db'
+
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
+
+package() {
+install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in ttf-sarasa-gothic/trunk (PKGBUILD)

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 07:00:20
  Author: felixonmars
Revision: 967843

upgpkg: ttf-sarasa-gothic 0.32.8-1

Modified:
  ttf-sarasa-gothic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:58:20 UTC (rev 967842)
+++ PKGBUILD2021-06-29 07:00:20 UTC (rev 967843)
@@ -3,7 +3,7 @@
 # Contributor: Markus Weimar 
 
 pkgname=ttf-sarasa-gothic
-pkgver=0.32.7
+pkgver=0.32.8
 pkgrel=1
 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
 arch=('any')
@@ -12,7 +12,7 @@
 provides=('ttf-sarasa-slab')
 
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
 
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('f3fe092ef9e7453c0a93ab437b414428b5bd1ae0a65c022395143789835bd374a814ee109610c7aff358379b5fa37cd8de09b35330f85bf7343e0ab985941a13'
+sha512sums=('602c8f305ce04edfb7da2bdf9f2a922607530545c1ee007a924d1015c5183875e78221eb82f0dfd5d70858b7773f15b0a183900d530ee324326d71fc6f8a82db'
 
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
 
 package() {



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 06:58:20
  Author: felixonmars
Revision: 967842

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:58:10 UTC (rev 967841)
+++ PKGBUILD2021-06-29 06:58:20 UTC (rev 967842)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210628024723
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f47b6d395a2dfd65a3b6d37c9175b35d3780e0e4315e015376aad8f4025a3f084346f0557f3b225f89d722cc76d8180774475d96f0b20a8d9f855cbf061910ee')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/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 
967841, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 06:58:20 UTC (rev 967842)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210629040700
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('050fd9cf3381ba03161b387e9ebd6f9b2c2c19d3a303a0fa8037f2f4d13792b28b367f2a20469d5d80763f14de43a0ff785ea66b7724fd0504a038b7c15d134b')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 06:58:10
  Author: felixonmars
Revision: 967841

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:57:55 UTC (rev 967840)
+++ PKGBUILD2021-06-29 06:58:10 UTC (rev 967841)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210628024723
+pkgver=20210629040700
 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=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f47b6d395a2dfd65a3b6d37c9175b35d3780e0e4315e015376aad8f4025a3f084346f0557f3b225f89d722cc76d8180774475d96f0b20a8d9f855cbf061910ee')
+sha512sums=('050fd9cf3381ba03161b387e9ebd6f9b2c2c19d3a303a0fa8037f2f4d13792b28b367f2a20469d5d80763f14de43a0ff785ea66b7724fd0504a038b7c15d134b')
 
 build() {
   cd domain-list-community-$pkgver



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 06:57:55
  Author: felixonmars
Revision: 967840

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 967839, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:57:43 UTC (rev 967839)
+++ PKGBUILD2021-06-29 06:57:55 UTC (rev 967840)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202106280246
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip;
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('eec3cc65610c4d574839dc8d61d80cacfe8c7fdd594afbd0398e68bcf2ca8c3fa4d6f3aa79100d4eb1abeb67d458705926b8cc07c56a0e10bc9ebd70228dd3fa')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 967839, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 06:57:55 UTC (rev 967840)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202106290406
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip;
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('2e59299349c1ea7a23bfc5ab74b99af4a7889f991c3c5d6c5662522589780e2f1b9c288c78cd102e47142ed6443082d4786913e8268a12b98283262bc93e183a')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2021-06-29 Thread Felix Yan via arch-commits
Date: Tuesday, June 29, 2021 @ 06:57:43
  Author: felixonmars
Revision: 967839

upgpkg: v2ray-geoip 202106290406-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:53:54 UTC (rev 967838)
+++ PKGBUILD2021-06-29 06:57:43 UTC (rev 967839)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202106280246
+pkgver=202106290406
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('eec3cc65610c4d574839dc8d61d80cacfe8c7fdd594afbd0398e68bcf2ca8c3fa4d6f3aa79100d4eb1abeb67d458705926b8cc07c56a0e10bc9ebd70228dd3fa')
+sha512sums=('2e59299349c1ea7a23bfc5ab74b99af4a7889f991c3c5d6c5662522589780e2f1b9c288c78cd102e47142ed6443082d4786913e8268a12b98283262bc93e183a')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:53:54
  Author: arojas
Revision: 967838

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:53:44 UTC (rev 967837)
+++ PKGBUILD2021-06-29 06:53:54 UTC (rev 967838)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ashwin Vishnu 
-
-pkgname=python-beniget
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='A static analyzer for Python code'
-arch=(any)
-url='https://github.com/serge-sans-paille/beniget'
-license=(BSD)
-depends=(python-gast)
-makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/b/beniget/beniget-$pkgver.tar.gz)
-sha256sums=('062c893be9cdf87c3144fb15041cce4d81c67107c1591952cd45fdce789a0ff1')
-
-build() {
-  cd beniget-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd beniget-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-beniget/repos/community-any/PKGBUILD (from rev 967837, 
python-beniget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 06:53:54 UTC (rev 967838)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ashwin Vishnu 
+
+pkgname=python-beniget
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A static analyzer for Python code'
+arch=(any)
+url='https://github.com/serge-sans-paille/beniget'
+license=(BSD)
+depends=(python-gast)
+makedepends=(python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/b/beniget/beniget-$pkgver.tar.gz)
+sha256sums=('72bbd47b1ae93690f5fb2ad3902ce1ae61dcd868ce6cfbf33e9bad71f9ed8749')
+
+build() {
+  cd beniget-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd beniget-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:53:44
  Author: arojas
Revision: 967837

Update to 0.4.0

Modified:
  python-beniget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:50:38 UTC (rev 967836)
+++ PKGBUILD2021-06-29 06:53:44 UTC (rev 967837)
@@ -2,8 +2,8 @@
 # Contributor: Ashwin Vishnu 
 
 pkgname=python-beniget
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='A static analyzer for Python code'
 arch=(any)
 url='https://github.com/serge-sans-paille/beniget'
@@ -11,7 +11,7 @@
 depends=(python-gast)
 makedepends=(python-setuptools)
 
source=(https://files.pythonhosted.org/packages/source/b/beniget/beniget-$pkgver.tar.gz)
-sha256sums=('062c893be9cdf87c3144fb15041cce4d81c67107c1591952cd45fdce789a0ff1')
+sha256sums=('72bbd47b1ae93690f5fb2ad3902ce1ae61dcd868ce6cfbf33e9bad71f9ed8749')
 
 build() {
   cd beniget-$pkgver



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:50:38
  Author: arojas
Revision: 967836

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:49:38 UTC (rev 967835)
+++ PKGBUILD2021-06-29 06:50:38 UTC (rev 967836)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.42
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('f53bc8e9edef82ab0283b2739d67f134a76dc6dda46fcdcf9733f6e30778b96f')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 967835, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 06:50:38 UTC (rev 967836)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.43
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('2f23017c0500ed02f86f2584cc1a9481dbc27724c5590ac66ec4fce31a71e5df')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:49:38
  Author: arojas
Revision: 967835

Update to 14.31.43

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:39:36 UTC (rev 967834)
+++ PKGBUILD2021-06-29 06:49:38 UTC (rev 967835)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.42
+pkgver=14.31.43
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('f53bc8e9edef82ab0283b2739d67f134a76dc6dda46fcdcf9733f6e30778b96f')
+sha256sums=('2f23017c0500ed02f86f2584cc1a9481dbc27724c5590ac66ec4fce31a71e5df')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:39:36
  Author: arojas
Revision: 967834

archrelease: copy trunk to community-x86_64

Added:
  rsibreak/repos/community-x86_64/PKGBUILD
(from rev 967833, rsibreak/trunk/PKGBUILD)
Deleted:
  rsibreak/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:39:25 UTC (rev 967833)
+++ PKGBUILD2021-06-29 06:39:36 UTC (rev 967834)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=rsibreak
-pkgver=0.12.13
-pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
-arch=(x86_64)
-license=(GPL)
-depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: rsibreak/repos/community-x86_64/PKGBUILD (from rev 967833, 
rsibreak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 06:39:36 UTC (rev 967834)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=rsibreak
+pkgver=0.12.14
+pkgrel=1
+pkgdesc='Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)'
+url='https://apps.kde.org/rsibreak/'
+arch=(x86_64)
+license=(GPL)
+depends=(knotifyconfig kidletime hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1ce37ef875ffa1964db80ddb0898b3f762134592f573fabb9950c467b92a5b7a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF 
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:39:25
  Author: arojas
Revision: 967833

Update to 0.12.14

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 06:14:54 UTC (rev 967832)
+++ PKGBUILD2021-06-29 06:39:25 UTC (rev 967833)
@@ -1,31 +1,25 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.13
+pkgver=0.12.14
 pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
+pkgdesc='Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)'
+url='https://apps.kde.org/rsibreak/'
 arch=(x86_64)
 license=(GPL)
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a'
+source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1ce37ef875ffa1964db80ddb0898b3f762134592f573fabb9950c467b92a5b7a'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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



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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:20:06
  Author: arojas
Revision: 418775

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 418774, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 418774, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD

--+
 LICENSE.blas |   38 +++---
 PKGBUILD |  152 -
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: LICENSE.blas
===
--- LICENSE.blas2021-06-29 06:19:52 UTC (rev 418774)
+++ LICENSE.blas2021-06-29 06:20:06 UTC (rev 418775)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-x86_64/LICENSE.blas (from rev 418774, 
lapack/trunk/LICENSE.blas)
===
--- LICENSE.blas(rev 0)
+++ LICENSE.blas2021-06-29 06:20:06 UTC (rev 418775)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:19:52 UTC (rev 418774)
+++ PKGBUILD2021-06-29 06:20:06 UTC (rev 418775)
@@ -1,76 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=(lapack blas cblas lapacke lapack-doc)
-pkgver=3.9.1
-pkgrel=2
-url='https://www.netlib.org/lapack'
-pkgdesc='Linear Algebra PACKage'
-makedepends=(gcc-fortran cmake python doxygen)
-arch=(x86_64)
-license=(custom)
-source=(https://github.com/Reference-LAPACK/lapack/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 LICENSE.blas)
-sha256sums=('d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0'
-'2420cd1331c5754071966389b26e6196c5cb086a2ade0080953af62e0c6d4107')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE_WITH_TMG=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  cmake --build build
-
-# Build man pages
-  cd $pkgname-$pkgver
-  doxygen DOCS/Doxyfile_man
-}
-
-package_lapack() {
-  depends=(blas)
-  
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
-  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
-  rm -r "$pkgdir"/usr/include
-}
-
-package_blas() {
-  pkgdesc="Basic Linear Algebra Subprograms"
-  depends=(gcc-libs)
-
-  DESTDIR="$pkgdir" cmake --install build/BLAS
-  
-  install -Dm644 LICENSE.blas -t "$pkgdir"/usr/share/licenses/blas/
-}
-
-package_cblas() {
-  pkgdesc="C interface to BLAS"
-  depends=(blas)
-
-  DESTDIR="$pkgdir" cmake --install build/CBLAS
-}
-
-package_lapacke() {
-  pkgdesc="C interface to LAPACK"
-  depends=(lapack)
-
-  DESTDIR="$pkgdir" cmake --install build/LAPACKE
-}
-
-package_lapack-doc() {
-  pkgdesc="Man pages for BLAS/LAPACK"
-
-  mkdir -p "$pkgdir"/usr/share
-  cp -r lapack-$pkgver/DOCS/man "$pkgdir"/usr/share
-  rm "$pkgdir"/usr/share/man/man3/{MIN,MAX}.3 # conflict with man-pages
-}

Copied: 

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

2021-06-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 29, 2021 @ 06:19:52
  Author: arojas
Revision: 418774

Update to 3.10.0

Modified:
  lapack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-28 22:43:35 UTC (rev 418773)
+++ PKGBUILD2021-06-29 06:19:52 UTC (rev 418774)
@@ -5,8 +5,8 @@
 
 pkgbase=lapack
 pkgname=(lapack blas cblas lapacke lapack-doc)
-pkgver=3.9.1
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 url='https://www.netlib.org/lapack'
 pkgdesc='Linear Algebra PACKage'
 makedepends=(gcc-fortran cmake python doxygen)
@@ -13,7 +13,7 @@
 arch=(x86_64)
 license=(custom)
 
source=(https://github.com/Reference-LAPACK/lapack/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 LICENSE.blas)
-sha256sums=('d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0'
+sha256sums=('328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19'
 '2420cd1331c5754071966389b26e6196c5cb086a2ade0080953af62e0c6d4107')
 
 build() {



[arch-commits] Commit in electron12/repos/community-x86_64 (18 files)

2021-06-29 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 29, 2021 @ 06:14:54
  Author: tensor5
Revision: 967832

archrelease: copy trunk to community-x86_64

Added:
  electron12/repos/community-x86_64/PKGBUILD
(from rev 967831, electron12/trunk/PKGBUILD)
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
(from rev 967831, 
electron12/trunk/add-dependency-on-opus-in-webcodecs.patch)
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
(from rev 967831, electron12/trunk/chromium-fix-libva-redef.patch)
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 967831, electron12/trunk/chromium-glibc-2.33.patch)
  electron12/repos/community-x86_64/default_app-icon.patch
(from rev 967831, electron12/trunk/default_app-icon.patch)
  electron12/repos/community-x86_64/electron-launcher.sh
(from rev 967831, electron12/trunk/electron-launcher.sh)
  electron12/repos/community-x86_64/electron.desktop
(from rev 967831, electron12/trunk/electron.desktop)
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 967831, 
electron12/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 967831, electron12/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron12/repos/community-x86_64/PKGBUILD
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
  electron12/repos/community-x86_64/default_app-icon.patch
  electron12/repos/community-x86_64/electron-launcher.sh
  electron12/repos/community-x86_64/electron.desktop
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  446 +-
 add-dependency-on-opus-in-webcodecs.patch |   86 +--
 chromium-fix-libva-redef.patch|  172 +++
 chromium-glibc-2.33.patch |  288 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 sql-make-VirtualCursor-standard-layout-type.patch |  476 ++--
 use-system-libraries-in-node.patch|  104 ++--
 9 files changed, 834 insertions(+), 834 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 06:14:39 UTC (rev 967831)
+++ PKGBUILD2021-06-29 06:14:54 UTC (rev 967832)
@@ -1,223 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron12
-pkgver=12.0.12
-_commit=088bc334f0e469c330bc15078de8c250a4f195fc
-_chromiumver=89.0.4389.128
-_gcc_patchset=7
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libnghttp2' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz;
-"electron-launcher.sh"
-"electron.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'add-dependency-on-opus-in-webcodecs.patch'
-'chromium-fix-libva-redef.patch'
-'chromium-glibc-2.33.patch'
-'sql-make-VirtualCursor-standard-layout-type.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
-'929e058a3cbcdea24f42716a43f6ab29727d99b0cddd807099b791662f1a100e'
-'0805ec335447914d8895afa13f07de0496a687f7f6a088c1fe10d72d08d2f42c'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'f16103daf05713dea632b5f01e45db20ff12d1770a6539b4e8d3957a0242dd54'
-

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

2021-06-29 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 29, 2021 @ 06:14:39
  Author: tensor5
Revision: 967831

upgpkg: electron12 12.0.13-1

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-29 03:31:00 UTC (rev 967830)
+++ PKGBUILD2021-06-29 06:14:39 UTC (rev 967831)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron12
-pkgver=12.0.12
-_commit=088bc334f0e469c330bc15078de8c250a4f195fc
+pkgver=12.0.13
+_commit=14ae30aa9b2619358298b525acd398446b385151
 _chromiumver=89.0.4389.128
 _gcc_patchset=7
 pkgrel=1