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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Thursday, October 24, 2019 @ 06:28:18
  Author: arojas
Revision: 518783

archrelease: copy trunk to community-any

Added:
  bleachbit/repos/community-any/PKGBUILD
(from rev 518782, bleachbit/trunk/PKGBUILD)
Deleted:
  bleachbit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-24 06:27:53 UTC (rev 518782)
+++ PKGBUILD2019-10-24 06:28:18 UTC (rev 518783)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: yugrotavele 
-# Contributor: Arkham 
-# Contributor: Christoph Zeiler 
-# Contributor: Arnaud Durand 
-# Contributor: Nuno Araujo 
-
-pkgname=bleachbit
-pkgver=2.2
-pkgrel=2
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=(any)
-url='https://www.bleachbit.org/'
-license=(GPL3)
-depends=(pygtk)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0318cd1bc83655971c9ffd6bf27f4866bbe57381e92cfbcf8a2a6833075b49fa')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|python|python2|g' -i Makefile -i bleachbit/CLI.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="$pkgdir" install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 518782, 
bleachbit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-24 06:28:18 UTC (rev 518783)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: yugrotavele 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+# Contributor: Arnaud Durand 
+# Contributor: Nuno Araujo 
+
+pkgname=bleachbit
+pkgver=3.0
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python2-gobject gtk3)
+source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|g' -i bleachbit/CLI.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}


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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Thursday, October 24, 2019 @ 06:27:53
  Author: arojas
Revision: 518782

Update to 3.0

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-24 03:33:21 UTC (rev 518781)
+++ PKGBUILD2019-10-24 06:27:53 UTC (rev 518782)
@@ -7,19 +7,19 @@
 # Contributor: Nuno Araujo 
 
 pkgname=bleachbit
-pkgver=2.2
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=(any)
 url='https://www.bleachbit.org/'
 license=(GPL3)
-depends=(pygtk)
+depends=(python2-gobject gtk3)
 source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0318cd1bc83655971c9ffd6bf27f4866bbe57381e92cfbcf8a2a6833075b49fa')
+sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -e 's|python|python2|g' -i Makefile -i bleachbit/CLI.py
+  sed -e 's|python|python2|g' -i bleachbit/CLI.py
 }
 
 package() {


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

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 03:33:21
  Author: tensor5
Revision: 518781

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 518780, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 518780, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 518780, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 518780, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 518780, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  368 +--
 chromium-skia-harmony.patch|   28 +-
 default_app-icon.patch |   42 +--
 electron.desktop   |   14 -
 use-system-libraries-in-node.patch |  112 +-
 5 files changed, 282 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-24 03:32:28 UTC (rev 518780)
+++ PKGBUILD2019-10-24 03:33:21 UTC (rev 518781)
@@ -1,184 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=6.1.0
-_commit=70b5e673bbba0a914764e35effea08854d58
-_chromiumver=76.0.3809.146
-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' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'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'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'545196274b7fac0cf1e1169624bbc67414bb47a65c5112c88b6c0f4f9cb5914c'
-'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-#  'libpng'
-  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  'yasm'
-  'zlib'
- )
-
-prepare() {
-  mkdir -p "${srcdir}"/python2-path
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
-
-  echo "Fetching chromium..."
-  git clone --branch=${_chromiumver} --depth=1 \
-  https://chromium.googlesource.com/chromium/src.git
-
-  echo "solutions = [
-  {
-\"name\": \"src/electron\",
-\"url\": \"file://${srcdir}/electron@${_commit}\",
-\"deps_file\": \"DEPS\",
-\"managed\": False,
-\"custom_deps\": {
-  \"src\": None,
-},
-\"custom_vars\": {},
-  },
-]" > .gclient
-
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
-  --with_branch_heads \
-  --with_tags \
-  --nohooks
-
-  sed -e "s/'am'/'apply'/" -i src/electron/script/lib/git.py
-
-  echo "Running hooks..."
-  # python2 "${srcdir}/depot_tools/gclient.py" runhooks
-  python2 src/build/landmines.py
-  python2 src/build/util/lastchange.py -o src/build/util/LASTCHANGE
-  python2 src/build/util/lastchange.py -m GPU_LISTS_VERSION \
---revision-id-only --header src/gpu/config/gpu_lists_version.h
-  python2 src/build/util/lastchange.py -m SKIA_COMMIT_HASH \
--s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
-  # Create sysmlink to system Node.js
-  mkdir -p src/third_party/node/linux/node-linux-x64/bin
-  ln -sf /usr/bin/node src/third_party/node/linux/node-linux-x64/bin
-  python

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

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 03:32:28
  Author: tensor5
Revision: 518780

upgpkg: electron 6.1.1-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-24 02:44:31 UTC (rev 518779)
+++ PKGBUILD2019-10-24 03:32:28 UTC (rev 518780)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=6.1.0
-_commit=70b5e673bbba0a914764e35effea08854d58
+pkgver=6.1.1
+_commit=aa863bc323d8ddfcae9e1211d9c2cb05f1f77c46
 _chromiumver=76.0.3809.146
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'


