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

2019-09-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 11, 2019 @ 04:54:11
  Author: foutrelis
Revision: 362187

upgpkg: flashplugin 32.0.0.255-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-11 04:40:22 UTC (rev 362186)
+++ PKGBUILD2019-09-11 04:54:11 UTC (rev 362187)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.238
+pkgver=32.0.0.255
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('3a711c50396819ead949598b0c0bb960ac923172f9d9b6e3db7790dfa4d6fb15'
-'0268ebab5dbce2be8941c64f3402edd8c34a245206cf2e5e15ba13bf9e246277')
+sha256sums=('8733f23dfb8f23811f703580776648d144075aea843299c3ec890d1ed5a47a62'
+'dae18bef50df180a139bd16b31e581168a18772e43cc0269dbbbf746d3eae8cc')
 
 prepare() {
   local _dir


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

2019-09-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 11, 2019 @ 04:54:16
  Author: foutrelis
Revision: 362188

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 362187, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-11 04:54:11 UTC (rev 362187)
+++ PKGBUILD2019-09-11 04:54:16 UTC (rev 362188)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.238
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('3a711c50396819ead949598b0c0bb960ac923172f9d9b6e3db7790dfa4d6fb15'
-'0268ebab5dbce2be8941c64f3402edd8c34a245206cf2e5e15ba13bf9e246277')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 362187, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-11 04:54:16 UTC (rev 362188)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.255
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('8733f23dfb8f23811f703580776648d144075aea843299c3ec890d1ed5a47a62'
+'dae18bef50df180a139bd16b31e581168a18772e43cc0269dbbbf746d3eae8cc')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 11, 2019 @ 04:40:22
  Author: foutrelis
Revision: 362186

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 362185, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 362185, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 362185, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 362185, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 362185, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 362185, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
(from rev 362185, 
chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch)
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
(from rev 362185, chromium/trunk/include-limits-in-web_time_range.cc.patch)
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
(from rev 362185, chromium/trunk/include-memory-in-one_euro_filter.h.patch)
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch
(from rev 362185, chromium/trunk/link-against-harfbuzz-subset.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

+
 PKGBUILD   |  446 +++
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   20 
 chromium-system-zlib.patch |   25 
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  135 
 include-limits-in-web_time_range.cc.patch  |   31 +
 include-memory-in-one_euro_filter.h.patch  |   32 +
 link-against-harfbuzz-subset.patch |   55 +
 10 files changed, 587 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-11 04:40:11 UTC (rev 362185)
+++ PKGBUILD2019-09-11 04:40:22 UTC (rev 362186)
@@ -1,209 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=76.0.3809.132
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see 

[arch-commits] Commit in chromium/trunk (7 files)

2019-09-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 11, 2019 @ 04:40:11
  Author: foutrelis
Revision: 362185

upgpkg: chromium 77.0.3865.75-1

New upstream release.

Added:
  chromium/trunk/chromium-system-icu.patch
  chromium/trunk/chromium-system-zlib.patch
  chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch
  chromium/trunk/include-limits-in-web_time_range.cc.patch
  chromium/trunk/include-memory-in-one_euro_filter.h.patch
  chromium/trunk/link-against-harfbuzz-subset.patch
Modified:
  chromium/trunk/PKGBUILD

+
 PKGBUILD   |   34 +++
 chromium-system-icu.patch  |   20 ++
 chromium-system-zlib.patch |   25 ++
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  135 +++
 include-limits-in-web_time_range.cc.patch  |   31 +++
 include-memory-in-one_euro_filter.h.patch  |   32 +++
 link-against-harfbuzz-subset.patch |   55 ++
 7 files changed, 329 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 23:01:45 UTC (rev 362184)
+++ PKGBUILD2019-09-11 04:40:11 UTC (rev 362185)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=76.0.3809.132
+pkgver=77.0.3865.75
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -24,10 +24,22 @@
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
+include-memory-in-one_euro_filter.h.patch
+link-against-harfbuzz-subset.patch
+fix-wrong-string-initialization-in-LinkedHashSet.patch
+include-limits-in-web_time_range.cc.patch
+chromium-system-icu.patch
+chromium-system-zlib.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241'
+sha256sums=('eb952ff241e719cbdcc2aae1832ecc1dd2263736ab38ee1dbf88ac9120119789'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
+'33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
+'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'
+'840f555020751ec284dca35b9317a9dd7dc69fcb910ea1cae2dd7cc9b237dfb7'
+'d3dfe3c86901a11636972a774ed6c941ac76e38c9e4a384f458043a0a03291a9'
+'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e1e10306fa1e738c03b3f26b5'
+'0f7ba6882844542a7226b419dfefc5b6a16b5b7882698bd773b5ee9148aa6e87'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
 
@@ -79,6 +91,22 @@
 third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
 third_party/libxml/chromium/libxml_utils.cc
 
+  # https://crbug.com/819294
+  patch -Np1 -i ../include-memory-in-one_euro_filter.h.patch
+
+  # 
https://groups.google.com/a/chromium.org/d/msg/chromium-packagers/UyJsVJ5QqWo/jSv5z7-rEQAJ
+  patch -Np1 -i ../link-against-harfbuzz-subset.patch
+
+  # https://crbug.com/980025
+  patch -Np1 -i ../fix-wrong-string-initialization-in-LinkedHashSet.patch
+
+  # https://crbug.com/992832
+  patch -Np1 -i ../include-limits-in-web_time_range.cc.patch
+
+  # Fixes from Gentoo
+  patch -Np1 -i ../chromium-system-icu.patch
+  patch -Np1 -i ../chromium-system-zlib.patch
+
   # Load Widevine CDM if available
   patch -Np1 -i ../chromium-widevine.patch
 
@@ -193,7 +221,7 @@
 cp out/Release/icudtl.dat "$pkgdir/usr/lib/chromium/"
   fi
 
-  for size in 22 24 48 64 128 256; do
+  for size in 24 48 64 128 256; do
 install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
   "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
   done

Added: chromium-system-icu.patch
===
--- chromium-system-icu.patch   (rev 0)
+++ chromium-system-icu.patch   2019-09-11 04:40:11 UTC (rev 362185)
@@ -0,0 +1,20 @@
+diff --git a/build/linux/unbundle/icu.gn b/build/linux/unbundle/icu.gn
+index 4450e40..9ca36dd 100644
+--- a/build/linux/unbundle/icu.gn
 b/build/linux/unbundle/icu.gn
+@@ -96,6 +96,7 @@ shim_headers("icui18n_shim") {
+ "unicode/fpositer.h",
+ "unicode/gender.h",
+ "unicode/gregocal.h",
++"unicode/listformatter.h",
+ "unicode/measfmt.h",
+ "unicode/measunit.h",
+ "unicode/measure.h",
+@@ -178,7 +179,6 @@ shim_headers("icuuc_shim") {
+ "unicode/icudataver.h",
+ "unicode/icuplug.h",
+ "unicode/idna.h",
+-"unicode/listformatter.h",
+ 

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 23:01:39
  Author: anthraxx
Revision: 362183

upgpkg: mono 6.0.0.327-1

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 23:01:22 UTC (rev 362182)
+++ PKGBUILD2019-09-10 23:01:39 UTC (rev 362183)
@@ -4,8 +4,8 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-_gitcommit=52203786470625de10c97d10b8acbd8d725647cf
-pkgver=6.0.0.319
+_gitcommit=f8ea05bddcb232493a38d5f9c41ba6910d65354f
+pkgver=6.0.0.327
 pkgrel=1
 pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
 url='http://www.mono-project.com/'
@@ -59,7 +59,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 
's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed 's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 23:01:22
  Author: anthraxx
Revision: 362182

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 362181, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 362181, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 362181, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 362181, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 362181, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 362181, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  510 -
 config.x86_64 |20780 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10695 insertions(+), 10695 deletions(-)

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


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 23:01:14
  Author: anthraxx
Revision: 362181

upgpkg: linux-hardened 5.2.14.a-1

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

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 22:23:27 UTC (rev 362180)
+++ PKGBUILD2019-09-10 23:01:14 UTC (rev 362181)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=5.2.11
+_pkgver=5.2.14
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -26,11 +26,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('0c2a831f993dc8a8a8e1ca4186b467de72ff173c6f5855e2aab70f6f7fb033f9'
+sha256sums=('c64d36477fee6a864a734ec417407768e60040a13f144c33208fa9622fd0ce8c'
 'SKIP'
-'56344b42262982e39b5a196f33e915a5e37796aa089dfc26979c9cb6ffcd4364'
+'fe3086755a5d677fd1f31b919a622e4c83bc97f354e7ca4683dd7cdefbd666d6'
 'SKIP'
-'03230e18c18cf824cdf2f83cb148e61f7581edb74fe2d7754b99ea181dd3bd36'
+'0e7446d52872226b045b0ba3c3f920a4590dd0ddbe879427ab8b223b220d4d9a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-09-10 22:23:27 UTC (rev 362180)
+++ config.x86_64   2019-09-10 23:01:14 UTC (rev 362181)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.2.11 Kernel Configuration
+# Linux/x86 5.2.14 Kernel Configuration
 #
 
 #


[arch-commits] Commit in mono/repos/extra-x86_64 (6 files)

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 23:01:45
  Author: anthraxx
Revision: 362184

archrelease: copy trunk to extra-x86_64

Added:
  mono/repos/extra-x86_64/PKGBUILD
(from rev 362183, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 362183, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 362183, mono/trunk/mono.install)
Deleted:
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/mono.install

---+
 PKGBUILD  |  218 
 mono.binfmt.d |2 
 mono.install  |   14 +--
 3 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 23:01:39 UTC (rev 362183)
+++ PKGBUILD2019-09-10 23:01:45 UTC (rev 362184)
@@ -1,109 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Giancarlo Razzolinit 
-# Contributor: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-pkgname=mono
-_gitcommit=52203786470625de10c97d10b8acbd8d725647cf
-pkgver=6.0.0.319
-pkgrel=1
-pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
-url='http://www.mono-project.com/'
-arch=('x86_64')
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
-makedepends=('cmake' 'git')
-provides=('monodoc')
-conflicts=('monodoc')
-install=mono.install
-source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit};
-git+https://github.com/mono/aspnetwebstack
-git+https://github.com/mono/Newtonsoft.Json
-git+https://github.com/mono/cecil
-git+https://github.com/mono/rx
-git+https://github.com/mono/ikvm-fork
-git+https://github.com/mono/ikdasm
-git+https://github.com/mono/reference-assemblies
-git+https://github.com/mono/NUnitLite
-git+https://github.com/mono/NuGet.BuildTasks
-git+https://github.com/mono/boringssl
-git+https://github.com/mono/corefx
-git+https://github.com/mono/bockbuild
-git+https://github.com/mono/linker
-git+https://github.com/mono/roslyn-binaries
-git+https://github.com/mono/corert
-git+https://github.com/mono/xunit-binaries
-git+https://github.com/mono/api-doc-tools
-git+https://github.com/mono/api-snapshot
-mono.binfmt.d)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 
's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
-  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
-  git config submodule."external/cecil".url "${srcdir}/cecil"
-  git config submodule."external/rx".url "${srcdir}/rx"
-  git config submodule."external/ikvm".url "${srcdir}/ikvm-fork"
-  git config submodule."external/ikdasm".url "${srcdir}/ikdasm"
-  git config submodule."external/reference-assemblies".url 
"${srcdir}/reference-assemblies"
-  git config submodule."external/nunit-lite".url "${srcdir}/NUnitLite"
-  git config submodule."external/nuget-buildtasks".url 
"${srcdir}/NuGet.BuildTasks"
-  git config submodule."external/cecil-legacy".url "${srcdir}/cecil"
-  git config submodule."external/boringssl".url "${srcdir}/boringssl"
-  git config submodule."external/corefx".url "${srcdir}/corefx"
-  git config submodule."external/bockbuild".url "${srcdir}/bockbuild"
-  git config submodule."external/linker".url "${srcdir}/linker"
-  git config submodule."external/roslyn-binaries".url 
"${srcdir}/roslyn-binaries"
-  git config submodule."external/corert".url "${srcdir}/corert"
-  git config submodule."external/xunit-binaries".url "${srcdir}/xunit-binaries"
-  git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools"
-  git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot"
-  git submodule update --recursive
-}
-
-build() {
-  cd ${pkgname}
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---bindir=/usr/bin \
---sbindir=/usr/bin \
---with-mcs-docs=no
-  make
-  make -C mcs/jay
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  make -C mcs/jay DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh 
install
-  install -Dm 644 "${srcdir}/mono.binfmt.d" 
"${pkgdir}/usr/lib/binfmt.d/mono.conf"
-}
-
-# vim: ts=2 sw=2 et:


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

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:53:49
  Author: svenstaro
Revision: 509243

archrelease: copy trunk to community-x86_64

Added:
  minio-client/repos/community-x86_64/PKGBUILD
(from rev 509242, minio-client/trunk/PKGBUILD)
  minio-client/repos/community-x86_64/minio-client.install
(from rev 509242, minio-client/trunk/minio-client.install)
Deleted:
  minio-client/repos/community-x86_64/PKGBUILD
  minio-client/repos/community-x86_64/minio-client.install

--+
 PKGBUILD |   68 -
 minio-client.install |6 ++--
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 22:53:43 UTC (rev 509242)
+++ PKGBUILD2019-09-10 22:53:49 UTC (rev 509243)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dhananjay Balan 
-
-pkgname=minio-client
-pkgver=2019.08.21
-_timever=T19:59:10Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
-arch=('x86_64')
-url='https://minio.io/downloads/#minio-client'
-license=('Apache')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-install=minio-client.install
-source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('SKIP')
-
-build() {
-  export GOPATH="$srcdir/go"
-  mkdir -p "$GOPATH/src/github.com/minio"
-  mv "$srcdir/mc" "$GOPATH/src/github.com/minio/mc/"
-  cd "$GOPATH/src/github.com/minio/mc"
-  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
-}
-
-package() {
-  install -Dm755 go/src/github.com/minio/mc/mc "$pkgdir/usr/bin/mcli"
-}
-# vim:set ts=2 sw=2 et:

Copied: minio-client/repos/community-x86_64/PKGBUILD (from rev 509242, 
minio-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 22:53:49 UTC (rev 509243)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dhananjay Balan 
+
+pkgname=minio-client
+pkgver=2019.09.05
+_timever=T23:43:50Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
+arch=('x86_64')
+url='https://minio.io/downloads/#minio-client'
+license=('Apache')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+install=minio-client.install
+source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
+sha512sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir/go"
+  mkdir -p "$GOPATH/src/github.com/minio"
+  mv "$srcdir/mc" "$GOPATH/src/github.com/minio/mc/"
+  cd "$GOPATH/src/github.com/minio/mc"
+  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
+}
+
+package() {
+  install -Dm755 go/src/github.com/minio/mc/mc "$pkgdir/usr/bin/mcli"
+}
+# vim:set ts=2 sw=2 et:

Deleted: minio-client.install
===
--- minio-client.install2019-09-10 22:53:43 UTC (rev 509242)
+++ minio-client.install2019-09-10 22:53:49 UTC (rev 509243)
@@ -1,3 +0,0 @@
-pre_install() {
-echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
-}

Copied: minio-client/repos/community-x86_64/minio-client.install (from rev 
509242, minio-client/trunk/minio-client.install)
===
--- minio-client.install(rev 0)
+++ minio-client.install2019-09-10 22:53:49 UTC (rev 509243)
@@ -0,0 +1,3 @@
+pre_install() {
+echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
+}


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

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:53:43
  Author: svenstaro
Revision: 509242

upgpkg: minio-client 2019.09.05-1

Modified:
  minio-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 22:52:41 UTC (rev 509241)
+++ PKGBUILD2019-09-10 22:53:43 UTC (rev 509242)
@@ -2,8 +2,8 @@
 # Contributor: Dhananjay Balan 
 
 pkgname=minio-client
-pkgver=2019.08.21
-_timever=T19:59:10Z
+pkgver=2019.09.05
+_timever=T23:43:50Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'


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

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:52:41
  Author: svenstaro
Revision: 509241

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 509240, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 509240, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 509240, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 509240, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 509240, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 509240, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 509240, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 509240, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 509240, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

-+
 CMakeLists.inj  |   38 -
 PKGBUILD|  270 +++
 Use-system-wide-font.patch  |   68 -
 demibold.patch  |   54 -
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   58 -
 tdesktop.patch  | 1064 +++---
 tdesktop_lottie_animation_qtdebug.patch |   26 
 tg.protocol |   22 
 9 files changed, 818 insertions(+), 818 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-09-10 22:52:31 UTC (rev 509240)
+++ CMakeLists.inj  2019-09-10 22:52:41 UTC (rev 509241)
@@ -1,19 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-add_precompiled_header(lib_mtproto 
../../Telegram/SourceFiles/mtproto/mtp_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
509240, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-09-10 22:52:41 UTC (rev 509241)
@@ -0,0 +1,19 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+add_precompiled_header(lib_mtproto 
../../Telegram/SourceFiles/mtproto/mtp_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 22:52:31 UTC (rev 509240)
+++ PKGBUILD

[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD no-gtk2.patch)

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:52:31
  Author: svenstaro
Revision: 509240

upgpkg: telegram-desktop 1.8.8-1

Modified:
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/no-gtk2.patch

---+
 PKGBUILD  |4 ++--
 no-gtk2.patch |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 22:29:09 UTC (rev 509239)
+++ PKGBUILD2019-09-10 22:52:31 UTC (rev 509240)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.8.4
+pkgver=1.8.8
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -45,7 +45,7 @@
 
'b87414ceaae19185a8a5749cea1f6d9f3fc3c69b8dd729e3db8790cde00b987c3c827cd30baf0eac579d1884e34aa2f37bb90778c3c0bc9ca211d75a82891b9d'
 
'16874fabcb0d04d6bf8db1ee2fd77fbd09eeb6acc28bb5fd915d378f7a5ed7ebf4aae01c390e516695572cf9ef0e2cb59493e21a35643fd63ddf3fec446858a6'
 
'3b6a0450f7981c2ce5f90c1ea46d9fb504194609f357b957b5c4a741681d3c531252394df116f8b77780a3a110783c047c9a081f9651e0792e7423573e390392'
-
'a8f1708616a598fea3cb94e3b63b02a7b13b55abd129a5dc02ad502529f4ebe7a673b6a350b669290fd26135358d21e2e10bf4a11d88f58f0685b7c4ab515bc5'
+
'f5c7feb710fa12694c9f4ae9c818259c6ced5dc9d63079556a14c8bac14e3cc0ec4d3322df3650530b8afd8a512e573b4d3d8b3130b6374e842a92daacedd534'
 
'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39'
 
'6d0bac5aa4c4992b5400a9a9318f7a4e92d5eab961917cf0b05cdd251ab66a77c52ec8fbef246e8019606a7624d7b5420b87f8153e071e9724c7d2f5c94e47c0'
 
'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653'

Modified: no-gtk2.patch
===
--- no-gtk2.patch   2019-09-10 22:29:09 UTC (rev 509239)
+++ no-gtk2.patch   2019-09-10 22:52:31 UTC (rev 509240)
@@ -6,7 +6,7 @@
indicatorLoaded = setupAppIndicator(lib_indicator);
}
}
--  if (!gtkLoaded || !indicatorLoaded) {
+-  if ((!gtkLoaded || !indicatorLoaded) && !isWayland) {
 -  if (loadLibrary(lib_indicator, "ayatana-appindicator", 1) || 
loadLibrary(lib_indicator, "appindicator", 1)) {
 -  if (loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
 -  gtkLoaded = indicatorLoaded = false;
@@ -21,7 +21,7 @@
if (loadLibrary(lib_gtk, "gtk-3", 0)) {
gtkLoaded = setupGtkBase(lib_gtk);
}
--  if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
+-  if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, 
"gtk-x11-2.0", 0)) {
 -  gtkLoaded = setupGtkBase(lib_gtk);
 -  }
}


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

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:29:01
  Author: svenstaro
Revision: 509238

upgpkg: bazel 0.29.1-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:41:05 UTC (rev 509237)
+++ PKGBUILD2019-09-10 22:29:01 UTC (rev 509238)
@@ -4,7 +4,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!distcc' '!strip')
 
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
 
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('0d9df42020688b6e01f532ec8fcac164c72041279ec3ec2710db8a867be64524b359a37d874a811ddc379740d9ce5172238aa7c9d6e457fb18027247bdf7cbc9'
+sha512sums=('4da49e3f1ba681003afc2536d55954ed5a2c29de4a68e5a07f2627f3573d97bd6e244bc8a4f43c8951ecddd221041d87270ca9b7dd59ab16676306c9716f003d'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2019-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 10, 2019 @ 22:29:09
  Author: svenstaro
Revision: 509239

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 509238, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 22:29:01 UTC (rev 509238)
+++ PKGBUILD2019-09-10 22:29:09 UTC (rev 509239)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.29.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=12' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
-
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('0d9df42020688b6e01f532ec8fcac164c72041279ec3ec2710db8a867be64524b359a37d874a811ddc379740d9ce5172238aa7c9d6e457fb18027247bdf7cbc9'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
-  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
-  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
-  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
-  mkdir -p "${pkgdir}/opt/bazel"
-  for d in examples third_party tools; do
-cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 509238, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 22:29:09 UTC (rev 509239)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.29.1
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=12' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('4da49e3f1ba681003afc2536d55954ed5a2c29de4a68e5a07f2627f3573d97bd6e244bc8a4f43c8951ecddd221041d87270ca9b7dd59ab16676306c9716f003d'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 22:23:22
  Author: anthraxx
Revision: 362179

upgpkg: mpg123 1.25.12-1

Modified:
  mpg123/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:18:34 UTC (rev 362178)
+++ PKGBUILD2019-09-10 22:23:22 UTC (rev 362179)
@@ -1,11 +1,12 @@
-# Maintainer: Eric Bélanger 
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.25.11
+pkgver=1.25.12
 pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
+url="https://sourceforge.net/projects/mpg123;
 arch=('x86_64')
-url="https://sourceforge.net/projects/mpg123;
 license=('LGPL2.1')
 depends=('libltdl' 'alsa-lib')
 makedepends=('sdl' 'jack' 'libpulse')
@@ -12,14 +13,18 @@
 optdepends=('sdl: for sdl audio support'
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
+provides=(libmpg123.so libout123.so)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('df063307faa27c7d9efe63d2139b1564cfc7cdbb7c6f449c89ef8faabfa0eab2'
+sha256sums=('1ffec7c9683dfb86ea9040d6a53d6ea819ecdda215df347f79def08f1fe731d1'
 'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+  ./configure \
+--prefix=/usr \
+--enable-int-quality \
+--with-module-suffix=.so \
 --with-audio="alsa oss sdl jack pulse"
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -29,5 +34,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
 }
+
+# vim: ts=2 sw=2 et:


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 22:23:27
  Author: anthraxx
Revision: 362180

archrelease: copy trunk to extra-x86_64

Added:
  mpg123/repos/extra-x86_64/PKGBUILD
(from rev 362179, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 22:23:22 UTC (rev 362179)
+++ PKGBUILD2019-09-10 22:23:27 UTC (rev 362180)
@@ -1,33 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.25.11
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('x86_64')
-url="https://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('df063307faa27c7d9efe63d2139b1564cfc7cdbb7c6f449c89ef8faabfa0eab2'
-'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 362179, 
mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 22:23:27 UTC (rev 362180)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.25.12
+pkgrel=1
+pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
+url="https://sourceforge.net/projects/mpg123;
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+provides=(libmpg123.so libout123.so)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('1ffec7c9683dfb86ea9040d6a53d6ea819ecdda215df347f79def08f1fe731d1'
+'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-int-quality \
+--with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:41:05
  Author: anthraxx
Revision: 509237

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 21:41:00 UTC (rev 509236)
+++ PKGBUILD2019-09-10 21:41:05 UTC (rev 509237)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-trustme
-pkgname=('python-trustme' 'python2-trustme')
-_pyname=${pkgbase/python-/}
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Library for fake certificate authority (CA) to generate fake TLS 
certs'
-url='https://trustme.readthedocs.io'
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python-cryptography'
- 'python2' 'python2-setuptools' 'python2-cryptography')
-checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
-sha512sums=('ea5dfb6c7cdaf086f9478147e2f9a4cd2e7c7d2059defbd2d660e6b7433ff81829771f8b0771c8a334354fa7ce8728f2f70eb374d01a9ac493be20cbbc740cff')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package_python-trustme() {
-  depends=('python' 'python-cryptography')
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-trustme() {
-  depends=('python2' 'python2-cryptography')
-  cd ${_pyname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-trustme/repos/community-any/PKGBUILD (from rev 509236, 
python-trustme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 21:41:05 UTC (rev 509237)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-trustme
+pkgname=('python-trustme' 'python2-trustme')
+_pyname=${pkgbase/python-/}
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Library for fake certificate authority (CA) to generate fake TLS 
certs'
+url='https://trustme.readthedocs.io'
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python-cryptography'
+ 'python2' 'python2-setuptools' 'python2-cryptography')
+checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
+sha512sums=('f2afc6782daee036565c79aa86b176a734ed9d0bb7248a56c8be87806e54287ac579f26857e241ff4daff3f6a063afa9dbe927e0aa8439a37880fcf065afa526')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package_python-trustme() {
+  depends=('python' 'python-cryptography')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-trustme() {
+  depends=('python2' 'python2-cryptography')
+  cd ${_pyname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:41:00
  Author: anthraxx
Revision: 509236

upgpkg: python-trustme 0.5.2-1

Modified:
  python-trustme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:23:45 UTC (rev 509235)
+++ PKGBUILD2019-09-10 21:41:00 UTC (rev 509236)
@@ -3,7 +3,7 @@
 pkgbase=python-trustme
 pkgname=('python-trustme' 'python2-trustme')
 _pyname=${pkgbase/python-/}
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Library for fake certificate authority (CA) to generate fake TLS 
certs'
 url='https://trustme.readthedocs.io'
@@ -13,7 +13,7 @@
  'python2' 'python2-setuptools' 'python2-cryptography')
 checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
-sha512sums=('ea5dfb6c7cdaf086f9478147e2f9a4cd2e7c7d2059defbd2d660e6b7433ff81829771f8b0771c8a334354fa7ce8728f2f70eb374d01a9ac493be20cbbc740cff')
+sha512sums=('f2afc6782daee036565c79aa86b176a734ed9d0bb7248a56c8be87806e54287ac579f26857e241ff4daff3f6a063afa9dbe927e0aa8439a37880fcf065afa526')
 
 build() {
   cd ${_pyname}-${pkgver}


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

2019-09-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, September 10, 2019 @ 21:23:45
  Author: andrewsc
Revision: 509235

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

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

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

2019-09-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, September 10, 2019 @ 21:23:22
  Author: andrewsc
Revision: 509234

upgpkg: firefox-developer-edition-i18n 70.0b5-1

firefox-developer-edition-i18n: Updating to 70.0b5

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:18:07 UTC (rev 509233)
+++ PKGBUILD2019-09-10 21:23:22 UTC (rev 509234)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=70.0b4
+pkgver=70.0b5
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('db8f63070317f8807c84a8f4e067f468ce41faab8abc1f867dd97a85b658e5089c61f22327e2f3e8760ffc86fc4a996dbbeb74996aafc7402560e5b885d23181'
-
'0944ad2049e6928475d34fbf7ca881d53929d50c8247244dde6d6346c971c81fa3566284fa2eab98381e9199d55aba3d704a41bfdab3652bc57286260552e468'
-
'1630de6531794d7ec1ceaf97739cda9a48bdf217c2bcba094409a04abc6ad42b6386ca2216cb5204abc5ee14af92360c82cabfa0cf42d8d09e925d4e3089e324'
-
'b0773037249d0ed05703561825c796beda65b07e812054a6e3672ccfff1e258d25b477ee9f54938d6665ce66e8d31d43e2ab5d96d46905f078cec60ed5e157fc'
-
'95bbe3674e3f2e0016c098028668fe059e524e377026fae1a98ee7a8abcda58421bf7d3b4d7d723e0a2728cb97c571c99ffe896cb144467c9189f59ea281a2f6'
-
'caebd78251e76713358ac7fef38d0113697ef8f62245fa4b5866dac3fe4f68fbfcbeafa99fac9c440159e5ec029bb74cc4babe90fca4c8f8693f7e1ce17a'
-
'efdc10bf87781a61507d2876500d76d6c198edaf8bb46d0124100a5c8af31ffd6d6a3325dd60b0804a8f3cd7089db52467665c36b4bcff301a008afc1a422996'
-
'ffcb879422cc715bedd3842e5700c2115a9f38532e992b463eeba8d0decceb84b2b706c67fac1b02ccf6e1f0d653d25c537b8324b1a5692f9cae68f8e70d3a32'
-
'cb59635fd2386d1fdd3bfcb3e6e07622481093ae99f28d0099753006d8373c467331add56e88741ae4cf3bad016620998f3d709288d99a223f5f753c14b11622'
-
'cf6b819826d8727c12f2b7ea768ef9873e6e9b1254bef501c972101122eefc818e8ffb9e84fd5b56d77751e8abf8f9980216de1df1397e1466d6ab85c3001e1a'
-
'c8f1c9960097cbafeda8d75da235065453786f60232a7b53806b0dc38022091a4a9cae38cc63235bc64190cd12124499d25579083d033110a10e60ecada3'
-
'96d97fbc744ec1f567279ac4ee908558638e16dc52d2f570803bd74ea790af817b54ee708099ddfecf130e47577bf716b1649658cd4f561ef4b45acbae642635'
-
'd4e27c6516ac1ef4936e547a2bcbd34a72e99d40e99740ddbbc1762e97470ef6fa6f0c7a87b832ea5fb38abfe1fa9f6b3be6b226a0e9f38a3654f542b8650bf5'
-
'016b34a9c8fcbc4161b2900234799f97660d3cbaf63b4de462e82d36694ea41bbcc2aa6ced9fffebf3ad923bfd7cbe5b107b1dbe1eed27d08a49d509a01b9294'
-
'0f4b65398c92ac4754e817422f4d0fd77eb068f850985912b865ea5f7941926b59769224d16280b2beb8c389214bc2075ac877574840ee33abec66689cda147b'
-
'6a6e27423aa1e5436f851fcb10b5ab09b15ca84f36ff80845cb3c3c7c66fac44fe87c1fb3662d9365f33d341c590ee96276e31766bcb30d00654e13073cff2df'
-
'8e52b11eb3646d921f33634b62948720ce5873cb9c3cf3041a0bbc318fb4ccf1438e5c64c085fa7dbf7591d92246d5a687ed733e93782dc504b1233f38fc1e78'
-
'e16ed376bf815edc88434be3f3e46d5174e98261c31564e24b5553df0c75ea7027218e8bf9d00e49c1d8389f11c05fc9d12f1cd5e4ba44fe15a925e0350e2e27'
-
'28399b776502d6a404b487ba8ea631d4475b19158bda9fe7d527620e8790d103151f2e038abac111c50adcb44a968fab08905be04b375089ca04eaf81fb1a401'
-
'be9a83f9176df3345f0b43391cefc04256f6e8d38392e07031bce13845f0c4cda17a748854b590ffc2cfb210ae4e9b6fc29c9e4bf593f1d047ee6b8064dd171f'
-
'ff133deadb808c3591bfd574925044849438214c04360bc7ce158a5ca3480bb5f32b6c874313e46a2dcdfb67dbc71032314870bba9c536478800766878467aac'
-
'cd7581a0221e09f914ce9e0cddb9926cdaab10bb69a4ba44c0f598d0dc4d6737610625c932091a6705cc28a5d92931c435e29d3bbdf5e39e87be4fe0cd5aca6b'
-
'dfd4525531098c00470020628b07d3518fc57ca01f5e36c133a560b9927a3bd14c8dc72b0cc6d273ad6ca3885832f6d42f54764bd0aa849f2e05078705459837'
-
'8f31e7369becdda76365dece6438a9a2e2027db0fa2f71ea9c3d010ca8c3072769f334bd206eecbb3fd64911af83c1ccc274d70d6f07589ccdaed1335411f09c'
-
'f21b73b366933694d9522422d93336b6ca67658536ae67b935fc1dae22ebab4f5d8cac1e0fcc5b92babe2045d1569a406c974bc668763256948addff9036d0f8'
-
'6633bcd88c03c5141adf0578b80dc9512cc5d5bf304289089b9dd08f3c4bb15877a6540134af23c1bae2264723cd53fff63977e7133d53d0404ce6a5ac758a35'
-
'94e1d6040a1168f0c2258981c3165f8025be76c1a91fab22b9ff16cfa7d70e2a9719408c235e307dd0ca3d8223c36be141ac7c8e1b8618f6d97b17dff9a2784a'
-
'170aee04e4c97cdbefdd95fbd077381f5d52d3471c87513405474abab40c653a6434538acb21fc84d8ab6b771af20d7a992bad25b3df038f36c97cb599f45199'
-

[arch-commits] Commit in gdm/repos/extra-x86_64 (7 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 21:18:34
  Author: heftig
Revision: 362178

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 362177, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
  
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
(from rev 362177, 
gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch)
  
gdm/repos/extra-x86_64/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
(from rev 362177, 
gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 362177, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 362177, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-x86_64/PKGBUILD

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |   63 +--
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |   30 +
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |   31 +
 PKGBUILD |  183 +-
 gdm.install  |   11 
 5 files changed, 197 insertions(+), 121 deletions(-)

Deleted: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-10 
21:17:01 UTC (rev 362177)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-10 
21:18:34 UTC (rev 362178)
@@ -1,32 +0,0 @@
-From 328a315c21ec71e563d00699f0a79186b229270a Mon Sep 17 00:00:00 2001
-Message-Id: 
<328a315c21ec71e563d00699f0a79186b229270a.1541542184.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index 9d79558c..ff6d9de0 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.19.1
-

Copied: 
gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 362177, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-10 
21:18:34 UTC (rev 362178)
@@ -0,0 +1,31 @@
+From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index 9d79558c..ff6d9de0 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.23.0
+

Copied: 
gdm/repos/extra-x86_64/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
 (from rev 362177, 
gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch)
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  
(rev 0)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-10 
21:18:34 UTC (rev 362178)
@@ -0,0 +1,30 @@
+From a9c2cb0ae478caf40cc24001fbf6cfbbcc19196e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 10 Sep 2019 20:37:08 +
+Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
+
+systemd-sysusers now creates expired accounts, which broke the greeter
+on new installations.
+
+Doesn't actually fully fix the problem as the user@.service still fails
+to launch.
+---
+ data/pam-arch/gdm-launch-environment.pam | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git 

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:18:07
  Author: anthraxx
Revision: 509233

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  162 ++--
 gradle.sh |4 -
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 21:18:01 UTC (rev 509232)
+++ PKGBUILD2019-09-10 21:18:07 UTC (rev 509233)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.6.1
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('cc07b1df10be7581db4ef39004fffa189de130214fe88f3cee928e953dddc66f'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('d7e40c91d6c034c3f2087546f93f2aa3416b78258e26eb55d5e0cc03545a1203a3c80627b7b801e89f757889471c210459af8f7e69da699e3b673b2f6d2f3f0e'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll -PfinalRelease=true -Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 509232, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 21:18:07 UTC (rev 509233)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=5.6.2
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
+

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:18:01
  Author: anthraxx
Revision: 509232

upgpkg: gradle 5.6.2-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:06:14 UTC (rev 509231)
+++ PKGBUILD2019-09-10 21:18:01 UTC (rev 509232)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('cc07b1df10be7581db4ef39004fffa189de130214fe88f3cee928e953dddc66f'
+sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('d7e40c91d6c034c3f2087546f93f2aa3416b78258e26eb55d5e0cc03545a1203a3c80627b7b801e89f757889471c210459af8f7e69da699e3b673b2f6d2f3f0e'
+sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 build() {


[arch-commits] Commit in gdm/trunk (PKGBUILD gdm.install)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 21:17:01
  Author: heftig
Revision: 362177

Restore post-install user creation (FS#63706)

Added:
  gdm/trunk/gdm.install
Modified:
  gdm/trunk/PKGBUILD

-+
 PKGBUILD|6 +-
 gdm.install |   11 +++
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:03:56 UTC (rev 362176)
+++ PKGBUILD2019-09-10 21:17:01 UTC (rev 362177)
@@ -71,6 +71,7 @@
   etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
   etc/gdm/Xsession etc/gdm/PostSession/Default 
etc/gdm/PreSession/Default)
   groups=(gnome)
+  install=gdm.install
 
   DESTDIR="$pkgdir" make -C build install
 
@@ -79,11 +80,6 @@
   # Unused or created at start
   rm -r "$pkgdir"/var/{cache,log,run}
 
-  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/gdm.conf" /dev/null; then
+groupadd -r -g 120 gdm
+useradd -r -c "Gnome Display Manager" -u 120 -g gdm -d /var/lib/gdm -s 
/sbin/nologin gdm
+passwd -ql gdm
+  fi
+}
+
+# vim:set ft=sh sw=2 et:


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:06:14
  Author: anthraxx
Revision: 509231

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 21:06:10 UTC (rev 509230)
+++ PKGBUILD2019-09-10 21:06:14 UTC (rev 509231)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Karol Babioch 
-
-pkgbase=('python-pysnmp')
-pkgname=('python-pysnmp' 'python2-pysnmp')
-_pyname=pysnmp
-pkgver=4.4.10
-pkgrel=1
-pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
-url='https://github.com/etingof/pysnmp'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-pysmi' 
'python-pyasn1'
- 'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
-options=('!makeflags')
-source=(https://github.com/etingof/pysnmp/archive/v${pkgver}/${_pyname}-v${pkgver}.tar.gz)
-sha256sums=('b60ca2f9980c44d1879f66511378e95c5ccf294f17b7b8809f6f0d514e330e65')
-sha512sums=('aa272067a4478d7bf7a1832fed40b8dc747490460c54ba6c9d7cef50ce708cd6249b1dbef48f1efe4679cf12cafa19c8b818737b5720cadecfcfea3422df15a4')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  export PYTHONPATH=.
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-package_python-pysnmp() {
-  depends=('python' 'python-pysmi' 'python-pyasn1')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-pysnmp() {
-  depends=('python2' 'python2-pysmi' 'python2-pyasn1')
-  cd ${_pyname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pysnmp/repos/community-any/PKGBUILD (from rev 509230, 
python-pysnmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 21:06:14 UTC (rev 509231)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Karol Babioch 
+
+pkgbase=('python-pysnmp')
+pkgname=('python-pysnmp' 'python2-pysnmp')
+_pyname=pysnmp
+pkgver=4.4.11
+pkgrel=1
+pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
+url='https://github.com/etingof/pysnmp'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-pysmi' 
'python-pyasn1'
+ 'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
+options=('!makeflags')
+source=(https://github.com/etingof/pysnmp/archive/v${pkgver}/${_pyname}-v${pkgver}.tar.gz)
+sha256sums=('e09aa9f9089f14f05db43be214be9c854b6fa9036820864774305285b9ea8fd6')
+sha512sums=('1b4312c425765d9fc10a5382a93a171f98afa9f53dd053d6254ac741c8fa08b3bd5639cf1483e5cbf6986a5fd1aaace65c4486d6c3df56f7f0b01aaf45d87016')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  export PYTHONPATH=.
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+package_python-pysnmp() {
+  depends=('python' 'python-pysmi' 'python-pyasn1')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
+  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 LICENSE.rst -t 

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:06:10
  Author: anthraxx
Revision: 509230

upgpkg: python-pysnmp 4.4.11-1

Modified:
  python-pysnmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:03:54 UTC (rev 509229)
+++ PKGBUILD2019-09-10 21:06:10 UTC (rev 509230)
@@ -4,7 +4,7 @@
 pkgbase=('python-pysnmp')
 pkgname=('python-pysnmp' 'python2-pysnmp')
 _pyname=pysnmp
-pkgver=4.4.10
+pkgver=4.4.11
 pkgrel=1
 pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
 url='https://github.com/etingof/pysnmp'
@@ -14,8 +14,8 @@
  'python2' 'python2-setuptools' 'python2-sphinx' 'python2-pysmi' 
'python2-pyasn1')
 options=('!makeflags')
 
source=(https://github.com/etingof/pysnmp/archive/v${pkgver}/${_pyname}-v${pkgver}.tar.gz)
-sha256sums=('b60ca2f9980c44d1879f66511378e95c5ccf294f17b7b8809f6f0d514e330e65')
-sha512sums=('aa272067a4478d7bf7a1832fed40b8dc747490460c54ba6c9d7cef50ce708cd6249b1dbef48f1efe4679cf12cafa19c8b818737b5720cadecfcfea3422df15a4')
+sha256sums=('e09aa9f9089f14f05db43be214be9c854b6fa9036820864774305285b9ea8fd6')
+sha512sums=('1b4312c425765d9fc10a5382a93a171f98afa9f53dd053d6254ac741c8fa08b3bd5639cf1483e5cbf6986a5fd1aaace65c4486d6c3df56f7f0b01aaf45d87016')
 
 prepare() {
   cp -a ${_pyname}-${pkgver}{,-py2}


[arch-commits] Commit in maven/repos/community-any (5 files)

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:03:54
  Author: anthraxx
Revision: 509229

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/PKGBUILD
(from rev 509228, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 509228, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/0001-MNG-6642.patch
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

-+
 0001-MNG-6642.patch |   46 ---
 PKGBUILD|  117 +++---
 maven.sh|   10 ++--
 3 files changed, 60 insertions(+), 113 deletions(-)

Deleted: 0001-MNG-6642.patch
===
--- 0001-MNG-6642.patch 2019-09-10 21:03:49 UTC (rev 509228)
+++ 0001-MNG-6642.patch 2019-09-10 21:03:54 UTC (rev 509229)
@@ -1,46 +0,0 @@
-commit 763f76cf833cddd6630add035c541ac54bbe381d
-Author: Sylwester Lachiewicz 
-Date:   Sat Oct 13 04:16:44 2018 +0200
-
-[MNG-6642] Revert "[MNG-5995] Remove dependency to maven-compat (#185)"
-
-This partially reverts commit bb3ec5da71d26d105972392f0a20bc61bc5d8c53 to 
restore working with Tycho P2 repository.
-
-diff --git 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-index 0bd94a86a..3159fac6b 100644
 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-+++ 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-@@ -33,7 +33,6 @@
- import org.apache.maven.artifact.Artifact;
- import org.apache.maven.artifact.InvalidRepositoryException;
- import org.apache.maven.artifact.repository.ArtifactRepository;
--import org.apache.maven.bridge.MavenRepositorySystem;
- import org.apache.maven.classrealm.ClassRealmManager;
- import org.apache.maven.model.Build;
- import org.apache.maven.model.Extension;
-@@ -45,6 +44,7 @@
- import org.apache.maven.plugin.PluginManagerException;
- import org.apache.maven.plugin.PluginResolutionException;
- import org.apache.maven.plugin.version.PluginVersionResolutionException;
-+import org.apache.maven.repository.RepositorySystem;
- import org.codehaus.plexus.PlexusContainer;
- import org.codehaus.plexus.classworlds.realm.ClassRealm;
- import org.codehaus.plexus.component.annotations.Component;
-@@ -78,7 +78,7 @@
- private ProjectRealmCache projectRealmCache;
- 
- @Requirement
--private MavenRepositorySystem repositorySystem;
-+private RepositorySystem repositorySystem;
- 
- @Requirement
- private MavenPluginManager pluginManager;
-@@ -92,7 +92,7 @@
- 
- for ( Repository repository : pomRepositories )
- {
--internalRepositories.add( 
MavenRepositorySystem.buildArtifactRepository( repository ) );
-+internalRepositories.add( 
repositorySystem.buildArtifactRepository( repository ) );
- }
- 
- repositorySystem.injectMirror( request.getRepositorySession(), 
internalRepositories );

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 21:03:49 UTC (rev 509228)
+++ PKGBUILD2019-09-10 21:03:54 UTC (rev 509229)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=maven
-pkgver=3.6.1
-pkgrel=2
-pkgdesc='Java project management and project comprehension tool'
-url='https://maven.apache.org'
-arch=('any')
-license=('APACHE')
-depends=('java-environment>=7' 'bash' 'procps-ng')
-makedepends=('maven' 'java-environment=8')
-backup=('opt/maven/conf/settings.xml')
-source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
-0001-MNG-6642.patch
-maven.sh)
-# https://www.apache.org/dist/maven/KEYS
-validpgpkeys=(
-  '042B29E928995B9DB963C636C7CA19B7B620D787' # 
StephenConnolly
-  'AE9E53FC28FF2AB1012273D0BF1518E0160788A2' # Karl Heinz Marbaise (ASF Key) 

-)
-sha256sums=('025921fff6ba827a25413ffc08fb1933565eb1f07ee2d3f228911913ee4f3c3f'
-'SKIP'
-'70858a5052fdcc93823f34fd6716200c433eec3990cef2058c186ef52fb9882d'
-'17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
-
-prepare() {
-  cd apache-maven-${pkgver}
-
-  patch -Np1 -i ../0001-MNG-6642.patch
-}
-
-build() {
-  cd apache-maven-${pkgver}
-
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn package \
--Dmaven.repo.local="${srcdir}/repo" \
--Dproject.build.sourceEncoding=UTF-8 -e
-}
-
-package() {
-  cd apache-maven-${pkgver}
-
-  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
-  install -d "${pkgdir}/opt/maven"
-
-  # skip tests as they were already executed
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn install \
--Dmaven.repo.local="${srcdir}/repo" \
-

[arch-commits] Commit in maven/trunk (0001-MNG-6642.patch PKGBUILD)

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:03:49
  Author: anthraxx
Revision: 509228

upgpkg: maven 3.6.2-1

Modified:
  maven/trunk/PKGBUILD
Deleted:
  maven/trunk/0001-MNG-6642.patch

-+
 0001-MNG-6642.patch |   46 --
 PKGBUILD|   15 ---
 2 files changed, 4 insertions(+), 57 deletions(-)

Deleted: 0001-MNG-6642.patch
===
--- 0001-MNG-6642.patch 2019-09-10 21:01:24 UTC (rev 509227)
+++ 0001-MNG-6642.patch 2019-09-10 21:03:49 UTC (rev 509228)
@@ -1,46 +0,0 @@
-commit 763f76cf833cddd6630add035c541ac54bbe381d
-Author: Sylwester Lachiewicz 
-Date:   Sat Oct 13 04:16:44 2018 +0200
-
-[MNG-6642] Revert "[MNG-5995] Remove dependency to maven-compat (#185)"
-
-This partially reverts commit bb3ec5da71d26d105972392f0a20bc61bc5d8c53 to 
restore working with Tycho P2 repository.
-
-diff --git 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-index 0bd94a86a..3159fac6b 100644
 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-+++ 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
-@@ -33,7 +33,6 @@
- import org.apache.maven.artifact.Artifact;
- import org.apache.maven.artifact.InvalidRepositoryException;
- import org.apache.maven.artifact.repository.ArtifactRepository;
--import org.apache.maven.bridge.MavenRepositorySystem;
- import org.apache.maven.classrealm.ClassRealmManager;
- import org.apache.maven.model.Build;
- import org.apache.maven.model.Extension;
-@@ -45,6 +44,7 @@
- import org.apache.maven.plugin.PluginManagerException;
- import org.apache.maven.plugin.PluginResolutionException;
- import org.apache.maven.plugin.version.PluginVersionResolutionException;
-+import org.apache.maven.repository.RepositorySystem;
- import org.codehaus.plexus.PlexusContainer;
- import org.codehaus.plexus.classworlds.realm.ClassRealm;
- import org.codehaus.plexus.component.annotations.Component;
-@@ -78,7 +78,7 @@
- private ProjectRealmCache projectRealmCache;
- 
- @Requirement
--private MavenRepositorySystem repositorySystem;
-+private RepositorySystem repositorySystem;
- 
- @Requirement
- private MavenPluginManager pluginManager;
-@@ -92,7 +92,7 @@
- 
- for ( Repository repository : pomRepositories )
- {
--internalRepositories.add( 
MavenRepositorySystem.buildArtifactRepository( repository ) );
-+internalRepositories.add( 
repositorySystem.buildArtifactRepository( repository ) );
- }
- 
- repositorySystem.injectMirror( request.getRepositorySession(), 
internalRepositories );

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 21:01:24 UTC (rev 509227)
+++ PKGBUILD2019-09-10 21:03:49 UTC (rev 509228)
@@ -3,8 +3,8 @@
 # Contributor: William Rea 
 
 pkgname=maven
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc='Java project management and project comprehension tool'
 url='https://maven.apache.org'
 arch=('any')
@@ -13,24 +13,17 @@
 makedepends=('maven' 'java-environment=8')
 backup=('opt/maven/conf/settings.xml')
 
source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
-0001-MNG-6642.patch
 maven.sh)
 # https://www.apache.org/dist/maven/KEYS
 validpgpkeys=(
   '042B29E928995B9DB963C636C7CA19B7B620D787' # 
StephenConnolly
   'AE9E53FC28FF2AB1012273D0BF1518E0160788A2' # Karl Heinz Marbaise (ASF Key) 

+  'BBE7232D7991050B54C8EA0ADC08637CA615D22C' # Enrico Olivelli 

 )
-sha256sums=('025921fff6ba827a25413ffc08fb1933565eb1f07ee2d3f228911913ee4f3c3f'
+sha256sums=('7ed94655b4098729de292a13c96765bb90a407bb6feb64f201a9444aebde69d1'
 'SKIP'
-'70858a5052fdcc93823f34fd6716200c433eec3990cef2058c186ef52fb9882d'
 '17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
 
-prepare() {
-  cd apache-maven-${pkgver}
-
-  patch -Np1 -i ../0001-MNG-6642.patch
-}
-
 build() {
   cd apache-maven-${pkgver}
 


[arch-commits] Commit in gdm/trunk (3 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 21:03:56
  Author: heftig
Revision: 362176

reword patch

Modified:
  gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
  gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
  gdm/trunk/PKGBUILD

--+
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |5 +++--
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |2 +-
 PKGBUILD |4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

Modified: 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-10 
20:52:26 UTC (rev 362175)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-10 
21:03:56 UTC (rev 362176)
@@ -1,4 +1,4 @@
-From c4f5540306a4efb8baeba46f68d6566f95e56802 Mon Sep 17 00:00:00 2001
+From a9c2cb0ae478caf40cc24001fbf6cfbbcc19196e Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 20:37:08 +
 Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
@@ -6,7 +6,8 @@
 systemd-sysusers now creates expired accounts, which broke the greeter
 on new installations.
 
-Fixes https://bugs.archlinux.org/task/63706
+Doesn't actually fully fix the problem as the user@.service still fails
+to launch.
 ---
  data/pam-arch/gdm-launch-environment.pam | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Modified: 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
===
--- 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
2019-09-10 20:52:26 UTC (rev 362175)
+++ 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
2019-09-10 21:03:56 UTC (rev 362176)
@@ -1,4 +1,4 @@
-From d4d0a149153700b06215dbb5bb8d569080149c9f Mon Sep 17 00:00:00 2001
+From 3b6ca2e211b9874e61e9a6950c52b52f2a79dca3 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 20:41:10 +
 Subject: [PATCH 3/3] pam-arch: Restrict greeter service to the gdm user

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:52:26 UTC (rev 362175)
+++ PKGBUILD2019-09-10 21:03:56 UTC (rev 362176)
@@ -19,8 +19,8 @@
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch)
 sha256sums=('SKIP'
 '098ffb1cdc0232f014e5fe5fb8d268b752afc54d6ee661664036879acd075b22'
-'38c92ea27881112c601356e615b926fbef6e92737048406eead56a47e961ea56'
-'6c20bf8929fdd996d89ad6aeeb53166252670961746e187f27598fd32921a6ce')
+'2e2b12d4609004a010245de51a8c017b164e84f249cd19706d020cb599d2d7e7'
+'3fa02eb7bbbe1586eae4ae98221a284251ca2869dc731c80b753e7effc443379')
 
 pkgver() {
   cd gdm


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:01:24
  Author: anthraxx
Revision: 509227

archrelease: copy trunk to community-x86_64

Added:
  ncrack/repos/community-x86_64/PKGBUILD
(from rev 509226, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-x86_64/ncrack-nullcheck.patch
(from rev 509226, ncrack/trunk/ncrack-nullcheck.patch)
Deleted:
  ncrack/repos/community-x86_64/PKGBUILD
  ncrack/repos/community-x86_64/ncrack-nullcheck.patch

+
 PKGBUILD   |   84 +--
 ncrack-nullcheck.patch |   24 ++---
 2 files changed, 51 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 21:01:19 UTC (rev 509226)
+++ PKGBUILD2019-09-10 21:01:24 UTC (rev 509227)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: mickael9 
-
-pkgname=ncrack
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='High-speed network authentication cracking tool'
-url='https://nmap.org/ncrack/'
-arch=('x86_64')
-license=('GPL2')
-depends=('openssl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nmap/ncrack/archive/v${pkgver}.tar.gz
-
${pkgname}-openssl1.1-1.patch::https://github.com/nmap/ncrack/commit/1c2f805e65e2e1231ecbe2ba1e5d83245c240da3.patch
-
${pkgname}-openssl1.1-2.patch::https://github.com/nmap/ncrack/commit/150b06b53a78b6a334f1147504ed6218293f3318.patch
-ncrack-nullcheck.patch)
-sha256sums=('676a323b1e9066193461f25e31445262bae495fde7dfcaf56555c3056dae24cc'
-'0795a14aba30d10ec85f1154850a3c22b91dbd6756d4bf8e9dc8cf58ab677fe7'
-'d046231d64322bd30a46b1214fbee43cc8ef01801d5a1c5d256de7e488a85ee0'
-'db38a84172ce548614c7e6f2f9f751b31e68716fe3ff68761c21f7e11d6143fc')
-sha512sums=('08d9c19b91b661cb212d2d0061e3498e75438388365c85cbd7d7d0b45b85b8dd8b2ba5de53b375792bdec55513f9c71f331712ef4a13369c6c11425b70a4b53b'
-
'c142b1e8b89b9abbe58fee66b6514b0c91be2687e1675558d5c3ffac0580af925ca2ed092eaed6374b4452adc5472eaed86b2fe46a285ebcd89a5defdd5dedde'
-
'aaf630210150573147feda107abed9612c25571c50873fda938dc879858e84a0c5d1ac030e892565a8c4ab8e758df02615de7bce4f9f27de35b84faac03323ba'
-
'c5648363def2dd8c8f01e5b039824357383b465373f59912abcfcb150873e6702a848c15ce1eea802c64d8e0fd0d3e88ddac190a1b659cd1b23da020f36b1b0b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../ncrack-nullcheck.patch
-  patch -Np1 -i ../ncrack-openssl1.1-1.patch
-  patch -Np1 -i ../ncrack-openssl1.1-2.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-openssl-header-check
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make install DESTDIR="${pkgdir}"
-  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncrack/repos/community-x86_64/PKGBUILD (from rev 509226, 
ncrack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 21:01:24 UTC (rev 509227)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.7
+pkgrel=1
+pkgdesc='High-speed network authentication cracking tool'
+url='https://nmap.org/ncrack/'
+arch=('x86_64')
+license=('GPL2')
+depends=('openssl')
+source=(https://github.com/nmap/ncrack/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ncrack-nullcheck.patch)
+sha256sums=('f3f971cd677c4a0c0668cb369002c581d305050b3b0411e18dd3cb9cc270d14a'
+'db38a84172ce548614c7e6f2f9f751b31e68716fe3ff68761c21f7e11d6143fc')
+sha512sums=('52b327b0330b2e46d71a9442fbacf8471462e093049b68b8f2fab008b7046762c82d0468d004cc042a1342082f5c6b5d20a792f028929a7f039bd8d5e2bd49e0'
+
'c5648363def2dd8c8f01e5b039824357383b465373f59912abcfcb150873e6702a848c15ce1eea802c64d8e0fd0d3e88ddac190a1b659cd1b23da020f36b1b0b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../ncrack-nullcheck.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--without-openssl-header-check
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: ncrack-nullcheck.patch
===
--- ncrack-nullcheck.patch  2019-09-10 21:01:19 UTC (rev 509226)
+++ ncrack-nullcheck.patch  2019-09-10 21:01:24 UTC (rev 509227)
@@ -1,12 +0,0 @@
-diff -ru ncrack-0.5/ncrack_resume.cc ncrack-0.5.new/ncrack_resume.cc
 ncrack-0.5/ncrack_resume.cc2016-04-10 18:56:02.0 +0200
-+++ ncrack-0.5.new/ncrack_resume.cc2017-04-13 17:53:09.369522756 +0200
-@@ -527,7 +527,7 @@
- 
-   j = 0;
-   buf[j++] = *q;
--  while (*q != '\0' && j < sizeof(buf)) {
-+

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 21:01:19
  Author: anthraxx
Revision: 509226

upgpkg: ncrack 0.7-1

Modified:
  ncrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:56:58 UTC (rev 509225)
+++ PKGBUILD2019-09-10 21:01:19 UTC (rev 509226)
@@ -3,7 +3,7 @@
 # Contributor: mickael9 
 
 pkgname=ncrack
-pkgver=0.6.0
+pkgver=0.7
 pkgrel=1
 pkgdesc='High-speed network authentication cracking tool'
 url='https://nmap.org/ncrack/'
@@ -10,29 +10,23 @@
 arch=('x86_64')
 license=('GPL2')
 depends=('openssl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nmap/ncrack/archive/v${pkgver}.tar.gz
-
${pkgname}-openssl1.1-1.patch::https://github.com/nmap/ncrack/commit/1c2f805e65e2e1231ecbe2ba1e5d83245c240da3.patch
-
${pkgname}-openssl1.1-2.patch::https://github.com/nmap/ncrack/commit/150b06b53a78b6a334f1147504ed6218293f3318.patch
+source=(https://github.com/nmap/ncrack/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 ncrack-nullcheck.patch)
-sha256sums=('676a323b1e9066193461f25e31445262bae495fde7dfcaf56555c3056dae24cc'
-'0795a14aba30d10ec85f1154850a3c22b91dbd6756d4bf8e9dc8cf58ab677fe7'
-'d046231d64322bd30a46b1214fbee43cc8ef01801d5a1c5d256de7e488a85ee0'
+sha256sums=('f3f971cd677c4a0c0668cb369002c581d305050b3b0411e18dd3cb9cc270d14a'
 'db38a84172ce548614c7e6f2f9f751b31e68716fe3ff68761c21f7e11d6143fc')
-sha512sums=('08d9c19b91b661cb212d2d0061e3498e75438388365c85cbd7d7d0b45b85b8dd8b2ba5de53b375792bdec55513f9c71f331712ef4a13369c6c11425b70a4b53b'
-
'c142b1e8b89b9abbe58fee66b6514b0c91be2687e1675558d5c3ffac0580af925ca2ed092eaed6374b4452adc5472eaed86b2fe46a285ebcd89a5defdd5dedde'
-
'aaf630210150573147feda107abed9612c25571c50873fda938dc879858e84a0c5d1ac030e892565a8c4ab8e758df02615de7bce4f9f27de35b84faac03323ba'
+sha512sums=('52b327b0330b2e46d71a9442fbacf8471462e093049b68b8f2fab008b7046762c82d0468d004cc042a1342082f5c6b5d20a792f028929a7f039bd8d5e2bd49e0'
 
'c5648363def2dd8c8f01e5b039824357383b465373f59912abcfcb150873e6702a848c15ce1eea802c64d8e0fd0d3e88ddac190a1b659cd1b23da020f36b1b0b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../ncrack-nullcheck.patch
-  patch -Np1 -i ../ncrack-openssl1.1-1.patch
-  patch -Np1 -i ../ncrack-openssl1.1-2.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-openssl-header-check
+  ./configure \
+--prefix=/usr \
+--without-openssl-header-check
   make
 }
 


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

2019-09-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, September 10, 2019 @ 20:56:58
  Author: andrewsc
Revision: 509225

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 509224, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 509224, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 509224, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 509224, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 509224, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 720 insertions(+), 720 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-10 
20:56:32 UTC (rev 509224)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-10 
20:56:58 UTC (rev 509225)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

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

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 509224, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-10 
20:56:58 UTC (rev 509225)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++

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

2019-09-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, September 10, 2019 @ 20:56:32
  Author: andrewsc
Revision: 509224

upgpkg: firefox-developer-edition 70.0b5-1

firefox-developer-edition: Updating to 70.0b5

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:48:37 UTC (rev 509223)
+++ PKGBUILD2019-09-10 20:56:32 UTC (rev 509224)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=70.0b4
+pkgver=70.0b5
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('b8e9c68ec5464704e37e57a70ec82030b6a71671884880e716139666252bd0a0ea8f1cb753c3833a95a0a317ecdd7e4e4e4b5c3fb977f8e22a6edd91fa681fdf'
+sha512sums=('9f2a93f9fb1f619e291844db3e33fc8f69e9efd7bb6db32429fd497ca29977fbae539d76b916e6efb6e9b4fa0faab8ef7e5ebc887e39904cd4c6e2ef826c038c'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


[arch-commits] Commit in ant/repos/extra-any (PKGBUILD PKGBUILD ant.conf ant.conf)

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 20:52:26
  Author: anthraxx
Revision: 362175

archrelease: copy trunk to extra-any

Added:
  ant/repos/extra-any/PKGBUILD
(from rev 362174, ant/trunk/PKGBUILD)
  ant/repos/extra-any/ant.conf
(from rev 362174, ant/trunk/ant.conf)
Deleted:
  ant/repos/extra-any/PKGBUILD
  ant/repos/extra-any/ant.conf

--+
 PKGBUILD |  170 ++---
 ant.conf |   16 ++---
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 20:52:21 UTC (rev 362174)
+++ PKGBUILD2019-09-10 20:52:26 UTC (rev 362175)
@@ -1,85 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrew Wright 
-# Contributor: Paul Mattal 
-
-pkgbase=ant
-pkgname=('ant' 'ant-doc')
-pkgver=1.10.6
-pkgrel=1
-pkgdesc='Java based build tool'
-url='https://ant.apache.org/'
-arch=('any')
-license=('APACHE')
-makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
-source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
-ant.conf)
-sha256sums=('628be0efd81719231c89df68911cfa15a03868039b70d706ef3a0900b4106cd7'
-'SKIP'
-'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
-validpgpkeys=(
-  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
-  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

-)
-
-_replace_lib() {
-  # explicitly call rm to ensure we replace instead of add
-  rm "$2"
-  ln -s "$1" "$2"
-}
-
-prepare() {
-  cd apache-${pkgbase}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' src/script/runant.py
-}
-
-build() {
-  cd apache-${pkgbase}-${pkgver}
-  export JAVA_HOME=/usr/lib/jvm/default
-  ./bootstrap.sh
-  bootstrap/bin/ant -Ddest=optional -f fetch.xml
-  _replace_lib /usr/share/java/junit.jar lib/optional/junit-4.12.jar
-  _replace_lib /usr/share/java/hamcrest-core.jar 
lib/optional/hamcrest-core-1.3.jar
-  _replace_lib /usr/share/java/hamcrest-library.jar 
lib/optional/hamcrest-library-1.3.jar
-  bootstrap/bin/ant dist
-}
-
-package_ant() {
-  depends=('java-environment' 'bash')
-  optdepends=('junit: junit tasks'
-  'java-hamcrest: junit tasks')
-  replaces=('apache-ant')
-  provides=('apache-ant')
-  conflicts=('apache-ant')
-  backup=('etc/ant.conf')
-
-  cd apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}
-  local _ant_home=/usr/share/ant
-
-  install -d "${pkgdir}${_ant_home}"
-  cp -Rp etc "${pkgdir}${_ant_home}"
-
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -Dm 755 {} -t "${pkgdir}${_ant_home}/bin" \;
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/ant/bin/ant "${pkgdir}/usr/bin/ant"
-
-  install -Dm 644 "${srcdir}/ant.conf" -t "${pkgdir}/etc"
-  install -Dm 644 lib/*.jar -t "${pkgdir}/usr/share/java/ant"
-  ln -s /usr/share/java/ant "${pkgdir}${_ant_home}/lib"
-
-  install -Dm 644 ../{LICENSE,NOTICE} -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_ant-doc() {
-  pkgdesc='Apache Ant build tool documentation'
-  replaces=('apache-ant-doc')
-  provices=('apache-ant-doc')
-  conflicts=('apache-ant-doc')
-
-  install -d "${pkgdir}/usr/share/doc/ant"
-  cp -r apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}/manual/* \
-"${pkgdir}/usr/share/doc/ant"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ant/repos/extra-any/PKGBUILD (from rev 362174, ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 20:52:26 UTC (rev 362175)
@@ -0,0 +1,85 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrew Wright 
+# Contributor: Paul Mattal 
+
+pkgbase=ant
+pkgname=('ant' 'ant-doc')
+pkgver=1.10.7
+pkgrel=1
+pkgdesc='Java based build tool'
+url='https://ant.apache.org/'
+arch=('any')
+license=('APACHE')
+makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
+source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
+ant.conf)
+sha256sums=('39882eff327f4a056d77605f0a973d4f30d003083e54fa0885ddab6055b6c8de'
+'SKIP'
+'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
+validpgpkeys=(
+  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
+  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

+)
+
+_replace_lib() {
+  # explicitly call rm to ensure we replace instead of add
+  rm "$2"
+  ln -s "$1" "$2"
+}
+
+prepare() {
+  cd apache-${pkgbase}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' src/script/runant.py
+}
+
+build() {
+  cd apache-${pkgbase}-${pkgver}
+  export JAVA_HOME=/usr/lib/jvm/default
+  ./bootstrap.sh
+  bootstrap/bin/ant -Ddest=optional -f fetch.xml
+  _replace_lib /usr/share/java/junit.jar lib/optional/junit-4.12.jar
+  _replace_lib 

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 20:52:21
  Author: anthraxx
Revision: 362174

upgpkg: ant 1.10.7-1

Modified:
  ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:48:51 UTC (rev 362173)
+++ PKGBUILD2019-09-10 20:52:21 UTC (rev 362174)
@@ -5,7 +5,7 @@
 
 pkgbase=ant
 pkgname=('ant' 'ant-doc')
-pkgver=1.10.6
+pkgver=1.10.7
 pkgrel=1
 pkgdesc='Java based build tool'
 url='https://ant.apache.org/'
@@ -14,7 +14,7 @@
 makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
 
source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
 ant.conf)
-sha256sums=('628be0efd81719231c89df68911cfa15a03868039b70d706ef3a0900b4106cd7'
+sha256sums=('39882eff327f4a056d77605f0a973d4f30d003083e54fa0885ddab6055b6c8de'
 'SKIP'
 '23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
 validpgpkeys=(


[arch-commits] Commit in gdm/trunk (4 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:48:51
  Author: heftig
Revision: 362173

3.32.0+2+g820f90f5-2: FS#63706

Added:
  gdm/trunk/0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
  gdm/trunk/0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
Modified:
  gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/trunk/PKGBUILD

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |7 --
 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch   |   29 +
 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch |   31 ++
 PKGBUILD |   17 -
 4 files changed, 76 insertions(+), 8 deletions(-)

Modified: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-10 
20:37:55 UTC (rev 362172)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2019-09-10 
20:48:51 UTC (rev 362173)
@@ -1,8 +1,7 @@
-From 328a315c21ec71e563d00699f0a79186b229270a Mon Sep 17 00:00:00 2001
-Message-Id: 
<328a315c21ec71e563d00699f0a79186b229270a.1541542184.git.jan.steff...@gmail.com>
+From 58cdf43d7b053a7370e6779d06835c239598f59a Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH] Xsession: Don't start ssh-agent by default
+Subject: [PATCH 1/3] Xsession: Don't start ssh-agent by default
 
 ---
  data/Xsession.in | 8 
@@ -28,5 +27,5 @@
  
  eval exec $command
 -- 
-2.19.1
+2.23.0
 

Added: 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch
===
--- 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  
(rev 0)
+++ 0002-pam-arch-Don-t-check-greeter-account-for-expiry.patch  2019-09-10 
20:48:51 UTC (rev 362173)
@@ -0,0 +1,29 @@
+From c4f5540306a4efb8baeba46f68d6566f95e56802 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 10 Sep 2019 20:37:08 +
+Subject: [PATCH 2/3] pam-arch: Don't check greeter account for expiry
+
+systemd-sysusers now creates expired accounts, which broke the greeter
+on new installations.
+
+Fixes https://bugs.archlinux.org/task/63706
+---
+ data/pam-arch/gdm-launch-environment.pam | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/pam-arch/gdm-launch-environment.pam 
b/data/pam-arch/gdm-launch-environment.pam
+index 618a7d3a..89521472 100644
+--- a/data/pam-arch/gdm-launch-environment.pam
 b/data/pam-arch/gdm-launch-environment.pam
+@@ -1,7 +1,7 @@
+ auth required  pam_env.so
+ auth optional  pam_permit.so
+ 
+-account  include   system-local-login
++account  optional  pam_permit.so
+ 
+ password required  pam_deny.so
+ 
+-- 
+2.23.0
+

Added: 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
===
--- 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
(rev 0)
+++ 0003-pam-arch-Restrict-greeter-service-to-the-gdm-user.patch
2019-09-10 20:48:51 UTC (rev 362173)
@@ -0,0 +1,31 @@
+From d4d0a149153700b06215dbb5bb8d569080149c9f Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 10 Sep 2019 20:41:10 +
+Subject: [PATCH 3/3] pam-arch: Restrict greeter service to the gdm user
+
+Copied from pam-exherbo.
+---
+ data/pam-arch/gdm-launch-environment.pam | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/data/pam-arch/gdm-launch-environment.pam 
b/data/pam-arch/gdm-launch-environment.pam
+index 89521472..d59c9cb9 100644
+--- a/data/pam-arch/gdm-launch-environment.pam
 b/data/pam-arch/gdm-launch-environment.pam
+@@ -1,10 +1,13 @@
+ auth required  pam_env.so
++auth required  pam_succeed_if.so audit quiet_success user = gdm
+ auth optional  pam_permit.so
+ 
++account  required  pam_succeed_if.so audit quiet_success user = gdm
+ account  optional  pam_permit.so
+ 
+ password required  pam_deny.so
+ 
+ session  optional  pam_keyinit.so force revoke
++session  required  pam_succeed_if.so audit quiet_success user = gdm
+ session  required  pam_systemd.so
+ session  optional  pam_permit.so
+-- 
+2.23.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:37:55 UTC (rev 362172)
+++ PKGBUILD2019-09-10 20:48:51 UTC (rev 362173)
@@ -4,7 +4,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.32.0+2+g820f90f5
-pkgrel=1
+pkgrel=2
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
 arch=(x86_64)
@@ -12,11 +12,15 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost)
 makedepends=(yelp-tools gobject-introspection git docbook-xsl)
 checkdepends=(check)

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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 20:48:31
  Author: anthraxx
Revision: 509222

upgpkg: metasploit 5.0.46-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:33:44 UTC (rev 509221)
+++ PKGBUILD2019-09-10 20:48:31 UTC (rev 509222)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.45
+pkgver=5.0.46
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('255de837eb0e26c9a3a65f69af864d1bf2df7cf706e6f5356bfc4e89ff0aa8d3')
-sha512sums=('95f73085474c5c4af60cbff4123ac8e6eca2854f8297ccea8de6bc8bfeb95114bbaa11a607e9d4db54879335c960be194e811da37eab5bfa495bf82190cc0cae')
+sha256sums=('8fad3291d668d5db88385268e473288160ec4cbdfba743698abf0cef90ff6f09')
+sha512sums=('8705d133e472a35ce97f57f3593da3719ab3c346750159ac48dce77257b0f52877a28397c6476bc3d22aa81ba7f1aefbb222148f4c9aa55ffa887d0c7193ef48')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2019-09-10 Thread Levente Polyak via arch-commits
Date: Tuesday, September 10, 2019 @ 20:48:37
  Author: anthraxx
Revision: 509223

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 509222, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 20:48:31 UTC (rev 509222)
+++ PKGBUILD2019-09-10 20:48:37 UTC (rev 509223)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.45
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('255de837eb0e26c9a3a65f69af864d1bf2df7cf706e6f5356bfc4e89ff0aa8d3')
-sha512sums=('95f73085474c5c4af60cbff4123ac8e6eca2854f8297ccea8de6bc8bfeb95114bbaa11a607e9d4db54879335c960be194e811da37eab5bfa495bf82190cc0cae')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 509222, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 20:48:37 UTC (rev 509223)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.46
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('8fad3291d668d5db88385268e473288160ec4cbdfba743698abf0cef90ff6f09')
+sha512sums=('8705d133e472a35ce97f57f3593da3719ab3c346750159ac48dce77257b0f52877a28397c6476bc3d22aa81ba7f1aefbb222148f4c9aa55ffa887d0c7193ef48')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2019-09-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 10, 2019 @ 20:33:23
  Author: arojas
Revision: 509220

Update to 0.75

Modified:
  blackbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 20:32:45 UTC (rev 509219)
+++ PKGBUILD2019-09-10 20:33:23 UTC (rev 509220)
@@ -3,7 +3,7 @@
 # Contributor: Steve Ponsford 
 
 pkgname=blackbox
-pkgver=0.74
+pkgver=0.75
 pkgrel=1
 pkgdesc="A window manager for X11"
 url="https://github.com/bbidulock/blackboxwm;
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/bbidulock/blackboxwm/archive/$pkgver.tar.gz;)
-sha256sums=('b7abd3def4d499180bfde85c38d723f2e6930d0956d7d7c81280f0f16cff557d')
+sha256sums=('f230aa19034995581b73a6d52ea375cac32acb216f1f15e5f4f33949d0d6541b')
 
 prepare() {
   cd blackboxwm-$pkgver


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

2019-09-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 10, 2019 @ 20:33:44
  Author: arojas
Revision: 509221

archrelease: copy trunk to community-x86_64

Added:
  blackbox/repos/community-x86_64/PKGBUILD
(from rev 509220, blackbox/trunk/PKGBUILD)
Deleted:
  blackbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 20:33:23 UTC (rev 509220)
+++ PKGBUILD2019-09-10 20:33:44 UTC (rev 509221)
@@ -1,32 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: durbatuluk 
-# Contributor: Steve Ponsford 
-
-pkgname=blackbox
-pkgver=0.74
-pkgrel=1
-pkgdesc="A window manager for X11"
-url="https://github.com/bbidulock/blackboxwm;
-arch=('x86_64')
-depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bbidulock/blackboxwm/archive/$pkgver.tar.gz;)
-sha256sums=('b7abd3def4d499180bfde85c38d723f2e6930d0956d7d7c81280f0f16cff557d')
-
-prepare() {
-  cd blackboxwm-$pkgver
-  sed -e '/AC_DISABLE_SHARED/d' -i configure.ac # Build shared library
-  ./autogen.sh
-}
-
-build() {
-  cd blackboxwm-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd blackboxwm-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: blackbox/repos/community-x86_64/PKGBUILD (from rev 509220, 
blackbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 20:33:44 UTC (rev 509221)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: durbatuluk 
+# Contributor: Steve Ponsford 
+
+pkgname=blackbox
+pkgver=0.75
+pkgrel=1
+pkgdesc="A window manager for X11"
+url="https://github.com/bbidulock/blackboxwm;
+arch=('x86_64')
+depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/bbidulock/blackboxwm/archive/$pkgver.tar.gz;)
+sha256sums=('f230aa19034995581b73a6d52ea375cac32acb216f1f15e5f4f33949d0d6541b')
+
+prepare() {
+  cd blackboxwm-$pkgver
+  sed -e '/AC_DISABLE_SHARED/d' -i configure.ac # Build shared library
+  ./autogen.sh
+}
+
+build() {
+  cd blackboxwm-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd blackboxwm-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in p11-kit/repos/testing-x86_64 (19 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:32:45
  Author: heftig
Revision: 362170

archrelease: copy trunk to testing-x86_64

Added:
  p11-kit/repos/testing-x86_64/0001-meson-Fix-dictionary-syntax.patch
(from rev 362169, p11-kit/trunk/0001-meson-Fix-dictionary-syntax.patch)
  p11-kit/repos/testing-x86_64/0002-meson-Install-p11-kit-client-module.patch
(from rev 362169, 
p11-kit/trunk/0002-meson-Install-p11-kit-client-module.patch)
  
p11-kit/repos/testing-x86_64/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
(from rev 362169, 
p11-kit/trunk/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch)
  p11-kit/repos/testing-x86_64/0004-meson-Don-t-prefix-p11_user_config.patch
(from rev 362169, 
p11-kit/trunk/0004-meson-Don-t-prefix-p11_user_config.patch)
  p11-kit/repos/testing-x86_64/0005-meson-Build-and-install-man-pages.patch
(from rev 362169, 
p11-kit/trunk/0005-meson-Build-and-install-man-pages.patch)
  p11-kit/repos/testing-x86_64/0006-meson-Install-p11-kit-server-units.patch
(from rev 362169, 
p11-kit/trunk/0006-meson-Install-p11-kit-server-units.patch)
  
p11-kit/repos/testing-x86_64/0007-meson-Add-missing-prefix-to-system-path-defines.patch
(from rev 362169, 
p11-kit/trunk/0007-meson-Add-missing-prefix-to-system-path-defines.patch)
  
p11-kit/repos/testing-x86_64/0008-Build-and-install-libnssckbi-p11-kit.so.patch
(from rev 362169, 
p11-kit/trunk/0008-Build-and-install-libnssckbi-p11-kit.so.patch)
  p11-kit/repos/testing-x86_64/PKGBUILD
(from rev 362169, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-x86_64/p11-kit.install
(from rev 362169, p11-kit/trunk/p11-kit.install)
Deleted:
  p11-kit/repos/testing-x86_64/0001-meson-Fix-dictionary-syntax.patch
  p11-kit/repos/testing-x86_64/0002-meson-Install-p11-kit-client-module.patch
  
p11-kit/repos/testing-x86_64/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
  p11-kit/repos/testing-x86_64/0004-meson-Don-t-prefix-p11_user_config.patch
  p11-kit/repos/testing-x86_64/0005-meson-Build-and-install-man-pages.patch
  p11-kit/repos/testing-x86_64/0006-meson-Install-p11-kit-server-units.patch
  
p11-kit/repos/testing-x86_64/0007-Build-and-install-libnssckbi-p11-kit.so.patch
  p11-kit/repos/testing-x86_64/PKGBUILD
  p11-kit/repos/testing-x86_64/p11-kit.install

-+
 0001-meson-Fix-dictionary-syntax.patch  |   76 -
 0002-meson-Install-p11-kit-client-module.patch  |   54 -
 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch |  168 +--
 0004-meson-Don-t-prefix-p11_user_config.patch   |   50 -
 0005-meson-Build-and-install-man-pages.patch|  486 
+-
 0006-meson-Install-p11-kit-server-units.patch   |   68 -
 0007-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 --
 0007-meson-Add-missing-prefix-to-system-path-defines.patch  |   33 
 0008-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 ++
 PKGBUILD|  139 +-
 p11-kit.install |   28 
 11 files changed, 669 insertions(+), 633 deletions(-)

Deleted: 0001-meson-Fix-dictionary-syntax.patch
===
--- 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:02 UTC (rev 
362169)
+++ 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:45 UTC (rev 
362170)
@@ -1,38 +0,0 @@
-From f2ee0a01272f4bbd018fb438344615cca8a74185 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno 
-Date: Mon, 9 Sep 2019 17:22:27 +0200
-Subject: [PATCH 1/7] meson: Fix dictionary syntax
-
-Reported by Jan Alexander Steffens.

- doc/manual/meson.build | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/doc/manual/meson.build b/doc/manual/meson.build
-index 2214b75..0c83699 100644
 a/doc/manual/meson.build
-+++ b/doc/manual/meson.build
-@@ -39,17 +39,17 @@ content_files = [
- configure_file(
-   input: 'version.xml.in',
-   output: '@BASENAME@',
--  configuration: {'VERSION', meson.project_version()})
-+  configuration: {'VERSION': meson.project_version()})
- 
- configure_file(
-   input: 'userdir.xml.in',
-   output: '@BASENAME@',
--  configuration: {'p11_user_config', p11_user_config})
-+  configuration: {'p11_user_config': p11_user_config})
- 
- configure_file(
-   input: 'sysdir.xml.in',
-   output: '@BASENAME@',
--  configuration: {'p11_system_config', p11_system_config})
-+  configuration: {'p11_system_config': p11_system_config})
- 
- glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
- fixxref_args = [
--- 
-2.23.0
-

Copied: p11-kit/repos/testing-x86_64/0001-meson-Fix-dictionary-syntax.patch 
(from rev 362169, p11-kit/trunk/0001-meson-Fix-dictionary-syntax.patch)
===
--- 

[arch-commits] Commit in lib32-p11-kit/repos/multilib-testing-x86_64 (17 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:32:45
  Author: heftig
Revision: 509219

archrelease: copy trunk to multilib-testing-x86_64

Added:
  
lib32-p11-kit/repos/multilib-testing-x86_64/0001-meson-Fix-dictionary-syntax.patch
(from rev 509218, 
lib32-p11-kit/trunk/0001-meson-Fix-dictionary-syntax.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0002-meson-Install-p11-kit-client-module.patch
(from rev 509218, 
lib32-p11-kit/trunk/0002-meson-Install-p11-kit-client-module.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
(from rev 509218, 
lib32-p11-kit/trunk/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0004-meson-Don-t-prefix-p11_user_config.patch
(from rev 509218, 
lib32-p11-kit/trunk/0004-meson-Don-t-prefix-p11_user_config.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0005-meson-Build-and-install-man-pages.patch
(from rev 509218, 
lib32-p11-kit/trunk/0005-meson-Build-and-install-man-pages.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0006-meson-Install-p11-kit-server-units.patch
(from rev 509218, 
lib32-p11-kit/trunk/0006-meson-Install-p11-kit-server-units.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0007-meson-Add-missing-prefix-to-system-path-defines.patch
(from rev 509218, 
lib32-p11-kit/trunk/0007-meson-Add-missing-prefix-to-system-path-defines.patch)
  
lib32-p11-kit/repos/multilib-testing-x86_64/0008-Build-and-install-libnssckbi-p11-kit.so.patch
(from rev 509218, 
lib32-p11-kit/trunk/0008-Build-and-install-libnssckbi-p11-kit.so.patch)
  lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD
(from rev 509218, lib32-p11-kit/trunk/PKGBUILD)
Deleted:
  
lib32-p11-kit/repos/multilib-testing-x86_64/0001-meson-Fix-dictionary-syntax.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0002-meson-Install-p11-kit-client-module.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0004-meson-Don-t-prefix-p11_user_config.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0005-meson-Build-and-install-man-pages.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0006-meson-Install-p11-kit-server-units.patch
  
lib32-p11-kit/repos/multilib-testing-x86_64/0007-Build-and-install-libnssckbi-p11-kit.so.patch
  lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD

-+
 0001-meson-Fix-dictionary-syntax.patch  |   76 -
 0002-meson-Install-p11-kit-client-module.patch  |   54 -
 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch |  168 +--
 0004-meson-Don-t-prefix-p11_user_config.patch   |   50 -
 0005-meson-Build-and-install-man-pages.patch|  486 
+-
 0006-meson-Install-p11-kit-server-units.patch   |   68 -
 0007-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 --
 0007-meson-Add-missing-prefix-to-system-path-defines.patch  |   33 
 0008-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 ++
 PKGBUILD|  149 +--
 10 files changed, 660 insertions(+), 624 deletions(-)

Deleted: 0001-meson-Fix-dictionary-syntax.patch
===
--- 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:16 UTC (rev 
509218)
+++ 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:45 UTC (rev 
509219)
@@ -1,38 +0,0 @@
-From f2ee0a01272f4bbd018fb438344615cca8a74185 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno 
-Date: Mon, 9 Sep 2019 17:22:27 +0200
-Subject: [PATCH 1/7] meson: Fix dictionary syntax
-
-Reported by Jan Alexander Steffens.

- doc/manual/meson.build | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/doc/manual/meson.build b/doc/manual/meson.build
-index 2214b75..0c83699 100644
 a/doc/manual/meson.build
-+++ b/doc/manual/meson.build
-@@ -39,17 +39,17 @@ content_files = [
- configure_file(
-   input: 'version.xml.in',
-   output: '@BASENAME@',
--  configuration: {'VERSION', meson.project_version()})
-+  configuration: {'VERSION': meson.project_version()})
- 
- configure_file(
-   input: 'userdir.xml.in',
-   output: '@BASENAME@',
--  configuration: {'p11_user_config', p11_user_config})
-+  configuration: {'p11_user_config': p11_user_config})
- 
- configure_file(
-   input: 'sysdir.xml.in',
-   output: '@BASENAME@',
--  configuration: {'p11_system_config', p11_system_config})
-+  configuration: {'p11_system_config': p11_system_config})
- 
- glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
- fixxref_args = [
--- 
-2.23.0
-

Copied: 
lib32-p11-kit/repos/multilib-testing-x86_64/0001-meson-Fix-dictionary-syntax.patch
 (from rev 509218, 

[arch-commits] Commit in p11-kit/trunk (10 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:32:02
  Author: heftig
Revision: 362169

0.23.17-2: unbreak gnutls

Added:
  p11-kit/trunk/0007-meson-Add-missing-prefix-to-system-path-defines.patch
  p11-kit/trunk/0008-Build-and-install-libnssckbi-p11-kit.so.patch
(from rev 362168, 
p11-kit/trunk/0007-Build-and-install-libnssckbi-p11-kit.so.patch)
Modified:
  p11-kit/trunk/0001-meson-Fix-dictionary-syntax.patch
  p11-kit/trunk/0002-meson-Install-p11-kit-client-module.patch
  p11-kit/trunk/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
  p11-kit/trunk/0004-meson-Don-t-prefix-p11_user_config.patch
  p11-kit/trunk/0005-meson-Build-and-install-man-pages.patch
  p11-kit/trunk/0006-meson-Install-p11-kit-server-units.patch
  p11-kit/trunk/PKGBUILD
Deleted:
  p11-kit/trunk/0007-Build-and-install-libnssckbi-p11-kit.so.patch

-+
 0001-meson-Fix-dictionary-syntax.patch  |2 
 0002-meson-Install-p11-kit-client-module.patch  |2 
 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch |2 
 0004-meson-Don-t-prefix-p11_user_config.patch   |2 
 0005-meson-Build-and-install-man-pages.patch|2 
 0006-meson-Install-p11-kit-server-units.patch   |2 
 0007-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 
--
 0007-meson-Add-missing-prefix-to-system-path-defines.patch  |   33 +++
 0008-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 
++
 PKGBUILD|   23 +-
 10 files changed, 152 insertions(+), 116 deletions(-)

Modified: 0001-meson-Fix-dictionary-syntax.patch
===
--- 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:04:56 UTC (rev 
362168)
+++ 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:02 UTC (rev 
362169)
@@ -1,7 +1,7 @@
 From f2ee0a01272f4bbd018fb438344615cca8a74185 Mon Sep 17 00:00:00 2001
 From: Daiki Ueno 
 Date: Mon, 9 Sep 2019 17:22:27 +0200
-Subject: [PATCH 1/7] meson: Fix dictionary syntax
+Subject: [PATCH 1/8] meson: Fix dictionary syntax
 
 Reported by Jan Alexander Steffens.
 ---

Modified: 0002-meson-Install-p11-kit-client-module.patch
===
--- 0002-meson-Install-p11-kit-client-module.patch  2019-09-10 20:04:56 UTC 
(rev 362168)
+++ 0002-meson-Install-p11-kit-client-module.patch  2019-09-10 20:32:02 UTC 
(rev 362169)
@@ -1,7 +1,7 @@
 From a0d4d089903e53fb7aaa758354f69c00eab4e93a Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 2/7] meson: Install p11-kit-client module
+Subject: [PATCH 2/8] meson: Install p11-kit-client module
 
 ---
  p11-kit/meson.build | 4 +++-

Modified: 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
===
--- 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch 
2019-09-10 20:04:56 UTC (rev 362168)
+++ 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch 
2019-09-10 20:32:02 UTC (rev 362169)
@@ -1,7 +1,7 @@
 From 7d4768712006b16856c4b8cbe7143d11c11def7f Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 3/7] meson: PKCS#11 modules should only export
+Subject: [PATCH 3/8] meson: PKCS#11 modules should only export
  C_GetFunctionList
 
 ---

Modified: 0004-meson-Don-t-prefix-p11_user_config.patch
===
--- 0004-meson-Don-t-prefix-p11_user_config.patch   2019-09-10 20:04:56 UTC 
(rev 362168)
+++ 0004-meson-Don-t-prefix-p11_user_config.patch   2019-09-10 20:32:02 UTC 
(rev 362169)
@@ -1,7 +1,7 @@
 From e1877fb7b84237bb40c88436e0a56aa999801595 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 4/7] meson: Don't prefix p11_user_config
+Subject: [PATCH 4/8] meson: Don't prefix p11_user_config
 
 ---
  p11-kit/meson.build | 2 +-

Modified: 0005-meson-Build-and-install-man-pages.patch
===
--- 0005-meson-Build-and-install-man-pages.patch2019-09-10 20:04:56 UTC 
(rev 362168)
+++ 0005-meson-Build-and-install-man-pages.patch2019-09-10 20:32:02 UTC 
(rev 362169)
@@ -1,7 +1,7 @@
 From 53eacdcfad8a437c58b3983405e5fee7de0cf843 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 5/7] meson: Build and install man pages
+Subject: [PATCH 5/8] meson: Build and install man pages
 
 ---
  doc/manual/meson.build | 185 ++---

Modified: 0006-meson-Install-p11-kit-server-units.patch

[arch-commits] Commit in lib32-p11-kit/trunk (10 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:32:16
  Author: heftig
Revision: 509218

0.23.17-2

Added:
  lib32-p11-kit/trunk/0007-meson-Add-missing-prefix-to-system-path-defines.patch
  lib32-p11-kit/trunk/0008-Build-and-install-libnssckbi-p11-kit.so.patch
(from rev 509217, 
lib32-p11-kit/trunk/0007-Build-and-install-libnssckbi-p11-kit.so.patch)
Modified:
  lib32-p11-kit/trunk/0001-meson-Fix-dictionary-syntax.patch
  lib32-p11-kit/trunk/0002-meson-Install-p11-kit-client-module.patch
  
lib32-p11-kit/trunk/0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
  lib32-p11-kit/trunk/0004-meson-Don-t-prefix-p11_user_config.patch
  lib32-p11-kit/trunk/0005-meson-Build-and-install-man-pages.patch
  lib32-p11-kit/trunk/0006-meson-Install-p11-kit-server-units.patch
  lib32-p11-kit/trunk/PKGBUILD
Deleted:
  lib32-p11-kit/trunk/0007-Build-and-install-libnssckbi-p11-kit.so.patch

-+
 0001-meson-Fix-dictionary-syntax.patch  |2 
 0002-meson-Install-p11-kit-client-module.patch  |2 
 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch |2 
 0004-meson-Don-t-prefix-p11_user_config.patch   |2 
 0005-meson-Build-and-install-man-pages.patch|2 
 0006-meson-Install-p11-kit-server-units.patch   |2 
 0007-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 
--
 0007-meson-Add-missing-prefix-to-system-path-defines.patch  |   33 +++
 0008-Build-and-install-libnssckbi-p11-kit.so.patch  |  100 
++
 PKGBUILD|   23 +-
 10 files changed, 152 insertions(+), 116 deletions(-)

Modified: 0001-meson-Fix-dictionary-syntax.patch
===
--- 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:08:16 UTC (rev 
509217)
+++ 0001-meson-Fix-dictionary-syntax.patch  2019-09-10 20:32:16 UTC (rev 
509218)
@@ -1,7 +1,7 @@
 From f2ee0a01272f4bbd018fb438344615cca8a74185 Mon Sep 17 00:00:00 2001
 From: Daiki Ueno 
 Date: Mon, 9 Sep 2019 17:22:27 +0200
-Subject: [PATCH 1/7] meson: Fix dictionary syntax
+Subject: [PATCH 1/8] meson: Fix dictionary syntax
 
 Reported by Jan Alexander Steffens.
 ---

Modified: 0002-meson-Install-p11-kit-client-module.patch
===
--- 0002-meson-Install-p11-kit-client-module.patch  2019-09-10 20:08:16 UTC 
(rev 509217)
+++ 0002-meson-Install-p11-kit-client-module.patch  2019-09-10 20:32:16 UTC 
(rev 509218)
@@ -1,7 +1,7 @@
 From a0d4d089903e53fb7aaa758354f69c00eab4e93a Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 2/7] meson: Install p11-kit-client module
+Subject: [PATCH 2/8] meson: Install p11-kit-client module
 
 ---
  p11-kit/meson.build | 4 +++-

Modified: 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch
===
--- 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch 
2019-09-10 20:08:16 UTC (rev 509217)
+++ 0003-meson-PKCS-11-modules-should-only-export-C_GetFuncti.patch 
2019-09-10 20:32:16 UTC (rev 509218)
@@ -1,7 +1,7 @@
 From 7d4768712006b16856c4b8cbe7143d11c11def7f Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 3/7] meson: PKCS#11 modules should only export
+Subject: [PATCH 3/8] meson: PKCS#11 modules should only export
  C_GetFunctionList
 
 ---

Modified: 0004-meson-Don-t-prefix-p11_user_config.patch
===
--- 0004-meson-Don-t-prefix-p11_user_config.patch   2019-09-10 20:08:16 UTC 
(rev 509217)
+++ 0004-meson-Don-t-prefix-p11_user_config.patch   2019-09-10 20:32:16 UTC 
(rev 509218)
@@ -1,7 +1,7 @@
 From e1877fb7b84237bb40c88436e0a56aa999801595 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 4/7] meson: Don't prefix p11_user_config
+Subject: [PATCH 4/8] meson: Don't prefix p11_user_config
 
 ---
  p11-kit/meson.build | 2 +-

Modified: 0005-meson-Build-and-install-man-pages.patch
===
--- 0005-meson-Build-and-install-man-pages.patch2019-09-10 20:08:16 UTC 
(rev 509217)
+++ 0005-meson-Build-and-install-man-pages.patch2019-09-10 20:32:16 UTC 
(rev 509218)
@@ -1,7 +1,7 @@
 From 53eacdcfad8a437c58b3983405e5fee7de0cf843 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 10 Sep 2019 18:08:25 +
-Subject: [PATCH 5/7] meson: Build and install man pages
+Subject: [PATCH 5/8] meson: Build and install man pages
 
 ---
  doc/manual/meson.build | 185 ++---


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

2019-09-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 10, 2019 @ 20:08:16
  Author: arojas
Revision: 509217

No longer needed

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:21:14 UTC (rev 509216)
+++ PKGBUILD2019-09-10 20:08:16 UTC (rev 509217)
@@ -25,6 +25,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  install -Dm644 source/libnormaliz/output.h -t 
"$pkgdir"/usr/include/libnormaliz # 
https://github.com/Normaliz/Normaliz/issues/262
 }


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:04:56
  Author: heftig
Revision: 362168

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 20:04:39 UTC (rev 362167)
+++ PKGBUILD2019-09-10 20:04:56 UTC (rev 362168)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=tracker-miners
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Collection of data extractors for Tracker/Nepomuk"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(x86_64)
-license=(GPL)
-depends=(tracker gst-plugins-base-libs exempi flac libexif libcue libgrss 
libgsf libgxps libiptcdata
- libosinfo libvorbis poppler-glib taglib totem-plparser giflib 
libgexiv2 gupnp-dlna upower
- libseccomp)
-makedepends=(intltool git meson vala)
-checkdepends=(python-gobject)
-groups=(gnome)
-_commit=afb0d92182b89181b46885fa7afb13abc307c898  # tags/2.2.2^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

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


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 20:04:39
  Author: heftig
Revision: 362167

2.3.0-1

Modified:
  tracker-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:56:03 UTC (rev 362166)
+++ PKGBUILD2019-09-10 20:04:39 UTC (rev 362167)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=tracker-miners
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Collection of data extractors for Tracker/Nepomuk"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -8,12 +8,12 @@
 arch=(x86_64)
 license=(GPL)
 depends=(tracker gst-plugins-base-libs exempi flac libexif libcue libgrss 
libgsf libgxps libiptcdata
- libosinfo libvorbis poppler-glib taglib totem-plparser giflib 
libgexiv2 gupnp-dlna upower
+ libosinfo libvorbis poppler-glib totem-plparser giflib libgexiv2 
gupnp-dlna upower
  libseccomp)
 makedepends=(intltool git meson vala)
-checkdepends=(python-gobject)
+checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
 groups=(gnome)
-_commit=afb0d92182b89181b46885fa7afb13abc307c898  # tags/2.2.2^0
+_commit=f64de5fa93637378176602ede46dd4da1e08c696  # tags/2.3.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gvfs/repos/extra-x86_64 (6 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:56:03
  Author: heftig
Revision: 362166

archrelease: copy trunk to extra-x86_64

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 362165, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 362165, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 362165, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

--+
 PKGBUILD |  327 ++---
 gvfs-nfs.install |   14 +-
 gvfsd.hook   |   22 +--
 3 files changed, 182 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:55:32 UTC (rev 362165)
+++ PKGBUILD2019-09-10 19:56:03 UTC (rev 362166)
@@ -1,163 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.40.2
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson 
openssh)
-groups=(gnome)
-_commit=b7dc2daf2af667f1816ecdb8561c5a21beca85a8  # tags/1.40.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_split() {
-  local name="$1" src dest
-  shift
-  for src do
-echo "$name: /usr/$src"
-dest="$srcdir/$name/$src"
-mkdir -p "${dest%/*}"
-mv -T "$src" "$dest"
-  done
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-  options=(!emptydirs)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir/usr"
-
-  _split smb \
-lib/gvfsd-smb{,-browse} \
-share/GConf/gsettings/gvfs-smb.convert \
-share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \
-share/gvfs/mounts/smb{,-browse}.mount
-
-  _split afc \
-lib/gvfs{-afc-volume-monitor,d-afc} \
-lib/systemd/user/gvfs-afc-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \
-share/gvfs/mounts/afc.mount \
-share/gvfs/remote-volume-monitors/afc.monitor
-
-  _split gphoto2 \
-lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \
-lib/systemd/user/gvfs-gphoto2-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \
-share/gvfs/mounts/gphoto2.mount \
-share/gvfs/remote-volume-monitors/gphoto2.monitor
-
-  _split mtp \
-lib/gvfs{-mtp-volume-monitor,d-mtp} \
-lib/systemd/user/gvfs-mtp-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \
-share/gvfs/mounts/mtp.mount \
-share/gvfs/remote-volume-monitors/mtp.monitor
-
-  _split goa \
-lib/gvfs-goa-volume-monitor \
-lib/systemd/user/gvfs-goa-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \
-share/gvfs/remote-volume-monitors/goa.monitor
-
-  _split nfs \
-lib/gvfsd-nfs \
-share/gvfs/mounts/nfs.mount
-
-  _split google \
-lib/gvfsd-google \
-share/gvfs/mounts/google.mount
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  mv "$srcdir/smb" "$pkgdir/usr"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  mv "$srcdir/afc" "$pkgdir/usr"
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)"
-  depends=("gvfs=$pkgver" libgphoto2)
-
-  mv "$srcdir/gphoto2" "$pkgdir/usr"
-}
-
-package_gvfs-mtp() {
-  pkgdesc+=" (MTP backend; Android, media player)"
-  depends=("gvfs=$pkgver" libmtp)
-
-  mv "$srcdir/mtp" "$pkgdir/usr"
-}

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:55:32
  Author: heftig
Revision: 362165

1.42.0-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:39:40 UTC (rev 362164)
+++ PKGBUILD2019-09-10 19:55:32 UTC (rev 362165)
@@ -3,18 +3,19 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.40.2
+pkgver=1.42.0
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
 arch=(x86_64)
 license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
+depends=(avahi dconf fuse3 libarchive libcdio-paranoia libsoup udisks2 
libsecret
+ libbluray libgudev gcr psmisc gsettings-desktop-schemas)
 makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson 
openssh)
+ gnome-online-accounts libnfs libgdata git gtk-doc python meson
+ openssh)
 groups=(gnome)
-_commit=b7dc2daf2af667f1816ecdb8561c5a21beca85a8  # tags/1.40.2^0
+_commit=8a3a605d7f345f2122fad4c7528c9c7f792796b7  # tags/1.42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:39:40
  Author: heftig
Revision: 362164

remove intltool

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:36:25 UTC (rev 362163)
+++ PKGBUILD2019-09-10 19:39:40 UTC (rev 362164)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
-makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
+makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
 checkdepends=(python-gobject python-dbus)
 groups=(gnome)
 _commit=f56ccfde3b0a63375d6a4a664928b348c9ea45eb  # tags/2.3.0^0


[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:36:23
  Author: heftig
Revision: 362161

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 362160, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:35:49 UTC (rev 362160)
+++ PKGBUILD2019-09-10 19:36:23 UTC (rev 362161)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.32.0
-pkgrel=2
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
-license=(GPL)
-depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
-makedepends=(gobject-introspection git meson)
-_commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 362160, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:36:23 UTC (rev 362161)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
+license=(GPL)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
+_commit=56d24d47b9699ac6c877b93ae0e863f178c17dab  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:36:24
  Author: heftig
Revision: 362162

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 362160, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:36:23 UTC (rev 362161)
+++ PKGBUILD2019-09-10 19:36:24 UTC (rev 362162)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.32.5
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=f84514fc3456f8b5b16708a2bd7688aa519e866c  # tags/3.32.5^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D network_tests=disabled
-  ninja -C build
-}
-
-check() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 362160, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:36:24 UTC (rev 362162)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle libhandy)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=41fb8c863f76c8935d305601c4288b4881f1de86  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  xvfb-run meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:36:25
  Author: heftig
Revision: 362163

archrelease: copy trunk to extra-x86_64

Added:
  gdl/repos/extra-x86_64/PKGBUILD
(from rev 362160, gdl/trunk/PKGBUILD)
Deleted:
  gdl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:36:24 UTC (rev 362162)
+++ PKGBUILD2019-09-10 19:36:25 UTC (rev 362163)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(x86_64)
-license=('GPL')
-url="https://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
-_commit=c2b2abc622e9aa535c07f76ec15292f4da55d694  # tags/GDL_3_28_0^0
-source=("git+https://git.gnome.org/browse/gdl#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 362160, gdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:36:25 UTC (rev 362163)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+url="https://gitlab.gnome.org/GNOME/gdl;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(gtk-doc intltool gobject-introspection gnome-common git)
+_commit=8f8435bac99f3fdfde4e877a70ec98bfe1e83433  # tags/GDL_3_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:35:49
  Author: heftig
Revision: 362160

3.34.0-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:35:44 UTC (rev 362159)
+++ PKGBUILD2019-09-10 19:35:49 UTC (rev 362160)
@@ -4,8 +4,8 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.34.0
+pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
 url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
 makedepends=(gobject-introspection git meson)
-_commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41  # tags/3.32.0^0
+_commit=56d24d47b9699ac6c877b93ae0e863f178c17dab  # tags/3.34.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -31,7 +31,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:35:44
  Author: heftig
Revision: 362159

3.34.0-1

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:35:38 UTC (rev 362158)
+++ PKGBUILD2019-09-10 19:35:44 UTC (rev 362159)
@@ -1,16 +1,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gdl
-pkgver=3.28.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="GNOME Docking Library"
+url="https://gitlab.gnome.org/GNOME/gdl;
 arch=(x86_64)
-license=('GPL')
-url="https://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
-_commit=c2b2abc622e9aa535c07f76ec15292f4da55d694  # tags/GDL_3_28_0^0
-source=("git+https://git.gnome.org/browse/gdl#commit=$_commit;)
+license=(GPL)
+depends=(gtk3)
+makedepends=(gtk-doc intltool gobject-introspection gnome-common git)
+_commit=8f8435bac99f3fdfde4e877a70ec98bfe1e83433  # tags/GDL_3_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:35:38
  Author: heftig
Revision: 362158

3.34.0-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:30:21 UTC (rev 362157)
+++ PKGBUILD2019-09-10 19:35:38 UTC (rev 362158)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.32.5
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=f84514fc3456f8b5b16708a2bd7688aa519e866c  # tags/3.32.5^0
+_commit=41fb8c863f76c8935d305601c4288b4881f1de86  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,8 +27,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
--D network_tests=disabled
+  arch-meson $pkgname build
   ninja -C build
 }
 


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:30:21
  Author: heftig
Revision: 362157

archrelease: copy trunk to extra-x86_64

Added:
  snowball/repos/extra-x86_64/PKGBUILD
(from rev 362155, snowball/trunk/PKGBUILD)
  snowball/repos/extra-x86_64/dynamiclib.patch
(from rev 362155, snowball/trunk/dynamiclib.patch)
Deleted:
  snowball/repos/extra-x86_64/PKGBUILD
  snowball/repos/extra-x86_64/dynamiclib.patch

--+
 PKGBUILD |  110 +++---
 dynamiclib.patch |  126 -
 2 files changed, 142 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:30:20 UTC (rev 362156)
+++ PKGBUILD2019-09-10 19:30:21 UTC (rev 362157)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=snowball
-pkgname=(snowball libstemmer)
-pkgver=0+337
-pkgrel=3
-pkgdesc="String processing language for creating stemming algorithms"
-arch=(x86_64)
-url="http://snowballstem.org/;
-license=(BSD)
-depends=(glibc)
-makedepends=(git)
-_commit=fc2adaa96b0561506e6c1a80d73de7f4e0fa9663
-source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
-dynamiclib.patch)
-sha256sums=('SKIP'
-'99511a11cdeeb1ef1eaa9d7b777f6934693d4696ba9523de40b886f7d898058e')
-
-prepare() {
-  cd $pkgbase
-  patch -Np1 -i ../dynamiclib.patch
-}
-
-pkgver() {
-  cd $pkgbase
-  echo "0+$(git rev-list --count HEAD)"
-}
-
-build() {
-  cd $pkgbase
-  make
-}
-
-check() {
-  cd $pkgbase
-  # Disabled - needs external test data
-  #make check
-}
-
-package_snowball() {
-  cd $pkgbase
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" snowball stemwords
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/snowball/LICENSE"
-}
-
-package_libstemmer() {
-  pkgdesc="Stemming library supporting several languages"
-  cd $pkgbase
-  install -Dm644 {.,"$pkgdir"/usr}/include/libstemmer.h
-  install -D {.,"$pkgdir"/usr/lib}/libstemmer.so.0.0.0
-  ln -s libstemmer.so.0.0.0 "$pkgdir/usr/lib/libstemmer.so.0"
-  ln -s libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/libstemmer/LICENSE"
-}

Copied: snowball/repos/extra-x86_64/PKGBUILD (from rev 362155, 
snowball/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:30:21 UTC (rev 362157)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=snowball
+pkgname=(snowball libstemmer)
+pkgver=0+713
+pkgrel=1
+pkgdesc="String processing language for creating stemming algorithms"
+arch=(x86_64)
+url="https://snowballstem.org/;
+license=(BSD)
+depends=(glibc)
+makedepends=(git)
+_commit=8c73aa900e168a96e046ec9ed6f13739c3dfacb0  # master
+source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
+dynamiclib.patch)
+sha256sums=('SKIP'
+'ea34c201bf619d14b0eb1207589641ca1f1cb8131efb4b422b3dd3501c49231e')
+
+pkgver() {
+  cd $pkgbase
+  echo "0+$(git rev-list --count HEAD)"
+}
+
+prepare() {
+  cd $pkgbase
+  patch -Np1 -i ../dynamiclib.patch
+}
+
+build() {
+  cd $pkgbase
+  make
+}
+
+check() {
+  cd $pkgbase
+  # Disabled - needs external test data
+  #make check
+}
+
+package_snowball() {
+  cd $pkgbase
+  install -d "$pkgdir/usr/bin"
+  install -t "$pkgdir/usr/bin" snowball stemwords
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/snowball/LICENSE"
+}
+
+package_libstemmer() {
+  pkgdesc="Stemming library supporting several languages"
+  cd $pkgbase
+  install -Dm644 {.,"$pkgdir"/usr}/include/libstemmer.h
+  install -D {.,"$pkgdir"/usr/lib}/libstemmer.so.0.0.0
+  ln -s libstemmer.so.0.0.0 "$pkgdir/usr/lib/libstemmer.so.0"
+  ln -s libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/libstemmer/LICENSE"
+}

Deleted: dynamiclib.patch
===
--- dynamiclib.patch2019-09-10 19:30:20 UTC (rev 362156)
+++ dynamiclib.patch2019-09-10 19:30:21 UTC (rev 362157)
@@ -1,39 +0,0 @@
-diff --git c/GNUmakefile i/GNUmakefile
-index 1693f5a..b33a42e 100644
 c/GNUmakefile
-+++ i/GNUmakefile
-@@ -112,10 +112,10 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o)
- JAVA_CLASSES = $(JAVA_SOURCES:.java=.class)
- JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class)
- 
--CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations
-+CFLAGS=-O2 -fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations
- CPPFLAGS=-Iinclude
- 
--all: snowball libstemmer.o stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) 
$(C_OTHER_OBJECTS)
-+all: snowball libstemmer.o libstemmer.so stemwords $(C_OTHER_SOURCES) 
$(C_OTHER_HEADERS) $(C_OTHER_OBJECTS)
- 
- clean:
-   rm -f $(COMPILER_OBJECTS) $(RUNTIME_OBJECTS) \
-@@ -158,6 +158,9 @@ libstemmer/libstemmer.o: libstemmer/modules.h 

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:30:20
  Author: heftig
Revision: 362156

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:29:45 UTC (rev 362155)
+++ PKGBUILD2019-09-10 19:30:20 UTC (rev 362156)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgname=tracker
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(x86_64)
-license=(GPL)
-depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
-makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
-checkdepends=(python-gobject python-dbus)
-groups=(gnome)
-_commit=86b8ead94210b5ee487ce48c0030fc3e4fa87c82  # tags/2.2.2^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Could not insert metadata for item "file:///…/foo.pdf": Parser error at 
byte XXX: Expected ObjectList
-  git cherry-pick -n 639d9b614afb9cb5eb6f7cc8d52d98ba04ad43a9
-
-  # Looks like a bugfix
-  git cherry-pick -n de70127517b7e86ca13fcc5554cb6dde270a27fa
-}
-
-build() {
-  # LTO breaks due to duplicate types:
-  # https://gitlab.gnome.org/GNOME/tracker/issues/44
-  arch-meson $pkgname build -D b_lto=false -D docs=true
-  ninja -C build
-}
-
-check() {
-  # Many tests are broken:
-  # - Assume schemas are installed
-  # - Assume services are autolaunched
-  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker/repos/extra-x86_64/PKGBUILD (from rev 362155, 
tracker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:30:20 UTC (rev 362156)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgname=tracker
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
+makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
+checkdepends=(python-gobject python-dbus)
+groups=(gnome)
+_commit=f56ccfde3b0a63375d6a4a664928b348c9ea45eb  # tags/2.3.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  # LTO breaks due to duplicate types:
+  # https://gitlab.gnome.org/GNOME/tracker/issues/44
+  arch-meson $pkgname build -D docs=true
+  ninja -C build
+}
+
+check() {
+  # Many tests are broken:
+  # - Assume schemas are installed
+  # - Assume services are autolaunched
+  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:29:45
  Author: heftig
Revision: 362155

2.3.0-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:24:54 UTC (rev 362154)
+++ PKGBUILD2019-09-10 19:29:45 UTC (rev 362155)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=tracker
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
 checkdepends=(python-gobject python-dbus)
 groups=(gnome)
-_commit=86b8ead94210b5ee487ce48c0030fc3e4fa87c82  # tags/2.2.2^0
+_commit=f56ccfde3b0a63375d6a4a664928b348c9ea45eb  # tags/2.3.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,18 +24,12 @@
 
 prepare() {
   cd $pkgname
-
-  # Could not insert metadata for item "file:///…/foo.pdf": Parser error at 
byte XXX: Expected ObjectList
-  git cherry-pick -n 639d9b614afb9cb5eb6f7cc8d52d98ba04ad43a9
-
-  # Looks like a bugfix
-  git cherry-pick -n de70127517b7e86ca13fcc5554cb6dde270a27fa
 }
 
 build() {
   # LTO breaks due to duplicate types:
   # https://gitlab.gnome.org/GNOME/tracker/issues/44
-  arch-meson $pkgname build -D b_lto=false -D docs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:24:54
  Author: heftig
Revision: 362154

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 362153, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:24:23 UTC (rev 362153)
+++ PKGBUILD2019-09-10 19:24:54 UTC (rev 362154)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.66.2+4+g716acf96
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=716acf96c8368ad17c6a257890387659def591e5  # tags/2.67.1~20
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 362153, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:24:54 UTC (rev 362154)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.67.93
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=6ef233e2f34e27866e90b550fcca7def9257f98b  # tags/2.67.93^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:24:23
  Author: heftig
Revision: 362153

2.67.93-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:21:20 UTC (rev 362152)
+++ PKGBUILD2019-09-10 19:24:23 UTC (rev 362153)
@@ -2,16 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.66.2+4+g716acf96
+pkgver=2.67.93
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup;
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
 checkdepends=(apache php-apache)
-_commit=716acf96c8368ad17c6a257890387659def591e5  # tags/2.67.1~20
+optdepends=('samba: Windows Domain SSO')
+_commit=6ef233e2f34e27866e90b550fcca7def9257f98b  # tags/2.67.93^0
 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:34
  Author: heftig
Revision: 362147

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 362146, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 362146, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 362146, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-09-10 19:19:34 UTC (rev 362147)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=435.21
+_extramodules=extramodules-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+fs62142.patch)
+sha512sums=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 362146, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-09-10 19:19:34 UTC (rev 362147)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(>dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:25
  Author: heftig
Revision: 509201

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 509197, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 509197, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:25 UTC (rev 509201)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=137
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:31
  Author: heftig
Revision: 509205

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 509197, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 509197, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 509199, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 509200, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 509203, ndiswrapper-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 5 files changed, 349 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
509197, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:31 UTC (rev 509205)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=60
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch -d 
ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 509197, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-09-10 19:19:31 UTC (rev 
509205)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+, _length,
+@@ -2346,7 +2348,9 @@ wstdcall void EthRxIndicateHandler(struct ndis_mp_block 
*nmb, void *rx_ctx,
+   ERROR("nmb is NULL");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+ 
+   if (look_ahead_size < packet_size) {
+  

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:29
  Author: heftig
Revision: 509204

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 509203, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
509203, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:29 UTC (rev 509204)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+_extramodules=extramodules-ARCH
+pkgrel=10
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:26
  Author: heftig
Revision: 509202

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
509196, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-09-10 19:19:26 UTC (rev 
509202)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 509196, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:26 UTC (rev 509202)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190831
+pkgrel=3
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 509196, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-09-10 19:19:26 UTC (rev 509202)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:26
  Author: heftig
Revision: 509203

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 509196, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 509198, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 509196, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:26 UTC (rev 509203)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=243
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 509198, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-09-10 19:19:26 UTC (rev 509203)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:25
  Author: heftig
Revision: 509200

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 509196, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 509196, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:25 UTC (rev 509200)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.12
+pkgrel=3
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+ 'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:35
  Author: heftig
Revision: 509206

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 509205, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 509205, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:35 UTC (rev 509206)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=249
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:22
  Author: heftig
Revision: 509197

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 509196, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
509196, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:22 UTC (rev 509197)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190905
+pkgrel=3
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:36
  Author: heftig
Revision: 362148

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 362146, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 362146, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 362146, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.2.patch
(from rev 362146, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   87 ++
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 268 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 362146, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-09-10 19:19:36 UTC (rev 362148)
@@ -0,0 +1,87 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.129
+_extramodules=extramodules-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 362146, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-09-10 19:19:36 UTC (rev 362148)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if 

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:24
  Author: heftig
Revision: 509199

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 509196, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 509196, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:24 UTC (rev 509199)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.02
+pkgrel=14
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('29a67eedf1d84a3eae60aeb8bbd843b1e65e104a45a3e2932bd015aab4ebd1eb')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:19:23
  Author: heftig
Revision: 509198

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 509196, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-10 19:19:23 UTC (rev 509198)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=130
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


[arch-commits] Commit in snowball/trunk (PKGBUILD dynamiclib.patch)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:18:05
  Author: heftig
Revision: 362146

0+713-1

Modified:
  snowball/trunk/PKGBUILD
  snowball/trunk/dynamiclib.patch

--+
 PKGBUILD |   16 +++---
 dynamiclib.patch |   60 +++--
 2 files changed, 62 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:30 UTC (rev 362145)
+++ PKGBUILD2019-09-10 19:18:05 UTC (rev 362146)
@@ -2,8 +2,8 @@
 
 pkgbase=snowball
 pkgname=(snowball libstemmer)
-pkgver=0+337
-pkgrel=3
+pkgver=0+713
+pkgrel=1
 pkgdesc="String processing language for creating stemming algorithms"
 arch=(x86_64)
 url="https://snowballstem.org/;
@@ -10,20 +10,20 @@
 license=(BSD)
 depends=(glibc)
 makedepends=(git)
-_commit=fc2adaa96b0561506e6c1a80d73de7f4e0fa9663
+_commit=8c73aa900e168a96e046ec9ed6f13739c3dfacb0  # master
 source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
 dynamiclib.patch)
 sha256sums=('SKIP'
-'99511a11cdeeb1ef1eaa9d7b777f6934693d4696ba9523de40b886f7d898058e')
+'ea34c201bf619d14b0eb1207589641ca1f1cb8131efb4b422b3dd3501c49231e')
 
-prepare() {
+pkgver() {
   cd $pkgbase
-  patch -Np1 -i ../dynamiclib.patch
+  echo "0+$(git rev-list --count HEAD)"
 }
 
-pkgver() {
+prepare() {
   cd $pkgbase
-  echo "0+$(git rev-list --count HEAD)"
+  patch -Np1 -i ../dynamiclib.patch
 }
 
 build() {

Modified: dynamiclib.patch
===
--- dynamiclib.patch2019-09-10 19:02:30 UTC (rev 362145)
+++ dynamiclib.patch2019-09-10 19:18:05 UTC (rev 362146)
@@ -1,14 +1,19 @@
+ GNUmakefile   | 13 -
+ libstemmer/symbol.map |  6 ++
+ 2 files changed, 14 insertions(+), 5 deletions(-)
+
 diff --git c/GNUmakefile i/GNUmakefile
-index 1693f5a..b33a42e 100644
+index d100917..d9eb543 100644
 --- c/GNUmakefile
 +++ i/GNUmakefile
-@@ -112,10 +112,10 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o)
+@@ -144,58 +144,61 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o)
  JAVA_CLASSES = $(JAVA_SOURCES:.java=.class)
  JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class)
  
 -CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations
-+CFLAGS=-O2 -fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations
- CPPFLAGS=-Iinclude
+-CPPFLAGS=-Iinclude
++CFLAGS+=-fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations
++CPPFLAGS+=-Iinclude
  
 -all: snowball libstemmer.o stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) 
$(C_OTHER_OBJECTS)
 +all: snowball libstemmer.o libstemmer.so stemwords $(C_OTHER_SOURCES) 
$(C_OTHER_HEADERS) $(C_OTHER_OBJECTS)
@@ -15,7 +20,47 @@
  
  clean:
rm -f $(COMPILER_OBJECTS) $(RUNTIME_OBJECTS) \
-@@ -158,6 +158,9 @@ libstemmer/libstemmer.o: libstemmer/modules.h 
$(C_LIB_HEADERS)
+ $(LIBSTEMMER_OBJECTS) $(LIBSTEMMER_UTF8_OBJECTS) 
$(STEMWORDS_OBJECTS) snowball \
+ libstemmer.o stemwords \
+   libstemmer/modules.h \
+   libstemmer/modules_utf8.h \
+   snowball.splint \
+ $(C_LIB_SOURCES) $(C_LIB_HEADERS) $(C_LIB_OBJECTS) \
+ $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) \
+ $(JAVA_SOURCES) $(JAVA_CLASSES) $(JAVA_RUNTIME_CLASSES) \
+ $(CSHARP_SOURCES) \
+ $(PASCAL_SOURCES) pascal/stemwords.dpr pascal/stemwords 
pascal/*.o pascal/*.ppu \
+ $(PYTHON_SOURCES) \
+ $(JS_SOURCES) \
+ $(RUST_SOURCES) \
+   libstemmer/mkinc.mak libstemmer/mkinc_utf8.mak \
+   libstemmer/libstemmer.c libstemmer/libstemmer_utf8.c \
+ algorithms.mk
+   rm -rf dist
+   rmdir $(c_src_dir) || true
+   rmdir $(python_output_dir) || true
+   rmdir $(js_output_dir) || true
+ 
+ snowball: $(COMPILER_OBJECTS)
+-  $(CC) $(CFLAGS) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ 
+ $(COMPILER_OBJECTS): $(COMPILER_HEADERS)
+ 
+ libstemmer/libstemmer.c: libstemmer/libstemmer_c.in
+   sed 's/@MODULES_H@/modules.h/' $^ >$@
+ 
+ libstemmer/libstemmer_utf8.c: libstemmer/libstemmer_c.in
+   sed 's/@MODULES_H@/modules_utf8.h/' $^ >$@
+ 
+ libstemmer/modules.h libstemmer/mkinc.mak: libstemmer/mkmodules.pl 
libstemmer/modules.txt
+   libstemmer/mkmodules.pl $@ $(c_src_dir) libstemmer/modules.txt 
libstemmer/mkinc.mak
+ 
+ libstemmer/modules_utf8.h libstemmer/mkinc_utf8.mak: libstemmer/mkmodules.pl 
libstemmer/modules.txt
+   libstemmer/mkmodules.pl $@ $(c_src_dir) libstemmer/modules.txt 
libstemmer/mkinc_utf8.mak utf8
+ 
+ libstemmer/libstemmer.o: libstemmer/modules.h $(C_LIB_HEADERS)
+ 
  libstemmer.o: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS)
$(AR) -cru $@ $^
  
@@ -23,8 +68,11 @@
 +  $(CC) $(CFLAGS) -shared $(LDFLAGS) 
-Wl,-soname,libstemmer.so.0,-version-script,libstemmer/symbol.map -o $@.0.0.0 $^
 +
  

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:16
  Author: heftig
Revision: 362143

390.129-3: kernel 5.2.14.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:15 UTC (rev 362142)
+++ PKGBUILD2019-09-10 19:02:16 UTC (rev 362143)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.129
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:25
  Author: heftig
Revision: 509196

5.0.1-10: kernel 5.2.14.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:24 UTC (rev 509195)
+++ PKGBUILD2019-09-10 19:02:25 UTC (rev 509196)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=5.0.1
 _extramodules=extramodules-ARCH
-pkgrel=9
+pkgrel=10
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:30
  Author: heftig
Revision: 362145

archrelease: copy trunk to extra-any

Added:
  pyatspi/repos/extra-any/PKGBUILD
(from rev 362144, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:21 UTC (rev 362144)
+++ PKGBUILD2019-09-10 19:02:30 UTC (rev 362145)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=pyatspi
-pkgname=(python-atspi)
-pkgver=2.32.1
-pkgrel=1
-pkgdesc="Python bindings for D-Bus AT-SPI"
-url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
-arch=(any)
-license=(GPL2)
-depends=(python-gobject at-spi2-core)
-makedepends=(git)
-_commit=dc4565208fca00da06b972915a080ad3c63f640d  # tags/PYATSPI_2_32_1^0
-source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pyatspi2
-  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd pyatspi2
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() (
-  cd pyatspi2
-  ./configure --prefix=/usr --with-python=/usr/bin/python
-  make
-)
-
-package_python-atspi() {
-  cd pyatspi2
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 362144, 
pyatspi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:02:30 UTC (rev 362145)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=pyatspi
+pkgname=(python-atspi)
+pkgver=2.34.0
+pkgrel=1
+pkgdesc="Python bindings for D-Bus AT-SPI"
+url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
+arch=(any)
+license=(GPL2)
+depends=(python-gobject at-spi2-core)
+makedepends=(git)
+_commit=cc99d68db66174f4499b9b325bc788393b972edd  # tags/PYATSPI_2_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd pyatspi2
+  ./configure --prefix=/usr --with-python=/usr/bin/python
+  make
+)
+
+package_python-atspi() {
+  cd pyatspi2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:21
  Author: heftig
Revision: 362144

435.21-3: kernel 5.2.14.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:16 UTC (rev 362143)
+++ PKGBUILD2019-09-10 19:02:21 UTC (rev 362144)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=435.21
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:24
  Author: heftig
Revision: 509195

0.0.20190905-3: kernel 5.2.14.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:22 UTC (rev 509194)
+++ PKGBUILD2019-09-10 19:02:24 UTC (rev 509195)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190905
-pkgrel=2
+pkgrel=3
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:22
  Author: heftig
Revision: 509194

1.61-60: kernel 5.2.14.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:14 UTC (rev 509193)
+++ PKGBUILD2019-09-10 19:02:22 UTC (rev 509194)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=59
+pkgrel=60
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:15
  Author: heftig
Revision: 362142

2.34.0-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:01:12 UTC (rev 362141)
+++ PKGBUILD2019-09-10 19:02:15 UTC (rev 362142)
@@ -3,7 +3,7 @@
 
 pkgbase=pyatspi
 pkgname=(python-atspi)
-pkgver=2.32.1
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="Python bindings for D-Bus AT-SPI"
 url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(python-gobject at-spi2-core)
 makedepends=(git)
-_commit=dc4565208fca00da06b972915a080ad3c63f640d  # tags/PYATSPI_2_32_1^0
+_commit=cc99d68db66174f4499b9b325bc788393b972edd  # tags/PYATSPI_2_34_0^0
 source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:05
  Author: heftig
Revision: 509187

0.43-137: kernel 5.2.14.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:49 UTC (rev 509186)
+++ PKGBUILD2019-09-10 19:02:05 UTC (rev 509187)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=136
+pkgrel=137
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:10
  Author: heftig
Revision: 509190

0.8-249: kernel 5.2.14.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:08 UTC (rev 509189)
+++ PKGBUILD2019-09-10 19:02:10 UTC (rev 509190)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=248
+pkgrel=249
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:14
  Author: heftig
Revision: 509193

1.1.0-243: kernel 5.2.14.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:13 UTC (rev 509192)
+++ PKGBUILD2019-09-10 19:02:14 UTC (rev 509193)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=242
+pkgrel=243
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:11
  Author: heftig
Revision: 509191

8.047.02-14: kernel 5.2.14.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:10 UTC (rev 509190)
+++ PKGBUILD2019-09-10 19:02:11 UTC (rev 509191)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.02
-pkgrel=13
+pkgrel=14
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:08
  Author: heftig
Revision: 509189

6.0.12-3: kernel 5.2.14.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:07 UTC (rev 509188)
+++ PKGBUILD2019-09-10 19:02:08 UTC (rev 509189)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.12
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:13
  Author: heftig
Revision: 509192

20190831-3: kernel 5.2.14.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:11 UTC (rev 509191)
+++ PKGBUILD2019-09-10 19:02:13 UTC (rev 509192)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190831
-pkgrel=2
+pkgrel=3
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:02:07
  Author: heftig
Revision: 509188

6.30.223.271-130: kernel 5.2.14.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 19:02:05 UTC (rev 509187)
+++ PKGBUILD2019-09-10 19:02:07 UTC (rev 509188)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=129
+pkgrel=130
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:00:56
  Author: heftig
Revision: 362140

2.34.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:46 UTC (rev 362139)
+++ PKGBUILD2019-09-10 19:00:56 UTC (rev 362140)
@@ -2,15 +2,15 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.32.0
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
 arch=(x86_64)
-license=(GPL2)
+license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392  # tags/AT_SPI2_ATK_2_32_0^0
+_commit=15ad5b3aab208c97352187e2408d7b3752504230  # tags/AT_SPI2_ATK_2_34_0^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 }
 
 check() {
-  dbus-run-session meson test -C build
+  dbus-run-session meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in at-spi2-atk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:01:12
  Author: heftig
Revision: 362141

archrelease: copy trunk to extra-x86_64

Added:
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 362140, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:00:56 UTC (rev 362140)
+++ PKGBUILD2019-09-10 19:01:12 UTC (rev 362141)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.32.0
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility;
-arch=(x86_64)
-license=(GPL2)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392  # tags/AT_SPI2_ATK_2_32_0^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  dbus-run-session meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 362140, 
at-spi2-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:01:12 UTC (rev 362141)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.34.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility;
+arch=(x86_64)
+license=(LGPL)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=15ad5b3aab208c97352187e2408d7b3752504230  # tags/AT_SPI2_ATK_2_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:49
  Author: heftig
Revision: 509186

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 509185, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 509185, 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-09-10 18:58:21 UTC (rev 509185)
+++ PKGBUILD2019-09-10 18:58:49 UTC (rev 509186)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.44.15
-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=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
-_commit=bc786f6fbbe7b63a24e7eb499efb2f23c47ab5c2  # tags/2.44.15^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_PATH=/usr/lib32/pkgconfig
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--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 509185, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 18:58:49 UTC (rev 509186)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.46.0
+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=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
+_commit=b4aa8d277d30f4042797dc8b64c073b10f8bac4b  # tags/2.46.0^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_PATH=/usr/lib32/pkgconfig
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--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-09-10 18:58:21 UTC (rev 509185)
+++ multilib.diff   2019-09-10 18:58:49 UTC (rev 509186)
@@ -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_VERBOSITY))
-diff --git 

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:46
  Author: heftig
Revision: 362139

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:17 UTC (rev 362138)
+++ PKGBUILD2019-09-10 18:58:46 UTC (rev 362139)
@@ -1,51 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.44.15
-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=bc786f6fbbe7b63a24e7eb499efb2f23c47ab5c2  # tags/2.44.15^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
-
-  # Fix build with gtk-doc 1.30
-  sed -i '/tree_index/d' doc/rsvg-docs.xml
-
-  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 362138, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 18:58:46 UTC (rev 362139)
@@ -0,0 +1,51 @@
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.46.0
+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=b4aa8d277d30f4042797dc8b64c073b10f8bac4b  # tags/2.46.0^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
+
+  # Fix build with gtk-doc 1.30
+  sed -i '/tree_index/d' doc/rsvg-docs.xml
+
+  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 at-spi2-core/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:17
  Author: heftig
Revision: 362137

archrelease: copy trunk to extra-x86_64

Added:
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 362136, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:00 UTC (rev 362136)
+++ PKGBUILD2019-09-10 18:58:17 UTC (rev 362137)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.32.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://gitlab.gnome.org/GNOME/at-spi2-core;
-arch=(x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(gobject-introspection git gtk-doc meson dbus-broker)
-optdepends=('dbus-broker: Alternative bus implementation')
-_commit=89001a86a037cfabf27e912b902929b5daeb3c55  # tags/AT_SPI2_CORE_2_32_1^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D default_bus=dbus-broker \
--D docs=true
-  ninja -C build
-}
-
-check() {
-  # memory test fails without desktop
-  # broker fails to launch without journald
-  dbus-run-session meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 362136, 
at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 18:58:17 UTC (rev 362137)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.34.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://gitlab.gnome.org/GNOME/at-spi2-core;
+arch=(x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(gobject-introspection git gtk-doc meson dbus-broker)
+optdepends=('dbus-broker: Alternative bus implementation')
+_commit=6da122f1e8d6b02dda0f368610ab72fc3d1720cf  # tags/AT_SPI2_CORE_2_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D default_bus=dbus-broker \
+-D docs=true
+  ninja -C build
+}
+
+check() {
+  # memory test fails without desktop
+  # broker fails to launch without journald
+  dbus-run-session meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:21
  Author: heftig
Revision: 509185

2.46.0-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:20:08 UTC (rev 509184)
+++ PKGBUILD2019-09-10 18:58:21 UTC (rev 509185)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.44.15
+pkgver=2.46.0
 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=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
-_commit=bc786f6fbbe7b63a24e7eb499efb2f23c47ab5c2  # tags/2.44.15^0
+_commit=b4aa8d277d30f4042797dc8b64c073b10f8bac4b  # tags/2.46.0^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 multilib.diff)
 sha256sums=('SKIP'


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:17
  Author: heftig
Revision: 362138

2.46.0-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:17 UTC (rev 362137)
+++ PKGBUILD2019-09-10 18:58:17 UTC (rev 362138)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.44.15
+pkgver=2.46.0
 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=bc786f6fbbe7b63a24e7eb499efb2f23c47ab5c2  # tags/2.44.15^0
+_commit=b4aa8d277d30f4042797dc8b64c073b10f8bac4b  # tags/2.46.0^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:58:00
  Author: heftig
Revision: 362136

2.34.0-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:56:02 UTC (rev 362135)
+++ PKGBUILD2019-09-10 18:58:00 UTC (rev 362136)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.32.1
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 url="https://gitlab.gnome.org/GNOME/at-spi2-core;
@@ -11,7 +11,7 @@
 depends=(dbus glib2 libxtst)
 makedepends=(gobject-introspection git gtk-doc meson dbus-broker)
 optdepends=('dbus-broker: Alternative bus implementation')
-_commit=89001a86a037cfabf27e912b902929b5daeb3c55  # tags/AT_SPI2_CORE_2_32_1^0
+_commit=6da122f1e8d6b02dda0f368610ab72fc3d1720cf  # tags/AT_SPI2_CORE_2_34_0^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -34,7 +34,7 @@
 check() {
   # memory test fails without desktop
   # broker fails to launch without journald
-  dbus-run-session meson test -C build || :
+  dbus-run-session meson test -C build --print-errorlogs || :
 }
 
 package() {


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:55:58
  Author: heftig
Revision: 362134

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview4/repos/extra-x86_64/PKGBUILD
(from rev 362133, gtksourceview4/trunk/PKGBUILD)
Deleted:
  gtksourceview4/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 18:55:22 UTC (rev 362133)
+++ PKGBUILD2019-09-10 18:55:58 UTC (rev 362134)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview4
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive glade
- yelp-tools git)
-_commit=9d633818558ecaa18b48d4b4d59afca6f4a68fb3  # tags/4.2.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-
-  # Workaround incompat with recent autoconf-archive
-  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview4/repos/extra-x86_64/PKGBUILD (from rev 362133, 
gtksourceview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 18:55:58 UTC (rev 362134)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview4
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
+checkdepends=(xorg-server-xvfb)
+_commit=6cbb07d5454ccb46ee053cc458391289cc2fb630  # tags/4.4.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+}
+
+build() {
+  arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:56:02
  Author: heftig
Revision: 362135

archrelease: copy trunk to extra-x86_64

Added:
  dconf/repos/extra-x86_64/PKGBUILD
(from rev 362133, dconf/trunk/PKGBUILD)
  dconf/repos/extra-x86_64/dconf-update
(from rev 362133, dconf/trunk/dconf-update)
  dconf/repos/extra-x86_64/dconf-update.hook
(from rev 362133, dconf/trunk/dconf-update.hook)
  dconf/repos/extra-x86_64/dconf.install
(from rev 362134, dconf/trunk/dconf.install)
Deleted:
  dconf/repos/extra-x86_64/PKGBUILD
  dconf/repos/extra-x86_64/dconf-update.hook
  dconf/repos/extra-x86_64/dconf-update.script
  dconf/repos/extra-x86_64/dconf.install

-+
 PKGBUILD|   92 +-
 dconf-update|9 
 dconf-update.hook   |   24 ++---
 dconf-update.script |9 
 dconf.install   |   22 +--
 5 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 18:55:58 UTC (rev 362134)
+++ PKGBUILD2019-09-10 18:56:02 UTC (rev 362135)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.32.0
-pkgrel=3
-pkgdesc="Configuration database system"
-url="https://wiki.gnome.org/Projects/dconf;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2)
-makedepends=(vala dbus git gtk-doc python meson bash-completion)
-install=dconf.install
-_commit=7419a726a2dbaca7781cec4eeb65bd1334a523d7  # tags/0.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit;
-dconf-update.{hook,script})
-sha256sums=('SKIP'
-'51b5c5570eac4792eb4a0efe820e3451b2019501855e57974fcd18986cf86977'
-'330142605370f82f4229e8a94b245f911407eb629b50f1497f415c70164a90ec')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 dconf-update.hook
-  install -D dconf-update.script 
"$pkgdir/usr/share/libalpm/scripts/dconf-update"
-  install -Dm644 /dev/null "$pkgdir/etc/dconf/db/.placeholder"
-}
-
-# vim:set sw=2 et:

Copied: dconf/repos/extra-x86_64/PKGBUILD (from rev 362133, 
dconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 18:56:02 UTC (rev 362135)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python meson bash-completion)
+install=dconf.install
+_commit=22d49c42cc71435e1ece14a385286e1d414ff21b  # tags/0.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit;
+dconf-update dconf-update.hook)
+sha256sums=('SKIP'
+'330142605370f82f4229e8a94b245f911407eb629b50f1497f415c70164a90ec'
+'51b5c5570eac4792eb4a0efe820e3451b2019501855e57974fcd18986cf86977')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+  install -Dt "$pkgdir/usr/share/libalpm/scripts" dconf-update
+  install -Dm644 /dev/null "$pkgdir/etc/dconf/db/.placeholder"
+}
+
+# vim:set sw=2 et:

Copied: dconf/repos/extra-x86_64/dconf-update (from rev 362133, 
dconf/trunk/dconf-update)
===
--- dconf-update(rev 0)
+++ dconf-update2019-09-10 18:56:02 UTC (rev 362135)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+while read -r d; do
+  if [[ ! -d $d ]]; then
+rm -f "${d%.d/}"
+  fi
+done
+
+dconf update

Deleted: dconf-update.hook
===
--- dconf-update.hook   2019-09-10 18:55:58 UTC (rev 362134)
+++ dconf-update.hook   2019-09-10 18:56:02 UTC (rev 362135)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = etc/dconf/db/*.d/
-
-[Action]
-Description = Updating system dconf databases...
-When = PostTransaction
-Exec = /usr/share/libalpm/scripts/dconf-update
-NeedsTargets

Copied: dconf/repos/extra-x86_64/dconf-update.hook (from rev 362133, 
dconf/trunk/dconf-update.hook)
===
--- 

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

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:55:22
  Author: heftig
Revision: 362133

4.4.0-1

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:50:59 UTC (rev 362132)
+++ PKGBUILD2019-09-10 18:55:22 UTC (rev 362133)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceview4
-pkgver=4.2.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
@@ -10,9 +10,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive glade
- yelp-tools git)
-_commit=9d633818558ecaa18b48d4b4d59afca6f4a68fb3  # tags/4.2.0^0
+makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
+checkdepends=(xorg-server-xvfb)
+_commit=6cbb07d5454ccb46ee053cc458391289cc2fb630  # tags/4.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,23 +23,17 @@
 
 prepare() {
   cd gtksourceview
-
-  # Workaround incompat with recent autoconf-archive
-  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
+  ninja -C build
 }
 
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
 package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in dconf/trunk (PKGBUILD dconf-update dconf-update.script)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 18:50:59
  Author: heftig
Revision: 362132

0.34.0-1

Added:
  dconf/trunk/dconf-update
(from rev 362131, dconf/trunk/dconf-update.script)
Modified:
  dconf/trunk/PKGBUILD
Deleted:
  dconf/trunk/dconf-update.script

-+
 PKGBUILD|   16 
 dconf-update|9 +
 dconf-update.script |9 -
 3 files changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:42:22 UTC (rev 362131)
+++ PKGBUILD2019-09-10 18:50:59 UTC (rev 362132)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.32.0
-pkgrel=3
+pkgver=0.34.0
+pkgrel=1
 pkgdesc="Configuration database system"
 url="https://wiki.gnome.org/Projects/dconf;
 arch=(x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2)
 makedepends=(vala dbus git gtk-doc python meson bash-completion)
 install=dconf.install
-_commit=7419a726a2dbaca7781cec4eeb65bd1334a523d7  # tags/0.32.0^0
+_commit=22d49c42cc71435e1ece14a385286e1d414ff21b  # tags/0.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit;
-dconf-update.{hook,script})
+dconf-update dconf-update.hook)
 sha256sums=('SKIP'
-'51b5c5570eac4792eb4a0efe820e3451b2019501855e57974fcd18986cf86977'
-'330142605370f82f4229e8a94b245f911407eb629b50f1497f415c70164a90ec')
+'330142605370f82f4229e8a94b245f911407eb629b50f1497f415c70164a90ec'
+'51b5c5570eac4792eb4a0efe820e3451b2019501855e57974fcd18986cf86977')
 
 pkgver() {
   cd $pkgname
@@ -38,8 +38,8 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 dconf-update.hook
-  install -D dconf-update.script 
"$pkgdir/usr/share/libalpm/scripts/dconf-update"
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+  install -Dt "$pkgdir/usr/share/libalpm/scripts" dconf-update
   install -Dm644 /dev/null "$pkgdir/etc/dconf/db/.placeholder"
 }
 

Copied: dconf/trunk/dconf-update (from rev 362131, 
dconf/trunk/dconf-update.script)
===
--- dconf-update(rev 0)
+++ dconf-update2019-09-10 18:50:59 UTC (rev 362132)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+while read -r d; do
+  if [[ ! -d $d ]]; then
+rm -f "${d%.d/}"
+  fi
+done
+
+dconf update


Property changes on: dconf/trunk/dconf-update
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Deleted: dconf-update.script
===
--- dconf-update.script 2019-09-10 18:42:22 UTC (rev 362131)
+++ dconf-update.script 2019-09-10 18:50:59 UTC (rev 362132)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-while read -r d; do
-  if [[ ! -d $d ]]; then
-rm -f "${d%.d/}"
-  fi
-done
-
-dconf update


  1   2   >