[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 02:44:31
  Author: tensor5
Revision: 518779

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 518778, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 518778, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 518778, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 518778, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 518778, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 518778, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 518778, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 518778, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 518778, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 518778, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 518778, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 518778, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  282 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 702 insertions(+), 702 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-24 02:42:59 UTC (rev 518778)
+++ PKGBUILD2019-10-24 02:44:31 UTC (rev 518779)
@@ -1,141 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.40.1
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('7ec4b3fd35d3dcb4df90911726144ca5d05335ee9c0f093f2c29fa22fbe3527a'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'79c01868ec489a43125047c86f3d5fae6d102f9d8338479590107116cf15b578')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  

[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 02:42:59
  Author: tensor5
Revision: 518778

upgpkg: atom 1.41.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 23:01:42 UTC (rev 518777)
+++ PKGBUILD2019-10-24 02:42:59 UTC (rev 518778)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.40.1
+pkgver=1.41.0
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('7ec4b3fd35d3dcb4df90911726144ca5d05335ee9c0f093f2c29fa22fbe3527a'
+sha256sums=('4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949'
 'd286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
@@ -36,7 +36,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'79c01868ec489a43125047c86f3d5fae6d102f9d8338479590107116cf15b578')
+'d52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2019-10-23 23:01:42 UTC (rev 518777)
+++ use-system-electron.patch   2019-10-24 02:42:59 UTC (rev 518778)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "3.1.10",
+-  "electronVersion": "4.2.7",
"dependencies": {
  "@atom/nsfw": "1.0.25",
  "@atom/source-map-support": "^0.3.4",
@@ -143,9 +143,9 @@
  "coffeelint": "1.15.7",
  "colors": "1.1.2",
  "donna": "1.0.16",
--"electron-chromedriver": "^3.0.0",
+-"electron-chromedriver": "^4.2.0",
  "electron-link": "0.4.0",
--"electron-mksnapshot": "^3.1.10",
+-"electron-mksnapshot": "^4.2.0",
  "electron-packager": "12.2.0",
  "@atom/electron-winstaller": "0.0.1",
  "eslint": "^5.16.0",
@@ -184,7 +184,7 @@
  const fs = require('fs-plus');
  const atomJsPath = path.join(cache.resourcePath, 'exports', 'atom.js');
 --- a/src/package-manager.js
-+++ b/src/package-manager.js 
 b/src/package-manager.js
 @@ -939,7 +939,7 @@
isBundledPackagePath(packagePath) {
  if (


[arch-commits] Commit in geda-gaf/trunk (ChangeLog PKGBUILD)

2019-10-23 Thread Kyle Keen via arch-commits
Date: Wednesday, October 23, 2019 @ 23:01:09
  Author: kkeen
Revision: 518776

upgpkg: geda-gaf 1.10.0-1

Modified:
  geda-gaf/trunk/ChangeLog
  geda-gaf/trunk/PKGBUILD

---+
 ChangeLog |4 
 PKGBUILD  |   34 +++---
 2 files changed, 27 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2019-10-23 20:57:47 UTC (rev 518775)
+++ ChangeLog   2019-10-23 23:01:09 UTC (rev 518776)
@@ -1,3 +1,7 @@
+2019-10-20 Kyle Keen 
+   * 1.10.0-1
+   - Upstream removed GPG sig
+
 2017-03-29 Kyle Keen 
* 1.8.2-3
- Guile 2.2.0 rebuild

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 20:57:47 UTC (rev 518775)
+++ PKGBUILD2019-10-23 23:01:09 UTC (rev 518776)
@@ -3,26 +3,38 @@
 # Contributor: Stefan Husmann 
 
 pkgname=geda-gaf
-pkgver=1.8.2
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, 
utilities and documentation from the gEDA project"
 arch=('x86_64')
 url="http://geda-project.org/";
 license=('GPL')
 depends=('gtk2' 'guile' 'guile2.0' 'libstroke' 'shared-mime-info' 
'hicolor-icon-theme')
-makedepends=('pkg-config' 'perl-xml-parser' 'flex' 'gawk')
-optdepends=('python2: for two of the commands (garchive, tragesym)'
-  'gawk: for sw2asc')
+makedepends=('pkg-config' 'perl-xml-parser' 'flex' 'gawk' 'python2')
+optdepends=('python2: for several of the commands (garchive, tragesym, xorn)'
+'gawk: for sw2asc'
+'imagemagick: png/pdf output'
+'graphviz: graph output')
 replaces=('geda-suite' 'geda-libs')
-source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('fa8a807615decf47027e22a217dd0ded'
- 'SKIP')
+source=(http://ftp.geda-project.org/geda-gaf/stable/v1.10/$pkgver/$pkgname-$pkgver.tar.gz)
+# signature was dropped in 1.10.0
+md5sums=('09f2558661b39e97170721a57b2d7b66')
 validpgpkeys=('6073BA0D62E91251C421C17067B19BABB83BBE9A')
 
-build ()
-{
+# 1.10.0 adds an optional dep on libfam/libgamin (prefers gamin?)
+# why was gamin removed from the repos a few months ago?
+
+prepare() {
   cd "$srcdir/$pkgname-$pkgver/"
-  ./configure --prefix=/usr --disable-update-xdg-database
+  # gamin's optional-ness is overstated
+  sed -i 's|^.*|//&|' gschem/src/gschem_change_notification.c
+  sed -i 's| enum FAMCodes | int |' gschem/src/gschem_change_notification.c
+}
+
+build () {
+  cd "$srcdir/$pkgname-$pkgver/"
+  #CFLAGS+=' -Wno-deprecated-declarations'
+  ./configure --prefix=/usr --disable-update-xdg-database --without-libfam
   make
 }
 


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

2019-10-23 Thread Kyle Keen via arch-commits
Date: Wednesday, October 23, 2019 @ 23:01:42
  Author: kkeen
Revision: 518777

archrelease: copy trunk to community-x86_64

Added:
  geda-gaf/repos/community-x86_64/ChangeLog
(from rev 518776, geda-gaf/trunk/ChangeLog)
  geda-gaf/repos/community-x86_64/PKGBUILD
(from rev 518776, geda-gaf/trunk/PKGBUILD)
Deleted:
  geda-gaf/repos/community-x86_64/ChangeLog
  geda-gaf/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |  158 ++--
 PKGBUILD  |   90 +++---
 2 files changed, 132 insertions(+), 116 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-10-23 23:01:09 UTC (rev 518776)
+++ ChangeLog   2019-10-23 23:01:42 UTC (rev 518777)
@@ -1,77 +0,0 @@
-2017-03-29 Kyle Keen 
-   * 1.8.2-3
-   - Guile 2.2.0 rebuild
-
-2016-04-28 Kyle Keen 
-   * 1.8.2-2
-   - Install hooks
-
-2014-01-24 Kyle Keen 
-   * 1.8.2-1
-   - Version bump
-
-2013-09-17 Kyle Keen 
-   * 1.8.1-3
-   - Update url
-
-2013-06-04 Bartłomiej Piotrowski 
-   * 1.8.1-2
-   - ???
-
-2012-01-19 Kyle Keen 
-   * 1.8.1-1
-   - Version bump
-
-2012-01-19 Kyle Keen 
-   * 1.6.2-2
-   - libpng15 rebuild
-
-2010-12-26 Stefan Husmann 
-   * 1.6.1-2
-   - adopted, moved to [community]
-   - added some optional dependencies
-   - added some sed-commands for python2 compatibility
-
-2010-02-14 Jared Casper 
-   * 1.6.1-1
-   - Version bump
-
-2009-10-10 Jared Casper 
-   * 1.6.0-2
-   - Fixed a bug causing icon problems
-
-2009-10-05 Jared Casper 
-   * 1.6.0-1
-   - Merged with geda-libs and renamed to geda-gaf to match up with
-   the release tarball name
-
-2009-05-03 Jared Casper 
-   * 1.4.3-2
-   - Added gettext dep (noted by sergej)
-   - Added '|| return 1's to configure and make commands
-   - A bit of other random cleanup of deps
-
-2009-01-03 Jared Casper 
-   * 1.4.3-1
-   - Version bump
-   - Fix dependencies (s/=>/>=/)
-
-2008-12-20 Jared Casper 
-   * 1.4.2-1
-   - Version bump
-   - Update from comments
-
-2008-09-28 Jared Casper 
-   * 1.4.1-1
-   - Version bump
-   - Added icon cache update
-   - Added icon cache and desktop update to post_update
-
-2008-05-07 Jared Casper 
-
-   * 1.4.0-1
-   - adopted by Jared Casper
-   - Update PKGBUILD to current standards and latest version (1.4.0)
-   - add configure options and install script to handle desktop issues
-   - added ChangeLog
-

Copied: geda-gaf/repos/community-x86_64/ChangeLog (from rev 518776, 
geda-gaf/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-10-23 23:01:42 UTC (rev 518777)
@@ -0,0 +1,81 @@
+2019-10-20 Kyle Keen 
+   * 1.10.0-1
+   - Upstream removed GPG sig
+
+2017-03-29 Kyle Keen 
+   * 1.8.2-3
+   - Guile 2.2.0 rebuild
+
+2016-04-28 Kyle Keen 
+   * 1.8.2-2
+   - Install hooks
+
+2014-01-24 Kyle Keen 
+   * 1.8.2-1
+   - Version bump
+
+2013-09-17 Kyle Keen 
+   * 1.8.1-3
+   - Update url
+
+2013-06-04 Bartłomiej Piotrowski 
+   * 1.8.1-2
+   - ???
+
+2012-01-19 Kyle Keen 
+   * 1.8.1-1
+   - Version bump
+
+2012-01-19 Kyle Keen 
+   * 1.6.2-2
+   - libpng15 rebuild
+
+2010-12-26 Stefan Husmann 
+   * 1.6.1-2
+   - adopted, moved to [community]
+   - added some optional dependencies
+   - added some sed-commands for python2 compatibility
+
+2010-02-14 Jared Casper 
+   * 1.6.1-1
+   - Version bump
+
+2009-10-10 Jared Casper 
+   * 1.6.0-2
+   - Fixed a bug causing icon problems
+
+2009-10-05 Jared Casper 
+   * 1.6.0-1
+   - Merged with geda-libs and renamed to geda-gaf to match up with
+   the release tarball name
+
+2009-05-03 Jared Casper 
+   * 1.4.3-2
+   - Added gettext dep (noted by sergej)
+   - Added '|| return 1's to configure and make commands
+   - A bit of other random cleanup of deps
+
+2009-01-03 Jared Casper 
+   * 1.4.3-1
+   - Version bump
+   - Fix dependencies (s/=>/>=/)
+
+2008-12-20 Jared Casper 
+   * 1.4.2-1
+   - Version bump
+   - Update from comments
+
+2008-09-28 Jared Casper 
+   * 1.4.1-1
+   - Version bump
+   - Added icon cache update
+   - Added icon cache and desktop update to post_update
+
+2008-05-07 Jared Casper 
+
+   * 1.4.0-1
+   - adopted by Jared Casper
+   - Update PKGBUILD to current standards and latest version (1.4.0)
+   - add configure options and install script to handle desktop issues
+   - added ChangeLog
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 23:01:09 UTC (rev 518776)
+++ PKGBUILD2019-10-23 23:01:42 UTC (rev 518777)
@@ -1

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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 20:57:30
  Author: felixonmars
Revision: 518774

upgpkg: klayout 0.26-1

Modified:
  klayout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 19:19:46 UTC (rev 518773)
+++ PKGBUILD2019-10-23 20:57:30 UTC (rev 518774)
@@ -2,16 +2,16 @@
 # Maintainer: Aaron Ali 
 
 pkgname=klayout
-pkgver=0.25.9
+pkgver=0.26
 pkgrel=1
 pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://www.klayout.org/";
 license=('GPL')
 depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby' 'python')
 source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz
 klayoutEditor.desktop klayoutViewer.desktop)
-sha512sums=('6becad581b94d8ca36c10afbae422fa4a322986190b45fa752cb864cb5b61c35926ac550a20dc1892dfb0c40cbc52d817bb44cbc512329209af86d8d5247240f'
+sha512sums=('3be8ba9b5e868daf8c6fbd1be42a41a90f532b55b440a79d72e2a1ebbfe601dd88ea467c463d338360c500c8bb41007bbaa286e1c10bcd83dda5ea90e7ed9ef7'
 
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
 
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
 


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 20:57:47
  Author: felixonmars
Revision: 518775

archrelease: copy trunk to community-x86_64

Added:
  klayout/repos/community-x86_64/PKGBUILD
(from rev 518774, klayout/trunk/PKGBUILD)
  klayout/repos/community-x86_64/klayoutEditor.desktop
(from rev 518774, klayout/trunk/klayoutEditor.desktop)
  klayout/repos/community-x86_64/klayoutViewer.desktop
(from rev 518774, klayout/trunk/klayoutViewer.desktop)
Deleted:
  klayout/repos/community-x86_64/PKGBUILD
  klayout/repos/community-x86_64/klayoutEditor.desktop
  klayout/repos/community-x86_64/klayoutViewer.desktop

---+
 PKGBUILD  |   72 
 klayoutEditor.desktop |   26 -
 klayoutViewer.desktop |   26 -
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 20:57:30 UTC (rev 518774)
+++ PKGBUILD2019-10-23 20:57:47 UTC (rev 518775)
@@ -1,36 +0,0 @@
-# Contributor: Lars Boettcher 
-# Maintainer: Aaron Ali 
-
-pkgname=klayout
-pkgver=0.25.9
-pkgrel=1
-pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
-arch=('i686' 'x86_64')
-url="http://www.klayout.org/";
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby' 'python')
-source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz
-klayoutEditor.desktop klayoutViewer.desktop)
-sha512sums=('6becad581b94d8ca36c10afbae422fa4a322986190b45fa752cb864cb5b61c35926ac550a20dc1892dfb0c40cbc52d817bb44cbc512329209af86d8d5247240f'
-
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
-
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
-
-build() {
-  cd klayout-$pkgver
-  ./build.sh $build_opt
-}
-
-package() {
-  install -D -m 644 klayoutEditor.desktop 
"$pkgdir"/usr/share/applications/klayoutEditor.desktop
-  install -D -m 644 klayoutViewer.desktop 
"$pkgdir"/usr/share/applications/klayoutViewer.desktop
-  cd klayout-$pkgver
-  install -D -m 644 etc/logo.png 
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
-  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
-  cd bin-release
-  for lib in `find . -type f | grep so`; do
-install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
-  done
-  for lib in `find . -type l | grep so`; do
-cp -a $lib "$pkgdir"/usr/lib/$lib
-  done
-}

Copied: klayout/repos/community-x86_64/PKGBUILD (from rev 518774, 
klayout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 20:57:47 UTC (rev 518775)
@@ -0,0 +1,36 @@
+# Contributor: Lars Boettcher 
+# Maintainer: Aaron Ali 
+
+pkgname=klayout
+pkgver=0.26
+pkgrel=1
+pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
+arch=('x86_64')
+url="http://www.klayout.org/";
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby' 'python')
+source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz
+klayoutEditor.desktop klayoutViewer.desktop)
+sha512sums=('3be8ba9b5e868daf8c6fbd1be42a41a90f532b55b440a79d72e2a1ebbfe601dd88ea467c463d338360c500c8bb41007bbaa286e1c10bcd83dda5ea90e7ed9ef7'
+
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
+
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
+
+build() {
+  cd klayout-$pkgver
+  ./build.sh $build_opt
+}
+
+package() {
+  install -D -m 644 klayoutEditor.desktop 
"$pkgdir"/usr/share/applications/klayoutEditor.desktop
+  install -D -m 644 klayoutViewer.desktop 
"$pkgdir"/usr/share/applications/klayoutViewer.desktop
+  cd klayout-$pkgver
+  install -D -m 644 etc/logo.png 
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
+  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
+  cd bin-release
+  for lib in `find . -type f | grep so`; do
+install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
+  done
+  for lib in `find . -type l | grep so`; do
+cp -a $lib "$pkgdir"/usr/lib/$lib
+  done
+}

Deleted: klayoutEditor.desktop
===
--- klayoutEditor.desktop   2019-10-23 20:57:30 UTC (rev 518774)
+++ klayoutEditor.desktop   2019-10-23 20:57:47 UTC (rev 518775)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Comment[de]=Programm zur Bearbeiten von GDS-Dateien
-Comment=Program to edit GDS and CIF files
-Exec=klayout -e %F
-GenericName[de]=Klayout Editor
-GenericName=Klayout Editor
-Icon=/usr/

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

2019-10-23 Thread Andreas Radke via arch-commits
Date: Wednesday, October 23, 2019 @ 19:54:43
  Author: andyrtr
Revision: 365416

archrelease: copy trunk to testing-x86_64

Added:
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 365415, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 365415, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 365415, man-db/trunk/man-db.install)

+
 PKGBUILD   |   61 +++
 convert-mans   |   11 +
 man-db.install |   11 +
 3 files changed, 83 insertions(+)

Copied: man-db/repos/testing-x86_64/PKGBUILD (from rev 365415, 
man-db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 19:54:43 UTC (rev 365416)
@@ -0,0 +1,61 @@
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="A utility for reading man pages"
+arch=('x86_64')
+url="https://www.nongnu.org/man-db/";
+license=('GPL' 'LGPL')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
+makedepends=('po4a')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(https://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.asc}
+# fallback should be used within first 24h after a release
+
#https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.asc}
 
+convert-mans
+)
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+sha512sums=('7deb4421c7944276c6edf974b1336ee2f6605ee470c98d374544e2fcaa32ec2afe077c5fd020fc1f74df058384a293b8ad5a92d86b1c15a949573af46ba09cda'
+'SKIP'
+
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--with-db=gdbm \
+--disable-setuid \
+--enable-cache-owner=root \
+--enable-mandirs=GNU \
+--with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans
+
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-x86_64/convert-mans (from rev 365415, 
man-db/trunk/convert-mans)
===
--- testing-x86_64/convert-mans (rev 0)
+++ testing-x86_64/convert-mans 2019-10-23 19:54:43 UTC (rev 365416)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/testing-x86_64/man-db.install (from rev 365415, 
man-db/trunk/man-db.install)
===
--- testing-x86_64/man-db.install   (rev 0)
+++ testing-x86_64/man-db.install   2019-10-23 19:54:43 UTC (rev 365416)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  # force database rebuild as recommended per upstream
+  if [ "`vercmp $2 2.7.0`" -lt 0 ]; then
+ echo "(re)building database..."
+ mandb -c --quiet
+  fi
+}
+
+post_remove() {
+  rm -rf /var/cache/man
+}


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

2019-10-23 Thread Andreas Radke via arch-commits
Date: Wednesday, October 23, 2019 @ 19:54:33
  Author: andyrtr
Revision: 365415

upgpkg: man-db 2.9.0-1

upstream update 2.9.0

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 19:33:27 UTC (rev 365414)
+++ PKGBUILD2019-10-23 19:54:33 UTC (rev 365415)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.8.7
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
@@ -16,12 +16,13 @@
 provides=('man')
 replaces=('man')
 install=${pkgname}.install
-source=(#https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
-
https://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.asc}
+source=(https://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.asc}
+# fallback should be used within first 24h after a release
+
#https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.asc}
 
 convert-mans
 )
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

-sha512sums=('9f9d6f3b776c0b35f95c179fb668f2dc3db3d3e63a162cfda98c5d126fe147f2418e1a1503037ebe28314f57d9b6f48b7f7674d611df14424973a866a61ff2d9'
+sha512sums=('7deb4421c7944276c6edf974b1336ee2f6605ee470c98d374544e2fcaa32ec2afe077c5fd020fc1f74df058384a293b8ad5a92d86b1c15a949573af46ba09cda'
 'SKIP'
 
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535')
 


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 19:27:24
  Author: felixonmars
Revision: 365413

archrelease: copy trunk to staging-x86_64

Added:
  python/repos/staging-x86_64/
  python/repos/staging-x86_64/0001-compileall-Fix-ddir-when-recursing.patch
(from rev 365412, 
python/trunk/0001-compileall-Fix-ddir-when-recursing.patch)
  python/repos/staging-x86_64/PKGBUILD
(from rev 365412, python/trunk/PKGBUILD)

---+
 0001-compileall-Fix-ddir-when-recursing.patch |   57 ++
 PKGBUILD  |  129 
 2 files changed, 186 insertions(+)

Copied: 
python/repos/staging-x86_64/0001-compileall-Fix-ddir-when-recursing.patch (from 
rev 365412, python/trunk/0001-compileall-Fix-ddir-when-recursing.patch)
===
--- staging-x86_64/0001-compileall-Fix-ddir-when-recursing.patch
(rev 0)
+++ staging-x86_64/0001-compileall-Fix-ddir-when-recursing.patch
2019-10-23 19:27:24 UTC (rev 365413)
@@ -0,0 +1,57 @@
+From 84fdbc156ed424d030686de350fbfc6c3593263f Mon Sep 17 00:00:00 2001
+Message-Id: 
<84fdbc156ed424d030686de350fbfc6c3593263f.1537028533.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 15 Sep 2018 18:22:06 +0200
+Subject: [PATCH] compileall: Fix ddir when recursing
+
+---
+ Lib/compileall.py | 14 +-
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+diff --git a/Lib/compileall.py b/Lib/compileall.py
+index 72592126d7..70e246fd96 100644
+--- a/Lib/compileall.py
 b/Lib/compileall.py
+@@ -45,12 +45,16 @@ def _walk_dir(dir, ddir=None, maxlevels=10, quiet=0):
+ else:
+ dfile = None
+ if not os.path.isdir(fullname):
+-yield fullname
++yield fullname, ddir
+ elif (maxlevels > 0 and name != os.curdir and name != os.pardir and
+   os.path.isdir(fullname) and not os.path.islink(fullname)):
+ yield from _walk_dir(fullname, ddir=dfile,
+  maxlevels=maxlevels - 1, quiet=quiet)
+ 
++def _compile_one(file_ddir, *args, **kwargs):
++file, ddir = file_ddir
++return compile_file(file, ddir, *args, **kwargs)
++
+ def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None,
+ quiet=0, legacy=False, optimize=-1, workers=1,
+ invalidation_mode=py_compile.PycInvalidationMode.TIMESTAMP):
+@@ -79,17 +83,17 @@ def compile_dir(dir, maxlevels=10, ddir=None, force=False, 
rx=None,
+ if workers is not None and workers != 1 and ProcessPoolExecutor is not 
None:
+ workers = workers or None
+ with ProcessPoolExecutor(max_workers=workers) as executor:
+-results = executor.map(partial(compile_file,
+-   ddir=ddir, force=force,
++results = executor.map(partial(_compile_one,
++   force=force,
+rx=rx, quiet=quiet,
+legacy=legacy,
+optimize=optimize,
+
invalidation_mode=invalidation_mode),
+files)
+ success = min(results, default=True)
+ else:
+-for file in files:
+-if not compile_file(file, ddir, force, rx, quiet,
++for file_ddir in files:
++if not _compile_one(file_ddir, force, rx, quiet,
+ legacy, optimize, invalidation_mode):
+ success = False
+ return success
+-- 
+2.18.0
+

Copied: python/repos/staging-x86_64/PKGBUILD (from rev 365412, 
python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-23 19:27:24 UTC (rev 365413)
@@ -0,0 +1,129 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.8.0
+pkgrel=1
+_pybasever=${pkgver%.*}
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('x86_64')
+license=('custom')
+url="https://www.python.org/";
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+provides=('python3')
+replaces=('python3')
+source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
+0001-compileall-Fix-ddir-when-recursing.patch)
+sha512sums=('5f9bfcb3acdf592770a9d5abd2c32c68c55a49b92f9

[arch-commits] Commit in python/trunk (PKGBUILD dont-make-libpython-readonly.patch)

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 19:27:11
  Author: felixonmars
Revision: 365412

upgpkg: python 3.8.0-1

Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/dont-make-libpython-readonly.patch

+
 PKGBUILD   |   14 +-
 dont-make-libpython-readonly.patch |   13 -
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:30:07 UTC (rev 365411)
+++ PKGBUILD2019-10-23 19:27:11 UTC (rev 365412)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu 
 
 pkgname=python
-pkgver=3.7.4
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 _pybasever=${pkgver%.*}
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')
@@ -23,20 +23,16 @@
 provides=('python3')
 replaces=('python3')
 
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
-dont-make-libpython-readonly.patch
 0001-compileall-Fix-ddir-when-recursing.patch)
-sha512sums=('71f64668c259f3ed07bd4aa239dbba6cc1b6b0a84d50bbff160664845d7986f757e4d65fca327e62a2d12ba593742ca83a22f7cb6093aff8715ec916c2ba9416'
+sha512sums=('5f9bfcb3acdf592770a9d5abd2c32c68c55a49b92f958ded069e3ef31cf2d415e67112b4f6738fab237dc29e5c622298719946d2e9471e7e78e3a6bdf2fac1d1'
 'SKIP'
-
'2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4'
 
'ebd04c3b6d41321b1f0d439d356e0ce463760db55dc64109854c70d017cf56608aa19de9fc4a21bf840795ff202b4703444f9af8074b661780798c17e03089ff')
-validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D')  # Ned Deily (Python 
release signing key) 
+validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D'  # Ned Deily (Python 
release signing key) 
+  'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG 
langa.pl) 
 
 prepare() {
   cd Python-${pkgver}
 
-  # FS#45809
-  patch -p1 -i ../dont-make-libpython-readonly.patch
-
   # FS#59997
   patch -p1 -i ../0001-compileall-Fix-ddir-when-recursing.patch
 

Deleted: dont-make-libpython-readonly.patch
===
--- dont-make-libpython-readonly.patch  2019-10-23 18:30:07 UTC (rev 365411)
+++ dont-make-libpython-readonly.patch  2019-10-23 19:27:11 UTC (rev 365412)
@@ -1,13 +0,0 @@
-diff --git a/Makefile.pre.in b/Makefile.pre.in
-index ce2c0aa..7d6dcf7 100644
 a/Makefile.pre.in
-+++ b/Makefile.pre.in
-@@ -60,7 +60,7 @@ INSTALL_DATA=@INSTALL_DATA@
- # Shared libraries must be installed with executable mode on some systems;
- # rather than figuring out exactly which, we always give them executable mode.
- # Also, making them read-only seems to be a good idea...
--INSTALL_SHARED= ${INSTALL} -m 555
-+INSTALL_SHARED= ${INSTALL} -m 755
- 
- MKDIR_P=  @MKDIR_P@
- 


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 19:19:46
  Author: felixonmars
Revision: 518773

archrelease: copy trunk to community-x86_64

Added:
  haskell-ordered-containers/repos/community-x86_64/
  haskell-ordered-containers/repos/community-x86_64/PKGBUILD
(from rev 518772, haskell-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-ordered-containers/repos/community-x86_64/PKGBUILD (from rev 
518772, haskell-ordered-containers/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-23 19:19:46 UTC (rev 518773)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ordered-containers
+pkgname=haskell-ordered-containers
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
+url="https://github.com/dmwit/ordered-containers";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0ec64f5033bd3149126413092cb5514f11635ce7c567fefe073d93b7acef81e385dbc951b23b6ed8605ab6ca6900db6c808c1ac76965ca72b2e62973a9a1e30b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 19:00:04
  Author: felixonmars
Revision: 518772

addpkg: haskell-ordered-containers 0.2.2-1

Added:
  haskell-ordered-containers/
  haskell-ordered-containers/repos/
  haskell-ordered-containers/trunk/
  haskell-ordered-containers/trunk/PKGBUILD

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

Added: haskell-ordered-containers/trunk/PKGBUILD
===
--- haskell-ordered-containers/trunk/PKGBUILD   (rev 0)
+++ haskell-ordered-containers/trunk/PKGBUILD   2019-10-23 19:00:04 UTC (rev 
518772)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ordered-containers
+pkgname=haskell-ordered-containers
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
+url="https://github.com/dmwit/ordered-containers";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0ec64f5033bd3149126413092cb5514f11635ce7c567fefe073d93b7acef81e385dbc951b23b6ed8605ab6ca6900db6c808c1ac76965ca72b2e62973a9a1e30b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:54:42
  Author: jelle
Revision: 518770

upgpkg: mosh 1.3.2-10

protobuf rebuild

Modified:
  mosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:44:01 UTC (rev 518769)
+++ PKGBUILD2019-10-23 18:54:42 UTC (rev 518770)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=(x86_64)
 url='https://mosh.org/'


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:54:50
  Author: jelle
Revision: 518771

archrelease: copy trunk to community-testing-x86_64

Added:
  mosh/repos/community-testing-x86_64/PKGBUILD
(from rev 518770, mosh/trunk/PKGBUILD)
Deleted:
  mosh/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:54:42 UTC (rev 518770)
+++ PKGBUILD2019-10-23 18:54:50 UTC (rev 518771)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=9
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=(x86_64)
-url='https://mosh.org/'
-license=(GPL3)
-depends=(libutempter openssh openssl perl-io-tty protobuf)
-makedepends=(git)
-options=(!emptydirs)
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver";)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
-"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:

Copied: mosh/repos/community-testing-x86_64/PKGBUILD (from rev 518770, 
mosh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:54:50 UTC (rev 518771)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=10
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:44:01
  Author: jelle
Revision: 518769

archrelease: copy trunk to community-testing-x86_64

Added:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-testing-x86_64/PKGBUILD
(from rev 518768, mosh/trunk/PKGBUILD)

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

Copied: mosh/repos/community-testing-x86_64/PKGBUILD (from rev 518768, 
mosh/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:44:01 UTC (rev 518769)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=9
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:42:49
  Author: jelle
Revision: 518768

remove oops

Deleted:
  mosh/repos/testing-x86_64/


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:41:43
  Author: jelle
Revision: 518767

archrelease: copy trunk to testing-x86_64

Added:
  mosh/repos/testing-x86_64/
  mosh/repos/testing-x86_64/PKGBUILD
(from rev 518766, mosh/trunk/PKGBUILD)

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

Copied: mosh/repos/testing-x86_64/PKGBUILD (from rev 518766, 
mosh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:41:43 UTC (rev 518767)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=9
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:44
  Author: jelle
Revision: 518765

db-move: moved umurmur from [community-staging] to [community-testing] (x86_64)

Added:
  umurmur/repos/community-testing-x86_64/
  umurmur/repos/community-testing-x86_64/PKGBUILD
(from rev 518764, umurmur/repos/community-staging-x86_64/PKGBUILD)
  umurmur/repos/community-testing-x86_64/umurmur.service
(from rev 518764, umurmur/repos/community-staging-x86_64/umurmur.service)
  umurmur/repos/community-testing-x86_64/umurmur.sysusers
(from rev 518764, umurmur/repos/community-staging-x86_64/umurmur.sysusers)
  umurmur/repos/community-testing-x86_64/umurmur.tmpfiles
(from rev 518764, umurmur/repos/community-staging-x86_64/umurmur.tmpfiles)
Deleted:
  umurmur/repos/community-staging-x86_64/

--+
 PKGBUILD |   55 +
 umurmur.service  |   26 +
 umurmur.sysusers |1 
 umurmur.tmpfiles |1 
 4 files changed, 83 insertions(+)

Copied: umurmur/repos/community-testing-x86_64/PKGBUILD (from rev 518764, 
umurmur/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:44 UTC (rev 518765)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=16
+pkgdesc='Minimalistic Mumble server'
+url="https://github.com/umurmur/umurmur";
+arch=('x86_64')
+license=('BSD')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service
+umurmur.tmpfiles)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'b8b22b6299777fbd1d12e3105280c8585ceca9b6caf7b8d3ab0642c5a56b031f'
+'287068f47fc035a70e2ae0c8434e8013f176d185bf7688216c36976982fe4491')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'746a3e2d9e8c5154bdfb2cef6cbe39cccf0356bc1dde0434b92ec1a6b224a5bfa51fd15483c3ac5a75292eae7a6d4b0431ecb2a586bdd9fcc3fe9b2a7bff64a1'
+
'825b50448231b5d791e87d7c4c471fdfe2e9a1560dad6fc90c2f4f8d0c5ed682291bf20b147a6a8c7ae361aeb8b1a11c24c6d41ffc17f06fb0f5ccd8208a899a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 640 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -vDm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -vDm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+  install -vDm 644 "${srcdir}/umurmur.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-testing-x86_64/umurmur.service (from rev 
518764, umurmur/repos/community-staging-x86_64/umurmur.service)
===
--- community-testing-x86_64/umurmur.service(rev 0)
+++ community-testing-x86_64/umurmur.service2019-10-23 18:32:44 UTC (rev 
518765)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -c /etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+PrivateDevices=yes
+PrivateTmp=yes
+ProtectSystem=strict
+ReadWriteDirectories=/etc/umurmur
+ProtectHome=yes
+ProtectControlGroups=yes
+ProtectKernelModules=yes
+ProtectKernelTunables=yes
+LockPersonality=yes
+NoNewPrivileges=yes
+LimitRTPRIO=1
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-testing-x86_64/umurmur.sysusers (from rev 
518764, umurmur/repos/community-staging-x86_64/umurmur.sysusers)
===
--- community-testing-x86_64/umurmur.sysusers   (rev 0)
+++ community-testing-x86_64/umurmur.sysusers   2019-10-23 18:32:44 UTC (r

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:34
  Author: jelle
Revision: 518762

db-move: moved powerdns-recursor from [community-staging] to 
[community-testing] (x86_64)

Added:
  powerdns-recursor/repos/community-testing-x86_64/
  powerdns-recursor/repos/community-testing-x86_64/PKGBUILD
(from rev 518761, powerdns-recursor/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  powerdns-recursor/repos/community-staging-x86_64/

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

Copied: powerdns-recursor/repos/community-testing-x86_64/PKGBUILD (from rev 
518761, powerdns-recursor/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:34 UTC (rev 518762)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.2.0
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('e4be63c1be70f0dfd7aab71f1184d5cc1d15e60e775451a96e8472db6fb3825762ebd6f51b593b167389868bbfde0538612b14a04c03f3f60a7e49f7882e78bf'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:36
  Author: jelle
Revision: 518763

db-move: moved strawberry from [community-staging] to [community-testing] 
(x86_64)

Added:
  strawberry/repos/community-testing-x86_64/
  strawberry/repos/community-testing-x86_64/PKGBUILD
(from rev 518762, strawberry/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  strawberry/repos/community-staging-x86_64/

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

Copied: strawberry/repos/community-testing-x86_64/PKGBUILD (from rev 518762, 
strawberry/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:36 UTC (rev 518763)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.6.5
+pkgrel=3
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/";
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('e8c12b6f286e9f2b3ae77ffe964371da478056ed60631e1394b1491d63fb528e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:46
  Author: jelle
Revision: 518766

db-move: moved unbound from [community-staging] to [community-testing] (x86_64)

Added:
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 518765, unbound/repos/community-staging-x86_64/PKGBUILD)
  unbound/repos/community-testing-x86_64/hook
(from rev 518765, unbound/repos/community-staging-x86_64/hook)
  unbound/repos/community-testing-x86_64/sysusers.d
(from rev 518765, unbound/repos/community-staging-x86_64/sysusers.d)
  unbound/repos/community-testing-x86_64/tmpfiles.d
(from rev 518765, unbound/repos/community-staging-x86_64/tmpfiles.d)
Deleted:
  unbound/repos/community-staging-x86_64/

+
 PKGBUILD   |   78 +++
 hook   |   10 +++
 sysusers.d |1 
 tmpfiles.d |1 
 4 files changed, 90 insertions(+)

Copied: unbound/repos/community-testing-x86_64/PKGBUILD (from rev 518765, 
unbound/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:46 UTC (rev 518766)
@@ -0,0 +1,78 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.9.4
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
+
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
+
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
+
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0'
+'SKIP'
+'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
+'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
+'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
+'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
+   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
+   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
+   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
+   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --enable-dnscrypt \
+   --enable-dnstap \
+   --enable-pie \
+   --enable-relro-now \
+   --enable-subnet \
+   --enable-systemd \
+   --enable-tfo-client \
+   --enable-tfo-server \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
+   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
+}

Copied: unbound/repos/community-testing-x86_64/hook (from rev 518765, 
unbound/repos/community-staging-x86_64/hook)
=

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:42
  Author: jelle
Revision: 518764

db-move: moved sysdig from [community-staging] to [community-testing] (x86_64)

Added:
  sysdig/repos/community-testing-x86_64/
  sysdig/repos/community-testing-x86_64/PKGBUILD
(from rev 518763, sysdig/repos/community-staging-x86_64/PKGBUILD)
  sysdig/repos/community-testing-x86_64/bashcomp-location.patch
(from rev 518763, 
sysdig/repos/community-staging-x86_64/bashcomp-location.patch)
  sysdig/repos/community-testing-x86_64/glibc.patch
(from rev 518763, sysdig/repos/community-staging-x86_64/glibc.patch)
Deleted:
  sysdig/repos/community-staging-x86_64/

-+
 PKGBUILD|   54 ++
 bashcomp-location.patch |   13 +++
 glibc.patch |   12 ++
 3 files changed, 79 insertions(+)

Copied: sysdig/repos/community-testing-x86_64/PKGBUILD (from rev 518763, 
sysdig/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:42 UTC (rev 518764)
@@ -0,0 +1,54 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.26.4
+pkgrel=3
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/";
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+"bashcomp-location.patch"
+"glibc.patch")
+sha256sums=('7c15ee25abf6cca850eaf6f4e42e25a1d9ad2b775ae794028f94afbd1ce9d271'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
+'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/glibc.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
+-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: sysdig/repos/community-testing-x86_64/bashcomp-location.patch (from rev 
518763, sysdig/repos/community-staging-x86_64/bashcomp-location.patch)
===
--- community-testing-x86_64/bashcomp-location.patch
(rev 0)
+++ community-testing-x86_64/bashcomp-location.patch2019-10-23 18:32:42 UTC 
(rev 518764)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-testing-x86_64/glibc.patch (from rev 518763, 
sysdig/repos/community-staging-x86_64/glibc.patch)
===
--- community-testing-x86_64/glibc.patch(rev 0)
+++ community-testing-x86_64/glibc.patch2019-10-23 18:32:42 UTC (rev 
518764)
@@ -0,0 +1,12 @@
+diff --git a/userspace/libscap/scap_fds.c b/userspace/libscap/scap_fds.c
+index 452353a..c1e38b1 100644
+--- a/userspace/libscap/scap_fds.c
 b/userspace/libscap/scap_fds.c
+@@ -25,6 +25,7 @@ limitations under the License.
+ #include "scap_savefile.h"
+ #include 
+ #include 
++#include 
+ #include 
+ #include "uthash.h"
+ #ifdef _WIN32


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:13
  Author: jelle
Revision: 518756

db-move: moved murmur from [community-staging] to [community-testing] (x86_64)

Added:
  murmur/repos/community-testing-x86_64/
  murmur/repos/community-testing-x86_64/PKGBUILD
(from rev 518755, murmur/repos/community-staging-x86_64/PKGBUILD)
  murmur/repos/community-testing-x86_64/murmur.dbus.conf
(from rev 518755, murmur/repos/community-staging-x86_64/murmur.dbus.conf)
  murmur/repos/community-testing-x86_64/murmur.install
(from rev 518755, murmur/repos/community-staging-x86_64/murmur.install)
  murmur/repos/community-testing-x86_64/murmur.service
(from rev 518755, murmur/repos/community-staging-x86_64/murmur.service)
  murmur/repos/community-testing-x86_64/murmur.sysusers
(from rev 518755, murmur/repos/community-staging-x86_64/murmur.sysusers)
Deleted:
  murmur/repos/community-staging-x86_64/

--+
 PKGBUILD |   59 +
 murmur.dbus.conf |   22 +++
 murmur.install   |6 +
 murmur.service   |   12 ++
 murmur.sysusers  |1 
 5 files changed, 100 insertions(+)

Copied: murmur/repos/community-testing-x86_64/PKGBUILD (from rev 518755, 
murmur/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:13 UTC (rev 518756)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Otto Allmendinger 
+# Contributor: Malte Rabenseifner 
+
+pkgname=murmur
+pkgver=1.3.0
+_pkgver=1.3.0
+__pkgver=1.3.0
+pkgrel=3
+pkgdesc="The voice chat application server for Mumble"
+arch=('x86_64')
+url="http://mumble.sourceforge.net";
+license=('BSD')
+depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
+makedepends=(boost python qt5-tools)
+backup=("etc/murmur.ini")
+install="murmur.install"
+source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig}
+"murmur.dbus.conf"
+"murmur.service"
+"murmur.sysusers")
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP'
+
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
+
'1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4'
+
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+build() {
+  cd "${srcdir}"/mumble-$__pkgver
+
+  qmake-qt5 main.pro CONFIG+="no-client grpc"
+  make release
+}
+
+package() {
+  cd "${srcdir}"/mumble-$__pkgver
+
+  sed -e "1i; vi:ft=cfg" \
+-e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
+-e "s|;logfile=murmur.log|logfile=|" \
+-e "s|;uname=|uname=murmur|" \
+-i scripts/murmur.ini
+
+  install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur
+  install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd
+  install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini
+  install -Dm644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
+  install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README
+  install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1
+  install -Dm644 "${srcdir}"/murmur.service 
"${pkgdir}"/usr/lib/systemd/system/murmur.service
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/murmur.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
+
+  install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
+  install -Dm644 src/murmur/MurmurRPC.proto 
${pkgdir}/usr/share/murmur/MurmurRPC.proto
+}
+
+# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-testing-x86_64/murmur.dbus.conf (from rev 
518755, murmur/repos/community-staging-x86_64/murmur.dbus.conf)
===
--- community-testing-x86_64/murmur.dbus.conf   (rev 0)
+++ community-testing-x86_64/murmur.dbus.conf   2019-10-23 18:32:13 UTC (rev 
518756)
@@ -0,0 +1,22 @@
+
+
+http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>
+
+
+  
+
+  
+  
+
+  
+
+  
+
+
+  
+

Copied: murmur/repos/community-testing-x86_64/murmur.install (from rev 518755, 
murmur/repos/community-staging-x86_64/murmur.install)
===
--- community-testing-x86_64/murmur.install (rev 0)
+++ community-testing-x86_64/murmur.install 2019-

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:16
  Author: jelle
Revision: 518757

db-move: moved nageru from [community-staging] to [community-testing] (x86_64)

Added:
  nageru/repos/community-testing-x86_64/
  nageru/repos/community-testing-x86_64/PKGBUILD
(from rev 518756, nageru/repos/community-staging-x86_64/PKGBUILD)
  nageru/repos/community-testing-x86_64/luajit-patch.patch
(from rev 518756, nageru/repos/community-staging-x86_64/luajit-patch.patch)
  nageru/repos/community-testing-x86_64/meson-options.patch
(from rev 518756, nageru/repos/community-staging-x86_64/meson-options.patch)
Deleted:
  nageru/repos/community-staging-x86_64/

-+
 PKGBUILD|   43 +++
 luajit-patch.patch  |  113 ++
 meson-options.patch |   13 +
 3 files changed, 169 insertions(+)

Copied: nageru/repos/community-testing-x86_64/PKGBUILD (from rev 518756, 
nageru/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:16 UTC (rev 518757)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+
+pkgname=nageru
+pkgver=1.8.6
+pkgrel=2
+pkgdesc="live video mixer, based around the standard M/E workflow."
+arch=(x86_64)
+url="https://nageru.sesse.net/";
+license=('GPL3')
+depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
+ 'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
+ 'sqlite3' 'luajit' 'cmake')
+makedepends=('meson' 'eigen')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz";
+"meson-options.patch"
+"luajit-patch.patch")
+sha256sums=('67dcb070a23589f624d7067c4b09fe11faa9b1c756b884c50473545fdf7817b3'
+'1bb7d87d6d6359ffe95d605c29ff5f73728929d9393498b74fdf36c6469fdaba'
+'480c4de61188684fc8d1727a2e3ec615d33892234e8466db8011589e9277bdf7')
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i "${srcdir}/luajit-patch.patch"
+patch -Np1 -i "${srcdir}/meson-options.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C ../build test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir" ninja -C ../build install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nageru/repos/community-testing-x86_64/luajit-patch.patch (from rev 
518756, nageru/repos/community-staging-x86_64/luajit-patch.patch)
===
--- community-testing-x86_64/luajit-patch.patch (rev 0)
+++ community-testing-x86_64/luajit-patch.patch 2019-10-23 18:32:16 UTC (rev 
518757)
@@ -0,0 +1,113 @@
+diff --git a/README b/README
+index ed86214..86eb42a 100644
+--- a/README
 b/README
+@@ -70,7 +70,7 @@ Nageru currently needs:
+  - libzita-resampler, for resampling sound sources so that they are in sync
+between sources, and also for oversampling for the peak meter.
+ 
+- - LuaJIT, for driving the theme engine. You will need at least version 2.1.
++ - LuaJIT, for driving the theme engine.
+ 
+  - libjpeg, for encoding MJPEG streams when VA-API JPEG support is not
+available.
+@@ -257,3 +257,27 @@ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE 
SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
++
++
++Marked parts of theme.cpp (Lua shims):
++
++The MIT License (MIT)
++
++Copyright (c) 2013 Hisham Muhammad
++
++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.
+diff --git a/nageru/theme.cpp b/nageru/theme.cpp
+index dc73c2c..43174fa 100644
+--- a/nageru/theme.cpp
 b/nageru/theme.cpp
+@@ -41,6 +41,67 @@
+ #include "pbo_frame_allocator.h"
+ #include "scene.h"
+ 
++#if !defined LUA_V

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:10
  Author: jelle
Revision: 518755

db-move: moved mumble from [community-staging] to [community-testing] (x86_64)

Added:
  mumble/repos/community-testing-x86_64/
  mumble/repos/community-testing-x86_64/PKGBUILD
(from rev 518754, mumble/repos/community-staging-x86_64/PKGBUILD)
  mumble/repos/community-testing-x86_64/mumble-protobuf-3.7.patch
(from rev 518754, 
mumble/repos/community-staging-x86_64/mumble-protobuf-3.7.patch)
Deleted:
  mumble/repos/community-staging-x86_64/

---+
 PKGBUILD  |   57 +++
 mumble-protobuf-3.7.patch |  800 
 2 files changed, 857 insertions(+)

Copied: mumble/repos/community-testing-x86_64/PKGBUILD (from rev 518754, 
mumble/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:10 UTC (rev 518755)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+pkgname=mumble
+pkgver=1.3.0
+pkgrel=4
+arch=('x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
+ xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
+makedepends=(boost mesa python qt5-tools)
+optdepends=('speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
+url="https://www.mumble.info/";
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  qmake-qt5 main.pro \
+CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
+no-embed-qt-translations no-update packaged" \
+DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+INCLUDEPATH+="/usr/include/speech-dispatcher" \
+LIBS+="-lpng16 -lfreetype -lXrender -lfontconfig"
+  make release
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay
+
+  # lib stuff
+  install -m755 -D ./release/libmumble.so.$pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
+  install -m755 -D ./release/plugins/liblink.so 
"$pkgdir"/usr/lib/mumble/liblink.so
+  install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
+
+  # other stuff
+  install -m644 -D ./scripts/mumble.desktop 
"$pkgdir"/usr/share/applications/mumble.desktop
+  install -m755 -d "$pkgdir"/usr/share/man/man1
+  install -m644 -D ./man/mum* "$pkgdir"/usr/share/man/man1/
+  install -m644 -D ./icons/mumble.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/mumble.svg
+  install -m644 -D ./LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-testing-x86_64/mumble-protobuf-3.7.patch (from 
rev 518754, mumble/repos/community-staging-x86_64/mumble-protobuf-3.7.patch)
===
--- community-testing-x86_64/mumble-protobuf-3.7.patch  
(rev 0)
+++ community-testing-x86_64/mumble-protobuf-3.7.patch  2019-10-23 18:32:10 UTC 
(rev 518755)
@@ -0,0 +1,800 @@
+diff --git a/src/mumble/ACLEditor.cpp b/src/mumble/ACLEditor.cpp
+index c938ffc1..e414d606 100644
+--- a/src/mumble/ACLEditor.cpp
 b/src/mumble/ACLEditor.cpp
+@@ -37,11 +37,13 @@
+ #include "Channel.h"
+ #include "ClientUser.h"
+ #include "Database.h"
+-#include "Global.h"
+ #include "Log.h"
+ #include "ServerHandler.h"
+ #include "User.h"
+ 
++ // We define a global macro called 'g'. This can lead to issues when 
included code uses 'g' as a type or parameter name (like protobuf 3.7 does). As 
such, for now, we have to make this our last include.
++#include "Global.h"
++
+ ACLGroup::ACLGroup(const QString &name) : Group(NULL, name) {
+   bInherited = false;
+ }
+diff --git a/src/mumble/About.cpp b/src/mumble/About.cpp
+index 4d2cf158..dc214f17 100644
+--- a/src/mumble/About.cpp
 b/src/mumble/About.cpp
+@@ -32,10 +32,12 @@
+ 
+ #include "About.h"
+ 
+-#include "Global.h"
+ #include "MainWindow.h"
+ #include "licenses.h"
+ 
++// We define a global macro called 'g'. This can lead to issues whe

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:23
  Author: jelle
Revision: 518759

db-move: moved paraview from [community-staging] to [community-testing] (x86_64)

Added:
  paraview/repos/community-testing-x86_64/
  paraview/repos/community-testing-x86_64/PKGBUILD
(from rev 518758, paraview/repos/community-staging-x86_64/PKGBUILD)
  paraview/repos/community-testing-x86_64/paraview-system-pugixml.patch
(from rev 518758, 
paraview/repos/community-staging-x86_64/paraview-system-pugixml.patch)
Deleted:
  paraview/repos/community-staging-x86_64/

---+
 PKGBUILD  |   98 
 paraview-system-pugixml.patch |   19 +++
 2 files changed, 117 insertions(+)

Copied: paraview/repos/community-testing-x86_64/PKGBUILD (from rev 518758, 
paraview/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:23 UTC (rev 518759)
@@ -0,0 +1,98 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Oliver Goethel 
+# Contributor: eolianoe eolianoe 
+# Contributor: George Eleftheriou 
+# Contributor: Mathias Anselmann 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Michele Mocciola 
+# Contributor: Simon Zilliken 
+# Contributor: chuckdaniels
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org";
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras intel-tbb openmpi ffmpeg ospray
+ python-numpy cgns protobuf
+ double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp
+ libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal
+ proj pugixml libtheora libtiff zlib)
+#gl2ps
+#libharu
+#sqlite apparently not used in this VTK configuration
+optdepends=(python-matplotlib)
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
+paraview-system-pugixml.patch)
+sha256sums=('e41e597e1be462974a03031380d9e5ba9a7efcdb22e4ca2f3fec50361f310874'
+'dd2e23298ab5a07da0e799c3db313ed3f9d2a403d7228d50748206b535b6f65f')
+
+prepare() {
+mkdir -p build
+patch -Np0 -i ./paraview-system-pugixml.patch
+}
+
+build() {
+cd build
+
+# Flags to enable system libs in VTK building, as in VTK package
+# GL2PS has non-upstreamed patches
+# KISSFFT is not packaged
+# VERDICT is not packaged
+# ZFP is not packaged
+# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+# SQLITE apparently not used in this VTK configuration
+local VTK_USE_SYSTEM_LIB=""
+for lib in doubleconversion eigen expat freetype glew hdf5 jpeg jsoncpp 
libproj libxml2 lz4 lzma mpi4py netcdf ogg pegtl png pugixml theora tiff utf8 
zlib
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_vtk${lib}:BOOL=ON 
-DVTK_MODULE_USE_EXTERNAL_VTK_${lib}:BOOL=ON "
+done
+# Specific system libs for ParaView version
+for lib in cgns protobuf
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_ParaView_${lib}:BOOL=ON 
"
+done
+
+cmake ../ParaView-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_PYTHON=ON \
+-DPARAVIEW_ENABLE_VISITBRIDGE=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_RAYTRACING=ON \
+-DVTK_ENABLE_OSPRAY=ON \
+-DVTK_PYTHON_FULL_THREADSAFE=ON \
+-DVTK_PYTHON_VERSION=3 \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTKm_ENABLE_RENDERING=ON \
+-DVTKm_USE_DOUBLE_PRECISION=ON \
+-DVTK_MODULE_ENABLE_VTK_GeovisCore=YES \
+-DVTK_MODULE_ENABLE_VTK_GeovisGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \
+${VTK_USE_SYSTEM_LIB} \
+-GNinja
+
+ninja ${MAKEFLAGS}
+}
+
+package() {
+cd build
+
+DESTDIR="${pkgdir}" ninja install
+
+# Install license
+install -Dm644 "${srcdir}"/ParaView-v${pkgver}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/paraview/LICENSE
+}

Copied: paraview/repos/community-testing-x86_64/paraview-system-pugixml.patch 
(from rev 518758, 
paraview/repos/community-staging-x86_64/paraview-system-pugixml.patch)
===
--- community-testing-x86_64/paraview-system-pugixml.patch  
(rev 0)
+++ community-

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:30
  Author: jelle
Revision: 518760

db-move: moved postgis from [community-staging] to [community-testing] (x86_64)

Added:
  postgis/repos/community-testing-x86_64/
  postgis/repos/community-testing-x86_64/PKGBUILD
(from rev 518759, postgis/repos/community-staging-x86_64/PKGBUILD)
  postgis/repos/community-testing-x86_64/postgis.changelog
(from rev 518759, postgis/repos/community-staging-x86_64/postgis.changelog)
Deleted:
  postgis/repos/community-staging-x86_64/

---+
 PKGBUILD  |   30 +++
 postgis.changelog |  131 
 2 files changed, 161 insertions(+)

Copied: postgis/repos/community-testing-x86_64/PKGBUILD (from rev 518759, 
postgis/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:30 UTC (rev 518760)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.5.3
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/";
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+# options=('!makeflags')
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('72e8269d40f981e22fb2b78d3ff292338e69a4f5166e481a77b015e1d34e559a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: postgis/repos/community-testing-x86_64/postgis.changelog (from rev 
518759, postgis/repos/community-staging-x86_64/postgis.changelog)
===
--- community-testing-x86_64/postgis.changelog  (rev 0)
+++ community-testing-x86_64/postgis.changelog  2019-10-23 18:32:30 UTC (rev 
518760)
@@ -0,0 +1,131 @@
+2019-10-16 Jaroslav Lichtblau 
+* postgis-2.5.3-2 protobuf 3.10 rebuild
+
+2019-09-18 Jaroslav Lichtblau 
+* postgis-2.5.3-1
+
+2019-06-16 Jaroslav Lichtblau 
+* postgis-2.5.2-1
+
+2019-03-04 Jaroslav Lichtblau 
+* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
+
+2018-11-21 Jaroslav Lichtblau 
+* postgis-2.5.1-1
+
+2018-11-17 Jaroslav Lichtblau 
+* postgis-2.5.0-2 - postgresql rebuild
+
+2018-09-30 Jaroslav Lichtblau 
+* postgis-2.5.0-1
+
+2018-09-02 Jaroslav Lichtblau 
+* postgis-2.4.4-5 protobuf 3.6.1 rebuild
+
+2018-07-29 Jaroslav Lichtblau 
+* postgis-2.4.4-4 protobuf 3.6.0 rebuild
+
+2018-05-16 Jaroslav Lichtblau 
+* postgis-2.4.4-2 proj soname rebuild
+
+2018-05-12 Jaroslav Lichtblau 
+* postgis-2.4.4-1
+
+2018-01-16 Jaroslav Lichtblau 
+* postgis-2.4.3-1
+
+2017-11-16 Jaroslav Lichtblau 
+* postgis-2.4.2-1
+
+2017-11-12 Jaroslav Lichtblau 
+* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.1-1
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.0-1
+
+2017-07-03 Jaroslav Lichtblau 
+* postgis-2.3.3-1
+
+2017-03-02 Jaroslav Lichtblau 
+* postgis-2.3.2-1
+
+2016-12-12 Jaroslav Lichtblau 
+* postgis-2.3.1-1
+
+2016-11-21 Jaroslav Lichtblau 
+* postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
+2016-09-30 Jaroslav Lichtblau 
+* postgis-2.3.0-1
+
+2016-09-14 Jaroslav Lichtblau 
+* postgis-2.2.2-2 proj 4.9.3 rebuild
+
+2016-05-16 Jaroslav Lichtblau 
+* postgis-2.2.2-1
+
+2016-01-22 Jaroslav Lichtblau 
+* postgis-2.2.1-2 postgresql 9.5 rebuild
+
+2016-01-09 Jaroslav Lichtblau 
+* postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau 
+* postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau 
+* postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau 
+* postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau 
+* postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau 
+* postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau 
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau 
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau 
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin 
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau 
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau 
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee 
+* Rebuild for PostgreSQL 9.2.x
+* Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino 
+* Add JSON-C support
+* Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino 
+* Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau 
+* FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau 
+

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:32
  Author: jelle
Revision: 518761

db-move: moved powerdns from [community-staging] to [community-testing] (x86_64)

Added:
  powerdns/repos/community-testing-x86_64/
  powerdns/repos/community-testing-x86_64/PKGBUILD
(from rev 518760, powerdns/repos/community-staging-x86_64/PKGBUILD)
  powerdns/repos/community-testing-x86_64/sysusers.conf
(from rev 518760, powerdns/repos/community-staging-x86_64/sysusers.conf)
Deleted:
  powerdns/repos/community-staging-x86_64/

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-testing-x86_64/PKGBUILD (from rev 518760, 
powerdns/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:32 UTC (rev 518761)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.2.0
+pkgrel=6
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('ee67c132458e539d522aaa5835237dc64d92ad546f51e0ef86366964f7105631f2bd1e6c5d19d85466d95e1982f6410aeb14932c265fddfd301e403e76542624'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-testing-x86_64/sysusers.conf (from rev 518760, 
powerdns/repos/community-staging-x86_64/sysusers.conf)
===
--- community-testing-x86_64/sysusers.conf  (rev 0)
+++ community-testing-x86_64/sysusers.conf  2019-10-23 18:32:32 UTC (rev 
518761)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:18
  Author: jelle
Revision: 518758

db-move: moved nsjail from [community-staging] to [community-testing] (x86_64)

Added:
  nsjail/repos/community-testing-x86_64/
  nsjail/repos/community-testing-x86_64/PKGBUILD
(from rev 518757, nsjail/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  nsjail/repos/community-staging-x86_64/

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

Copied: nsjail/repos/community-testing-x86_64/PKGBUILD (from rev 518757, 
nsjail/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:18 UTC (rev 518758)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.9
+pkgrel=3
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com";
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:07
  Author: jelle
Revision: 518754

db-move: moved mixxx from [community-staging] to [community-testing] (x86_64)

Added:
  mixxx/repos/community-testing-x86_64/
  mixxx/repos/community-testing-x86_64/PKGBUILD
(from rev 518753, mixxx/repos/community-staging-x86_64/PKGBUILD)
  mixxx/repos/community-testing-x86_64/scons-python3.patch
(from rev 518753, mixxx/repos/community-staging-x86_64/scons-python3.patch)
Deleted:
  mixxx/repos/community-staging-x86_64/

-+
 PKGBUILD|   62 ++
 scons-python3.patch |   20 
 2 files changed, 82 insertions(+)

Copied: mixxx/repos/community-testing-x86_64/PKGBUILD (from rev 518753, 
mixxx/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:07 UTC (rev 518754)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url="https://www.mixxx.org";
+license=('GPL2')
+groups=('pro-audio')
+depends=('chromaprint' 'faad2' 'flac' 'gcc-libs' 'glibc' 'glib2' 'hidapi'
+'libglvnd' 'libid3tag' 'libmad' 'libmodplug' 'libmp4v2' 'libogg' 'libshout'
+'libsndfile' 'libtcmalloc.so' 'libusb' 'libvorbis.so' 'libvorbisfile.so' 'lilv'
+'libx11' 'opusfile' 'portaudio' 'portmidi' 'protobuf' 'qt5-base' 'qt5-script'
+'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'rubberband' 'soundtouch' 'sqlite'
+'taglib' 'upower' 'wavpack')
+makedepends=('glu' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
+checkdepends=('xorg-server-xvfb')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz";
 scons-python3.patch)
+sha512sums=('3b9365bd9d9a7d387cd8791d7d9f6315116e04322370db103998d5e055a6de5e159a4605c7de96cbcf13e7d0653cbe53140dca18a8c3f1b688b227be2c4aeb6f'
+
'4b01dc590ca6d7ae2ac20af77e74e02fe7c179ffc1e5cad6cffb22c6cc750ab1757103e27922430abe6d3d7a023bb22fd15640fbaff8acc812acef5099598fe3')
+
+prepare() {
+  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  patch -p1 -i ../scons-python3.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons prefix=/usr \
+build=release \
+faad=1 \
+modplug=1 \
+perftools=1 \
+perftools_profiler=1 \
+qt_sqlite_plugin=0 \
+qtkeychain=1 \
+test=1 \
+target=linux \
+virtualize=0 \
+wv=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run lin64_build/${pkgname}-test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  scons prefix=/usr \
+install_root="${pkgdir}/usr" \
+install
+  # removing the test executable
+  rm -v "${pkgdir}/usr/bin/${pkgname}-test"
+}

Copied: mixxx/repos/community-testing-x86_64/scons-python3.patch (from rev 
518753, mixxx/repos/community-staging-x86_64/scons-python3.patch)
===
--- community-testing-x86_64/scons-python3.patch
(rev 0)
+++ community-testing-x86_64/scons-python3.patch2019-10-23 18:32:07 UTC 
(rev 518754)
@@ -0,0 +1,20 @@
+--- mixxx-2.2.1/build/depends.py.orig  2019-07-26 23:29:29.253916199 +
 mixxx-2.2.1/build/depends.py   2019-07-26 23:30:03.631040632 +
+@@ -615,7 +615,7 @@
+ env.Append(CPPPATH=[self.SOUNDTOUCH_INTERNAL_PATH])
+ 
+ # Prevents circular import.
+-from features import Optimize
++from .features import Optimize
+ 
+ # If we do not want optimizations then disable them.
+ optimize = (build.flags['optimize'] if 'optimize' in build.flags
+@@ -1304,7 +1305,7 @@
+ 'preferences/dialog/dlgprefvinyldlg.ui',
+ 'preferences/dialog/dlgprefwaveformdlg.ui',
+ ]
+-map(Qt.uic(build), ui_files)
++list(map(Qt.uic(build), ui_files))
+
+ if build.platform_is_windows:
+ # Add Windows resource file with icons and such


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:53
  Author: jelle
Revision: 518747

db-move: moved cockatrice from [community-staging] to [community-testing] 
(x86_64)

Added:
  cockatrice/repos/community-testing-x86_64/
  cockatrice/repos/community-testing-x86_64/PKGBUILD
(from rev 518746, cockatrice/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  cockatrice/repos/community-staging-x86_64/

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

Copied: cockatrice/repos/community-testing-x86_64/PKGBUILD (from rev 518746, 
cockatrice/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:53 UTC (rev 518747)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.7.2
+_date=2019-08-31
+_tag=$_date-Release-$pkgver
+pkgrel=2
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest' 'valgrind')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag";)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:56
  Author: jelle
Revision: 518748

db-move: moved collectd from [community-staging] to [community-testing] (x86_64)

Added:
  collectd/repos/community-testing-x86_64/
  collectd/repos/community-testing-x86_64/PKGBUILD
(from rev 518747, collectd/repos/community-staging-x86_64/PKGBUILD)
  collectd/repos/community-testing-x86_64/service
(from rev 518747, collectd/repos/community-staging-x86_64/service)
Deleted:
  collectd/repos/community-staging-x86_64/

--+
 PKGBUILD |   74 +
 service  |   13 ++
 2 files changed, 87 insertions(+)

Copied: collectd/repos/community-testing-x86_64/PKGBUILD (from rev 518747, 
collectd/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:56 UTC (rev 518748)
@@ -0,0 +1,74 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.9.2
+pkgrel=2
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin'
+'librabbitmq-c: amqp plugin')
+
+makedepends=(${optdepends[@]%:*})
+depends=('libltdl' 'iptables' 'libnsl')
+
+source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";
+'service')
+sha256sums=('961116e74ac505b920578932fd2bd9904febbc7d5aefba3e0ea3d44337c00119'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+   ./build.sh
+   sed 's/ -Werror//g' -i configure
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-testing-x86_64/service (from rev 518747, 
collectd/repos/community-staging-x86_64/service)
===
--- community-testing-x86_64/service(rev 0)
+++ community-testing-x86_64/service2019-10-23 18:31:56 UTC (rev 518748)
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/bin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:51
  Author: jelle
Revision: 518746

db-move: moved clementine from [community-staging] to [community-testing] 
(x86_64)

Added:
  clementine/repos/community-testing-x86_64/
  clementine/repos/community-testing-x86_64/PKGBUILD
(from rev 518745, clementine/repos/community-staging-x86_64/PKGBUILD)
  clementine/repos/community-testing-x86_64/clementine-gcc6.patch
(from rev 518745, 
clementine/repos/community-staging-x86_64/clementine-gcc6.patch)
Deleted:
  clementine/repos/community-staging-x86_64/

---+
 PKGBUILD  |   97 
 clementine-gcc6.patch |   22 ++
 2 files changed, 119 insertions(+)

Copied: clementine/repos/community-testing-x86_64/PKGBUILD (from rev 518745, 
clementine/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:51 UTC (rev 518746)
@@ -0,0 +1,97 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1.r831.664c5a31f
+pkgrel=2
+pkgdesc='A modern music player and library organizer'
+url=https://www.clementine-player.org/
+license=(GPL)
+arch=(x86_64)
+depends=(
+  chromaprint
+  crypto++
+  fftw
+  glew
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  libcdio
+  libgl
+  libgpod
+  liblastfm-qt5
+  libmtp
+  libmygpo-qt5
+  libpulse
+  libx11
+  protobuf
+  qt5-base
+  qt5-x11extras
+  sqlite
+  zlib
+)
+makedepends=(
+  boost
+  cmake
+  git
+  mesa
+  qt5-tools
+  sparsehash
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'gst-libav: Libav plugin'
+  'gvfs: Various devices support'
+)
+source=(
+  
git+https://github.com/clementine-player/Clementine.git#commit=664c5a31f9cf519af5a4c3adcb30dbbc73d037d6
+  clementine-gcc6.patch
+)
+sha256sums=(
+  SKIP
+  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
+)
+
+pkgver() {
+  cd Clementine
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd Clementine
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  git cherry-pick -n 8a6cc8b5069265e1e92e22def985e22c5955e503
+  # FS#58413
+  git cherry-pick -n -m 1 75f9439843a0e9cdc26cd739d5e1dbd93bd974bc
+  # Fix DI.FM
+  git cherry-pick -n ddfa5e63f1ef0e243a007efbe576fceb9b2442e8
+}
+
+build() {
+  cd build
+
+  cmake ../Clementine \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-testing-x86_64/clementine-gcc6.patch (from 
rev 518745, clementine/repos/community-staging-x86_64/clementine-gcc6.patch)
===
--- community-testing-x86_64/clementine-gcc6.patch  
(rev 0)
+++ community-testing-x86_64/clementine-gcc6.patch  2019-10-23 18:31:51 UTC 
(rev 518746)
@@ -0,0 +1,22 @@
+From e31278c05666f8ae0e819bd831c65e8766ba2679 Mon Sep 17 00:00:00 2001
+From: Bigard Florian 
+Date: Mon, 9 May 2016 11:55:34 +0200
+Subject: [PATCH] Fix projectm compilation with GCC 6 (#5371)
+
+---
+ 3rdparty/libprojectm/CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/3rdparty/libprojectm/CMakeLists.txt 
b/3rdparty/libprojectm/CMakeLists.txt
+index e6287f176..0ef785c49 100644
+--- a/3rdparty/libprojectm/CMakeLists.txt
 b/3rdparty/libprojectm/CMakeLists.txt
+@@ -24,6 +24,8 @@ set(BUILD_PROJECTM_STATIC ON)
+ set(DISABLE_NATIVE_PRESETS ON)
+ set(DISABLE_MILKDROP_PRESETS OFF)
+ 
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
++
+ if(DISABLE_NATIVE_PRESETS)
+   ADD_DEFINITIONS(-DDISABLE_NATIVE_PRESETS)
+ endif(DISABLE_NATIVE_PRESETS)


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:03
  Author: jelle
Revision: 518752

db-move: moved hyperion from [community-staging] to [community-testing] (x86_64)

Added:
  hyperion/repos/community-testing-x86_64/
  
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
(from rev 518751, 
hyperion/repos/community-staging-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
  hyperion/repos/community-testing-x86_64/PKGBUILD
(from rev 518751, hyperion/repos/community-staging-x86_64/PKGBUILD)
  hyperion/repos/community-testing-x86_64/hyperion.install
(from rev 518751, hyperion/repos/community-staging-x86_64/hyperion.install)
  hyperion/repos/community-testing-x86_64/hyperion.sysusers
(from rev 518751, hyperion/repos/community-staging-x86_64/hyperion.sysusers)
  hyperion/repos/community-testing-x86_64/hyperiond.service
(from rev 518751, hyperion/repos/community-staging-x86_64/hyperiond.service)
Deleted:
  hyperion/repos/community-staging-x86_64/

--+
 0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch |   26 ++
 PKGBUILD |   66 +
 hyperion.install |   20 +
 hyperion.sysusers|2 
 hyperiond.service|   14 +++
 5 files changed, 128 insertions(+)

Copied: 
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
 (from rev 518751, 
hyperion/repos/community-staging-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
===
--- 
community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
(rev 0)
+++ 
community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
2019-10-23 18:32:03 UTC (rev 518752)
@@ -0,0 +1,26 @@
+From 88ae95d522bfdda4c29a1116367aad8c7d948779 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Sat, 21 Oct 2017 12:46:49 +0200
+Subject: [PATCH] Fix no decleration of `assert` with GCC 7.2
+
+Add a missing include for cassert to fix the -fpermissive compiler
+error.
+---
+ include/utils/Image.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/utils/Image.h b/include/utils/Image.h
+index e8c82e4..dad57a2 100644
+--- a/include/utils/Image.h
 b/include/utils/Image.h
+@@ -1,6 +1,7 @@
+ #pragma once
+ 
+ // STL includes
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.14.2
+

Copied: hyperion/repos/community-testing-x86_64/PKGBUILD (from rev 518751, 
hyperion/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:03 UTC (rev 518752)
@@ -0,0 +1,66 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Christopher Reimer 
+
+pkgname=hyperion
+pkgver=1.03.2
+pkgrel=18
+pkgdesc="An opensource 'AmbiLight' implementation"
+arch=('x86_64')
+url="https://github.com/hyperion-project/hyperion";
+license=('MIT')
+depends=('libusb' 'protobuf' 'python' 'qt5-base')
+optdepends=('xorg-server: X11 grabbing')
+makedepends=('cmake')
+backup=('etc/hyperion/hyperion.config.json')
+install='hyperion.install'
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tvdzwan/${pkgname}/archive/${pkgver}.tar.gz";
+"0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch"
+"hyperion.sysusers"
+"hyperiond.service"
+"hyperion.install")
+sha512sums=('7406f5bdf323d2799fb375557603fefd1f077cda287b5aa9ff10251b22d8dd07590458515b0e01ef97fba80885aab1aa72bd8b5d26873ad8ebcc1ba53d6776ec'
+
'11c51f6085d78bb75a7d73372262eedc2dab84b9d37ee1850f6b8d8c9cfe85d72a69b7d755e169028c6f7150f09201ded7d32a4edf15130ca2a12a188fe5945c'
+
'80764d3abdfb7e6e7f65913e9c89dd61b425ffb80e9ab4f9df7739abe32117441095ac7b45792acd5d2a516cf4aca3e21062b119f5790aae3b178036db74ce61'
+
'f8c23ba920ce683e731237c164f4f70f94d635398be5cc43ce1af48bb8ab672da47397979a825a5761dacb1ae18a1c5fc840b168c8f1e3ae411908e0e92a0c5b'
+
'ff5ed8ed647a621b73e922590616e4f5d63f0a7e243aa3de0f8382a835e83166a0e04944396a61a03645cc00853251690a514b3772f163f445240e4f55f18fb5')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -Np1 -i 
"${srcdir}/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+mkdir -p build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_QT5=ON \
+-DPLATFORM=x86 \
+-DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc \
+-DUSE_SYSTEM_PROTO_LIBS=ON \
+..
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:01
  Author: jelle
Revision: 518751

db-move: moved grpc from [community-staging] to [community-testing] (x86_64)

Added:
  grpc/repos/community-testing-x86_64/
  grpc/repos/community-testing-x86_64/PKGBUILD
(from rev 518750, grpc/repos/community-staging-x86_64/PKGBUILD)
  grpc/repos/community-testing-x86_64/makefile.patch
(from rev 518750, grpc/repos/community-staging-x86_64/makefile.patch)
Deleted:
  grpc/repos/community-staging-x86_64/

+
 PKGBUILD   |  104 +++
 makefile.patch |   15 +++
 2 files changed, 119 insertions(+)

Copied: grpc/repos/community-testing-x86_64/PKGBUILD (from rev 518750, 
grpc/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:01 UTC (rev 518751)
@@ -0,0 +1,104 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Aleksey Filippov 
+# Contributor: Victor Aurélio Santos 
+
+pkgbase='grpc'
+pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
+pkgver=1.24.2
+_gtestver=1.8.1
+_upbver=931bbecbd3230ae7f22efa5d203639facc47f719
+pkgrel=2
+pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
+arch=('x86_64')
+url='https://grpc.io'
+license=('BSD')
+makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags'
+ 'cython')
+source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+
"https://github.com/google/googletest/archive/release-$_gtestver/googletest-$_gtestver.tar.gz";
+
"https://github.com/protocolbuffers/upb/archive/$_upbver/upb-$_upbver.tar.gz";
+"makefile.patch")
+sha256sums=('fd040f5238ff1e32b468d9d38e50f0d7f8da0828019948c9001e9a03093e1d8f'
+'9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c'
+'95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa'
+'f292cb387f0cf7567e6e8004a6dd57bf0375abbaa8968dcd97cbd7e72409670f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/makefile.patch"
+
+  sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i 
Makefile
+
+  ln -sf "$srcdir/googletest-release-$_gtestver/"{googlemock,googletest} \
+third_party/googletest
+
+  rm -rf third_party/upb
+  ln -s "$srcdir/upb-$_upbver" third_party/upb
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS="$CFLAGS -Wno-unused-parameter"
+  export CXXFLAGS="$CXXFLAGS -Wno-unused-parameter"
+
+  make prefix=/usr
+  make prefix=/usr grpc_cli
+
+  # Don't install it as part of main package
+  mv bins/opt/grpc_cli .
+
+  # Python
+  GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
+  GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 \
+  GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 \
+  GRPC_PYTHON_BUILD_SYSTEM_CARES=1 \
+  python setup.py build
+
+  # PHP
+  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
+  phpize
+  LDFLAGS=-L"$srcdir/$pkgname-$pkgver/libs/opt" ./configure 
--enable-grpc="$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package_grpc() {
+  depends=('c-ares' 'protobuf' 'openssl')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make prefix="$pkgdir/usr" install
+  find "$pkgdir"/usr/{include,share,lib/pkgconfig} -type f -exec chmod a-x {} +
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-grpcio() {
+  depends=('c-ares' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install -O1 --skip-build --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_php-grpc() {
+  depends=('grpc' 'php')
+  backup=('etc/php/conf.d/grpc.ini')
+
+  # Install PHP extension.
+  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
+  make install "INSTALL_ROOT=$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Remove RPATH
+  chrpath -d "$pkgdir/usr/lib/php/modules/grpc.so"
+
+  echo ';extension=grpc.so' >grpc.ini
+  install -Dm644 grpc.ini "$pkgdir/etc/php/conf.d/grpc.ini"
+}
+
+package_grpc-cli() {
+  depends=('c-ares' 'gflags' 'protobuf' 'openssl')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  install -Dm755 grpc_cli "$pkgdir"/usr/bin/grpc_cli
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: grpc/repos/community-testing-x86_64/makefile.patch (from rev 518750, 
grpc/repos/community-staging-x86_64/makefile.patch)
===
--- community-testing-x86_64/makefile.patch (rev 0)
+++ community-testing-x86_64/makefile.patch 2019-10-23 18:32:01 UTC (rev 
518751)
@@ -0,0 +1,15 @@
+diff --git a/Makefile b/Makefile
+index d8a0e01..9596d6c 100644
+--- a/Makefile
 b/Makefile
+@@ -3022,8 +3022,8 @@ install-headers_c:
+ 
+ install-headers_cxx:
+   $(E) "[INSTALL] Instal

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:57
  Author: jelle
Revision: 518749

db-move: moved curaengine from [community-staging] to [community-testing] 
(x86_64)

Added:
  curaengine/repos/community-testing-x86_64/
  curaengine/repos/community-testing-x86_64/PKGBUILD
(from rev 518748, curaengine/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  curaengine/repos/community-staging-x86_64/

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

Copied: curaengine/repos/community-testing-x86_64/PKGBUILD (from rev 518748, 
curaengine/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:57 UTC (rev 518749)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine";
+arch=('x86_64')
+license=('AGPL')
+depends=('arcus' 'rapidjson' 'polyclipping')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Work with system openmp
+# Package polyclipping in the repos
+checkdepends=('cppunit')
+makedepends=('cmake' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:32:05
  Author: jelle
Revision: 518753

db-move: moved knot from [community-staging] to [community-testing] (x86_64)

Added:
  knot/repos/community-testing-x86_64/
  knot/repos/community-testing-x86_64/PKGBUILD
(from rev 518752, knot/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  knot/repos/community-staging-x86_64/

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

Copied: knot/repos/community-testing-x86_64/PKGBUILD (from rev 518752, 
knot/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:32:05 UTC (rev 518753)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/";
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=(df7434eaefbabbf7cca2d6cba5038be48a4668e508215ca197532bac7c9b21a2 
SKIP)
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:50
  Author: jelle
Revision: 518745

db-move: moved arcus from [community-staging] to [community-testing] (x86_64)

Added:
  arcus/repos/community-testing-x86_64/
  arcus/repos/community-testing-x86_64/PKGBUILD
(from rev 518744, arcus/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  arcus/repos/community-staging-x86_64/

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

Copied: arcus/repos/community-testing-x86_64/PKGBUILD (from rev 518744, 
arcus/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:50 UTC (rev 518745)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+# upstreamed renamed to libarcus
+pkgname=arcus
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus";
+arch=('x86_64')
+license=('LGPL')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz";)
+sha512sums=('b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:31:59
  Author: jelle
Revision: 518750

db-move: moved etherwall from [community-staging] to [community-testing] 
(x86_64)

Added:
  etherwall/repos/community-testing-x86_64/
  etherwall/repos/community-testing-x86_64/PKGBUILD
(from rev 518749, etherwall/repos/community-staging-x86_64/PKGBUILD)
  etherwall/repos/community-testing-x86_64/etherwall.desktop
(from rev 518749, 
etherwall/repos/community-staging-x86_64/etherwall.desktop)
Deleted:
  etherwall/repos/community-staging-x86_64/

---+
 PKGBUILD  |   41 +
 etherwall.desktop |9 +
 2 files changed, 50 insertions(+)

Copied: etherwall/repos/community-testing-x86_64/PKGBUILD (from rev 518749, 
etherwall/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 18:31:59 UTC (rev 518750)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.4.0
+_ewnodecommit=7d8ed7de3dcb6d2be63745e755bd492e30bd4111
+_trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
+pkgrel=2
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="https://etherwall.com";
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'systemd-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz";
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz";
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
+etherwall.desktop)
+sha512sums=('87b6936980580d209a35b382e2eb4f769f45a2eec2580048a71de07992095fb49696e99014139c2df9857fbdbd0301cd9def47f544285c770ce154c00bf9c59a'
+
'1ced81663bb742e7a9378eff60f12865ecc2bed7b2657511723eefa0bcb4aa7a461f6de94d117581f5a19a4d1816757519981914d828f5b2f1b757406816df97'
+
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake -config release && make
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  mkdir -p "$pkgdir/usr/share/applications"
+
+  cd "etherwall-$pkgver"
+  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
+  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
+  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
+}

Copied: etherwall/repos/community-testing-x86_64/etherwall.desktop (from rev 
518749, etherwall/repos/community-staging-x86_64/etherwall.desktop)
===
--- community-testing-x86_64/etherwall.desktop  (rev 0)
+++ community-testing-x86_64/etherwall.desktop  2019-10-23 18:31:59 UTC (rev 
518750)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Etherwall
+Comment=Etherwall Ethereum Wallet
+Exec=etherwall
+Icon=etherwall.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Network;Application;


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:30:01
  Author: jelle
Revision: 365408

db-move: moved protobuf from [staging] to [testing] (x86_64)

Added:
  protobuf/repos/testing-x86_64/
  protobuf/repos/testing-x86_64/PKGBUILD
(from rev 365407, protobuf/repos/staging-x86_64/PKGBUILD)
Deleted:
  protobuf/repos/staging-x86_64/

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

Copied: protobuf/repos/testing-x86_64/PKGBUILD (from rev 365407, 
protobuf/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:30:01 UTC (rev 365408)
@@ -0,0 +1,63 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz";)
+md5sums=('7ec0c87d5abd0d8111ad55958f3dacee')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:29:59
  Author: jelle
Revision: 365407

db-move: moved libphonenumber from [staging] to [testing] (x86_64)

Added:
  libphonenumber/repos/testing-x86_64/
  libphonenumber/repos/testing-x86_64/PKGBUILD
(from rev 365406, libphonenumber/repos/staging-x86_64/PKGBUILD)
Deleted:
  libphonenumber/repos/staging-x86_64/

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

Copied: libphonenumber/repos/testing-x86_64/PKGBUILD (from rev 365406, 
libphonenumber/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:29:59 UTC (rev 365407)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.10.20
+pkgrel=2
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9')
+_commit=b8da23f917f8553a0d06979d1da02f304d8f6659  # tags/v8.10.20^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -H$pkgname/cpp -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:30:03
  Author: jelle
Revision: 365409

db-move: moved protobuf-c from [staging] to [testing] (x86_64)

Added:
  protobuf-c/repos/testing-x86_64/
  protobuf-c/repos/testing-x86_64/PKGBUILD
(from rev 365408, protobuf-c/repos/staging-x86_64/PKGBUILD)
Deleted:
  protobuf-c/repos/staging-x86_64/

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

Copied: protobuf-c/repos/testing-x86_64/PKGBUILD (from rev 365408, 
protobuf-c/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:30:03 UTC (rev 365409)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:30:07
  Author: jelle
Revision: 365411

db-move: moved vlc from [staging] to [testing] (x86_64)

Added:
  vlc/repos/testing-x86_64/
  vlc/repos/testing-x86_64/PKGBUILD
(from rev 365410, vlc/repos/staging-x86_64/PKGBUILD)
  vlc/repos/testing-x86_64/lua53_compat.patch
(from rev 365410, vlc/repos/staging-x86_64/lua53_compat.patch)
  vlc/repos/testing-x86_64/update-vlc-plugin-cache.hook
(from rev 365410, vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook)
Deleted:
  vlc/repos/staging-x86_64/

--+
 PKGBUILD |  244 +
 lua53_compat.patch   |   30 +
 update-vlc-plugin-cache.hook |   11 +
 3 files changed, 285 insertions(+)

Copied: vlc/repos/testing-x86_64/PKGBUILD (from rev 365410, 
vlc/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:30:07 UTC (rev 365411)
@@ -0,0 +1,244 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.8
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=2
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+# TODO: libplacebo 
https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
+ 'wayland-protocols' 'aribb24')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
+optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
+'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'systemd-libs: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'gnu-free-fonts: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext decoding'
+'libass: Subtitle support'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image support'
+'srt: SRT input/outp

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:30:04
  Author: jelle
Revision: 365410

db-move: moved usbguard from [staging] to [testing] (x86_64)

Added:
  usbguard/repos/testing-x86_64/
  usbguard/repos/testing-x86_64/PKGBUILD
(from rev 365409, usbguard/repos/staging-x86_64/PKGBUILD)
  
usbguard/repos/testing-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch
(from rev 365409, 
usbguard/repos/staging-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch)
Deleted:
  usbguard/repos/staging-x86_64/

+
 PKGBUILD   |   67 +
 make-explicitly-treat-pthread-as-first-level-depende.patch |  598 +++
 2 files changed, 665 insertions(+)

Copied: usbguard/repos/testing-x86_64/PKGBUILD (from rev 365409, 
usbguard/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:30:04 UTC (rev 365410)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ian Beringer 
+
+pkgname=usbguard
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='Software framework for implementing USB device authorization policies'
+url='https://github.com/dkopecek/usbguard'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'libqb' 'libqb.so' 'libsodium' 'libcap-ng' 'protobuf' 
'polkit' 'dbus-glib'
+ 'audit' 'libaudit.so' 'libseccomp' 'libseccomp.so')
+makedepends=('catch2' 'pegtl' 'libxslt' 'asciidoc' 'systemd')
+provides=('libusbguard.so')
+backup=(etc/usbguard/usbguard-daemon.conf
+etc/usbguard/rules.conf)
+source=(https://github.com/dkopecek/usbguard/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
+make-explicitly-treat-pthread-as-first-level-depende.patch)
+sha512sums=('b14f1cfaec676b5bc2f3aa2bda8be96ea8a6b3f02fc78f0fa7a58dd079c57886aae2c33a9e99cb9ccd53e5d6fa27712b978a2d19cd58b75dda34516d8caed0c4'
+'SKIP'
+
'02232be248aa11e543b0cd2f26e3ff735267b58bb3a255fc32e390f0efff302e4b749fee3927942585a799f0e7571836bc085f89aef43df5517a678b04596e5a')
+validpgpkeys=('FD9B3F9DCEBB5537A8FAF5213B0C109510712034') # Daniel Kopeček 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|/usr/include/catch|/usr/include/catch2|g' -i configure.ac
+  patch -Np1 < ../make-explicitly-treat-pthread-as-first-level-depende.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sys=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--enable-systemd \
+--without-bundled-catch \
+--without-bundled-pegtl \
+--with-dbus \
+--with-polkit \
+--with-crypto-library=sodium
+  make
+  touch rules.conf
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL='install -p' DESTDIR="${pkgdir}" install
+
+  chmod 750 "${pkgdir}/etc/usbguard"
+  install -Dpm 600 usbguard-daemon.conf rules.conf -t "${pkgdir}/etc/usbguard"
+
+  # completion
+  install -Dpm 644 scripts/bash_completion/usbguard -t 
"${pkgdir}/usr/share/bash-completion/completions"
+  install -Dpm 644 scripts/usbguard-zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_usbguard"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
usbguard/repos/testing-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch
 (from rev 365409, 
usbguard/repos/staging-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch)
===
--- testing-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch   
(rev 0)
+++ testing-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch   
2019-10-23 18:30:04 UTC (rev 365410)
@@ -0,0 +1,598 @@
+From 2887cb6a49a9b04e968af00dc7d38d051785b600 Mon Sep 17 00:00:00 2001
+From: Levente Polyak 
+Date: Fri, 11 Oct 2019 23:14:40 +0200
+Subject: [PATCH] make: explicitly treat pthread as first level dependency
+
+Certain environments need to handle pthread explicitly and pass
+appropriate flags (like -pthread) to make the compiler/linker happy.
+Invoke the AX_PTHREAD macro to populate the pthread related flags and
+pass them accordingly.
+This fixes certain linking issues for the first level dependency
+usage pthread_sigmask.
+---
+ Makefile.am   |  12 +-
+ configure.ac  |   1 +
+ m4/ax_pthread.m4  | 485 ++
+ src/Tests/Makefile.am |  12 +-
+ 4 files changed, 506 insertions(+), 4 deletions(-)
+ create mode 100644 m4/ax_pthread.m4
+
+diff --git a/Makefile.am b/Makefile.am
+index ceb9a33..b73f564 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -348,6 +348,9 @@ usbguard_daemon_SOURCES=\
+   src/Daemon/LinuxAuditBackend.hpp \
+   src/Daemon/LinuxAuditBackend.cpp
+ 
++usbguard_daemon_CXXFL

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:29:56
  Author: jelle
Revision: 365405

db-move: moved kismet from [staging] to [testing] (x86_64)

Added:
  kismet/repos/testing-x86_64/
  kismet/repos/testing-x86_64/PKGBUILD
(from rev 365404, kismet/repos/staging-x86_64/PKGBUILD)
  kismet/repos/testing-x86_64/kismet.install
(from rev 365404, kismet/repos/staging-x86_64/kismet.install)
  kismet/repos/testing-x86_64/kismet.sysusers
(from rev 365404, kismet/repos/staging-x86_64/kismet.sysusers)
  kismet/repos/testing-x86_64/python-install-flags.patch
(from rev 365404, kismet/repos/staging-x86_64/python-install-flags.patch)
Deleted:
  kismet/repos/staging-x86_64/

+
 PKGBUILD   |   72 +++
 kismet.install |   19 +++
 kismet.sysusers|1 
 python-install-flags.patch |   45 ++
 4 files changed, 137 insertions(+)

Copied: kismet/repos/testing-x86_64/PKGBUILD (from rev 365404, 
kismet/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:29:56 UTC (rev 365405)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2019_09_R1
+_realver="${pkgver//_/-}"
+pkgrel=3
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/";
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
+ 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
+ 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
+ 'python-numpy')
+makedepends=('python-setuptools')
+optdepends=(
+  'gpsd: log coordinates of detected networks'
+  'wireshark-cli: provide OUI files used to determine device manufacturer'
+  'wireshark-cli: mergecap, to merge multiple capture files'
+  'sox: provide the default kismet sound playback binary'
+  'festival: text-to-speech support'
+  'flite:  alternative/lightweight text-to-speech support')
+backup=(
+  etc/kismet/kismet.conf
+  etc/kismet/kismet_80211.conf
+  etc/kismet/kismet_alerts.conf
+  etc/kismet/kismet_filter.conf
+  etc/kismet/kismet_httpd.conf
+  etc/kismet/kismet_logging.conf
+  etc/kismet/kismet_memory.conf
+  etc/kismet/kismet_storage.conf
+  etc/kismet/kismet_uav.conf)
+install=kismet.install
+source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
+kismet.sysusers
+python-install-flags.patch)
+sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
+
'b5eb82f343485fdf617de007ee7ef63e3375c54fea17664dca474965b6a548c4663b416ca062c039349eb141ad03c870997e5fa7ffa1d2058282171de80ca38e')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+prepare() {
+  cd ${pkgname}-${_realver}
+  patch -Np0 < ../python-install-flags.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${_realver}
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc/kismet
+  make all plugins
+}
+
+package() {
+  cd ${pkgname}-${_realver}
+  make DESTDIR="${pkgdir}" install
+
+  # Makepkg strip bug #43600
+  chmod u+w "${pkgdir}"/usr/bin/kismet*
+  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
+  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
+
+  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: kismet/repos/testing-x86_64/kismet.install (from rev 365404, 
kismet/repos/staging-x86_64/kismet.install)
===
--- testing-x86_64/kismet.install   (rev 0)
+++ testing-x86_64/kismet.install   2019-10-23 18:29:56 UTC (rev 365405)
@@ -0,0 +1,19 @@
+post_install() {
+  post_upgrade
+
+  cat << EOP
+  Kismet has been installed with net_raw,net_admin capabilities capture helper
+  executables for users in the 'kismet' group. This WILL ALLOW USERS IN THIS
+  GROUP TO ALTER YOUR NETWORK INTERFACE STATES, but is more secure than running
+  all of Kismet as root. ONLY users in this group will be able to run Kismet
+  and capture from physical network devices.
+EOP
+}
+
+post_upgrade() {
+  for cap_bin in /usr/bin/kismet_cap_*; do
+setcap cap_net_raw,cap_net_admin=eip "${cap_bin}";
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: kismet/repos/testing-x86_64/kismet.sysusers (from rev 365404, 
kismet/repos/staging-x86_64/kisme

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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:29:58
  Author: jelle
Revision: 365406

db-move: moved libgadu from [staging] to [testing] (x86_64)

Added:
  libgadu/repos/testing-x86_64/
  libgadu/repos/testing-x86_64/PKGBUILD
(from rev 365405, libgadu/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgadu/repos/staging-x86_64/

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

Copied: libgadu/repos/testing-x86_64/PKGBUILD (from rev 365405, 
libgadu/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:29:58 UTC (rev 365406)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=9
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('x86_64')
+url="https://libgadu.net/";
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz";)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:29:54
  Author: jelle
Revision: 365404

db-move: moved hefur from [staging] to [testing] (x86_64)

Added:
  hefur/repos/testing-x86_64/
  hefur/repos/testing-x86_64/PKGBUILD
(from rev 365403, hefur/repos/staging-x86_64/PKGBUILD)
  hefur/repos/testing-x86_64/hefurd.service
(from rev 365403, hefur/repos/staging-x86_64/hefurd.service)
  hefur/repos/testing-x86_64/sysusers.conf
(from rev 365403, hefur/repos/staging-x86_64/sysusers.conf)
  hefur/repos/testing-x86_64/tmpfiles.conf
(from rev 365403, hefur/repos/staging-x86_64/tmpfiles.conf)
Deleted:
  hefur/repos/staging-x86_64/

+
 PKGBUILD   |   45 +
 hefurd.service |   12 
 sysusers.conf  |1 +
 tmpfiles.conf  |2 ++
 4 files changed, 60 insertions(+)

Copied: hefur/repos/testing-x86_64/PKGBUILD (from rev 365403, 
hefur/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 18:29:54 UTC (rev 365404)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Schmitz 
+# Contributor: Alexandre Bique 
+
+pkgname=hefur
+pkgver=0.6
+pkgrel=8
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('x86_64')
+url='https://github.com/abique/hefur'
+license=('MIT')
+makedepends=('git' 'cmake' 'docbook-xsl')
+depends=('gnutls' 'xz' 'protobuf')
+source=("git+https://github.com/abique/${pkgname}.git#tag=${pkgver}";
+'hefurd.service' 'tmpfiles.conf' 'sysusers.conf')
+md5sums=('SKIP'
+ '3107be29769b8afde3574dc6e31d5b6a'
+ 'b884385d6c87c350172427da4ba2688f'
+ '7971708a1fe25c1b51e0a05e812f17c9')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   git submodule init
+   git submodule update
+   sed -i "s/PROJECT_NUMBER.*/PROJECT_NUMBER=${pkgver}/g" Doxyfile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}/manual
+   xsltproc -o manual.html 
/usr/share/xml/docbook/xsl-stylesheets-*/html/docbook.xsl manual.xml
+
+   cd ${srcdir}/${pkgname}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/sysusers.conf 
${pkgdir}/usr/lib/sysusers.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+}

Copied: hefur/repos/testing-x86_64/hefurd.service (from rev 365403, 
hefur/repos/staging-x86_64/hefurd.service)
===
--- testing-x86_64/hefurd.service   (rev 0)
+++ testing-x86_64/hefurd.service   2019-10-23 18:29:54 UTC (rev 365404)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Hefur BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=hefur
+Group=hefur
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target

Copied: hefur/repos/testing-x86_64/sysusers.conf (from rev 365403, 
hefur/repos/staging-x86_64/sysusers.conf)
===
--- testing-x86_64/sysusers.conf(rev 0)
+++ testing-x86_64/sysusers.conf2019-10-23 18:29:54 UTC (rev 365404)
@@ -0,0 +1 @@
+u hefur - - /var/lib/hefurd

Copied: hefur/repos/testing-x86_64/tmpfiles.conf (from rev 365403, 
hefur/repos/staging-x86_64/tmpfiles.conf)
===
--- testing-x86_64/tmpfiles.conf(rev 0)
+++ testing-x86_64/tmpfiles.conf2019-10-23 18:29:54 UTC (rev 365404)
@@ -0,0 +1,2 @@
+d /run/hefur - hefur hefur -
+d /var/lib/hefurd - hefur hefur -


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

2019-10-23 Thread Andreas Radke via arch-commits
Date: Wednesday, October 23, 2019 @ 18:10:07
  Author: andyrtr
Revision: 365402

upgpkg: xkeyboard-config 2.28-1

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:09:30 UTC (rev 365401)
+++ PKGBUILD2019-10-23 18:10:07 UTC (rev 365402)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xkeyboard-config
-pkgver=2.27
+pkgver=2.28
 pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
@@ -15,7 +15,7 @@
 
source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
 validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('ae29177461f9d2c6ce1c56c0b8b147600e3f0ecd15e8754c9531811702d9a030a31f42679a88a9fb706bec458974c337ee2a0180f22573702caa7184eb94017e'
+sha512sums=('be38e61a7d3a1c03f9dc92fed5aada65fdb8b42272e874e01156a39de07f2a7c81846e9ba449aeb95661587f8d05217d549a1315ee0dd92facbb6158362e68ae'
 'SKIP')
 
 build() {


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:09:30
  Author: eworm
Revision: 365401

archrelease: copy trunk to extra-x86_64

Added:
  gpart/repos/extra-x86_64/PKGBUILD
(from rev 365400, gpart/trunk/PKGBUILD)
Deleted:
  gpart/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:09:27 UTC (rev 365400)
+++ PKGBUILD2019-10-23 18:09:30 UTC (rev 365401)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dale 
-# Contributor: Tom Newsom 
-
-pkgname=gpart
-pkgver=0.3
-pkgrel=2
-pkgdesc="Partition table rescue/guessing tool"
-arch=('x86_64')
-url="https://github.com/baruch/gpart";
-license=('GPL')
-depends=('glibc')
-source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
-}

Copied: gpart/repos/extra-x86_64/PKGBUILD (from rev 365400, 
gpart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:09:30 UTC (rev 365401)
@@ -0,0 +1,27 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: dale 
+# Contributor: Tom Newsom 
+
+pkgname=gpart
+pkgver=0.3
+pkgrel=3
+pkgdesc="Partition table rescue/guessing tool"
+arch=('x86_64')
+url="https://github.com/baruch/gpart";
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}"/usr sbindir="${pkgdir}"/usr/bin install
+}


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:09:27
  Author: eworm
Revision: 365400

upgpkg: gpart 0.3-3

rebuilt old package

Modified:
  gpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:57:58 UTC (rev 365399)
+++ PKGBUILD2019-10-23 18:09:27 UTC (rev 365400)
@@ -4,7 +4,7 @@
 
 pkgname=gpart
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Partition table rescue/guessing tool"
 arch=('x86_64')
 url="https://github.com/baruch/gpart";


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-23 Thread Andreas Radke via arch-commits
Date: Wednesday, October 23, 2019 @ 18:10:35
  Author: andyrtr
Revision: 365403

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 365402, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:10:07 UTC (rev 365402)
+++ PKGBUILD2019-10-23 18:10:35 UTC (rev 365403)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.27
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('ae29177461f9d2c6ce1c56c0b8b147600e3f0ecd15e8754c9531811702d9a030a31f42679a88a9fb706bec458974c337ee2a0180f22573702caa7184eb94017e'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 365402, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:10:35 UTC (rev 365403)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.28
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('be38e61a7d3a1c03f9dc92fed5aada65fdb8b42272e874e01156a39de07f2a7c81846e9ba449aeb95661587f8d05217d549a1315ee0dd92facbb6158362e68ae'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:09:11
  Author: eworm
Revision: 518744

archrelease: copy trunk to community-x86_64

Added:
  ctemplate/repos/community-x86_64/PKGBUILD
(from rev 518743, ctemplate/trunk/PKGBUILD)
Deleted:
  ctemplate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:09:04 UTC (rev 518743)
+++ PKGBUILD2019-10-23 18:09:11 UTC (rev 518744)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Marcel Korpel 
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=ctemplate
-pkgver=2.3
-pkgrel=5
-pkgdesc='A library implementing a simple but powerful template language for 
C++'
-arch=('x86_64')
-url='https://github.com/olafvdspek/ctemplate'
-license=('BSD')
-makedepends=('python2')
-depends=('gcc-libs' 'perl')
-source=("https://github.com/OlafvdSpek/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-   # use python2
-   sed -i '1s/python/&2/' \
-   src/htmlparser/fsm_config.py \
-   src/htmlparser/generate_fsm.py
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ctemplate/repos/community-x86_64/PKGBUILD (from rev 518743, 
ctemplate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:09:11 UTC (rev 518744)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Hesse 
+# Contributor: Marcel Korpel 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+
+pkgname=ctemplate
+pkgver=2.3
+pkgrel=6
+pkgdesc='A library implementing a simple but powerful template language for 
C++'
+arch=('x86_64')
+url='https://github.com/olafvdspek/ctemplate'
+license=('BSD')
+makedepends=('python2')
+depends=('gcc-libs' 'perl')
+source=("https://github.com/OlafvdSpek/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+   # use python2
+   sed -i '1s/python/&2/' \
+   src/htmlparser/fsm_config.py \
+   src/htmlparser/generate_fsm.py
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:09:04
  Author: eworm
Revision: 518743

upgpkg: ctemplate 2.3-6

rebuilt old package

Modified:
  ctemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:07:39 UTC (rev 518742)
+++ PKGBUILD2019-10-23 18:09:04 UTC (rev 518743)
@@ -6,7 +6,7 @@
 
 pkgname=ctemplate
 pkgver=2.3
-pkgrel=5
+pkgrel=6
 pkgdesc='A library implementing a simple but powerful template language for 
C++'
 arch=('x86_64')
 url='https://github.com/olafvdspek/ctemplate'


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:07:36
  Author: eworm
Revision: 518741

upgpkg: xcursor-comix 0.9.0-3

rebuilt old package

Modified:
  xcursor-comix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:06:24 UTC (rev 518740)
+++ PKGBUILD2019-10-23 18:07:36 UTC (rev 518741)
@@ -4,7 +4,7 @@
 
 pkgname=xcursor-comix
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Comix X Cursor Theme'
 url='https://store.kde.org/p/96/'
 depends=('libxcursor')


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:07:39
  Author: eworm
Revision: 518742

archrelease: copy trunk to community-any

Added:
  xcursor-comix/repos/community-any/PKGBUILD
(from rev 518741, xcursor-comix/trunk/PKGBUILD)
Deleted:
  xcursor-comix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:07:36 UTC (rev 518741)
+++ PKGBUILD2019-10-23 18:07:39 UTC (rev 518742)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Dariusz Górecki 
-# Contributor: Juan Diego Tascon
-
-pkgname=xcursor-comix
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Comix X Cursor Theme"
-url="http://www.kde-look.org/content/show.php/ComixCursors?content=32627";
-depends=('libxcursor')
-license=('GPL')
-arch=(any)
-source=("http://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2";)
-sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
-
-package() {
-   mkdir -p ${pkgdir}/usr/share/icons
-   cp -R ${srcdir}/ComixCursors-[A-Z]* ${pkgdir}/usr/share/icons/
-}
-

Copied: xcursor-comix/repos/community-any/PKGBUILD (from rev 518741, 
xcursor-comix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:07:39 UTC (rev 518742)
@@ -0,0 +1,20 @@
+# Maintainer: Christian Hesse 
+# Contributor: Dariusz Górecki 
+# Contributor: Juan Diego Tascon
+
+pkgname=xcursor-comix
+pkgver=0.9.0
+pkgrel=3
+pkgdesc='Comix X Cursor Theme'
+url='https://store.kde.org/p/96/'
+depends=('libxcursor')
+license=('GPL')
+arch=(any)
+source=("https://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2";)
+sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
+
+package() {
+  mkdir -p "${pkgdir}"/usr/share/icons
+  cp -R "${srcdir}"/ComixCursors-[A-Z]* "${pkgdir}"/usr/share/icons/
+}
+


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:06:24
  Author: eworm
Revision: 518740

archrelease: copy trunk to community-x86_64

Added:
  gtkimageview/repos/community-x86_64/PKGBUILD
(from rev 518739, gtkimageview/trunk/PKGBUILD)
Deleted:
  gtkimageview/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:06:19 UTC (rev 518739)
+++ PKGBUILD2019-10-23 18:06:24 UTC (rev 518740)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan Blazek 
-# Contributor: Jose Valecillos 
-
-pkgname=gtkimageview
-pkgver=1.6.4
-pkgrel=5
-pkgdesc="Simple image viewer widget for GTK2"
-arch=('x86_64')
-url="https://github.com/GNOME/gtkimageview";
-license=('LGPL2.1')
-depends=('gtk2')
-makedepends=('pkg-config' 'python')
-source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('501367b3f50e69a12208dc9c6ad00b18')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---disable-static
-  sed -i 's/-Werror//' $(find -name Makefile)
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-}

Copied: gtkimageview/repos/community-x86_64/PKGBUILD (from rev 518739, 
gtkimageview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:06:24 UTC (rev 518740)
@@ -0,0 +1,34 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan Blazek 
+# Contributor: Jose Valecillos 
+
+pkgname=gtkimageview
+pkgver=1.6.4
+pkgrel=6
+pkgdesc="Simple image viewer widget for GTK2"
+arch=('x86_64')
+url="https://github.com/GNOME/gtkimageview";
+license=('LGPL2.1')
+depends=('gtk2')
+makedepends=('pkg-config' 'python')
+source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('4c681d38d127ee3950a29bce9aa7aa8a2abe3b4d915f7a0c88e526999c1a46f2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  sed -i 's/-Werror//' $(find -name Makefile)
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+}


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:06:19
  Author: eworm
Revision: 518739

upgpkg: gtkimageview 1.6.4-6

rebuilt old package

Modified:
  gtkimageview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:05:05 UTC (rev 518738)
+++ PKGBUILD2019-10-23 18:06:19 UTC (rev 518739)
@@ -4,7 +4,7 @@
 
 pkgname=gtkimageview
 pkgver=1.6.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple image viewer widget for GTK2"
 arch=('x86_64')
 url="https://github.com/GNOME/gtkimageview";


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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:05:05
  Author: eworm
Revision: 518738

archrelease: copy trunk to community-x86_64

Added:
  libdnet/repos/community-x86_64/PKGBUILD
(from rev 518737, libdnet/trunk/PKGBUILD)
  libdnet/repos/community-x86_64/libdnet-1.12.pyrex2.7.patch
(from rev 518737, libdnet/trunk/libdnet-1.12.pyrex2.7.patch)
  libdnet/repos/community-x86_64/libdnet.install
(from rev 518737, libdnet/trunk/libdnet.install)
Deleted:
  libdnet/repos/community-x86_64/PKGBUILD
  libdnet/repos/community-x86_64/libdnet-1.12.pyrex2.7.patch
  libdnet/repos/community-x86_64/libdnet.install

-+
 PKGBUILD|   93 +-
 libdnet-1.12.pyrex2.7.patch |  148 +-
 libdnet.install |6 -
 3 files changed, 123 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:04:55 UTC (rev 518737)
+++ PKGBUILD2019-10-23 18:05:05 UTC (rev 518738)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: James Fryman 
-
-pkgname=libdnet
-pkgver=1.12
-pkgrel=10
-pkgdesc='A simplified, portable interface to several low-level networking 
routines'
-arch=(x86_64)
-makedepends=('python2' 'pyrex')
-optdepends=('python2')
-license=('BSD')
-url='https://github.com/dugsong/libdnet'
-source=("https://github.com/dugsong/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";
-   'libdnet-1.12.pyrex2.7.patch')
-sha256sums=('b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424'
-'136141d0bde459a4c7acf6fdca6aa52d2a377b9fdc07116ddc85c6a776752ef8')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver
-
-  patch -p0 <"$srcdir"/libdnet-1.12.pyrex2.7.patch
-  rm -f python/dnet.c
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver
-
-  autoreconf -I config --force --install
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin
-  pyrexc python/dnet.pyx
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-
-  cd python && \
-  python2 setup.py install --root="$pkgdir"
-
-  install -D -m0644 ../LICENSE "$pkgdir"/usr/share/licenses/libdnet/license
-}

Copied: libdnet/repos/community-x86_64/PKGBUILD (from rev 518737, 
libdnet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:05:05 UTC (rev 518738)
@@ -0,0 +1,46 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: James Fryman 
+
+pkgname=libdnet
+pkgver=1.12
+pkgrel=11
+pkgdesc='A simplified, portable interface to several low-level networking 
routines'
+arch=(x86_64)
+makedepends=('python2' 'pyrex')
+optdepends=('python2')
+license=('BSD')
+url='https://github.com/dugsong/libdnet'
+source=("https://github.com/dugsong/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";
+   'libdnet-1.12.pyrex2.7.patch')
+sha256sums=('b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424'
+'136141d0bde459a4c7acf6fdca6aa52d2a377b9fdc07116ddc85c6a776752ef8')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgname-$pkgver
+
+  patch -p0 <"$srcdir"/libdnet-1.12.pyrex2.7.patch
+  rm -f python/dnet.c
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgname-$pkgver
+
+  autoreconf -I config --force --install
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin
+  pyrexc python/dnet.pyx
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+
+  cd python && \
+  python2 setup.py install --root="$pkgdir"
+
+  install -D -m0644 ../LICENSE "$pkgdir"/usr/share/licenses/libdnet/license
+}

Deleted: libdnet-1.12.pyrex2.7.patch
===
--- libdnet-1.12.pyrex2.7.patch 2019-10-23 18:04:55 UTC (rev 518737)
+++ libdnet-1.12.pyrex2.7.patch 2019-10-23 18:05:05 UTC (rev 518738)
@@ -1,74 +0,0 @@
 python/dnet.pyx2007-01-20 12:39:21.0 +0100
-+++ python/dnet.pyx2014-10-21 17:23:52.719665497 +0200
-@@ -24,7 +24,7 @@
- cdef extern from "Python.h":
- object  PyString_FromStringAndSize(char *s, int len)
- int PyString_Size(object o)
--int PyObject_AsReadBuffer(object o, char **pp, int *lenp)
-+int PyObject_AsReadBuffer(object o, char **pp, Py_ssize_t *lenp)
- int PyInt_Check(object o)
- int PyLong_Check(object o)
- longPyInt_AsLong(object o)
-@@ -160,7 +160,7 @@
- return PyString_FromStringAndSize(ea.data, 6)
- 
- def eth_pack_hdr(dst=ETH_ADDR_BROADCAST, src=ETH_ADDR_BROADCAST,
-- type=ETH_TYPE_IP):
-+ type_=ETH_TYPE_IP):
- """Return a packed binary string representing an Ethernet header.
-   
- Keyword arguments:
-@@ -172,7 +172,7 @@
- cdef eth_addr_t s, d
- __memcpy(s.data, src, 6)
- __memcpy(d.data, dst, 6)
--__eth_pack_hdr(hdr, d, s, type)

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

2019-10-23 Thread Christian Hesse via arch-commits
Date: Wednesday, October 23, 2019 @ 18:04:55
  Author: eworm
Revision: 518737

upgpkg: libdnet 1.12-11

rebuilt old package

Modified:
  libdnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 17:56:49 UTC (rev 518736)
+++ PKGBUILD2019-10-23 18:04:55 UTC (rev 518737)
@@ -3,7 +3,7 @@
 
 pkgname=libdnet
 pkgver=1.12
-pkgrel=10
+pkgrel=11
 pkgdesc='A simplified, portable interface to several low-level networking 
routines'
 arch=(x86_64)
 makedepends=('python2' 'pyrex')


[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 17:56:49
  Author: svenstaro
Revision: 518736

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 518735, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 518735, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 518735, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 518735, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 518735, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 518735, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 518735, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 518735, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 518735, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 518735, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  434 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 17:56:25 UTC (rev 518735)
+++ PKGBUILD2019-10-23 17:56:49 UTC (rev 518736)
@@ -1,217 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.3.5
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver}";
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('502b3624ccb988fe0bdbc5fc600d492f40ecc1d8d3ca9348b5ef6021eab0995dac4b50bbf783388b64e2a0ef1776c6fb43835f6f4f61ed0ee5041fd8f171c64a'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-
'bf33b

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

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 17:56:25
  Author: svenstaro
Revision: 518735

upgpkg: gitlab 12.4.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:45:49 UTC (rev 518734)
+++ PKGBUILD2019-10-23 17:56:25 UTC (rev 518735)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Pavol (Lopo) Hluchy 
 # Contributor: Jonas Heinrich 
 # Contributor: Massimiliano Torromeo 
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.3.5
+pkgver=12.4.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -37,7 +37,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('502b3624ccb988fe0bdbc5fc600d492f40ecc1d8d3ca9348b5ef6021eab0995dac4b50bbf783388b64e2a0ef1776c6fb43835f6f4f61ed0ee5041fd8f171c64a'
+sha512sums=('b0ed9ab63ff35ad29b2d99658deef09a005080f5edfceced1770acce01d5672d33ef399573eed878ffaa9f98fbff2d48e85680af4432e2faf60747dd71039205'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-23 Thread Pierre Schmitz via arch-commits
Date: Wednesday, October 23, 2019 @ 16:57:58
  Author: pierre
Revision: 365399

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 365398, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:57:54 UTC (rev 365398)
+++ PKGBUILD2019-10-23 16:57:58 UTC (rev 365399)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
-sha256sums=('a01d4db8fe9359354e4ce5491b98680f76d3055e540d8da6a1927a58e55570f6')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 365398, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 16:57:58 UTC (rev 365399)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
+sha256sums=('98ea76c377ad73a76cdb4d2a582e4a7978d13695f57a5f335c064b1a87d9df6b')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2019-10-23 Thread Pierre Schmitz via arch-commits
Date: Wednesday, October 23, 2019 @ 16:57:54
  Author: pierre
Revision: 365398

upgpkg: grml-zsh-config 0.16.1-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:49:37 UTC (rev 365397)
+++ PKGBUILD2019-10-23 16:57:54 UTC (rev 365398)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
-sha256sums=('a01d4db8fe9359354e4ce5491b98680f76d3055e540d8da6a1927a58e55570f6')
+sha256sums=('98ea76c377ad73a76cdb4d2a582e4a7978d13695f57a5f335c064b1a87d9df6b')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


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

2019-10-23 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, October 23, 2019 @ 16:49:30
  Author: seblu
Revision: 365396

upgpkg: btrfs-progs 5.3-2

Try to fix: FS#64216

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:36:27 UTC (rev 365395)
+++ PKGBUILD2019-10-23 16:49:30 UTC (rev 365396)
@@ -4,7 +4,7 @@
 
 pkgname=btrfs-progs
 pkgver=5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
@@ -17,6 +17,7 @@
 license=('GPL2')
 validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
 
source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+
"https://patch-diff.githubusercontent.com/raw/kdave/btrfs-progs/pull/216.patch";
 'initcpio-install-btrfs'
 'initcpio-hook-btrfs'
 'btrfs-scrub@.service'
@@ -25,6 +26,7 @@
 options=(!staticlibs)
 sha224sums=('SKIP'
 '66d14e47b545efef1c91db6efc788827c2a409abe2331983029ef59b'
+'be27a09faa7f6f1e186f69c977f09dfa0e932d0d815066dad1d59ee6'
 '9a20f841f572d97eaecaa25f5641eee143bc4c5ded79198b15d6691d'
 '650621f98192cc9c8cc4ecfdcf560db88011dbc07c5df1d7bdae0ae2'
 'c1477fc473324a7f3057f3e5e258b6462d596d1447fad8651ccb872c'


[arch-commits] Commit in btrfs-progs/repos (7 files)

2019-10-23 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, October 23, 2019 @ 16:49:37
  Author: seblu
Revision: 365397

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 365396, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 365396, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 365396, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 365396, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 365396, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 365396, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 134 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 365396, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-23 16:49:37 UTC (rev 365397)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.3
+pkgrel=2
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+
"https://patch-diff.githubusercontent.com/raw/kdave/btrfs-progs/pull/216.patch";
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha224sums=('SKIP'
+'66d14e47b545efef1c91db6efc788827c2a409abe2331983029ef59b'
+'be27a09faa7f6f1e186f69c977f09dfa0e932d0d815066dad1d59ee6'
+'9a20f841f572d97eaecaa25f5641eee143bc4c5ded79198b15d6691d'
+'650621f98192cc9c8cc4ecfdcf560db88011dbc07c5df1d7bdae0ae2'
+'c1477fc473324a7f3057f3e5e258b6462d596d1447fad8651ccb872c'
+'1425cb4ded552dc69048f46147ecf5d3b8879e65ec0893d0dca149a2')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 365396, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2019-10-23 16:49:37 UTC (rev 365397)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testi

[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 16:45:49
  Author: felixonmars
Revision: 518734

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 518733, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:45:37 UTC (rev 518733)
+++ PKGBUILD2019-10-23 16:45:49 UTC (rev 518734)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.24
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f02c655ec48fa3c4420071eac9cc54f60703712928048d08d9b921dfb1c9af2d95261a86c5e567115abcbed15c8a0cc846b5206d23b22a04a6fa3beede8a2433')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 518733, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 16:45:49 UTC (rev 518734)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.25
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('076b4081c9446f2d55ca8378719a79666fa26a6ef68d0575736b9921ca0dc01d1c05b25065a2355e3faec64624a03b36c380ee68cd614146af21981f18a90282')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 16:45:37
  Author: felixonmars
Revision: 518733

upgpkg: npm-check-updates 3.1.25-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:26:51 UTC (rev 518732)
+++ PKGBUILD2019-10-23 16:45:37 UTC (rev 518733)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.24
+pkgver=3.1.25
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f02c655ec48fa3c4420071eac9cc54f60703712928048d08d9b921dfb1c9af2d95261a86c5e567115abcbed15c8a0cc846b5206d23b22a04a6fa3beede8a2433')
+sha512sums=('076b4081c9446f2d55ca8378719a79666fa26a6ef68d0575736b9921ca0dc01d1c05b25065a2355e3faec64624a03b36c380ee68cd614146af21981f18a90282')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-10-23 Thread Pierre Schmitz via arch-commits
Date: Wednesday, October 23, 2019 @ 16:36:27
  Author: pierre
Revision: 365395

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 365394, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 365394, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 365394, php/trunk/apache.patch)
  php/repos/extra-x86_64/enchant-2.patch
(from rev 365394, php/trunk/enchant-2.patch)
  php/repos/extra-x86_64/freetype.patch
(from rev 365394, php/trunk/freetype.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 365394, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 365394, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 365394, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 365394, 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/enchant-2.patch
  php/repos/extra-x86_64/freetype.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 |  684 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 enchant-2.patch  |  122 -
 freetype.patch   |   76 ++---
 generate_patches |   94 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 9 files changed, 664 insertions(+), 664 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:36:04 UTC (rev 365394)
+++ PKGBUILD2019-10-23 16:36:27 UTC (rev 365395)
@@ -1,342 +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=7.3.10
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://secure.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')
-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'
-'enchant-2.patch' 'freetype.patch')
-sha256sums=('42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906'
-'SKIP'
-'62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'3de3c76930874c81824c23aa033cb9e66631659fd31f925d7c58f0479aeb18a9'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'07627f57bbc5559a63bfc77e21edd4e2a5d3aa15fed4d9dfe00e877dd31b7c9f'
-'3992491eebaf5b31f6b00095a7276d11682f9a8aaff473bfb25afbdcfa6eba32'
-'07c4648669dc05afc3c1ad5a4739768079c423b817eabf5296ca3d1ea5ffd163')
-validpgpkeys=('CBAF69F173A0FEA4B537F470D66C9593118BCCB6'
-  'F38252826ACD957EF380D39F2F7956BC5DA04B5D')
-
-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
-   patch -p1 -i ${srcdir}/enchant-2.patch
-   patch -p1 -i ${srcdir}/freetype.patch
-   autoconf
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   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 \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-intl=shared \
-   --enable-mbstrin

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

2019-10-23 Thread Pierre Schmitz via arch-commits
Date: Wednesday, October 23, 2019 @ 16:36:04
  Author: pierre
Revision: 365394

upgpkg: php 7.3.11-1

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.patch

---+
 PKGBUILD  |6 +++---
 php-fpm.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:05:45 UTC (rev 365393)
+++ PKGBUILD2019-10-23 16:36:04 UTC (rev 365394)
@@ -20,7 +20,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=7.3.10
+pkgver=7.3.11
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -31,11 +31,11 @@
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
 'enchant-2.patch' 'freetype.patch')
-sha256sums=('42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906'
+sha256sums=('657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021'
 'SKIP'
 '62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'3de3c76930874c81824c23aa033cb9e66631659fd31f925d7c58f0479aeb18a9'
+'7ae4870d54340ee5be5a4fbb61bf81d3bfa33fa3b8d59bafcfa17509e2775234'
 '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
 '07627f57bbc5559a63bfc77e21edd4e2a5d3aa15fed4d9dfe00e877dd31b7c9f'
 '3992491eebaf5b31f6b00095a7276d11682f9a8aaff473bfb25afbdcfa6eba32'

Modified: php-fpm.patch
===
--- php-fpm.patch   2019-10-23 16:05:45 UTC (rev 365393)
+++ php-fpm.patch   2019-10-23 16:36:04 UTC (rev 365394)
@@ -52,7 +52,7 @@
  ;listen.mode = 0660
  ; When POSIX Access Control Lists are supported you can set them using
  ; these options, value is a comma separated list of user/group names.
-@@ -362,7 +362,7 @@
+@@ -370,7 +370,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot


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

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 16:26:43
  Author: svenstaro
Revision: 518731

upgpkg: ansible 2.8.6-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 16:25:19 UTC (rev 518730)
+++ PKGBUILD2019-10-23 16:26:43 UTC (rev 518731)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Daniel Wallace 
 # Contributor: Chris 
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -30,7 +30,7 @@
 makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('6555b9a3d3d8298410e54f7116d92fc1978bef185a5136cfb809c1942b08b96c562af9e0d6d1a25eee5a4024d309b6713ce27836857b428a7c362e26efb53777')
+sha512sums=('8e29644b4651e72bd3fbd4ca91c2a36b76e5dde9bb445d3c6e0061c315eb66e1bc507729b70d82998c1cbb25f3ef0e20d281ab8354a047193e60bf4831938418')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 16:26:51
  Author: svenstaro
Revision: 518732

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 518731, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:26:43 UTC (rev 518731)
+++ PKGBUILD2019-10-23 16:26:51 UTC (rev 518732)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.8.5
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
-provides=('python-ansible')
-replaces=('python-ansible')
-conflicts=('python-ansible')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-pyopenssl: openssl modules'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-jmespath: json_query support'
-'acme-tiny: openssl_certificate module')
-makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('6555b9a3d3d8298410e54f7116d92fc1978bef185a5136cfb809c1942b08b96c562af9e0d6d1a25eee5a4024d309b6713ce27836857b428a7c362e26efb53777')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 518731, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 16:26:51 UTC (rev 518732)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+provides=('python-ansible')
+replaces=('python-ansible')
+conflicts=('python-ansible')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-pyopenssl: openssl modules'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-jmespath: json_query support'
+'acme-tiny: openssl_certificate module')
+makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
+sha512sums=('8e29644b4651e72bd3fbd4ca91c2a36b76e5dde9bb445d3c6e0061c315eb66e1bc507729b70d82998c1cbb25f3ef0e20d281ab8354a047193e60bf4831938418')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


[arch-commits] Commit in gitlab-runner/repos/community-x86_64 (12 files)

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 16:25:19
  Author: svenstaro
Revision: 518730

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 518729, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 518729, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 518729, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 518729, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 518729, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 518729, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  134 +++
 config.toml|2 
 gitlab-runner.install  |   12 ++--
 gitlab-runner.service  |   34 +--
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:25:05 UTC (rev 518729)
+++ PKGBUILD2019-10-23 16:25:19 UTC (rev 518730)
@@ -1,67 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=12.3.0
-pkgrel=2
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go-pie' 'git' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-   "prebuilt-${pkgver}-arm.tar.xz")
-
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver}";
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz";
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz";
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('11b8234509c538ec62c9ce8eeb985590b852f657a4c5dd2d59c808739da16f044d7f3bd8fd1de0cbc26397aa2737904183936f05773bd493d5576fc34cbfb692'
-
'51a476d22af110ca65c6517827e1b19a3f45dc8f92c654dc4ae2f8879f9361928c1d7a78154630a0539bc8e7de3c2190ea83effd2292a53acdeaa270a360c770'
-
'db7a89fa68ea37b60e35b43c979750b8b06fb724c1a85cac399d7343b891e947fadf36793e782c56fdaecd0c521203ab921aa7ab493ea949011c490ea3adb926'
-
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
-
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
-
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
-
'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
-
-_srcdir="gitlab-runner-v${pkgver}-"
-
-prepare() {
-local revision=$(ls -d ${_srcdir}* | rev | cut -c 33-40 | rev)
-
-mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
-ln -sf "${srcdir}/${_srcdir}"* 
"${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-local version=$(cat VERSION)
-
-sed -i "s/export VERSION.*/export VERSION = $version/" Makefile
-sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
-
-make version
-
-ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
-}
-
-build() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-make BUILD_PLATFORMS='-osarch linux/amd64' build
-}
-
-package() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
-install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
-install -Dm644 "${srcdir}/gitlab-

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

2019-10-23 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 23, 2019 @ 16:25:05
  Author: svenstaro
Revision: 518729

upgpkg: gitlab-runner 12.4.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 15:53:50 UTC (rev 518728)
+++ PKGBUILD2019-10-23 16:25:05 UTC (rev 518729)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=12.3.0
-pkgrel=2
+pkgver=12.4.0
+pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-runner'
@@ -23,9 +23,9 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('11b8234509c538ec62c9ce8eeb985590b852f657a4c5dd2d59c808739da16f044d7f3bd8fd1de0cbc26397aa2737904183936f05773bd493d5576fc34cbfb692'
-
'51a476d22af110ca65c6517827e1b19a3f45dc8f92c654dc4ae2f8879f9361928c1d7a78154630a0539bc8e7de3c2190ea83effd2292a53acdeaa270a360c770'
-
'db7a89fa68ea37b60e35b43c979750b8b06fb724c1a85cac399d7343b891e947fadf36793e782c56fdaecd0c521203ab921aa7ab493ea949011c490ea3adb926'
+sha512sums=('ab81232a977e14c0ac1ce370ce997add1d950ab2966e33e783450ff9f54f78d6f0d3b80cdc5556140d304b153587dc1a0710cae7265f526767a72ace70981570'
+
'18eb3b15aa260ce56278e5c8781246eceb9c56909c45bbf779f56027b702684a79756fb1b113d0a385f92d55a40f53e3937ac0e7e3bd1efa39462d9f7008a5d3'
+
'7b834028af8a912e0238b64af9e327a2cda0a9c71a989e8749aa04c191a1ac00bcc1da4a6133fa82f9947879d867819735d31f9efb624cfe1987eaf988a386db'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 23, 2019 @ 16:05:25
  Author: arojas
Revision: 365392

Update to 3.5.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 15:54:03 UTC (rev 365391)
+++ PKGBUILD2019-10-23 16:05:25 UTC (rev 365392)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="GTK frontend for libqalculate"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool rarian)
 optdepends=('yelp: for displaying the help')
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('7461a0ce144761fcacc235e26994f081cb4cdee2')
+sha1sums=('96d951d995b3d91e430381bf43f8e3d5309d93b4')
 
 build() {
   cd $pkgname-$pkgver


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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 23, 2019 @ 16:05:45
  Author: arojas
Revision: 365393

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD
(from rev 365392, qalculate-gtk/trunk/PKGBUILD)
Deleted:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 16:05:25 UTC (rev 365392)
+++ PKGBUILD2019-10-23 16:05:45 UTC (rev 365393)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgname=qalculate-gtk
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GTK frontend for libqalculate"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libqalculate gtk3)
-makedepends=(intltool rarian)
-optdepends=('yelp: for displaying the help')
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('7461a0ce144761fcacc235e26994f081cb4cdee2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 365392, 
qalculate-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 16:05:45 UTC (rev 365393)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libqalculate gtk3)
+makedepends=(intltool rarian)
+optdepends=('yelp: for displaying the help')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('96d951d995b3d91e430381bf43f8e3d5309d93b4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 15:53:36
  Author: felixonmars
Revision: 518727

upgpkg: nodejs 13.0.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 15:09:44 UTC (rev 518726)
+++ PKGBUILD2019-10-23 15:53:36 UTC (rev 518727)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=12.13.0
+pkgver=13.0.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";)
-sha512sums=('4698b7f9fed657ca1707c33dbf5892dea396c3e049ece38e77db02ce80573ee1ad548d1103cdc963861d814288e579ae6332f9885258d511c4861df9ce40b7c3')
+sha512sums=('1dd02bb4e58e493939abaf64f78e59cc13cf33c7a368e56e648de6b2a4593074317854fe255a052167ffcb70e2e57b36343be6710d447f488ec8a213febbf7f1')
 
 prepare() {
   cd node-$pkgver


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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 23, 2019 @ 15:54:03
  Author: arojas
Revision: 365391

archrelease: copy trunk to extra-x86_64

Added:
  libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 365390, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 15:53:40 UTC (rev 365390)
+++ PKGBUILD2019-10-23 15:54:03 UTC (rev 365391)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('752d975c3e2cd3ff5827fde5f6d4554a2e5c436826ba8af9cb0623f82615dc60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 365390, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 15:54:03 UTC (rev 365391)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('fb7aebc2200ca8b570635a4c359193e2727b89c780d1e21b75f0466acf8955c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 23, 2019 @ 15:53:40
  Author: arojas
Revision: 365390

Update to 3.5.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 14:55:30 UTC (rev 365389)
+++ PKGBUILD2019-10-23 15:53:40 UTC (rev 365390)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('752d975c3e2cd3ff5827fde5f6d4554a2e5c436826ba8af9cb0623f82615dc60')
+sha256sums=('fb7aebc2200ca8b570635a4c359193e2727b89c780d1e21b75f0466acf8955c9')
 
 build() {
   cd $pkgname-$pkgver


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 15:53:50
  Author: felixonmars
Revision: 518728

archrelease: copy trunk to community-testing-x86_64

Added:
  nodejs/repos/community-testing-x86_64/
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 518727, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/rebuild.list
(from rev 518727, nodejs/trunk/rebuild.list)

--+
 PKGBUILD |   72 +
 rebuild.list |2 +
 2 files changed, 74 insertions(+)

Copied: nodejs/repos/community-testing-x86_64/PKGBUILD (from rev 518727, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-23 15:53:50 UTC (rev 518728)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=13.0.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";)
+sha512sums=('1dd02bb4e58e493939abaf64f78e59cc13cf33c7a368e56e648de6b2a4593074317854fe255a052167ffcb70e2e57b36343be6710d447f488ec8a213febbf7f1')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-x86_64/rebuild.list (from rev 518727, 
nodejs/trunk/rebuild.list)
===
--- community-testing-x86_64/rebuild.list   (rev 0)
+++ community-testing-x86_64/rebuild.list   2019-10-23 15:53:50 UTC (rev 
518728)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 15:09:44
  Author: jelle
Revision: 518726

Make buildah full relro by passing ${LDFLAGS}

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 14:55:31 UTC (rev 518725)
+++ PKGBUILD2019-10-23 15:09:44 UTC (rev 518726)
@@ -27,7 +27,7 @@
 build() {
   export GOPATH="${srcdir}"
   cd src/github.com/containers/buildah
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp" 
EXTRALDFLAGS="-ldflags '-extldflags ${LDFLAGS}'"
 }
 
 package() {


[arch-commits] Commit in lib32-librsvg/repos/multilib-x86_64 (4 files)

2019-10-23 Thread Jan Steffens via arch-commits
Date: Wednesday, October 23, 2019 @ 14:55:31
  Author: heftig
Revision: 518725

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 518724, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 518724, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  120 
 multilib.diff |   66 +++---
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 14:55:15 UTC (rev 518724)
+++ PKGBUILD2019-10-23 14:55:31 UTC (rev 518725)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.46.2
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg";
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
-makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-_commit=fbf5f6d127575ee71eb18fd1538369e9ddd2f669  # tags/2.46.2^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
-multilib.diff)
-sha256sums=('SKIP'
-'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Hack to cross-compile rust only
-  patch -Np1 -i ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --disable-vala --disable-gtk-doc 
--disable-introspection --libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # e.g. 91-nonzero-translation-ref.png's background is only 95% transparent,
-  # while 91-nonzero-translation-out.png is 100% transparent
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 518724, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 14:55:31 UTC (rev 518725)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.46.3
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg";
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
+makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
+_commit=0e937607c3db0f53ce9799b7c61730641a70fbbe  # tags/2.46.3^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
+multilib.diff)
+sha256sums=('SKIP'
+'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Hack to cross-compile rust only
+  patch -Np1 -i ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --disable-vala --disable-gtk-doc 
--disable-introspection --libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # e.g. 91-nonzero-translation-ref.png's background is only 95% transparent,
+  # while 91-nonzero-translation-out.png is 100% transparent
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: multilib.diff
===
--- multilib.diff   2019-10-23 14:55:15 UTC (rev 518724)
+++ multilib.diff   2019-10-23 14:55:31 UTC (rev 518725)
@@ -1,33 +0,0 @@
- Makefile.am  | 2 --
- configure.ac | 4 +---
- 2 files changed, 1 insertion(+), 5 deletions(-)
-
-diff --git c/Makefile.am i/Makefile.am
-index acf51182..8fd9eb8f 100644
 c/Makefile.am
-+++ i/Makefile.am
-@@ -133,9 +133,7 @@ else
- CARGO_RELEASE_ARGS=--release
- endif
- 
--if CROSS_COMPILING
- CARGO_TARGET_ARGS=--target=$(RUST_TARGET)
--endif
- 
- CARGO_VERBOSE = $(cargo_verbose_$(V))
- cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT

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

2019-10-23 Thread Jan Steffens via arch-commits
Date: Wednesday, October 23, 2019 @ 14:55:16
  Author: heftig
Revision: 365388

2.46.3-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 13:37:22 UTC (rev 365387)
+++ PKGBUILD2019-10-23 14:55:16 UTC (rev 365388)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.46.2
+pkgver=2.46.3
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
 makedepends=(gobject-introspection vala gtk-doc git rust)
-_commit=fbf5f6d127575ee71eb18fd1538369e9ddd2f669  # tags/2.46.2^0
+_commit=0e937607c3db0f53ce9799b7c61730641a70fbbe  # tags/2.46.3^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-10-23 Thread Jan Steffens via arch-commits
Date: Wednesday, October 23, 2019 @ 14:55:15
  Author: heftig
Revision: 518724

2.46.3-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 14:35:14 UTC (rev 518723)
+++ PKGBUILD2019-10-23 14:55:15 UTC (rev 518724)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.46.2
+pkgver=2.46.3
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg";
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
 makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-_commit=fbf5f6d127575ee71eb18fd1538369e9ddd2f669  # tags/2.46.2^0
+_commit=0e937607c3db0f53ce9799b7c61730641a70fbbe  # tags/2.46.3^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";
 multilib.diff)
 sha256sums=('SKIP'


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

2019-10-23 Thread Jan Steffens via arch-commits
Date: Wednesday, October 23, 2019 @ 14:55:30
  Author: heftig
Revision: 365389

archrelease: copy trunk to extra-x86_64

Added:
  librsvg/repos/extra-x86_64/PKGBUILD
(from rev 365388, librsvg/trunk/PKGBUILD)
Deleted:
  librsvg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 14:55:16 UTC (rev 365388)
+++ PKGBUILD2019-10-23 14:55:30 UTC (rev 365389)
@@ -1,48 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.46.2
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg";
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(gobject-introspection vala gtk-doc git rust)
-_commit=fbf5f6d127575ee71eb18fd1538369e9ddd2f669  # tags/2.46.2^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Reftests are probably broken
-  # e.g. 91-nonzero-translation-ref.png's background is only 95% transparent,
-  # while 91-nonzero-translation-out.png is 100% transparent
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 365388, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 14:55:30 UTC (rev 365389)
@@ -0,0 +1,48 @@
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.46.3
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg";
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango libcroco)
+makedepends=(gobject-introspection vala gtk-doc git rust)
+_commit=0e937607c3db0f53ce9799b7c61730641a70fbbe  # tags/2.46.3^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Reftests are probably broken
+  # e.g. 91-nonzero-translation-ref.png's background is only 95% transparent,
+  # while 91-nonzero-translation-out.png is 100% transparent
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 14:35:14
  Author: jelle
Revision: 518723

build with full relro

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 13:37:29 UTC (rev 518722)
+++ PKGBUILD2019-10-23 14:35:14 UTC (rev 518723)
@@ -6,7 +6,7 @@
 pkgver=2019.10.11
 _timever=T00:38:09Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc='Object storage server compatible with Amazon S3'
 arch=('x86_64')
 url='https://minio.io'
@@ -32,7 +32,7 @@
   sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
   sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
   sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-  GO111MODULE=on go build
+  GO111MODULE=on go build -ldflags "-extldflags $LDFLAGS"
 }
 
 package() {


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:37:22
  Author: felixonmars
Revision: 365387

archrelease: copy trunk to extra-x86_64

Added:
  libuv/repos/extra-x86_64/PKGBUILD
(from rev 365386, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 13:37:09 UTC (rev 365386)
+++ PKGBUILD2019-10-23 13:37:22 UTC (rev 365387)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.33.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('x86_64')
-url="https://github.com/libuv/libuv";
-license=('custom')
-depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707')
-
-build() {
-   cd $pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}

Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 365386, 
libuv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 13:37:22 UTC (rev 365387)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.33.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc' 'libnsl')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5')
+
+build() {
+   cd $pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:37:15
  Author: felixonmars
Revision: 518721

upgpkg: python-keystoneclient 3.22.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 13:20:27 UTC (rev 518720)
+++ PKGBUILD2019-10-23 13:37:15 UTC (rev 518721)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-keystoneclient
-pkgver=3.21.0
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 
'python-lxml'
   'python-testresources')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
-sha512sums=('6fc9c82d3a913be13828ddc5e6e5a0059855a9413e30aecee4f801d513ffc524c70cc074bdae742f9bed09913d2afc548d75486c499596fe721cac7598b37c81')
+sha512sums=('1fa668df36abc7073c938bca9b44b0b6856b3c48d66f750fd8edaf742f63240ed01bb55dd6233f2c379a539f71c9929683b75b844f66fa13554e4d4cb5376e04')
 
 export PBR_VERSION=$pkgver
 


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:37:09
  Author: felixonmars
Revision: 365386

upgpkg: libuv 1.33.1-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 12:12:44 UTC (rev 365385)
+++ PKGBUILD2019-10-23 13:37:09 UTC (rev 365386)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.33.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc' 'libnsl')
 makedepends=('python-sphinx')
 
source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707')
+sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5')
 
 build() {
cd $pkgname-$pkgver


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:37:29
  Author: felixonmars
Revision: 518722

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 13:37:15 UTC (rev 518721)
+++ PKGBUILD2019-10-23 13:37:29 UTC (rev 518722)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-keystoneclient
-pkgver=3.21.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/python-keystoneclient/latest/";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
- 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
- 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 
'python-lxml'
-  'python-testresources')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
-sha512sums=('6fc9c82d3a913be13828ddc5e6e5a0059855a9413e30aecee4f801d513ffc524c70cc074bdae742f9bed09913d2afc548d75486c499596fe721cac7598b37c81')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-keystoneclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-keystoneclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-keystoneclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 518721, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 13:37:29 UTC (rev 518722)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-keystoneclient
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/python-keystoneclient/latest/";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
+ 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
+ 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 
'python-lxml'
+  'python-testresources')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
+sha512sums=('1fa668df36abc7073c938bca9b44b0b6856b3c48d66f750fd8edaf742f63240ed01bb55dd6233f2c379a539f71c9929683b75b844f66fa13554e4d4cb5376e04')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-keystoneclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-keystoneclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-keystoneclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-10-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 23, 2019 @ 13:20:27
  Author: polyzen
Revision: 518720

Move autogen.sh to prepare()

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 13:01:03 UTC (rev 518719)
+++ PKGBUILD2019-10-23 13:20:27 UTC (rev 518720)
@@ -12,8 +12,8 @@
 
 depends=('fakeroot' 'pacman' 'perl')
 makedepends=('asciidoc')
-optdepends=('mlocate: pacdiff'
-'findutils: pacdiff')
+optdepends=('findutils: pacdiff'
+'mlocate: pacdiff')
 
 
source=("https://git.archlinux.org/pacman-contrib.git/snapshot/pacman-contrib-$pkgver.tar".{gz,asc})
 sha256sums=('317f53819e35647a19138cb0d68e16206af4a80f52115a7cd622c4a367f914b7'
@@ -20,10 +20,15 @@
 'SKIP')
 validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg 

 
+prepare() {
+  cd pacman-contrib-$pkgver
+
+  ./autogen.sh
+}
+
 build() {
   cd pacman-contrib-$pkgver
 
-  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:01:03
  Author: felixonmars
Revision: 518719

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-migrate/repos/community-any/PKGBUILD
(from rev 518718, python-sqlalchemy-migrate/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-migrate/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 13:00:31 UTC (rev 518718)
+++ PKGBUILD2019-10-23 13:01:03 UTC (rev 518719)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-sqlalchemy-migrate
-pkgname=(python-sqlalchemy-migrate python2-sqlalchemy-migrate)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Database schema migration for SQLAlchemy"
-arch=('any')
-url="https://pypi.python.org/pypi/sqlalchemy-migrate/$pkgver";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-sqlalchemy'
- 'python2-sqlalchemy' 'python-decorator' 'python2-decorator' 
'python-sqlparse'
- 'python2-sqlparse' 'python-tempita' 'python2-tempita')
-checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
-  'python-scripttest' 'python2-scripttest' 'python-ibm-db-sa' 
'python2-ibm-db-sa'
-  'mysql-python' 'python2-psycopg2')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/sqlalchemy-migrate/archive/$pkgver.tar.gz";)
-sha512sums=('95f3a705bd119ea27b17607c2adfd5f88b979640fe5ed1b309d3aea369b63feb205491e3a8a749a48d62c1b5430aa91658b82faf35f26bd8d95b6c15b2a69fde')
-
-prepare() {
-  cp -a sqlalchemy-migrate-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-sqlalchemy-migrate() {
-  depends=('python-six' 'python-pbr' 'python-sqlalchemy' 'python-decorator' 
'python-sqlparse'
-   'python-tempita')
-
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-sqlalchemy-migrate() {
-  depends=('python2-six' 'python2-pbr' 'python2-sqlalchemy' 
'python2-decorator' 'python2-sqlparse'
-   'python2-tempita')
-
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/migrate{,2}
-  mv "$pkgdir"/usr/bin/migrate-repository{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sqlalchemy-migrate/repos/community-any/PKGBUILD (from rev 
518718, python-sqlalchemy-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 13:01:03 UTC (rev 518719)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-sqlalchemy-migrate
+pkgname=(python-sqlalchemy-migrate python2-sqlalchemy-migrate)
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Database schema migration for SQLAlchemy"
+arch=('any')
+url="https://pypi.python.org/pypi/sqlalchemy-migrate/$pkgver";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-sqlalchemy'
+ 'python2-sqlalchemy' 'python-decorator' 'python2-decorator' 
'python-sqlparse'
+ 'python2-sqlparse' 'python-tempita' 'python2-tempita')
+checkdepends=('python-mock' 'python-testrepository' 'python-scripttest' 
'python-ibm-db-sa')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://opendev.org/x/sqlalchemy-migrate/archive/$pkgver.tar.gz";)
+sha512sums=('3ae1140cb17ea24db7423a8cb62d667620333c8ed559f6bfd6eecfb35f829c9f9c4918f41f8f723d89bcb3c51d6b803e5cbdc30cb485c8cdfc140caaf1d981f0')
+
+prepare() {
+  cp -a sqlalchemy-migrate{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/sqlalchemy-migrate
+  python setup.py build
+
+  cd "$srcdir"/sqlalchemy-migrate-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sqlalchemy-migrate
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr || warning "Tests 
failed"
+}
+
+package_python-sqlalchemy-migrate() {
+  depends=('python-six' 'python-pbr' 'python-sqlalchemy' 'python-decorator' 
'python-sqlparse'
+   'python-tempita')
+
+  cd "$srcdir"/sqlalchemy-migrate
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-sqlalchemy-migrate() {
+  depends=('python2-six' 'python2-pbr' 'py

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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 13:00:31
  Author: felixonmars
Revision: 518718

upgpkg: python-sqlalchemy-migrate 0.13.0-1

Modified:
  python-sqlalchemy-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 12:28:58 UTC (rev 518717)
+++ PKGBUILD2019-10-23 13:00:31 UTC (rev 518718)
@@ -2,7 +2,7 @@
 
 pkgbase=python-sqlalchemy-migrate
 pkgname=(python-sqlalchemy-migrate python2-sqlalchemy-migrate)
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Database schema migration for SQLAlchemy"
 arch=('any')
@@ -11,33 +11,29 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-sqlalchemy'
  'python2-sqlalchemy' 'python-decorator' 'python2-decorator' 
'python-sqlparse'
  'python2-sqlparse' 'python-tempita' 'python2-tempita')
-checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
-  'python-scripttest' 'python2-scripttest' 'python-ibm-db-sa' 
'python2-ibm-db-sa'
-  'mysql-python' 'python2-psycopg2')
+checkdepends=('python-mock' 'python-testrepository' 'python-scripttest' 
'python-ibm-db-sa')
 options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/sqlalchemy-migrate/archive/$pkgver.tar.gz";)
-sha512sums=('95f3a705bd119ea27b17607c2adfd5f88b979640fe5ed1b309d3aea369b63feb205491e3a8a749a48d62c1b5430aa91658b82faf35f26bd8d95b6c15b2a69fde')
+source=("$pkgbase-$pkgver.tar.gz::https://opendev.org/x/sqlalchemy-migrate/archive/$pkgver.tar.gz";)
+sha512sums=('3ae1140cb17ea24db7423a8cb62d667620333c8ed559f6bfd6eecfb35f829c9f9c4918f41f8f723d89bcb3c51d6b803e5cbdc30cb485c8cdfc140caaf1d981f0')
 
 prepare() {
-  cp -a sqlalchemy-migrate-$pkgver{,-py2}
+  cp -a sqlalchemy-migrate{,-py2}
 
   export PBR_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
+  cd "$srcdir"/sqlalchemy-migrate
   python setup.py build
 
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
+  cd "$srcdir"/sqlalchemy-migrate-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+  cd "$srcdir"/sqlalchemy-migrate
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr || warning "Tests 
failed"
 }
 
 package_python-sqlalchemy-migrate() {
@@ -44,7 +40,7 @@
   depends=('python-six' 'python-pbr' 'python-sqlalchemy' 'python-decorator' 
'python-sqlparse'
'python-tempita')
 
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver
+  cd "$srcdir"/sqlalchemy-migrate
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -52,7 +48,7 @@
   depends=('python2-six' 'python2-pbr' 'python2-sqlalchemy' 
'python2-decorator' 'python2-sqlparse'
'python2-tempita')
 
-  cd "$srcdir"/sqlalchemy-migrate-$pkgver-py2
+  cd "$srcdir"/sqlalchemy-migrate-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   mv "$pkgdir"/usr/bin/migrate{,2}


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

2019-10-23 Thread Jan Steffens via arch-commits
Date: Wednesday, October 23, 2019 @ 12:12:44
  Author: heftig
Revision: 365385

Copy changes from firefox-nightly

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/firefox-symbolic.svg

--+
 PKGBUILD |   35 +++---
 firefox-symbolic.svg |   64 -
 2 files changed, 20 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 09:47:21 UTC (rev 365384)
+++ PKGBUILD2019-10-23 12:12:44 UTC (rev 365385)
@@ -23,13 +23,12 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 no-relinking.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
-$pkgname.desktop firefox-symbolic.svg)
+$pkgname.desktop)
 sha256sums=('cd9f2902753831c07c4b2ee64f7826f33ca1123add6440dc34abe3ff173a0cc6'
 'SKIP'
 '2dc9d1aa5eb7798c89f46478f254ae61e4122b4d1956d6044426288627d8a014'
 'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
-'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
-'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
+'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -159,8 +158,8 @@
   cd firefox-$pkgver
   DESTDIR="$pkgdir" ./mach install
 
-  _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
-  install -Dm644 /dev/stdin "$_vendorjs" 
-  
-
-  
-image/svg+xml
-http://purl.org/dc/dcmitype/StillImage"; />
-Gnome Symbolic Icon Theme
-  
-
-  
-  
-  
-
-  
-  Gnome Symbolic Icon Theme
-  
-


[arch-commits] Commit in react-native-debugger/repos/community-any (8 files)

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Wednesday, October 23, 2019 @ 10:57:01
  Author: tensor5
Revision: 518680

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 518679, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 518679, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 518679, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 518679, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js

---+
 PKGBUILD  |  102 
 iconPath.patch|   22 
 react-native-debugger.desktop |   16 +++---
 react-native-debugger.js  |   58 +++---
 4 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 10:56:13 UTC (rev 518679)
+++ PKGBUILD2019-10-23 10:57:01 UTC (rev 518680)
@@ -1,51 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.10.1
-_commit=f6dc5978dfaa1374e6735d1d8e33a1bdcc177dc1
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'yarn')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
-'iconPath.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js')
-sha256sums=('SKIP'
-'9a6343d3d84a7847e8c6215fa562267f7016b38c2990c15f056236c72e54a2e7'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-}
-
-build() {
-cd ${pkgname}
-
-yarn --ignore-scripts
-cd dist
-yarn
-node ../scripts/patch-modules.js
-cd ..
-yarn build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 518679, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 10:57:01 UTC (rev 518680)
@@ -0,0 +1,51 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.10.2
+_commit=231f91a9aa919a4f3cfad76952a700d0196247d6
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'yarn')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js')
+sha256sums=('SKIP'
+'9a6343d3d84a7847e8c6215fa562267f7016b38c2990c15f056236c72e54a2e7'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../iconPath.patch
+}
+
+build() {
+cd ${pkgname}
+
+yarn --ignore-scripts
+cd dist
+yarn
+node ../scripts/patch-modules.js
+cd ..
+yarn build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Deleted: iconPath.patch
===
--- iconPath.patc

[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD)

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Wednesday, October 23, 2019 @ 10:56:13
  Author: tensor5
Revision: 518679

upgpkg: react-native-debugger 0.10.2-1

Modified:
  react-native-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 10:42:57 UTC (rev 518678)
+++ PKGBUILD2019-10-23 10:56:13 UTC (rev 518679)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.10.1
-_commit=f6dc5978dfaa1374e6735d1d8e33a1bdcc177dc1
+pkgver=0.10.2
+_commit=231f91a9aa919a4f3cfad76952a700d0196247d6
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 10:42:57
  Author: felixonmars
Revision: 518678

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 518677, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-23 10:42:57 UTC (rev 518678)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.31
+pkgrel=11
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b0afe21f398a16a2e9d6e94ecb643fc5a259e1f60504ce50acd90ae31ae2e14d0925afb66f9593ff2a9bb016e39ab612027e836ece8ede665c66badac3386d01')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic --disable-library-vanilla \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


  1   2   3   >