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

2019-11-07 Thread Felix Yan via arch-commits
Date: Friday, November 8, 2019 @ 07:37:18
  Author: felixonmars
Revision: 524592

archrelease: copy trunk to community-x86_64

Added:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
(from rev 524591, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 07:37:04 UTC (rev 524591)
+++ PKGBUILD2019-11-08 07:37:18 UTC (rev 524592)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.6
-pkgrel=2
-pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx-cloudpinyin;
-license=('GPL')
-depends=('curl' 'fcitx')
-makedepends=('cmake')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 524591, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-08 07:37:18 UTC (rev 524592)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-cloudpinyin;
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1deb934fe9003aae519c8635fc8f13e21d1dcba4124b1b75c6e071b7ee903edf3fb9ce0eda5219fad5a78221eb6b157d2e731f1ff4cf49cb0643d87ddd55834b'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-07 Thread Felix Yan via arch-commits
Date: Friday, November 8, 2019 @ 07:37:04
  Author: felixonmars
Revision: 524591

upgpkg: fcitx-cloudpinyin 0.3.7-1

Modified:
  fcitx-cloudpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 05:52:14 UTC (rev 524590)
+++ PKGBUILD2019-11-08 07:37:04 UTC (rev 524591)
@@ -2,8 +2,8 @@
 # Contributor: poplarch 
 
 pkgname=fcitx-cloudpinyin
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-cloudpinyin;
@@ -11,7 +11,7 @@
 depends=('curl' 'fcitx')
 makedepends=('cmake')
 
source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
+sha512sums=('1deb934fe9003aae519c8635fc8f13e21d1dcba4124b1b75c6e071b7ee903edf3fb9ce0eda5219fad5a78221eb6b157d2e731f1ff4cf49cb0643d87ddd55834b'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 


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

2019-11-07 Thread Felix Yan via arch-commits
Date: Friday, November 8, 2019 @ 05:52:14
  Author: felixonmars
Revision: 524590

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 524589, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 05:51:59 UTC (rev 524589)
+++ PKGBUILD2019-11-08 05:52:14 UTC (rev 524590)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=7.20191024
-pkgrel=1
-pkgdesc="Manage files with git, without checking their contents into git"
-url="https://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
- 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
- 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
- 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
- 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
- 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
- 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
- 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
- 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 'haskell-yesod-core'
- 'haskell-yesod-form' 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-  -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup -j1
-}
-
-package() {
-  cd git-annex
-  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 524589, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-08 05:52:14 UTC (rev 524590)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20191106
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 

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

2019-11-07 Thread Felix Yan via arch-commits
Date: Friday, November 8, 2019 @ 05:51:59
  Author: felixonmars
Revision: 524589

upgpkg: git-annex 7.20191106-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 02:48:02 UTC (rev 524588)
+++ PKGBUILD2019-11-08 05:51:59 UTC (rev 524589)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=7.20191024
+pkgver=7.20191106
 pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;


[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:48:02
  Author: eschwartz
Revision: 524588

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 524587, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 02:46:48 UTC (rev 524587)
+++ PKGBUILD2019-11-08 02:48:02 UTC (rev 524588)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2019.6.27
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('50d7396ee12247a57656fcb51e8a05ec8fce60b6a2ac32cf99d6e015bca85bc2'
-'SKIP')
-b2sums=('6762dfb28c3009ce648c62dea32bdf6cb48758d4bf4278e6b6b410f5ef19178a6f42f32667be166b43048f7adbabb7d2cda0c0af0f8e91dbb380469444aca51c'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

-  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 524587, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-08 02:48:02 UTC (rev 524588)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2019.11.7
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('48cdaeb6569e36aa3fa2814c2a39350b33a7c84235f9354e90f22df333eba74e'
+'SKIP')
+b2sums=('55ba001faf8c96ad7778459b57875aa4bd79aa9ca8fd226392338c1b3e75f4abdbdb5e34255f46fb84d1755b258b28c0cf9eada40cc83a777c5951789c9c1bca'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

+  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:46:48
  Author: eschwartz
Revision: 524587

upgpkg: firefox-extension-https-everywhere 2019.11.7-1

upstream release

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 02:32:59 UTC (rev 524586)
+++ PKGBUILD2019-11-08 02:46:48 UTC (rev 524587)
@@ -3,7 +3,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2019.6.27
+pkgver=2019.11.7
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('50d7396ee12247a57656fcb51e8a05ec8fce60b6a2ac32cf99d6e015bca85bc2'
+sha256sums=('48cdaeb6569e36aa3fa2814c2a39350b33a7c84235f9354e90f22df333eba74e'
 'SKIP')
-b2sums=('6762dfb28c3009ce648c62dea32bdf6cb48758d4bf4278e6b6b410f5ef19178a6f42f32667be166b43048f7adbabb7d2cda0c0af0f8e91dbb380469444aca51c'
+b2sums=('55ba001faf8c96ad7778459b57875aa4bd79aa9ca8fd226392338c1b3e75f4abdbdb5e34255f46fb84d1755b258b28c0cf9eada40cc83a777c5951789c9c1bca'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

   'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 



[arch-commits] Commit in calibre/trunk (PKGBUILD calibre-qt-5.13.2.patch)

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:32:32
  Author: eschwartz
Revision: 524585

upgpkg: calibre 4.3.0-1

upstream release

Modified:
  calibre/trunk/PKGBUILD
Deleted:
  calibre/trunk/calibre-qt-5.13.2.patch

-+
 PKGBUILD|   20 +
 calibre-qt-5.13.2.patch |  166 --
 2 files changed, 7 insertions(+), 179 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 02:17:03 UTC (rev 524584)
+++ PKGBUILD2019-11-08 02:32:32 UTC (rev 524585)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=4.2.0
-pkgrel=5
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -23,22 +23,16 @@
 optdepends=('ipython2: to use calibre-debug'
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
- "calibre-qt-5.13.2.patch")
-sha256sums=('b1b626acdcc3b29ae96489e7424389161bd6529545f47c0d2b063b99131286d8'
-'SKIP'
-'c4e952ad1bb15cb0c8c36e34b6f056d4263b74f9322ab611de5a73dd0004f2be')
-b2sums=('a37baae9c77ae2535782c5ee2095a33874c394b7f6415f4aac2752330c6cac3972723e75b90d38955a67a5df90de4318b740ca357b7149f610245f1895482437'
-'SKIP'
-
'1778ba195a5088aa65d74ad22e255200f4d7304ee543077e15b08793cb6877c1e7bf45b9b63fb3beba9d6ad667c1d1ddb3218f9d539e252162fe9f33a5c17616')
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
+sha256sums=('cf19f19da993c496a045c49d89f9232dd5ab23034acad2d14cba0bfab8178420'
+'SKIP')
+b2sums=('fd187d1b68ac60c26c11094b0d19123f24ac93cde1e9939b71ecd4756c7a40ab55e4e36128763ed7f312df18a5152da418828ce84f4514a8747df8ccc3de2365'
+'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
 prepare(){
 cd "${pkgname}-${pkgver}"
 
-# fix ebook-viewer with Qt 5.13.2
-patch -p1 -i ../calibre-qt-5.13.2.patch
-
 # Desktop integration (e.g. enforce arch defaults)
 # Use uppercase naming scheme, don't delete config files under fakeroot.
 sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \

Deleted: calibre-qt-5.13.2.patch
===
--- calibre-qt-5.13.2.patch 2019-11-08 02:17:03 UTC (rev 524584)
+++ calibre-qt-5.13.2.patch 2019-11-08 02:32:32 UTC (rev 524585)
@@ -1,166 +0,0 @@
-From 2da7dd741fcebd3af89f77bc3fc4f52fe90940de Mon Sep 17 00:00:00 2001
-From: Kovid Goyal 
-Date: Sat, 2 Nov 2019 07:18:35 +0530
-Subject: [PATCH 1/4] Better error message on AJAX call failure
-
-(cherry picked from commit 8b7b9427bd71f48acf9dc766c976bb3f5ce5e357)

- src/pyj/ajax.pyj | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/pyj/ajax.pyj b/src/pyj/ajax.pyj
-index 7a8c453e5e..3a43984903 100644
 a/src/pyj/ajax.pyj
-+++ b/src/pyj/ajax.pyj
-@@ -81,7 +81,7 @@ def ajax(path, on_complete, on_progress=None, 
bypass_cache=True, method='GET', q
- rtext = xhr.responseText or ''
- except:
- rtext = ''
--xhr.error_html = str.format(_('Failed to communicate with "{}", 
with status: [{}] {}{}'), xhr.request_path, xhr.status, xhr.statusText, 
rtext[:200])
-+xhr.error_html = str.format(_('Failed to communicate with "{}", 
with status: [{} ({})] {}{}'), xhr.request_path, xhr.status, event, 
xhr.statusText, rtext[:200])
- 
- def progress_callback(ev):
- if ev.lengthComputable:
--- 
-2.23.0
-
-
-From fc63678168b5bbb8c48f1930535e1d2bfb90c13f Mon Sep 17 00:00:00 2001
-From: Kovid Goyal 
-Date: Sat, 2 Nov 2019 07:24:10 +0530
-Subject: [PATCH 2/4] Workaround for AJAX breakage on Qt 5.13.2
-
-Fixes #1850975 [qt5-webengine 5.13.2 breaks 
ebook-viewer](https://bugs.launchpad.net/calibre/+bug/1850975)
-
-(cherry picked from commit 6cccd18be81133ce57c885ecad9e012a16a3fe8b)

- src/pyj/ajax.pyj | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/pyj/ajax.pyj b/src/pyj/ajax.pyj
-index 3a43984903..5a038eaed5 100644
 a/src/pyj/ajax.pyj
-+++ b/src/pyj/ajax.pyj
-@@ -102,6 +102,9 @@ def ajax(path, on_complete, on_progress=None, 
bypass_cache=True, method='GET', q
- is_network_error = ev if end_type is 'error' else False
- if xhr.status is not ok_code and end_type is 'load':
- end_type = 'error'
-+if xhr.status is ok_code and end_type is 'error':
-+# this apparently happens on Qt 5.13.2
-+end_type = 'load'
- if end_type is not 'load':
- set_error(end_type, is_network_error)
- on_complete(end_type, xhr, ev)
--- 
-2.23.0
-
-
-From 71223eb8a2ace02473ada1568f123d2bd5af3891 Mon Sep 17 00:00:00 2001
-From: Kovid Goyal 
-Date: Sun, 3 Nov 2019 07:12:25 

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

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:32:59
  Author: eschwartz
Revision: 524586

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 524585, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-qt-5.13.2.patch

-+
 PKGBUILD|  198 ++
 calibre-qt-5.13.2.patch |  166 --
 2 files changed, 96 insertions(+), 268 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 02:32:32 UTC (rev 524585)
+++ PKGBUILD2019-11-08 02:32:59 UTC (rev 524586)
@@ -1,102 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=4.2.0
-pkgrel=5
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
-depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
-makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
- "calibre-qt-5.13.2.patch")
-sha256sums=('b1b626acdcc3b29ae96489e7424389161bd6529545f47c0d2b063b99131286d8'
-'SKIP'
-'c4e952ad1bb15cb0c8c36e34b6f056d4263b74f9322ab611de5a73dd0004f2be')
-b2sums=('a37baae9c77ae2535782c5ee2095a33874c394b7f6415f4aac2752330c6cac3972723e75b90d38955a67a5df90de4318b740ca357b7149f610245f1895482437'
-'SKIP'
-
'1778ba195a5088aa65d74ad22e255200f4d7304ee543077e15b08793cb6877c1e7bf45b9b63fb3beba9d6ad667c1d1ddb3218f9d539e252162fe9f33a5c17616')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-
-# fix ebook-viewer with Qt 5.13.2
-patch -p1 -i ../calibre-qt-5.13.2.patch
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-# cherry-picked bits of python2-backports.functools_lru_cache
-# needed for frozen builds + beautifulsoup4
-# see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
-rm -r src/backports
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgname}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-LANG='en_US.UTF-8' python2 setup.py build
-LANG='en_US.UTF-8' python2 setup.py gui
-LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
-LANG='en_US.UTF-8' python2 setup.py rapydscript
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python2 setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 524585, 
calibre/trunk/PKGBUILD)

[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:17:03
  Author: eschwartz
Revision: 524584

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 524583, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 02:15:51 UTC (rev 524583)
+++ PKGBUILD2019-11-08 02:17:03 UTC (rev 524584)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2019.10.8
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('eb4c529235563e56c385a32fdf97453f2c57e52da8bdbd500218b8d32495513f'
-'SKIP')
-b2sums=('0eca05dd67659e65ade1ad7e588a4c54f904570d14ec74a8a3e919a5b656574cf6826d7972724e0e0a2872033a62e92d96d901443d497ee8c1b759217f91d7e0'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
524583, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-08 02:17:03 UTC (rev 524584)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2019.10.28
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('f4cdd97e741204c487ceb344c564fb9274b6e3bd4b39d32da087d35ec04adf5a'
+'SKIP')
+b2sums=('e61a697b0973572bdf9ca9a725053c9c1f6cbf516261d12767b1e95d789a78acd3b3815f6d0caa1c7cfc72bbfebf0b2f80755a1a8b07f51e36ba2650bbd65c6c'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2019-11-07 Thread Eli Schwartz via arch-commits
Date: Friday, November 8, 2019 @ 02:15:51
  Author: eschwartz
Revision: 524583

upgpkg: firefox-extension-privacybadger 2019.10.28-1

upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 01:39:48 UTC (rev 524582)
+++ PKGBUILD2019-11-08 02:15:51 UTC (rev 524583)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2019.10.8
+pkgver=2019.10.28
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('eb4c529235563e56c385a32fdf97453f2c57e52da8bdbd500218b8d32495513f'
+sha256sums=('f4cdd97e741204c487ceb344c564fb9274b6e3bd4b39d32da087d35ec04adf5a'
 'SKIP')
-b2sums=('0eca05dd67659e65ade1ad7e588a4c54f904570d14ec74a8a3e919a5b656574cf6826d7972724e0e0a2872033a62e92d96d901443d497ee8c1b759217f91d7e0'
+b2sums=('e61a697b0973572bdf9ca9a725053c9c1f6cbf516261d12767b1e95d789a78acd3b3815f6d0caa1c7cfc72bbfebf0b2f80755a1a8b07f51e36ba2650bbd65c6c'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


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

2019-11-07 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 8, 2019 @ 01:39:32
  Author: yan12125
Revision: 524581

upgpkg: python-autobahn 19.11.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 23:19:10 UTC (rev 524580)
+++ PKGBUILD2019-11-08 01:39:32 UTC (rev 524581)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.10.1
-pkgrel=3
+pkgver=19.11.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39')
+sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


[arch-commits] Commit in python-autobahn/repos/community-staging-x86_64 (2 files)

2019-11-07 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 8, 2019 @ 01:39:48
  Author: yan12125
Revision: 524582

archrelease: copy trunk to community-staging-x86_64

Added:
  python-autobahn/repos/community-staging-x86_64/PKGBUILD
(from rev 524581, python-autobahn/trunk/PKGBUILD)
Deleted:
  python-autobahn/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-08 01:39:32 UTC (rev 524581)
+++ PKGBUILD2019-11-08 01:39:48 UTC (rev 524582)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Chih-Hsuan Yen 
-# Maintainer: Anatol Pomozov
-
-pkgname=python-autobahn
-pkgver=19.10.1
-pkgrel=3
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(x86_64)
-url='https://crossbar.io/autobahn/'
-license=(MIT)
-depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
- python-setuptools python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
- python-msgpack python-passlib python-pynacl python-pytrie
- python-ubjson)
-checkdepends=(python-mock python-pytest python-pytest-asyncio)
-optdepends=(
-  'python-cbor: CBOR serializer support'
-  'python-flatbuffers: FlatBuffers serializer support'
-  'python-msgpack: MsgPack serializer support'
-  'python-ubjson: UBJSON serializer support'
-  'python-argon2_cffi: WAMP-SCRAM authentication support'
-  'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
-  'python-pytrie: WAMP-cryptobox support'
-)
-
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39')
-
-prepare() {
-  cd "$srcdir/autobahn-$pkgver"
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
-}
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
-}
-
-package() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-staging-x86_64/PKGBUILD (from rev 
524581, python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-08 01:39:48 UTC (rev 524582)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=19.11.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-pytrie
+ python-ubjson)
+checkdepends=(python-mock python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
+  'python-pytrie: WAMP-cryptobox support'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181')
+
+prepare() {
+  cd "$srcdir/autobahn-$pkgver"
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
+}
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
+  USE_ASYNCIO=1 

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 23:19:10
  Author: anthraxx
Revision: 524580

archrelease: copy trunk to community-x86_64

Added:
  veracrypt/repos/community-x86_64/PKGBUILD
(from rev 524579, veracrypt/trunk/PKGBUILD)
  veracrypt/repos/community-x86_64/no-makeself.patch
(from rev 524579, veracrypt/trunk/no-makeself.patch)
  veracrypt/repos/community-x86_64/veracrypt.desktop
(from rev 524579, veracrypt/trunk/veracrypt.desktop)
Deleted:
  veracrypt/repos/community-x86_64/PKGBUILD
  veracrypt/repos/community-x86_64/no-makeself.patch
  veracrypt/repos/community-x86_64/veracrypt.desktop

---+
 PKGBUILD  |  102 +++-
 no-makeself.patch |   22 +--
 veracrypt.desktop |   18 -
 3 files changed, 73 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 23:19:05 UTC (rev 524579)
+++ PKGBUILD2019-11-07 23:19:10 UTC (rev 524580)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sebastian Lau 
-# Contributor: Eric Ozwigh 
-
-pkgname=veracrypt
-_pkgname=VeraCrypt
-pkgver=1.24
-pkgrel=1
-pkgdesc='Disk encryption with strong security based on TrueCrypt'
-url='https://www.veracrypt.fr/'
-arch=('x86_64')
-license=('custom:TrueCrypt')
-depends=('fuse2>=2.8.0' 'wxgtk3>=3.0' 'libsm' 'device-mapper')
-optdepends=('sudo: mounting encrypted volumes as nonroot users')
-makedepends=('yasm')
-source=(${pkgname}_${pkgver}.tar.bz2::https://launchpad.net/veracrypt/trunk/${pkgver}/+download/${_pkgname}_${pkgver}_Source.tar.bz2
-
${pkgname}_${pkgver}.tar.bz2.sig::https://launchpad.net/veracrypt/trunk/${pkgver}/+download/${_pkgname}_${pkgver}_Source.tar.bz2.sig
-no-makeself.patch
-veracrypt.desktop)
-sha512sums=('bcf32c98b8f129139fa222741b2b98c31976bf7011598f022e421772d76c16f009b7cab64614e0550d0f3bad253e139f310d6aa4cb9f7df4e6d8073d6ad72b97'
-'SKIP'
-
'40c269859bb97fbcceb443e5f457788bac650271ed118ec79d34f56fc340ad6e613114fe905ec5aba8c4d171c51c9a6865f97e9fa1ba01fa98ef18be4e97bbe1'
-
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
-validpgpkeys=('5069A233D55A0EEB174A5FC3821ACD02680D16DE') # VeraCrypt Team 

-
-prepare() {
-  cd src
-  chmod -R u+w . # WAT award
-  patch -p1 < "${srcdir}/no-makeself.patch"
-}
-
-build() {
-  cd src
-  make PKG_CONFIG_PATH=/usr/lib/pkgconfig \
-WX_CONFIG=/usr/bin/wx-config-gtk3 \
-TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
-TC_EXTRA_CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
-TC_EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-package() {
-  cd src
-  install -Dm 755 Main/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "${srcdir}/veracrypt.desktop" -t 
"${pkgdir}/usr/share/applications"
-  install -Dm 644 Resources/Icons/VeraCrypt-256x256.xpm 
"${pkgdir}/usr/share/pixmaps/veracrypt.xpm"
-  install -Dm 644 License.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: veracrypt/repos/community-x86_64/PKGBUILD (from rev 524579, 
veracrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 23:19:10 UTC (rev 524580)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sebastian Lau 
+# Contributor: Eric Ozwigh 
+
+pkgname=veracrypt
+_pkgname=VeraCrypt
+_pkgver=1.24
+pkgver=${_pkgver}.hotfix1
+pkgrel=1
+pkgdesc='Disk encryption with strong security based on TrueCrypt'
+url='https://www.veracrypt.fr/'
+arch=('x86_64')
+license=('custom:TrueCrypt')
+depends=('fuse2>=2.8.0' 'wxgtk3>=3.0' 'libsm' 'device-mapper')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
+makedepends=('yasm')
+source=(${pkgname}_${pkgver}.tar.bz2::https://launchpad.net/veracrypt/trunk/${_pkgver}-hotfix1/+download/${_pkgname}_${_pkgver}-Hotfix1_Source.tar.bz2
+
${pkgname}_${pkgver}.tar.bz2.sig::https://launchpad.net/veracrypt/trunk/${_pkgver}-hotfix1/+download/${_pkgname}_${_pkgver}-Hotfix1_Source.tar.bz2.sig
+
veracrypt-fix-u64-gcc.patch::https://github.com/veracrypt/VeraCrypt/commit/3fa636d477119fff6e372074568edb42d038f508.patch
+no-makeself.patch
+veracrypt.desktop)
+sha512sums=('dde3cc617bcc5c793c8ba6ae3cb1f16b5b81594abd460d0c788b239376d1f32228e7656af39a03b15f1b661dfe56529a149469bc2acc59136a061dffb0f9bf77'
+'SKIP'
+
'b1d6de4742b65d86939c0d689e88faeabaa92c8faa2a4630502efd0f642b953f1bf8da120816b49bb7d762e5bf24a3aeb062fd8dcbdafc72626914a7894e29cc'
+
'40c269859bb97fbcceb443e5f457788bac650271ed118ec79d34f56fc340ad6e613114fe905ec5aba8c4d171c51c9a6865f97e9fa1ba01fa98ef18be4e97bbe1'
+
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 23:19:05
  Author: anthraxx
Revision: 524579

upgpkg: veracrypt 1.24.hotfix1-1

Modified:
  veracrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:46:23 UTC (rev 524578)
+++ PKGBUILD2019-11-07 23:19:05 UTC (rev 524579)
@@ -4,7 +4,8 @@
 
 pkgname=veracrypt
 _pkgname=VeraCrypt
-pkgver=1.24
+_pkgver=1.24
+pkgver=${_pkgver}.hotfix1
 pkgrel=1
 pkgdesc='Disk encryption with strong security based on TrueCrypt'
 url='https://www.veracrypt.fr/'
@@ -13,12 +14,14 @@
 depends=('fuse2>=2.8.0' 'wxgtk3>=3.0' 'libsm' 'device-mapper')
 optdepends=('sudo: mounting encrypted volumes as nonroot users')
 makedepends=('yasm')
-source=(${pkgname}_${pkgver}.tar.bz2::https://launchpad.net/veracrypt/trunk/${pkgver}/+download/${_pkgname}_${pkgver}_Source.tar.bz2
-
${pkgname}_${pkgver}.tar.bz2.sig::https://launchpad.net/veracrypt/trunk/${pkgver}/+download/${_pkgname}_${pkgver}_Source.tar.bz2.sig
+source=(${pkgname}_${pkgver}.tar.bz2::https://launchpad.net/veracrypt/trunk/${_pkgver}-hotfix1/+download/${_pkgname}_${_pkgver}-Hotfix1_Source.tar.bz2
+
${pkgname}_${pkgver}.tar.bz2.sig::https://launchpad.net/veracrypt/trunk/${_pkgver}-hotfix1/+download/${_pkgname}_${_pkgver}-Hotfix1_Source.tar.bz2.sig
+
veracrypt-fix-u64-gcc.patch::https://github.com/veracrypt/VeraCrypt/commit/3fa636d477119fff6e372074568edb42d038f508.patch
 no-makeself.patch
 veracrypt.desktop)
-sha512sums=('bcf32c98b8f129139fa222741b2b98c31976bf7011598f022e421772d76c16f009b7cab64614e0550d0f3bad253e139f310d6aa4cb9f7df4e6d8073d6ad72b97'
+sha512sums=('dde3cc617bcc5c793c8ba6ae3cb1f16b5b81594abd460d0c788b239376d1f32228e7656af39a03b15f1b661dfe56529a149469bc2acc59136a061dffb0f9bf77'
 'SKIP'
+
'b1d6de4742b65d86939c0d689e88faeabaa92c8faa2a4630502efd0f642b953f1bf8da120816b49bb7d762e5bf24a3aeb062fd8dcbdafc72626914a7894e29cc'
 
'40c269859bb97fbcceb443e5f457788bac650271ed118ec79d34f56fc340ad6e613114fe905ec5aba8c4d171c51c9a6865f97e9fa1ba01fa98ef18be4e97bbe1'
 
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
 validpgpkeys=('5069A233D55A0EEB174A5FC3821ACD02680D16DE') # VeraCrypt Team 

@@ -26,7 +29,8 @@
 prepare() {
   cd src
   chmod -R u+w . # WAT award
-  patch -p1 < "${srcdir}/no-makeself.patch"
+  patch -Np1 < "${srcdir}/no-makeself.patch"
+  patch -Np2 < "${srcdir}/veracrypt-fix-u64-gcc.patch"
 }
 
 build() {


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 23:15:08
  Author: anthraxx
Revision: 367201

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 367200, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 367200, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook
(from rev 367200, vlc/trunk/update-vlc-plugin-cache.hook)
Deleted:
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/lua53_compat.patch
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook

--+
 PKGBUILD |  488 -
 lua53_compat.patch   |   60 ++---
 update-vlc-plugin-cache.hook |   22 -
 3 files changed, 285 insertions(+), 285 deletions(-)

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

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 23:15:03
  Author: anthraxx
Revision: 367200

upgpkg: vlc 3.0.8-5 FS#61075 Webcam only works with zvbi installed

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:52:28 UTC (rev 367199)
+++ PKGBUILD2019-11-07 23:15:03 UTC (rev 367200)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -73,7 +73,7 @@
 'librsvg: SVG plugin'
 'x264: H264 encoding'
 'x265: HEVC/H.265 encoder'
-'zvbi: VBI/Teletext decoding'
+'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
 'libass: Subtitle support'
 'libkate: Kate codec'
 'libtiger: Tiger rendering for Kate streams'


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:52:28
  Author: anthraxx
Revision: 367199

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:52:20 UTC (rev 367198)
+++ PKGBUILD2019-11-07 22:52:28 UTC (rev 367199)
@@ -1,153 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=68.2.0
-pkgrel=1
-pkgdesc='Language pack for Thunderbird'
-url='https://www.mozilla.org/thunderbird'
-arch=('any')
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-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 Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('f2c860b9b51e82cca88dceee0e1984304857ea1b02f33aeac81d48fe2b64b5f7'
-'eb53683d0282046fef5b51b6bc6bdf7a81b7f7cf08780ca1201d5c955df9bdc4'
-'54b8e3363049901f30f6e1eae5ea91b412a534ad2307d5593c18a104af52ec65'
-'4fdbaa5a55531ce7c14f9f3a70b9c0dbdb5899e69828b0f52167250907337cbe'
-'b87437d737c08da85f99fcd5c275146b5c117d610abb3f9cd2165097e7796270'
-'72970568502fd3705cad564352d379b106fe200b6210e4b9fba316380640b594'
-'801b58ff79418dc631dd90adec449ec6d4d2ade8389bdb5061aaaba67b2c1252'
-'1b6a4c5caba5c045d8a39eeaac8b283d10f61d90ac430c22550d6df925057902'
-'35b8be32e45ccb273b230784b9770c33a275809c3a2486cfbf3f4dff1e47be7f'
-'96962299531f96187ad8f19beaaccb269d400866b6e1bd68d4be49b003c0573e'
-'1cb85cbfcc5cfc60d02a933ffc8965e22d72dbf1bd753a4dd579c73750ccb089'
-'5d5f1d648d506c2949608b61a4e0ceabb147ee67ec044d4fa0928342fcb72b07'
-'e8e6f13c63519b936b0c9dab601113927d088e355f56dc1ecee8a67672479868'
-'716ef1c1eb321fc6de53cc7299d6e797ba0da9a28c1ddf17ca1997ef9b48285e'
-'fb45e8564dd3dec63ec4f40130cf3f17c93d8984763eb3f597004e2ca285afc1'
-'52863f6d1084e949ca7dc049ed0262ec30a727b44ad0c1013befa455e6f62aef'
-'07e0aae3b9b03690e3043d1c7b934fa94f54448faec27a501e2be5c7a61b45fa'
-'cb307807a3a8c7e547699686e10b7241732f2e2f0e2bf52571160d2416f5'
-'4e0fc89aee578d1a185616dae1724ba4420b427fd808543272f832fd2093dd0d'
-'70cf205d1d8608dfda4c06d41e4987b826c5f78b4f322653c1f5f89f8938fdf3'
-'df30d4c30c8c24c77d7a460b39e270229688f1d8a0934403a477eddccea586bd'
-'42cf6779a821385b86bf98dd92449acf50ec65c9d30a3f1b2b8c7595940cc219'
-'17765fb2372e49a358357f8f929400941eedcef8b9e1fbafece691abaa1baeb9'
-'602e82a93d8f9693ec673bce62669307842a76016ba606b7f889f918017edb4a'
-

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:52:20
  Author: anthraxx
Revision: 367198

upgpkg: thunderbird-i18n 68.2.2-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:44:51 UTC (rev 367197)
+++ PKGBUILD2019-11-07 22:52:20 UTC (rev 367198)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=68.2.0
+pkgver=68.2.2
 pkgrel=1
 pkgdesc='Language pack for Thunderbird'
 url='https://www.mozilla.org/thunderbird'
@@ -94,60 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('f2c860b9b51e82cca88dceee0e1984304857ea1b02f33aeac81d48fe2b64b5f7'
-'eb53683d0282046fef5b51b6bc6bdf7a81b7f7cf08780ca1201d5c955df9bdc4'
-'54b8e3363049901f30f6e1eae5ea91b412a534ad2307d5593c18a104af52ec65'
-'4fdbaa5a55531ce7c14f9f3a70b9c0dbdb5899e69828b0f52167250907337cbe'
-'b87437d737c08da85f99fcd5c275146b5c117d610abb3f9cd2165097e7796270'
-'72970568502fd3705cad564352d379b106fe200b6210e4b9fba316380640b594'
-'801b58ff79418dc631dd90adec449ec6d4d2ade8389bdb5061aaaba67b2c1252'
-'1b6a4c5caba5c045d8a39eeaac8b283d10f61d90ac430c22550d6df925057902'
-'35b8be32e45ccb273b230784b9770c33a275809c3a2486cfbf3f4dff1e47be7f'
-'96962299531f96187ad8f19beaaccb269d400866b6e1bd68d4be49b003c0573e'
-'1cb85cbfcc5cfc60d02a933ffc8965e22d72dbf1bd753a4dd579c73750ccb089'
-'5d5f1d648d506c2949608b61a4e0ceabb147ee67ec044d4fa0928342fcb72b07'
-'e8e6f13c63519b936b0c9dab601113927d088e355f56dc1ecee8a67672479868'
-'716ef1c1eb321fc6de53cc7299d6e797ba0da9a28c1ddf17ca1997ef9b48285e'
-'fb45e8564dd3dec63ec4f40130cf3f17c93d8984763eb3f597004e2ca285afc1'
-'52863f6d1084e949ca7dc049ed0262ec30a727b44ad0c1013befa455e6f62aef'
-'07e0aae3b9b03690e3043d1c7b934fa94f54448faec27a501e2be5c7a61b45fa'
-'cb307807a3a8c7e547699686e10b7241732f2e2f0e2bf52571160d2416f5'
-'4e0fc89aee578d1a185616dae1724ba4420b427fd808543272f832fd2093dd0d'
-'70cf205d1d8608dfda4c06d41e4987b826c5f78b4f322653c1f5f89f8938fdf3'
-'df30d4c30c8c24c77d7a460b39e270229688f1d8a0934403a477eddccea586bd'
-'42cf6779a821385b86bf98dd92449acf50ec65c9d30a3f1b2b8c7595940cc219'
-'17765fb2372e49a358357f8f929400941eedcef8b9e1fbafece691abaa1baeb9'
-'602e82a93d8f9693ec673bce62669307842a76016ba606b7f889f918017edb4a'
-'c1c0c7a406705abaaeeac4ce4067491834e129d176b882fb81be9ac81e4cfed9'
-'a757fae72b5d74f26fdd93d7f2127063114577a531bf1abc30ff551b21516d07'
-'76f993d26daf1ab78c9e400534fdd4d43a872072d1a996128379564ccbc05565'
-'ca373702339a4ce6332ea9b3243db9e22ac3b3ba9b8c07e08fc74434bbd166ae'
-'eb252d72c459e022e71814bfe9f9791a18c05b7af9c0ae38b88278bbd3208ab3'
-'2fceb4ab866ae333fd51af915026ca757b05244a6dfd7ec963aed034c4ebfdee'
-'64f3d439156e4548bf7b25554c136f252c354e0ff0aee9e0120fcde4dacad72c'
-'768f466c9051680756cdf565b0e38d78e53b461bc6dcda87688dfee25f59ed95'
-'517dc49487b53c0109290028d8d5b4d4d28fa26d8fa5b560cfc543e63ef4e790'
-'308ef1e8843ee417264bf1609e36b499f1d2dc492e895a517f954baa08369215'
-'3372b9610098a6d078fd12ff120ad6a42bb2f9b4cee2c293b65a4e30a61424c7'
-'569cf516af31f4ba758b1c642fd8a1542865402401bc100037b67794685c44de'
-'9b34e10decb358986b8feb25c744bcb93bb63f161a9ba57ed96b8f59aceedc48'
-'a8dc7f2f116f854def26c8500932ad562a03f07d989920beb708955438098fb1'
-'b40a7ba2a6e4ae7b384ec0def499491f36b9aec8ea447b0ca8f4803c26101b62'
-'c4e7529061d566a6459db393c631611082a313927496f6ae2e2c0ad9c8446b29'
-'1ee3d88235e82b79a7f0faae5bd3075897d5ba6e3637b24dd40dedc6a4f2af9e'
-'8840239f8fed40914ef13528af1a065165fcbde742833874cfcf809efc49ee69'
-'35eb2e687bdda87a4fc68fbfb2912c946b14df96bff8e2be91317f8a516b74e3'
-'8cbb8d3f110b51ca6df33b0325ad55eb3a51ba776dee1b9fd05e686bd59bd69a'
-'7b98bbe91c7cda9f303f763ccf8ea1ccf5dad609cbac3c1c05881de90d04f79a'
-'12edadbfc1bd07077f831e69292193f71d544d75a76920ec8f3eb90962e67fd1'
-'e115c5945c792663c4ed763b8d96839e2f04e00529bc515e96db5be13556b4b8'
-'ccc0339e0dc7a632fcd177ed3c72282deaea9eb054006109fd8947b52d4eace0'
-'259760d020ec23dd3f2378f5321bf3e24fbf52dc512f28f758b0b496df235f13'
-'7094c71cc361fa475a049ea6389ce7bae2e0cfdb6462cc5c80747e5b966c60cd'
-'39b47b02af5e8425aad3387b51e5607a0da9f656923af5b607ec3eb20cb957dd'
-'106789a376cf45138bdc0df05003110dc1d6527a6e3dea03e8e1de3b09f08505'
-

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:46:23
  Author: anthraxx
Revision: 524578

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 524577, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
(from rev 524577, intellij-idea-community-edition/trunk/idea-build.patch)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 524577, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 524577, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--+
 PKGBUILD |  138 ++---
 idea-build.patch |   50 +--
 idea.desktop |   22 
 idea.sh  |   22 
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:46:09 UTC (rev 524577)
+++ PKGBUILD2019-11-07 22:46:23 UTC (rev 524578)
@@ -1,69 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=intellij-idea-community-edition
-pkgver=2019.2.3
-_build=192.6817.14
-pkgrel=1
-epoch=2
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea.vmoptions'
-'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
-makedepends=('ant' 'kotlin' 'git' 'java8-openjfx' 'java-environment=8')
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
-
idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build};
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
-idea-build.patch
-idea.desktop
-idea.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'666e6128995b3470516dcda3815cd4b11102a20e0835b82446190c495f25cd25'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
-
-prepare() {
-  cd intellij-community
-  patch -Np1 -i ../idea-build.patch
-  echo ${_build} > build.txt
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  ant build
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 524577, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 22:46:23 UTC (rev 524578)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2019.2.4
+_build=192.7142.36
+pkgrel=1
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:46:09
  Author: anthraxx
Revision: 524577

upgpkg: intellij-idea-community-edition 2:2019.2.4-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:25:52 UTC (rev 524576)
+++ PKGBUILD2019-11-07 22:46:09 UTC (rev 524577)
@@ -3,8 +3,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2019.2.3
-_build=192.6817.14
+pkgver=2019.2.4
+_build=192.7142.36
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:44:36
  Author: arojas
Revision: 367196

python 3.8 rebuild

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:42:25 UTC (rev 367195)
+++ PKGBUILD2019-11-07 22:44:36 UTC (rev 367196)
@@ -3,7 +3,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings;
 arch=(x86_64)


[arch-commits] Commit in dbus-python/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:44:51
  Author: arojas
Revision: 367197

archrelease: copy trunk to staging-x86_64

Added:
  dbus-python/repos/staging-x86_64/PKGBUILD
(from rev 367196, dbus-python/trunk/PKGBUILD)
Deleted:
  dbus-python/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:44:36 UTC (rev 367196)
+++ PKGBUILD2019-11-07 22:44:51 UTC (rev 367197)
@@ -1,71 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.8
-pkgrel=4
-pkgdesc="Python bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings;
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2')
-makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
-source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  depends=()
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends+=('python-dbus-common' 'python')
-  pkgdesc="Python bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python2 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/staging-x86_64/PKGBUILD (from rev 367196, 
dbus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 22:44:51 UTC (rev 367197)
@@ -0,0 +1,71 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.10
+pkgrel=2
+pkgdesc="Python bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings;
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
+source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886'
+'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  depends=()
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends+=('python-dbus-common' 'python')
+  pkgdesc="Python bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends+=('python-dbus-common' 'python2')
+  pkgdesc="Python2 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:42:25
  Author: arojas
Revision: 367195

archrelease: copy trunk to extra-x86_64

Added:
  dbus-python/repos/extra-x86_64/PKGBUILD
(from rev 367194, dbus-python/trunk/PKGBUILD)
Deleted:
  dbus-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:41:37 UTC (rev 367194)
+++ PKGBUILD2019-11-07 22:42:25 UTC (rev 367195)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.8
-pkgrel=2
-pkgdesc="Python bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings;
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2')
-makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
-source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  depends=()
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends+=('python-dbus-common' 'python')
-  pkgdesc="Python bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python2 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/extra-x86_64/PKGBUILD (from rev 367194, 
dbus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 22:42:25 UTC (rev 367195)
@@ -0,0 +1,71 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings;
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
+source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886'
+'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  depends=()
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends+=('python-dbus-common' 'python')
+  pkgdesc="Python bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends+=('python-dbus-common' 'python2')
+  pkgdesc="Python2 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:41:37
  Author: arojas
Revision: 367194

Update to 1.2.10

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:36:57 UTC (rev 367193)
+++ PKGBUILD2019-11-07 22:41:37 UTC (rev 367194)
@@ -2,8 +2,8 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.8
-pkgrel=4
+pkgver=1.2.10
+pkgrel=1
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('dbus' 'glib2')
 makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
 
source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
+sha256sums=('d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886'
 'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
 


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

2019-11-07 Thread Felix Yan via arch-commits
Date: Thursday, November 7, 2019 @ 22:36:57
  Author: felixonmars
Revision: 367193

archrelease: copy trunk to staging-x86_64

Added:
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 367192, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 367192, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/vimdoc.hook
(from rev 367192, vim/trunk/vimdoc.hook)
  vim/repos/staging-x86_64/vimrc
(from rev 367192, vim/trunk/vimrc)

---+
 PKGBUILD  |  210 
 archlinux.vim |   46 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 285 insertions(+)

Copied: vim/repos/staging-x86_64/PKGBUILD (from rev 367192, vim/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 22:36:57 UTC (rev 367193)
@@ -0,0 +1,210 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=8.1.2268
+_versiondir=81
+pkgrel=2
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='https://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
+ 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
+source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('bca27fc5bfda44cc40c383890379789fcb432873d223861c42f2f581556a860e'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
+'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
+sha512sums=('00ade0a024c3eb39829ed79345fc13ee0b7fc6163fe71968c360ff6c05e3302c2d1b7bce1c5e934f24ff0f9911ea25baa6e75dc2d1548d5fb5f8e97ed6869659'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
+
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
+sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  msg2 "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-pythoninterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --disable-canberra
+make
+  )
+
+  msg2 "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-pythoninterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --enable-canberra
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # rc files
+  install -Dm 644 

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

2019-11-07 Thread Felix Yan via arch-commits
Date: Thursday, November 7, 2019 @ 22:36:34
  Author: felixonmars
Revision: 367192

Python 3.8 rebuild

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:25:36 UTC (rev 367191)
+++ PKGBUILD2019-11-07 22:36:34 UTC (rev 367192)
@@ -11,7 +11,7 @@
 pkgname=('vim' 'gvim' 'vim-runtime')
 pkgver=8.1.2268
 _versiondir=81
-pkgrel=1
+pkgrel=2
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='https://www.vim.org'
 arch=('x86_64')


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:24:38
  Author: anthraxx
Revision: 367181

upgpkg: thunderbird 68.2.2-1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:20:50 UTC (rev 367180)
+++ PKGBUILD2019-11-07 22:24:38 UTC (rev 367181)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=68.2.0
+pkgver=68.2.2
 pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
@@ -20,7 +20,7 @@
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
 $pkgname.desktop)
-sha256sums=('e9fa1d0ced64ffc32faab9a0fc8e03865c04e4d29bfd7a3f1bf5d25594ce0600'
+sha256sums=('c17edbcde0e9e7599cda16b69b130039f69113b498ea394057cedfae153f0dd3'
 'SKIP'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:24:49
  Author: anthraxx
Revision: 367182

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 367181, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 367181, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 PKGBUILD|  312 ++---
 thunderbird.desktop |  346 +-
 2 files changed, 329 insertions(+), 329 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:24:38 UTC (rev 367181)
+++ PKGBUILD2019-11-07 22:24:49 UTC (rev 367182)
@@ -1,156 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=68.2.0
-pkgrel=1
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
- nss hunspell sqlite ttf-font icu)  # libvpx
-makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
-$pkgname.desktop)
-sha256sums=('e9fa1d0ced64ffc32faab9a0fc8e03865c04e4d29bfd7a3f1bf5d25594ce0600'
-'SKIP'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
-validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig 

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:22:35
  Author: arojas
Revision: 524569

archrelease: copy trunk to community-staging-x86_64

Added:
  vamps/repos/community-staging-x86_64/
  vamps/repos/community-staging-x86_64/PKGBUILD
(from rev 524568, vamps/trunk/PKGBUILD)

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

Copied: vamps/repos/community-staging-x86_64/PKGBUILD (from rev 524568, 
vamps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:22:35 UTC (rev 524569)
@@ -0,0 +1,28 @@
+# Contributor: Giovanni Scafora 
+# Contributor: Stefano Zamprogno 
+# Maintainer: Stefan Husmann 
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=13
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('27d26a5b63982e3b68b69b6e4f739e93a8eff2ca2e433e07a1350cafe9733f0b6a684e6bc51bce97612bc85fef9d4bf4ea0e781e493b227896de4cce4cd4662b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
+  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
+}
+


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:21:37
  Author: arojas
Revision: 524567

archrelease: copy trunk to community-staging-x86_64

Added:
  transcode/repos/community-staging-x86_64/
  transcode/repos/community-staging-x86_64/PKGBUILD
(from rev 524566, transcode/trunk/PKGBUILD)
  transcode/repos/community-staging-x86_64/transcode-ffmpeg3.patch
(from rev 524566, transcode/trunk/transcode-ffmpeg3.patch)
  transcode/repos/community-staging-x86_64/transcode-ffmpeg4.patch
(from rev 524566, transcode/trunk/transcode-ffmpeg4.patch)
  transcode/repos/community-staging-x86_64/transcode-imagemagick7.patch
(from rev 524566, transcode/trunk/transcode-imagemagick7.patch)
  transcode/repos/community-staging-x86_64/transcode-swresample.patch
(from rev 524566, transcode/trunk/transcode-swresample.patch)

--+
 PKGBUILD |   59 +
 transcode-ffmpeg3.patch  | 1241 +
 transcode-ffmpeg4.patch  |  494 
 transcode-imagemagick7.patch |  794 ++
 transcode-swresample.patch   |   20 
 5 files changed, 2608 insertions(+)

Copied: transcode/repos/community-staging-x86_64/PKGBUILD (from rev 524566, 
transcode/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:21:37 UTC (rev 524567)
@@ -0,0 +1,59 @@
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=32
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=(x86_64)
+url="http://www.transcoding.org/;
+license=(GPL)
+depends=(gawk imagemagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw 
a52dec)
+makedepends=(nasm x264 libquicktime)
+optdepends=('libquicktime: Quicktime format support')
+#source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2
+transcode-imagemagick7.patch
+transcode-ffmpeg3.patch
+transcode-ffmpeg4.patch
+transcode-swresample.patch)
+sha256sums=('1e4e72d8e0dd62a80b8dd90699f5ca64c9b0cb37a5c9325c184166a9654f0a92'
+'4ede15540ea6932954ac332c12dde130bf48e7e4773d1e04d3c3f23038c6ac51'
+'728ec3101039d98116275e36ea5cf0434a23a0bb82aca830ea9612fb9d16b062'
+'2cc680666f705685a9fdc54b5a377e7728765bde6ed83c43b835634e27767721'
+'6b4e91085742535174015be5da103fe3337b4cb14537634ae378c9050088280e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../transcode-ffmpeg3.patch # LFS patch
+  patch -p1 -i ../transcode-ffmpeg4.patch # Gentoo patch
+  patch -p1 -i ../transcode-imagemagick7.patch # Gentoo patch
+  sed -e 's|freetype/ftglyph.h|freetype2/freetype/ftglyph.h|' -i 
filter/subtitler/load_font.c
+  patch -p1 -i ../transcode-swresample.patch # port away from avresample
+  autoreconf -vi
+}
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 \
+--enable-libmpeg2convert --enable-libquicktime
+
+  #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
+}

Copied: transcode/repos/community-staging-x86_64/transcode-ffmpeg3.patch (from 
rev 524566, transcode/trunk/transcode-ffmpeg3.patch)
===
--- community-staging-x86_64/transcode-ffmpeg3.patch
(rev 0)
+++ community-staging-x86_64/transcode-ffmpeg3.patch2019-11-07 22:21:37 UTC 
(rev 524567)
@@ -0,0 +1,1241 @@
+Submitted By:Armion K. 
+Date:2016-05-06
+Initial Package Version: 1.1.7
+Upstream Status: Unknown
+Origin:  Gentoo and Debian
+Description: Fixes building against FFmpeg version >= 3.0.0
+
+--- a/encode/encode_lavc.c 2011-11-19 17:50:27.0 +0100
 b/encode/encode_lavc.c 2016-02-15 16:08:37.914488116 +0100
+@@ -74,6 +74,9 @@
+ int lmin;
+ int lmax;
+ int me_method;
++int luma_elim_threshold;
++int chroma_elim_threshold;
++int quantizer_noise_shaping;
+ 
+ /* same as above for flags */
+ struct {
+@@ -114,6 +117,7 @@
+ 
+ AVFrame ff_venc_frame;
+ AVCodecContext ff_vcontext;
++AVDictionary * ff_opts;
+ 
+ AVCodec *ff_vcodec;
+ 
+@@ -164,6 +168,7 @@
+

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:22:17
  Author: arojas
Revision: 524568

libdvdread 6.0.2 rebuild

Modified:
  vamps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:21:37 UTC (rev 524567)
+++ PKGBUILD2019-11-07 22:22:17 UTC (rev 524568)
@@ -4,7 +4,7 @@
 
 pkgname=vamps
 pkgver=0.99.2
-pkgrel=12
+pkgrel=13
 pkgdesc='Very fast requantisizing tool for backup DVDs'
 arch=('x86_64')
 url='http://vamps.sourceforge.net'


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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:20:50
  Author: eworm
Revision: 367180

archrelease: copy trunk to testing-x86_64

Added:
  mariadb/repos/testing-x86_64/
  mariadb/repos/testing-x86_64/0001-arch-specific.patch
(from rev 367179, mariadb/trunk/0001-arch-specific.patch)
  mariadb/repos/testing-x86_64/0002-systemd-sysusers-tmpfiles.patch
(from rev 367179, mariadb/trunk/0002-systemd-sysusers-tmpfiles.patch)
  
mariadb/repos/testing-x86_64/0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch
(from rev 367179, 
mariadb/trunk/0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch)
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 367179, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 367179, mariadb/trunk/mariadb.install)

--+
 0001-arch-specific.patch |   90 +++
 0002-systemd-sysusers-tmpfiles.patch |   65 ++
 0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch |   34 +
 PKGBUILD |  226 
++
 mariadb.install  |   25 +
 5 files changed, 440 insertions(+)

Copied: mariadb/repos/testing-x86_64/0001-arch-specific.patch (from rev 367179, 
mariadb/trunk/0001-arch-specific.patch)
===
--- testing-x86_64/0001-arch-specific.patch (rev 0)
+++ testing-x86_64/0001-arch-specific.patch 2019-11-07 22:20:50 UTC (rev 
367180)
@@ -0,0 +1,90 @@
+From 07abbcbbe129a4c44c58fa2496b0921e52a759c2 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 29 Jan 2019 23:12:01 +0100
+Subject: enable PrivateTmp for a little bit more security
+---
+ support-files/mariadb.service.in  | 2 +-
+ support-files/mari...@.service.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/support-files/mariadb.service.in 
b/support-files/mariadb.service.in
+index 8d43b6db428..a96fbcc9d2c 100644
+--- a/support-files/mariadb.service.in
 b/support-files/mariadb.service.in
+@@ -117,7 +117,7 @@ UMask=007
+ 
+ # If you don't use the /tmp directory for SELECT ... OUTFILE and
+ # LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
+-PrivateTmp=false
++PrivateTmp=true
+ 
+ ##
+ ## Options previously available to be set via [mysqld_safe]
+diff --git a/support-files/mari...@.service.in 
b/support-files/mari...@.service.in
+index a2f5cff0828..30631a8738a 100644
+--- a/support-files/mari...@.service.in
 b/support-files/mari...@.service.in
+@@ -138,7 +138,7 @@ UMask=007
+ 
+ # If you don't use the /tmp directory for SELECT ... OUTFILE and
+ # LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
+-PrivateTmp=false
++PrivateTmp=true
+ 
+ ##
+ ## Options previously available to be set via [mysqld_safe]
+From 0e4a158086b765aa3a12b84646aefb9b192443f7 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 29 Jan 2019 23:12:54 +0100
+Subject: force preloading jemalloc for memory management
+---
+ support-files/mariadb.service.in  | 1 +
+ support-files/mari...@.service.in | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/support-files/mariadb.service.in 
b/support-files/mariadb.service.in
+index a96fbcc9d2c..6bb5d4227b9 100644
+--- a/support-files/mariadb.service.in
 b/support-files/mariadb.service.in
+@@ -140,6 +140,7 @@ LimitNOFILE=16364
+ # Library substitutions. previously [mysqld_safe] malloc-lib with explicit 
paths
+ # (in LD_LIBRARY_PATH) and library name (in LD_PRELOAD).
+ # Environment="LD_LIBRARY_PATH=/path1 /path2" "LD_PRELOAD=
++Environment="LD_PRELOAD=/usr/lib/libjemalloc.so"
+ 
+ # Flush caches. previously [mysqld_safe] flush-caches=1
+ # ExecStartPre=sync
+diff --git a/support-files/mari...@.service.in 
b/support-files/mari...@.service.in
+index 83d75f80b87..d1d24d685f9 100644
+--- a/support-files/mari...@.service.in
 b/support-files/mari...@.service.in
+@@ -161,6 +161,7 @@ LimitNOFILE=16364
+ # Library substitutions. previously [mysqld_safe] malloc-lib with explicit 
paths
+ # (in LD_LIBRARY_PATH) and library name (in LD_PRELOAD).
+ # Environment="LD_LIBRARY_PATH=/path1 /path2" "LD_PRELOAD=
++Environment="LD_PRELOAD=/usr/lib/libjemalloc.so"
+ 
+ # Flush caches. previously [mysqld_safe] flush-caches=1
+ # ExecStartPre=sync
+From 820b47c1e70d36f1272cca3ddbdf4bbd2dd62bde Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 30 Jan 2019 00:46:47 +0100
+Subject: remove aliases from systemd unit files
+---
+ support-files/mariadb.service.in  | 2 --
+ support-files/mari...@.service.in | 2 --
+ 2 files changed, 4 deletions(-)
+
+diff --git a/support-files/mariadb.service.in 
b/support-files/mariadb.service.in
+index 8d43b6db428..d7fa6bf5b14 100644
+--- a/support-files/mariadb.service.in
 b/support-files/mariadb.service.in
+@@ 

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:21:13
  Author: arojas
Revision: 524566

libdvdread 6.0.2 rebuild

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:18:28 UTC (rev 524565)
+++ PKGBUILD2019-11-07 22:21:13 UTC (rev 524566)
@@ -5,7 +5,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=31
+pkgrel=32
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=(x86_64)
 url="http://www.transcoding.org/;


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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:20:45
  Author: eworm
Revision: 367179

upgpkg: mariadb 10.4.10-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:11:54 UTC (rev 367178)
+++ PKGBUILD2019-11-07 22:20:45 UTC (rev 367179)
@@ -4,7 +4,7 @@
 pkgbase=mariadb
 pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
 pkgdesc='Fast SQL database server, derived from MySQL'
-pkgver=10.4.9
+pkgver=10.4.10
 pkgrel=1
 arch=('x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 '0001-arch-specific.patch'
 '0002-systemd-sysusers-tmpfiles.patch'
 '0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch')
-sha256sums=('5c924fc516aa1794afec49362c7e07ba95de0c94f324056a23f7ae88658e0f84'
+sha256sums=('cd50fddf86c2a47405737e342f78ebd40d5716f0fb32b976245de713bed01421'
 'SKIP'
 'ce72ea1563ad773e00e8b1c299babea176abae1102827c2f743921e9de615041'
 '3e83467af80fbd53400a201a34fc858b88509ea8e88b10709947eb66545f9457'


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:05
  Author: anthraxx
Revision: 524562

upgpkg: gradle 5.6.4-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:18:00 UTC (rev 524561)
+++ PKGBUILD2019-11-07 22:18:05 UTC (rev 524562)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.6.3
+pkgver=5.6.4
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,18 +15,11 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('d4f6b8f533602780deb15db26a60d074958573bd72b2cedfc43a231eb54a6ad3'
+sha256sums=('0ea3f172357a65a02f2fea03460f80b8b37040276d4e471a60fb739d41c7ede2'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('5968291dc63690b83e7f108ed309c2a2a6f4557c10e43767ceb3b6bb132b1f342ab69a488cfc09029ca509465f4c310c23908cc003ac7d91f49d23b65c45c28e'
+sha512sums=('bfd351f935b1478ba5d1355dd3856a20d8465899a95bebc0619febb5788411348fe056b8c2d440c172503fecfa97fb5d79444279adcb73262b13f0afe26168de'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # https://github.com/gradle/gradle/issues/8681
-  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|g' -i 
gradlew \
-
subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
   export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:17:52
  Author: anthraxx
Revision: 524560

upgpkg: grails 4.0.1-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:17:03 UTC (rev 524559)
+++ PKGBUILD2019-11-07 22:17:52 UTC (rev 524560)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='https://grails.org/'
@@ -16,8 +16,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('cd4d0236b57ac595f9a6dde0462e1c253c1902d7c2063c82eb84cc28a36976c8e6e958a7785e059b5b0e2a7a494b921bfb8e47f4ae066552e4a89ef874b0e2cb'
-
'f853342c734417fdffba3186eed6a98986a4dce58de9ca24ad1e63d6eb3cf90473b51532d95a5d246466948943c09db8e2e79f18a3ff8c405c1f963f6e4f0cc2')
+sha512sums=('f30be9de5a00df6b7afeb1081f7c59bb9ea352c5995a351347b1b643b9a7c7fa5aa6d43f133433c50f96235e5044d8f1539ec2181a981ce73c4fb11572b7bfa2'
+
'aae6d688e845ce20d80920645325d4c203188f7b0d26d41f000d17ffac667df69e68438807399b4624107c209304b033d86006507631a62cae73eb80d5837c5a')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:28
  Author: arojas
Revision: 524565

archrelease: copy trunk to community-staging-x86_64

Added:
  lsdvd/repos/community-staging-x86_64/
  lsdvd/repos/community-staging-x86_64/PKGBUILD
(from rev 524564, lsdvd/trunk/PKGBUILD)

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

Copied: lsdvd/repos/community-staging-x86_64/PKGBUILD (from rev 524564, 
lsdvd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:18:28 UTC (rev 524565)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Aaron Griffin 
+# Contributor: Mathieu Clabaut 
+
+pkgname=lsdvd
+pkgver=0.17
+pkgrel=3
+pkgdesc="Console application that displays the content of a DVD"
+arch=('x86_64')
+url="https://sourceforge.net/projects/lsdvd/;
+license=('GPL2')
+depends=('libdvdread')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:12
  Author: arojas
Revision: 524563

libdvdread 6.0.2 rebuild

Modified:
  lsdvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:18:05 UTC (rev 524562)
+++ PKGBUILD2019-11-07 22:18:12 UTC (rev 524563)
@@ -4,7 +4,7 @@
 
 pkgname=lsdvd
 pkgver=0.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Console application that displays the content of a DVD"
 arch=('x86_64')
 url="https://sourceforge.net/projects/lsdvd/;


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:14
  Author: anthraxx
Revision: 524564

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  173 
 gradle.sh |4 -
 2 files changed, 85 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:18:12 UTC (rev 524563)
+++ PKGBUILD2019-11-07 22:18:14 UTC (rev 524564)
@@ -1,90 +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.3
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment=11' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('d4f6b8f533602780deb15db26a60d074958573bd72b2cedfc43a231eb54a6ad3'
-'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('5968291dc63690b83e7f108ed309c2a2a6f4557c10e43767ceb3b6bb132b1f342ab69a488cfc09029ca509465f4c310c23908cc003ac7d91f49d23b65c45c28e'
-
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # https://github.com/gradle/gradle/issues/8681
-  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|g' -i 
gradlew \
-
subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll -PfinalRelease=true -Pgradle_installPath="$(pwd)/dist"
-  # https://github.com/gradle/gradle/issues/8681
-  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|g' -i 
dist/bin/gradle
-}
-
-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 524562, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 22:18:14 UTC (rev 524564)
@@ -0,0 +1,83 @@
+# 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.4
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment=11' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:18:00
  Author: anthraxx
Revision: 524561

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 524560, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:17:52 UTC (rev 524560)
+++ PKGBUILD2019-11-07 22:18:00 UTC (rev 524561)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='https://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('cd4d0236b57ac595f9a6dde0462e1c253c1902d7c2063c82eb84cc28a36976c8e6e958a7785e059b5b0e2a7a494b921bfb8e47f4ae066552e4a89ef874b0e2cb'
-
'f853342c734417fdffba3186eed6a98986a4dce58de9ca24ad1e63d6eb3cf90473b51532d95a5d246466948943c09db8e2e79f18a3ff8c405c1f963f6e4f0cc2')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 524560, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 22:18:00 UTC (rev 524561)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='https://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('f30be9de5a00df6b7afeb1081f7c59bb9ea352c5995a351347b1b643b9a7c7fa5aa6d43f133433c50f96235e5044d8f1539ec2181a981ce73c4fb11572b7bfa2'
+
'aae6d688e845ce20d80920645325d4c203188f7b0d26d41f000d17ffac667df69e68438807399b4624107c209304b033d86006507631a62cae73eb80d5837c5a')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
+  ln -s 

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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:17:03
  Author: eworm
Revision: 524559

archrelease: copy trunk to community-staging-x86_64

Added:
  mpv/repos/community-staging-x86_64/
  mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 524558, mpv/trunk/PKGBUILD)

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

Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 524558, 
mpv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:17:03 UTC (rev 524559)
@@ -0,0 +1,61 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.30.0
+pkgrel=3
+_waf_version=2.0.9
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('x86_64')
+# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
+# being one of these. So our package is GPLv3 only as well.
+license=('GPL3')
+url='https://mpv.io/'
+depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'jack' 'lcms2'
+ 'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
+ 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
+ 'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
+ 'xdg-utils' 'shaderc' 'mujs' 'libplacebo')
+makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
+ 'ffnvcodec-headers' 'vulkan-headers')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+"https://waf.io/waf-${_waf_version};)
+sha256sums=('33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35'
+'2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m0755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-dvb \
+--enable-dvdnav \
+--enable-libarchive \
+--enable-libmpv-shared \
+--enable-libsmbclient
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m0644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+
+  install -m0644 TOOLS/lua/* \
+-D -t "$pkgdir"/usr/share/mpv/scripts
+}


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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:17:01
  Author: eworm
Revision: 524558

upgpkg: mpv 1:0.30.0-3

libdvdread 6.0.2 rebuild

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:16:58 UTC (rev 524557)
+++ PKGBUILD2019-11-07 22:17:01 UTC (rev 524558)
@@ -5,7 +5,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.30.0
-pkgrel=2
+pkgrel=3
 _waf_version=2.0.9
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:16:58
  Author: arojas
Revision: 524557

archrelease: copy trunk to community-staging-x86_64

Added:
  dvdbackup/repos/community-staging-x86_64/
  dvdbackup/repos/community-staging-x86_64/PKGBUILD
(from rev 524556, dvdbackup/trunk/PKGBUILD)

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

Copied: dvdbackup/repos/community-staging-x86_64/PKGBUILD (from rev 524556, 
dvdbackup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:16:58 UTC (rev 524557)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: yugrotavele 
+# Contributor: Varun Acharya 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdbackup
+pkgver=0.4.2
+pkgrel=5
+pkgdesc="Tool to rip video DVDs from the command line"
+arch=('x86_64')
+url="https://dvdbackup.sourceforge.net;
+license=('GPL3')
+depends=('libdvdread')
+optdepends=('libdvdcss: to decrypt encrypted DVDs')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:16:40
  Author: arojas
Revision: 524556

libdvdread 6.0.2 rebuild

Modified:
  dvdbackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:14:19 UTC (rev 524555)
+++ PKGBUILD2019-11-07 22:16:40 UTC (rev 524556)
@@ -5,7 +5,7 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Tool to rip video DVDs from the command line"
 arch=('x86_64')
 url="https://dvdbackup.sourceforge.net;


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:14:19
  Author: arojas
Revision: 524555

archrelease: copy trunk to community-staging-x86_64

Added:
  dvdauthor/repos/community-staging-x86_64/
  dvdauthor/repos/community-staging-x86_64/PKGBUILD
(from rev 524554, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/community-staging-x86_64/dvdauthor-0.7.2-imagemagick7.patch
(from rev 524554, dvdauthor/trunk/dvdauthor-0.7.2-imagemagick7.patch)

+
 PKGBUILD   |   39 ++
 dvdauthor-0.7.2-imagemagick7.patch |   74 +++
 2 files changed, 113 insertions(+)

Copied: dvdauthor/repos/community-staging-x86_64/PKGBUILD (from rev 524554, 
dvdauthor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:14:19 UTC (rev 524555)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Giovanni Scafora 
+# Contributor: Travis Willard 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.2
+pkgrel=7
+pkgdesc="DVD authoring tools"
+arch=('x86_64')
+url="http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+"dvdauthor-0.7.2-imagemagick7.patch")
+sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7'
+'5c6a6c1cca2fdb2a0037507361980de7ed3bf6c603cb85e9ce273eaf0028dc00')
+
+prepare() {
+  cd $pkgname
+  # Port to imagemagick 7
+  # https://bugs.gentoo.org/610574#c2
+  patch -Np1 -i ../dvdauthor-0.7.2-imagemagick7.patch
+  # don't search for obsolete freetype-config
+  sed -e 's|freetype-config|pkg-config freetype2|' -i configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: 
dvdauthor/repos/community-staging-x86_64/dvdauthor-0.7.2-imagemagick7.patch 
(from rev 524554, dvdauthor/trunk/dvdauthor-0.7.2-imagemagick7.patch)
===
--- community-staging-x86_64/dvdauthor-0.7.2-imagemagick7.patch 
(rev 0)
+++ community-staging-x86_64/dvdauthor-0.7.2-imagemagick7.patch 2019-11-07 
22:14:19 UTC (rev 524555)
@@ -0,0 +1,74 @@
+--- dvdauthor/src/subgen-image.c   2014-01-21 00:12:37.0 +0100
 dvdauthor/src/subgen-image.c   2017-11-27 20:26:53.682914041 +0100
+@@ -30,7 +30,7 @@
+ 
+ #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK)
+ #include 
+-#include 
++#include 
+ #else
+ #include 
+ #endif
+@@ -176,18 +176,18 @@
+ {
+ Image *im;
+ ImageInfo *ii;
+-ExceptionInfo ei;
++ExceptionInfo *ei;
+ int x,y;
+ unsigned long magickver;
+ unsigned char amask;
+ 
+-GetExceptionInfo();
++ei = AcquireExceptionInfo();
+ ii=CloneImageInfo(NULL);
+ strcpy(ii->filename,s->fname);
+-im=ReadImage(ii,);
++im=ReadImage(ii,ei);
+ 
+ if( !im ) {
+-MagickError(ei.severity,"Unable to load file",ii->filename);
++MagickError(ei->severity,"Unable to load file",ii->filename);
+ return -1;
+ }
+ 
+@@ -202,10 +202,10 @@
+ for( y=0; yrows; y++ ) {
+ char pdata[MAXX*4];
+ 
+-
if(!ExportImagePixels(im,0,y,im->columns,1,"RGBA",CharPixel,pdata,)) {
+-fprintf(stderr,"ERR:  Extracting row %d from %s 
(%s,%s)\n",y,s->fname,ei.reason,ei.description);
+-CatchException();
+-MagickError(ei.severity,ei.reason,ei.description);
++
if(!ExportImagePixels(im,0,y,im->columns,1,"RGBA",CharPixel,pdata,ei)) {
++fprintf(stderr,"ERR:  Extracting row %d from %s 
(%s,%s)\n",y,s->fname,ei->reason,ei->description);
++CatchException(ei);
++MagickError(ei->severity,ei->reason,ei->description);
+ DestroyImage(im);
+ return -1;
+ }
+@@ -219,7 +219,7 @@
+ }
+ }
+ DestroyImage(im);
+-DestroyExceptionInfo();
++DestroyExceptionInfo(ei);
+ fprintf(stderr,"INFO: Picture %s had %d colors\n",s->fname,s->numpal);
+ 
+ return 0;
+@@ -1098,13 +1098,13 @@
+ void image_init()
+ {
+ #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK)
+-InitializeMagick(NULL);
++MagickCoreGenesis("", MagickFalse);
+ #endif
+ }
+ 
+ void image_shutdown()
+ {
+ #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK)
+-DestroyMagick();
++MagickCoreTerminus();
+ #endif
+ }


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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:13:14
  Author: eworm
Revision: 524553

archrelease: copy trunk to community-staging-x86_64

Added:
  ogmtools/repos/community-staging-x86_64/
  ogmtools/repos/community-staging-x86_64/PKGBUILD
(from rev 524552, ogmtools/trunk/PKGBUILD)

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

Copied: ogmtools/repos/community-staging-x86_64/PKGBUILD (from rev 524552, 
ogmtools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 22:13:14 UTC (rev 524553)
@@ -0,0 +1,25 @@
+# Maintainer: Giovanni Scafora 
+
+pkgname=ogmtools
+pkgver=1.5
+pkgrel=8
+pkgdesc="Information, extraction or creation for OGG media streams"
+arch=('x86_64')
+url='https://www.bunkus.org/videotools/ogmtools'
+license=('GPL')
+depends=('libvorbis' 'libdvdread' 'gcc-libs')
+source=("https://www.bunkus.org/videotools/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('c8d61d1dbceb981dc7399c1a85e43b509fd3d071fb8d3ca89ea9385e6e40fdea')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:13:47
  Author: arojas
Revision: 524554

libdvdread 6.0.2 rebuild

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:13:14 UTC (rev 524553)
+++ PKGBUILD2019-11-07 22:13:47 UTC (rev 524554)
@@ -6,7 +6,7 @@
 
 pkgname=dvdauthor
 pkgver=0.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc="DVD authoring tools"
 arch=('x86_64')
 url="http://dvdauthor.sourceforge.net/;


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

2019-11-07 Thread Christian Hesse via arch-commits
Date: Thursday, November 7, 2019 @ 22:13:11
  Author: eworm
Revision: 524552

upgpkg: ogmtools 1.5-8

libdvdread 6.0.2 rebuild

Modified:
  ogmtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:46:36 UTC (rev 524551)
+++ PKGBUILD2019-11-07 22:13:11 UTC (rev 524552)
@@ -2,7 +2,7 @@
 
 pkgname=ogmtools
 pkgver=1.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Information, extraction or creation for OGG media streams"
 arch=('x86_64')
 url='https://www.bunkus.org/videotools/ogmtools'


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:11:54
  Author: arojas
Revision: 367178

archrelease: copy trunk to staging-x86_64

Added:
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 367177, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/xine-lib-imagemagick7.patch
(from rev 367177, xine-lib/trunk/xine-lib-imagemagick7.patch)

-+
 PKGBUILD|   54 ++
 xine-lib-imagemagick7.patch |   13 ++
 2 files changed, 67 insertions(+)

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 367177, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 22:11:54 UTC (rev 367178)
@@ -0,0 +1,54 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.9
+pkgrel=11
+pkgdesc="A multimedia playback engine"
+arch=('x86_64')
+url="https://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz
+xine-lib-imagemagick7.patch)
+sha1sums=('ad6e72b7d8ff6172a8a170ab1bc38577ae321371'
+  '7604ce72297f5b123a0bb53ebf5f1606e2ec0bad')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../xine-lib-imagemagick7.patch # PLD linux patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
+--disable-optimizations 
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xine-lib/repos/staging-x86_64/xine-lib-imagemagick7.patch (from rev 
367177, xine-lib/trunk/xine-lib-imagemagick7.patch)
===
--- staging-x86_64/xine-lib-imagemagick7.patch  (rev 0)
+++ staging-x86_64/xine-lib-imagemagick7.patch  2019-11-07 22:11:54 UTC (rev 
367178)
@@ -0,0 +1,13 @@
+http://git.pld-linux.org/?p=packages/xine-lib.git;a=blob;f=imagemagick7.patch;h=d050323cdf509c9bb5f8edbad90084e8ce5c1b38;hb=HEAD
+
+--- xine-lib-1.2.6/src/video_dec/image.c
 xine-lib-1.2.6/src/video_dec/image.c
+@@ -39,7 +39,7 @@
+ #define LOG
+ */
+ 
+-#include 
++#include 
+ #ifdef PACKAGE_NAME
+ #undef PACKAGE_BUGREPORT
+ #undef PACKAGE_NAME


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:11:36
  Author: arojas
Revision: 367176

libdvdread 6.0.2 rebuild

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:11:32 UTC (rev 367175)
+++ PKGBUILD2019-11-07 22:11:36 UTC (rev 367176)
@@ -2,7 +2,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.9
-pkgrel=10
+pkgrel=11
 pkgdesc="A multimedia playback engine"
 arch=('x86_64')
 url="https://www.xine-project.org;


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:11:42
  Author: anthraxx
Revision: 367177

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 367175, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 367175, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 367175, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 367175, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  420 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 285 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 22:11:36 UTC (rev 367176)
+++ PKGBUILD2019-11-07 22:11:42 UTC (rev 367177)
@@ -1,210 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.2102
-_versiondir=81
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
-source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('e2ec8449a8a419db73d266762cef20fd125cf9da9516832b9211f970b03c0d7c'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('2a7dc4c031dc7ff81cb8f9818d4c3dbd5f9de21a352eb94d61410bba79dc287300f83f2c6c3ed251060ecb7be72cff40dcf3b5bc6842efddfe3b49ca409b6d85'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --disable-canberra
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --enable-canberra
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # 

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 22:11:32
  Author: anthraxx
Revision: 367175

upgpkg: vim 8.1.2268-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:08:33 UTC (rev 367174)
+++ PKGBUILD2019-11-07 22:11:32 UTC (rev 367175)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.2102
+pkgver=8.1.2268
 _versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('e2ec8449a8a419db73d266762cef20fd125cf9da9516832b9211f970b03c0d7c'
+sha256sums=('bca27fc5bfda44cc40c383890379789fcb432873d223861c42f2f581556a860e'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('2a7dc4c031dc7ff81cb8f9818d4c3dbd5f9de21a352eb94d61410bba79dc287300f83f2c6c3ed251060ecb7be72cff40dcf3b5bc6842efddfe3b49ca409b6d85'
+sha512sums=('00ade0a024c3eb39829ed79345fc13ee0b7fc6163fe71968c360ff6c05e3302c2d1b7bce1c5e934f24ff0f9911ea25baa6e75dc2d1548d5fb5f8e97ed6869659'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:08:33
  Author: arojas
Revision: 367174

archrelease: copy trunk to staging-x86_64

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

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

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

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:08:10
  Author: arojas
Revision: 367173

libdvdread 6.0.2 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:57:49 UTC (rev 367172)
+++ PKGBUILD2019-11-07 22:08:10 UTC (rev 367173)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:57:21
  Author: arojas
Revision: 367171

libdvdread 6.0.2 rebuild

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:55:08 UTC (rev 367170)
+++ PKGBUILD2019-11-07 21:57:21 UTC (rev 367171)
@@ -6,7 +6,7 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=38139
-pkgrel=1
+pkgrel=2
 pkgdesc='Media player for Linux'
 url='http://www.mplayerhq.hu/'
 arch=('x86_64')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:57:49
  Author: arojas
Revision: 367172

archrelease: copy trunk to staging-x86_64

Added:
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 367171, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 367171, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 367171, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/revert-icl-fixes.patch
(from rev 367171, mplayer/trunk/revert-icl-fixes.patch)

-+
 PKGBUILD|  114 ++
 include-samba-4.0.patch |   12 
 mplayer.desktop |   22 
 revert-icl-fixes.patch  |   66 ++
 4 files changed, 214 insertions(+)

Copied: mplayer/repos/staging-x86_64/PKGBUILD (from rev 367171, 
mplayer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:57:49 UTC (rev 367172)
@@ -0,0 +1,114 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=38139
+pkgrel=2
+pkgdesc='Media player for Linux'
+url='http://www.mplayerhq.hu/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'libmng' 
'libxss'
+ 'smbclient' 'aalib' 'jack' 'libcaca' 'faac' 'faad2' 'lirc' 'libxv'
+ 'libxvmc' 'enca' 'libdca' 'a52dec' 'libvpx' 'unzip' 'mesa'
+ 'live-media' 'yasm' 'git' 'mpg123' 'ladspa' 'libcdio' 'zlib'
+ 'libcdio-paranoia' 'subversion' 'x264' 'libx264.so' 'rtmpdump'
+ 'libdvdcss' 'libdvdread' 'libdvdnav' 'ffmpeg' 'giflib' 'libgif.so'
+ 'libbs2b' 'fribidi' 'opus' 'libvorbis' 'libvorbis.so' 'gsm'
+ 'libpulse' 'alsa-lib' 'glibc' 'libass' 'libass.so' 'libjpeg'
+ 'libpng' 'libogg' 'libtheora' 'libbluray' 'libbluray.so'
+ 'xvidcore' 'libxvidcore.so' 'ncurses' 'libncursesw.so'
+ 'fontconfig' 'freetype2' 'libx11' 'libxext' 'libvdpau' 'libgl'
+ 'lame' 'desktop-file-utils' 'ttf-font' 'openal' 'speex'
+ 'libmpeg2')
+options=('!emptydirs')
+source=(${pkgbase}-${pkgver}::"svn://svn.mplayerhq.hu/mplayer/trunk#revision=${pkgver}"
+mplayer.desktop
+include-samba-4.0.patch
+revert-icl-fixes.patch)
+sha512sums=('SKIP'
+
'd3c5cbf0035279c6f307e4e225473d7b77f9b56566537a26aa694e68446b9e3240333296da627ad5af83b04cc8f476d1a3f8c05e4cf81cd6e77153feb4ed74bc'
+
'9debb8c58b996f6c716c22c86c720bf9dc49b4ee9b76c57519f791667ae1de2cc6f5add878fbf4ac02c6b6fd1865e1bcfa6105e75de4bf7ec596c338ed0cae99'
+
'0cae0b26d3d97fd4c962962c43a481de20335369cbca406cadfc9bda1a0608b32f5374e76c477cb9a85bda83a568a1ed17126df224ae61579d0a402c1824aea8')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "../include-samba-4.0.patch"
+  patch -p0 < "../revert-icl-fixes.patch"
+  # https://bugs.archlinux.org/task/62050
+  sed -E "s|(#include )|#include \n\1|g" -i 
stream/stream_smb.c
+  ./version.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export CFLAGS="${CFLAGS/-march=x86-64/}"
+  export CFLAGS="${CFLAGS/-mtune=generic/}"
+  export LDFLAGS="${LDFLAGS/,O1/}"
+  export LDFLAGS="${LDFLAGS/,--sort-common/}"
+  ./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--disable-ffmpeg_a \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--enable-smb \
+--language=all \
+--confdir=/etc/mplayer \
+--extra-cflags="${CFLAGS} ${CPPFLAGS}" \
+--extra-ldflags="${LDFLAGS}"
+  [[ "${CARCH}" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak
+  make
+}
+
+package_mplayer() {
+  pkgdesc='Media player for Linux'
+  backup=('etc/mplayer/codecs.conf'
+  'etc/mplayer/input.conf')
+  depends=('desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
+   'lirc' 'x264' 'libmng' 'libdca' 'aalib' 'libxinerama' 'smbclient'
+   'jack' 'libmad' 'libcaca' 'libxxf86dga' 'libxxf86vm' 'faac' 'faad2'
+   'libxv' 'libxvmc' 'mpg123' 'libx11' 'libcdio' 'libcdio-paranoia'
+   'rtmpdump' 'libdvdread' 'libdvdnav' 'ffmpeg' 'libbs2b' 'alsa-lib'
+   'giflib' 'libgif.so' 'glibc' 'libass' 'libass.so' 'zlib' 'libjpeg'
+   'libpng' 'libpulse' 'libogg' 'fribidi' 'libtheora' 'libvorbis'
+   'libvorbis.so' 'libbluray' 'libbluray.so' 'xvidcore'
+   'libxvidcore.so' 'ncurses' 'libncursesw.so' 'fontconfig' 'freetype2'
+   

[arch-commits] Commit in k3b/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:55:08
  Author: arojas
Revision: 367170

archrelease: copy trunk to staging-x86_64

Added:
  k3b/repos/staging-x86_64/
  k3b/repos/staging-x86_64/PKGBUILD
(from rev 367169, k3b/trunk/PKGBUILD)

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

Copied: k3b/repos/staging-x86_64/PKGBUILD (from rev 367169, k3b/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:55:08 UTC (rev 367170)
@@ -0,0 +1,43 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=k3b
+pkgver=19.08.3
+pkgrel=2
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=(x86_64)
+url="https://userbase.kde.org/K3b;
+license=(GPL)
+depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
+ libmpcdec libdvdread libburn qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('cdrtools: for CD burning with cdrecord'
+'dvd+rw-tools: for DVD burning support'
+'vcdimager: for VCD burning support'
+'emovix: for bootable multimedia CD/DVD support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('197ea67fa9ef66f8ee084608fd1907e2b3db108eec643d5bd6a0980f838f2b23'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:54:51
  Author: arojas
Revision: 367169

libdvdread 6.0.2 rebuild

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:52:11 UTC (rev 367168)
+++ PKGBUILD2019-11-07 21:54:51 UTC (rev 367169)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=19.08.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=(x86_64)


[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:51:48
  Author: arojas
Revision: 367167

libdvdread 6.0.2 rebuild

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:50:23 UTC (rev 367166)
+++ PKGBUILD2019-11-07 21:51:48 UTC (rev 367167)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework ugly plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)


[arch-commits] Commit in gst-plugins-ugly/repos (2 files)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:52:11
  Author: arojas
Revision: 367168

archrelease: copy trunk to staging-x86_64

Added:
  gst-plugins-ugly/repos/staging-x86_64/
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD
(from rev 367167, gst-plugins-ugly/trunk/PKGBUILD)

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

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 367167, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:52:11 UTC (rev 367168)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.16.1
+pkgrel=2
+pkgdesc="GStreamer open-source multimedia framework ugly plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
+ x264 opencore-amr)
+makedepends=(python gtk-doc git meson)
+_commit=34c7d2b37b1ef73206e282e15d6382fae2182137  # tags/1.16.1^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit;
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Ugly Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gst-plugins-bad/repos (2 files)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:50:23
  Author: arojas
Revision: 367166

archrelease: copy trunk to staging-x86_64

Added:
  gst-plugins-bad/repos/staging-x86_64/
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 367165, gst-plugins-bad/trunk/PKGBUILD)

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

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 367165, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:50:23 UTC (rev 367166)
@@ -0,0 +1,75 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.16.1
+pkgrel=4
+pkgdesc="GStreamer open-source multimedia framework bad plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
+ libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
+ libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
+ openexr libbs2b libnice lcms2 bluez-libs glu srt aom x265 liblrdf 
libde265 zbar
+ gst-plugins-good)
+makedepends=(python gtk-doc git gobject-introspection gtk3 vulkan-headers 
vulkan-validation-layers
+ librsvg libtiger fluidsynth lilv meson)
+_commit=c3c54aad2d45fb246a9b9e8a5e05488c15c27173  # tags/1.16.1^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit;
+'gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git')
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  sed -e 's|-std=c++98||' -i ext/openexr/Makefile.am # openexr 2.4 requires 
c++11
+  sed -e "s|'-std=c++98'||" -i ext/openexr/meson.build
+}
+
+build() {
+  arch-meson $pkgname build \
+-D directfb=disabled \
+-D flite=disabled \
+-D gsm=disabled \
+-D iqa=disabled \
+-D msdk=disabled \
+-D nvdec=disabled \
+-D nvenc=disabled \
+-D opencv=disabled \
+-D openh264=disabled \
+-D openmpt=disabled \
+-D openni2=disabled \
+-D opensles=disabled \
+-D sctp=disabled \
+-D tinyalsa=disabled \
+-D voaacenc=disabled \
+-D voamrwbenc=disabled \
+-D wasapi=disabled \
+-D wpe=disabled \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Bad Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:49:58
  Author: arojas
Revision: 367165

libdvdread 6.0.2 rebuild

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:47:45 UTC (rev 367164)
+++ PKGBUILD2019-11-07 21:49:58 UTC (rev 367165)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.16.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GStreamer open-source multimedia framework bad plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)


[arch-commits] Commit in gnome-disk-utility/repos (2 files)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:47:45
  Author: arojas
Revision: 367164

archrelease: copy trunk to staging-x86_64

Added:
  gnome-disk-utility/repos/staging-x86_64/
  gnome-disk-utility/repos/staging-x86_64/PKGBUILD
(from rev 367163, gnome-disk-utility/trunk/PKGBUILD)

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

Copied: gnome-disk-utility/repos/staging-x86_64/PKGBUILD (from rev 367163, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:47:45 UTC (rev 367164)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.34.0
+pkgrel=2
+pkgdesc="Disk Management Utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
+arch=(x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted systemd-libs)
+makedepends=(yelp-tools appstream-glib git meson)
+_commit=283df51d2233b230774ed6f231744b25b831127d  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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 bettercap-caplets/trunk (PKGBUILD)

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 21:46:28
  Author: anthraxx
Revision: 524550

upgpkg: bettercap-caplets v20191009.r336.9b56899-1

Modified:
  bettercap-caplets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:41:42 UTC (rev 524549)
+++ PKGBUILD2019-11-07 21:46:28 UTC (rev 524550)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=bettercap-caplets
-pkgver=v20190327.r302.3b47dd6
-_gitcommit=3b47dd6c2f4f2bc87ddf3d536c6f4780ed6c245a
+pkgver=v20191009.r336.9b56899
+_gitcommit=9b568997eee61f246286718b80e3ad16c3bcf422
 pkgrel=1
 pkgdesc='Bettercap scripts (caplets) and proxy modules'
 url='https://github.com/bettercap/caplets'


[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:47:21
  Author: arojas
Revision: 367163

libdvdread 6.0.2 rebuild

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:45:23 UTC (rev 367162)
+++ PKGBUILD2019-11-07 21:47:21 UTC (rev 367163)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-disk-utility
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Disk Management Utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
 arch=(x86_64)


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 21:46:36
  Author: anthraxx
Revision: 524551

archrelease: copy trunk to community-any

Added:
  bettercap-caplets/repos/community-any/PKGBUILD
(from rev 524550, bettercap-caplets/trunk/PKGBUILD)
Deleted:
  bettercap-caplets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:46:28 UTC (rev 524550)
+++ PKGBUILD2019-11-07 21:46:36 UTC (rev 524551)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=bettercap-caplets
-pkgver=v20190327.r302.3b47dd6
-_gitcommit=3b47dd6c2f4f2bc87ddf3d536c6f4780ed6c245a
-pkgrel=1
-pkgdesc='Bettercap scripts (caplets) and proxy modules'
-url='https://github.com/bettercap/caplets'
-arch=('any')
-license=('GPL3')
-depends=('bettercap')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
-"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  install -d "${pkgdir}/usr/share/bettercap/caplets"
-  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
-  rm -r 
"${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap-caplets/repos/community-any/PKGBUILD (from rev 524550, 
bettercap-caplets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:46:36 UTC (rev 524551)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+
+pkgname=bettercap-caplets
+pkgver=v20191009.r336.9b56899
+_gitcommit=9b568997eee61f246286718b80e3ad16c3bcf422
+pkgrel=1
+pkgdesc='Bettercap scripts (caplets) and proxy modules'
+url='https://github.com/bettercap/caplets'
+arch=('any')
+license=('GPL3')
+depends=('bettercap')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
+"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/share/bettercap/caplets"
+  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
+  rm -r 
"${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libdvdnav/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:45:23
  Author: arojas
Revision: 367162

archrelease: copy trunk to staging-x86_64

Added:
  libdvdnav/repos/staging-x86_64/
  libdvdnav/repos/staging-x86_64/PKGBUILD
(from rev 367161, libdvdnav/trunk/PKGBUILD)

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

Copied: libdvdnav/repos/staging-x86_64/PKGBUILD (from rev 367161, 
libdvdnav/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:45:23 UTC (rev 367162)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot 
+# Contributor: Arjan 
+# contributor Sarah Hay 
+
+pkgname=libdvdnav
+pkgver=6.0.1
+pkgrel=1
+pkgdesc="The library for xine-dvdnav plugin."
+arch=('x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdvdnav.html;
+depends=('libdvdread')
+makedepends=('git')
+_commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f  # tags/6.0.1^0
+source=("git+https://code.videolan.org/videolan/libdvdnav.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:44:50
  Author: arojas
Revision: 367161

Update to 6.0.1

Modified:
  libdvdnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:40:56 UTC (rev 367160)
+++ PKGBUILD2019-11-07 21:44:50 UTC (rev 367161)
@@ -3,7 +3,7 @@
 # contributor Sarah Hay 
 
 pkgname=libdvdnav
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="The library for xine-dvdnav plugin."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://www.videolan.org/developers/libdvdnav.html;
 depends=('libdvdread')
 makedepends=('git')
-_commit=dcb9109e45ccd304ec82a7c7bf46cca63620adf9  # tags/6.0.0^0
+_commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f  # tags/6.0.1^0
 source=("git+https://code.videolan.org/videolan/libdvdnav.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libdvdread/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:40:37
  Author: arojas
Revision: 367158

archrelease: copy trunk to staging-x86_64

Added:
  libdvdread/repos/staging-x86_64/
  libdvdread/repos/staging-x86_64/PKGBUILD
(from rev 367157, libdvdread/trunk/PKGBUILD)

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

Copied: libdvdread/repos/staging-x86_64/PKGBUILD (from rev 367157, 
libdvdread/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:40:37 UTC (rev 367158)
@@ -0,0 +1,38 @@
+# Maintainer: Jan de Groot 
+# Contributor: Thomas Baechler 
+# Contributor: Tom Newsom 
+
+pkgname=libdvdread
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Provides a simple foundation for reading DVD video disks"
+arch=(x86_64)
+url="https://www.videolan.org/developers/libdvdnav.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('libdvdcss' 'git')
+optdepends=('libdvdcss: for decoding encrypted DVDs')
+_commit=a02a002ff7e4a740a740a649f466a8954c70c5a1  # tags/6.0.2^0
+source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:36:34
  Author: arojas
Revision: 367157

Update to 6.0.2

Modified:
  libdvdread/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:36:32 UTC (rev 367156)
+++ PKGBUILD2019-11-07 21:36:34 UTC (rev 367157)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=libdvdread
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Provides a simple foundation for reading DVD video disks"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=('glibc')
 makedepends=('libdvdcss' 'git')
 optdepends=('libdvdcss: for decoding encrypted DVDs')
-_commit=b851de7220657aaba96d447abd2937ffd2a23490  # tags/6.0.1^0
+_commit=a02a002ff7e4a740a740a649f466a8954c70c5a1  # tags/6.0.2^0
 
source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in qemu/repos/staging-x86_64 (8 files)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:36:32
  Author: arojas
Revision: 367156

archrelease: copy trunk to staging-x86_64

Added:
  qemu/repos/staging-x86_64/65-kvm.rules
(from rev 367155, qemu/trunk/65-kvm.rules)
  qemu/repos/staging-x86_64/PKGBUILD
(from rev 367155, qemu/trunk/PKGBUILD)
  qemu/repos/staging-x86_64/qemu-ga.service
(from rev 367155, qemu/trunk/qemu-ga.service)
  qemu/repos/staging-x86_64/qemu.install
(from rev 367155, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/staging-x86_64/65-kvm.rules
  qemu/repos/staging-x86_64/PKGBUILD
  qemu/repos/staging-x86_64/qemu-ga.service
  qemu/repos/staging-x86_64/qemu.install

-+
 65-kvm.rules|2 
 PKGBUILD|  450 +++---
 qemu-ga.service |   18 +-
 qemu.install|   16 -
 4 files changed, 243 insertions(+), 243 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2019-11-07 21:34:12 UTC (rev 367155)
+++ 65-kvm.rules2019-11-07 21:36:32 UTC (rev 367156)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/staging-x86_64/65-kvm.rules (from rev 367155, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2019-11-07 21:36:32 UTC (rev 367156)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:34:12 UTC (rev 367155)
+++ PKGBUILD2019-11-07 21:36:32 UTC (rev 367156)
@@ -1,225 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=4.1.0
-pkgrel=3
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-url="https://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
-depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs python-sphinx)
-source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
-qemu-ga.service
-65-kvm.rules
-
fix_image_corruption_1.patch::"https://git.qemu.org/?p=qemu.git;a=patch;h=944f3d5dd216fcd8cb007eddd4f82dced0a15b3d;
-
fix_image_corruption_2.patch::"https://git.qemu.org/?p=qemu.git;a=patch;h=5e9785505210e2477e590e61b1ab100d0ec22b01;)
-sha512sums=('82fd51702a7b9b1b00b2f1bd3b4a832b80249018dbba1add0b0a73e7d4bee452afd45574b4d8df7ce4477d8711f3bda4ca072a1a6de25895c93eb21cf78fc4b2'
-'SKIP'
-
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
-
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99'
-
'5cb7967aa2957919df788a92aefeab0e7aeb6e13ef89c7ab79f6a2b18fcb871376aa1fdf2d821560af6f41d3a78dcd3e0c9c0f199a57cc94b7f138e94d7103a0'
-
'1cec5950692859c717b0d41fb7baf6b23f638086f9dccaddc3c96d835184ab832393592156a7c25f342f45059071e75a36360f4a6799f7cf74b6a548bdbe66d2')
-validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
-
-case $CARCH in
-  i?86) _corearch=i386 ;;
-  x86_64) _corearch=x86_64 ;;
-esac
-
-prepare() {
-  mkdir build-{full,headless}
-  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
-
-  cd ${pkgname}-${pkgver}
-  #sed -i 's/vte-2\.90/vte-2.91/g' configure
-
-  # https://bugs.archlinux.org/task/64150
-  patch -p1 < ../fix_image_corruption_1.patch
-  patch -p1 < ../fix_image_corruption_2.patch
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---audio-drv-list= \
---disable-bluez \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-opengl \
---disable-virglrenderer
-}
-
-_build() (
-  cd build-$1
-
-  # qemu vs. make 4 == bad
-  export ARFLAGS=rv
-
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=" -fPIC"
-
-  ../${pkgname}-${pkgver}/configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/qemu \
---python=/usr/bin/python2 \
---smbd=/usr/bin/smbd \
---enable-modules \
---enable-sdl \
---enable-jemalloc \
-"${@:2}"
-
-  make
-)
-
-package_qemu() {
-  optdepends=('qemu-arch-extra: extra architectures support')
-  provides=(qemu-headless)
-  conflicts=(qemu-headless)
-  replaces=(qemu-kvm)
-
-  _package full
-}
-

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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 21:34:07
  Author: anthraxx
Revision: 367154

upgpkg: linux-hardened 5.3.9.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:31:30 UTC (rev 367153)
+++ PKGBUILD2019-11-07 21:34:07 UTC (rev 367154)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgbase=linux-hardened
-pkgver=5.3.8.a
+pkgver=5.3.9.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -24,11 +24,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('78f3cfc6c20b10ff21c0bb22d7d257cab03781c44d8c5aae289f749f94f76649'
+sha256sums=('d72579aa732edd0e25779adfc43e68a53f77e80020c4aab5db2f5b28c247e98a'
 'SKIP'
-'28fc2b18f1095131253bc82044c011048a30a4ec91d1ebdd0a9c5fc337fd523c'
+'432a0c42d57ca05b831666c6d807fa39f0d7dce03b3925811a9837d61d51c29e'
 'SKIP'
-'037cd07b6f1586f6c567cb9c4f78b1017bed4e73f69631f41ca417ab86e467dc')
+'ca6eabc562c452ee7d51894501a1e94849e9472624fae7f333896ddafbf41efe')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-07 21:31:30 UTC (rev 367153)
+++ config  2019-11-07 21:34:07 UTC (rev 367154)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.8 Kernel Configuration
+# Linux/x86 5.3.9 Kernel Configuration
 #
 
 #


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

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 21:34:12
  Author: anthraxx
Revision: 367155

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 367154, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 367154, linux-hardened/trunk/config)

--+
 PKGBUILD |  213 +
 config   |10476 +
 2 files changed, 10689 insertions(+)

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


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:31:30
  Author: arojas
Revision: 367153

libiscsi 1.19 rebuild

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:15:50 UTC (rev 367152)
+++ PKGBUILD2019-11-07 21:31:30 UTC (rev 367153)
@@ -6,7 +6,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=4.1.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:29:49
  Author: arojas
Revision: 524547

Update to 2.4

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:25:34 UTC (rev 524546)
+++ PKGBUILD2019-11-07 21:29:49 UTC (rev 524547)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,17 +14,17 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
 'fop.conf')
-md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
- '3dc3325bf77afc787024f33e7d6ab99e')
+sha256sums=('1d6b323b1c4968a492a234ba1b726e78c96b91cfd871f77cb579d68729443086'
+'d2900605dc271f5938d0820ca30bdec8060724976b56e43d827157bd6975da96')
 backup=('etc/fop.conf')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ant -f "$pkgname"/build.xml package
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
   install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"


[arch-commits] Commit in fop/repos/community-any (PKGBUILD PKGBUILD fop.conf fop.conf)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:30:08
  Author: arojas
Revision: 524548

archrelease: copy trunk to community-any

Added:
  fop/repos/community-any/PKGBUILD
(from rev 524547, fop/trunk/PKGBUILD)
  fop/repos/community-any/fop.conf
(from rev 524547, fop/trunk/fop.conf)
Deleted:
  fop/repos/community-any/PKGBUILD
  fop/repos/community-any/fop.conf

--+
 PKGBUILD |   64 ++---
 fop.conf |   16 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:29:49 UTC (rev 524547)
+++ PKGBUILD2019-11-07 21:30:08 UTC (rev 524548)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=fop
-pkgver=2.3
-pkgrel=1
-pkgdesc='XSL-FO implementation in Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/fop/'
-license=('APACHE')
-depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
- 'java-avalon-framework')
-makedepends=('apache-ant' 'java-environment')
-source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
-'fop.conf')
-md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
- '3dc3325bf77afc787024f33e7d6ab99e')
-backup=('etc/fop.conf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ant -f "$pkgname"/build.xml package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
-  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
-  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}

Copied: fop/repos/community-any/PKGBUILD (from rev 524547, fop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:30:08 UTC (rev 524548)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=fop
+pkgver=2.4
+pkgrel=1
+pkgdesc='XSL-FO implementation in Java.'
+arch=('any')
+url='https://xmlgraphics.apache.org/fop/'
+license=('APACHE')
+depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
+ 'java-avalon-framework')
+makedepends=('apache-ant' 'java-environment')
+source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
+'fop.conf')
+sha256sums=('1d6b323b1c4968a492a234ba1b726e78c96b91cfd871f77cb579d68729443086'
+'d2900605dc271f5938d0820ca30bdec8060724976b56e43d827157bd6975da96')
+backup=('etc/fop.conf')
+
+build() {
+  cd $pkgname-$pkgver
+  ant -f "$pkgname"/build.xml package
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
+  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}

Deleted: fop.conf
===
--- fop.conf2019-11-07 21:29:49 UTC (rev 524547)
+++ fop.conf2019-11-07 21:30:08 UTC (rev 524548)
@@ -1,8 +0,0 @@
-FOP_HOME="/usr/share/java/fop/"
-CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"

Copied: fop/repos/community-any/fop.conf (from rev 524547, fop/trunk/fop.conf)
===
--- fop.conf(rev 0)
+++ fop.conf2019-11-07 21:30:08 UTC (rev 524548)
@@ -0,0 +1,8 @@
+FOP_HOME="/usr/share/java/fop/"
+CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"


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

2019-11-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 7, 2019 @ 21:25:34
  Author: bisson
Revision: 524546

archrelease: copy trunk to community-staging-x86_64

Added:
  picard/repos/community-staging-x86_64/PKGBUILD
(from rev 524545, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:25:05 UTC (rev 524545)
+++ PKGBUILD2019-11-07 21:25:34 UTC (rev 524546)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.2.2
-_commit=b12c1bb40bdcec78f81c4edb5a7bdd855c93095d
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-staging-x86_64/PKGBUILD (from rev 524545, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:25:34 UTC (rev 524546)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.2.3
+_commit=f2c1d58f97f35a4b33436ad9a1cb08f4f9a80676
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:24:43
  Author: arojas
Revision: 524543

Update to 0.11.8

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:10:46 UTC (rev 524542)
+++ PKGBUILD2019-11-07 21:24:43 UTC (rev 524543)
@@ -2,7 +2,7 @@
 # Contributor: wahnby 
 
 pkgname=gnunet
-pkgver=0.11.7
+pkgver=0.11.8
 pkgrel=1
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('x86_64')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:25:05
  Author: arojas
Revision: 524545

archrelease: copy trunk to community-x86_64

Added:
  gnunet/repos/community-x86_64/PKGBUILD
(from rev 524543, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-x86_64/defaults.conf
(from rev 524543, gnunet/trunk/defaults.conf)
  gnunet/repos/community-x86_64/gnunet.service
(from rev 524543, gnunet/trunk/gnunet.service)
Deleted:
  gnunet/repos/community-x86_64/PKGBUILD
  gnunet/repos/community-x86_64/defaults.conf
  gnunet/repos/community-x86_64/gnunet.service

+
 PKGBUILD   |   98 ++---
 defaults.conf  |  966 +++
 gnunet.service |   20 -
 3 files changed, 542 insertions(+), 542 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:25:01 UTC (rev 524544)
+++ PKGBUILD2019-11-07 21:25:05 UTC (rev 524545)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: wahnby 
-
-pkgname=gnunet
-pkgver=0.11.7
-pkgrel=1
-pkgdesc="A framework for secure peer-to-peer networking"
-arch=('x86_64')
-url="https://gnunet.org;
-license=('GPL')
-depends=('libextractor' 'sqlite' 'gnurl' 'libmicrohttpd' 'libidn' 'jansson')
-makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus' 
'gst-plugins-base-libs')
-optdepends=('bluez-libs'
-   'python'
-   'glpk'
-   'libpulse'
-   'opus'
-'gst-plugins-base-libs: for gnunet-helper-audio-record')
-backup=(etc/gnunetd.conf)
-options=('!makeflags')
-# TODO: key revoked, check for new signature on new release
-# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
-#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
-source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
-gnunet.service
-defaults.conf)
-validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
-md5sums=('SKIP'
- '54cce3d2415d95b2e5bd1bd88db3a0ea'
- '0fe23b2ca5b3fc47a0b5645e04406da0')
-
-build() {
-  cd gnunet
-  sed -i 's|contrib doc|doc|' Makefile.*
-  ./bootstrap
-  [ -f Makefile ] || ./configure --prefix=/usr \
---without-mysql
-  make
-  make -C contrib
-}
-
-package() {
-  cd gnunet
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C contrib install
-  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
-  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: gnunet/repos/community-x86_64/PKGBUILD (from rev 524543, 
gnunet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:25:05 UTC (rev 524545)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.11.8
+pkgrel=1
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('x86_64')
+url="https://gnunet.org;
+license=('GPL')
+depends=('libextractor' 'sqlite' 'gnurl' 'libmicrohttpd' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus' 
'gst-plugins-base-libs')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus'
+'gst-plugins-base-libs: for gnunet-helper-audio-record')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+# TODO: key revoked, check for new signature on new release
+# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
+gnunet.service
+defaults.conf)
+validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
+md5sums=('SKIP'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd gnunet
+  sed -i 's|contrib doc|doc|' Makefile.*
+  ./bootstrap
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql
+  make
+  make -C contrib
+}
+
+package() {
+  cd gnunet
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
+  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: defaults.conf
===
--- defaults.conf   2019-11-07 21:25:01 UTC (rev 524544)
+++ defaults.conf   2019-11-07 21:25:05 UTC (rev 524545)
@@ -1,483 +0,0 @@
-[PATHS]
-SERVICEHOME = ~/.gnunet/
-# SERVICEHOME = /var/lib/gnunet/
-# DEFAULTCONFIG = /etc/gnunet.conf
-# If 'DEFAULTCONFIG' is not defined, the current
-# configuration file is assumed to be the default,
-# 

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

2019-11-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 7, 2019 @ 21:25:01
  Author: bisson
Revision: 524544

rebuild for python-3.8

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:24:43 UTC (rev 524543)
+++ PKGBUILD2019-11-07 21:25:01 UTC (rev 524544)
@@ -5,7 +5,7 @@
 pkgname=picard
 pkgver=2.2.3
 _commit=f2c1d58f97f35a4b33436ad9a1cb08f4f9a80676
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:15:50
  Author: arojas
Revision: 367152

archrelease: copy trunk to testing-x86_64

Added:
  cifs-utils/repos/testing-x86_64/
  cifs-utils/repos/testing-x86_64/PKGBUILD
(from rev 367151, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/testing-x86_64/fix-5.9-credentials.patch
(from rev 367151, cifs-utils/trunk/fix-5.9-credentials.patch)

---+
 PKGBUILD  |   36 
 fix-5.9-credentials.patch |   16 
 2 files changed, 52 insertions(+)

Copied: cifs-utils/repos/testing-x86_64/PKGBUILD (from rev 367151, 
cifs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-07 21:15:50 UTC (rev 367152)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.9
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  mkdir -p "$pkgdir"/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.idmap.conf 
"$pkgdir"/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.spnego.conf 
"$pkgdir"/etc/request-key.d
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s "$pkgdir"/usr/bin/mount.cifs
+  # fix idmap-plugin #42052
+  mkdir -p "$pkgdir"/etc/cifs-utils
+  ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
+}
+md5sums=('6ae854852e39ab1d5e2e3b512fdffb08'
+ 'SKIP')

Copied: cifs-utils/repos/testing-x86_64/fix-5.9-credentials.patch (from rev 
367151, cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- testing-x86_64/fix-5.9-credentials.patch(rev 0)
+++ testing-x86_64/fix-5.9-credentials.patch2019-11-07 21:15:50 UTC (rev 
367152)
@@ -0,0 +1,16 @@
+X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
+
+diff --git a/mount.cifs.c b/mount.cifs.c
+index c7c3055..40b77e9 100644
+--- a/mount.cifs.c
 b/mount.cifs.c
+@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
+   switch (parse_cred_line(line_buf + i, _val)) {
+   case CRED_USER:
+   strlcpy(parsed_info->username, temp_val,
+-  sizeof(parsed_info->domain));
++  sizeof(parsed_info->username));
++  parsed_info->got_user = 1;
+   break;
+   case CRED_PASS:
+   i = set_password(parsed_info, temp_val);


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:15:31
  Author: arojas
Revision: 367151

Update to 6.9

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:11:47 UTC (rev 367150)
+++ PKGBUILD2019-11-07 21:15:31 UTC (rev 367151)
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=cifs-utils
-pkgver=6.8
-pkgrel=2
+pkgver=6.9
+pkgrel=1
 pkgdesc="CIFS filesystem user-space tools"
 arch=(x86_64)
 url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
@@ -32,5 +32,5 @@
   mkdir -p "$pkgdir"/etc/cifs-utils
   ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
 }
-md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
+md5sums=('6ae854852e39ab1d5e2e3b512fdffb08'
  'SKIP')


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

2019-11-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 7, 2019 @ 21:10:46
  Author: bisson
Revision: 524542

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 524541, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:10:34 UTC (rev 524541)
+++ PKGBUILD2019-11-07 21:10:46 UTC (rev 524542)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.2.2
-_commit=b12c1bb40bdcec78f81c4edb5a7bdd855c93095d
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 524541, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:10:46 UTC (rev 524542)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.2.3
+_commit=f2c1d58f97f35a4b33436ad9a1cb08f4f9a80676
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:10:16
  Author: arojas
Revision: 524540

Update to 3.3.7

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:10:05 UTC (rev 524539)
+++ PKGBUILD2019-11-07 21:10:16 UTC (rev 524540)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831'
+sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:10:34
  Author: arojas
Revision: 524541

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 524540, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 21:10:16 UTC (rev 524540)
+++ PKGBUILD2019-11-07 21:10:34 UTC (rev 524541)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.3.6
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 524540, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 21:10:34 UTC (rev 524541)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.3.7
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2019-11-07 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 7, 2019 @ 21:10:05
  Author: bisson
Revision: 524539

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 20:43:53 UTC (rev 524538)
+++ PKGBUILD2019-11-07 21:10:05 UTC (rev 524539)
@@ -3,9 +3,9 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.2.2
-_commit=b12c1bb40bdcec78f81c4edb5a7bdd855c93095d
-pkgrel=2
+pkgver=2.2.3
+_commit=f2c1d58f97f35a4b33436ad9a1cb08f4f9a80676
+pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:04:32
  Author: arojas
Revision: 367148

archrelease: copy trunk to staging-x86_64

Added:
  qemu/repos/staging-x86_64/
  qemu/repos/staging-x86_64/65-kvm.rules
(from rev 367147, qemu/trunk/65-kvm.rules)
  qemu/repos/staging-x86_64/PKGBUILD
(from rev 367147, qemu/trunk/PKGBUILD)
  qemu/repos/staging-x86_64/qemu-ga.service
(from rev 367147, qemu/trunk/qemu-ga.service)
  qemu/repos/staging-x86_64/qemu.install
(from rev 367147, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  225 ++
 qemu-ga.service |9 ++
 qemu.install|8 +
 4 files changed, 243 insertions(+)

Copied: qemu/repos/staging-x86_64/65-kvm.rules (from rev 367147, 
qemu/trunk/65-kvm.rules)
===
--- staging-x86_64/65-kvm.rules (rev 0)
+++ staging-x86_64/65-kvm.rules 2019-11-07 21:04:32 UTC (rev 367148)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/staging-x86_64/PKGBUILD (from rev 367147, 
qemu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 21:04:32 UTC (rev 367148)
@@ -0,0 +1,225 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=4.1.0
+pkgrel=3
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs python-sphinx)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules
+
fix_image_corruption_1.patch::"https://git.qemu.org/?p=qemu.git;a=patch;h=944f3d5dd216fcd8cb007eddd4f82dced0a15b3d;
+
fix_image_corruption_2.patch::"https://git.qemu.org/?p=qemu.git;a=patch;h=5e9785505210e2477e590e61b1ab100d0ec22b01;)
+sha512sums=('82fd51702a7b9b1b00b2f1bd3b4a832b80249018dbba1add0b0a73e7d4bee452afd45574b4d8df7ce4477d8711f3bda4ca072a1a6de25895c93eb21cf78fc4b2'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99'
+
'5cb7967aa2957919df788a92aefeab0e7aeb6e13ef89c7ab79f6a2b18fcb871376aa1fdf2d821560af6f41d3a78dcd3e0c9c0f199a57cc94b7f138e94d7103a0'
+
'1cec5950692859c717b0d41fb7baf6b23f638086f9dccaddc3c96d835184ab832393592156a7c25f342f45059071e75a36360f4a6799f7cf74b6a548bdbe66d2')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  #sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  # https://bugs.archlinux.org/task/64150
+  patch -p1 < ../fix_image_corruption_1.patch
+  patch -p1 < ../fix_image_corruption_2.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:43:53
  Author: arojas
Revision: 524538

archrelease: copy trunk to community-staging-x86_64

Added:
  libvirt/repos/community-staging-x86_64/
  libvirt/repos/community-staging-x86_64/Changelog
(from rev 524537, libvirt/trunk/Changelog)
  libvirt/repos/community-staging-x86_64/PKGBUILD
(from rev 524537, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-staging-x86_64/libvirt.sysusers.d
(from rev 524537, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-staging-x86_64/libvirtd-guests.conf.d
(from rev 524537, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-staging-x86_64/libvirtd.conf.d
(from rev 524537, libvirt/trunk/libvirtd.conf.d)

+
 Changelog  |1 
 PKGBUILD   |  156 +++
 libvirt.sysusers.d |1 
 libvirtd-guests.conf.d |9 ++
 libvirtd.conf.d|1 
 5 files changed, 168 insertions(+)

Copied: libvirt/repos/community-staging-x86_64/Changelog (from rev 524537, 
libvirt/trunk/Changelog)
===
--- community-staging-x86_64/Changelog  (rev 0)
+++ community-staging-x86_64/Changelog  2019-11-07 20:43:53 UTC (rev 524538)
@@ -0,0 +1 @@
+https://libvirt.org/news.html

Copied: libvirt/repos/community-staging-x86_64/PKGBUILD (from rev 524537, 
libvirt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-07 20:43:53 UTC (rev 524538)
@@ -0,0 +1,156 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=5.8.0
+pkgrel=2
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL')
+makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
+ 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit'
+ 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
+ 'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
+ 'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
+ 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
+optdepends=('ebtables: required for default NAT networking'
+'dnsmasq: required for default NAT/DHCP for guests'
+'bridge-utils: for bridged networking'
+'netcat: for remote management over ssh'
+'qemu'
+'radvd'
+'dmidecode'
+'parted'
+'ceph: for ceph support'
+'qemu-block-gluster: for qemu glusterfs support')
+backup=('etc/conf.d/libvirt-guests'
+  'etc/conf.d/libvirtd'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'libvirtd.conf.d'
+'libvirtd-guests.conf.d'
+'libvirt.sysusers.d')
+sha512sums=('73d18fdf307b8029921a9f1a0c84ca31c50c662a3c0339e3850d6d2f31574168807a6f34943b286ed86a44031decbbc1339f27366da7269e29d38c7094503113'
+'SKIP'
+
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
+
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
+

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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:43:28
  Author: arojas
Revision: 524537

libiscsi 1.19 rebuild

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 19:31:02 UTC (rev 524536)
+++ PKGBUILD2019-11-07 20:43:28 UTC (rev 524537)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;


[arch-commits] Commit in libiscsi/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:37:03
  Author: arojas
Revision: 367147

archrelease: copy trunk to staging-x86_64

Added:
  libiscsi/repos/staging-x86_64/
  libiscsi/repos/staging-x86_64/PKGBUILD
(from rev 367146, libiscsi/trunk/PKGBUILD)

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

Copied: libiscsi/repos/staging-x86_64/PKGBUILD (from rev 367146, 
libiscsi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-07 20:37:03 UTC (rev 367147)
@@ -0,0 +1,32 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Patryk Kowalczyk 
+pkgname=libiscsi
+pkgver=1.19.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc="Clientside library to implement the iSCSI protocol"
+arch=(x86_64)
+url="https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
+sha512sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh
+
+  # Disabled werror due to GCC 8 warnings: 
https://github.com/sahlberg/libiscsi/issues/266
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
--disable-werror 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:36:46
  Author: arojas
Revision: 367146

Update to 1.19

Modified:
  libiscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 20:34:28 UTC (rev 367145)
+++ PKGBUILD2019-11-07 20:36:46 UTC (rev 367146)
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 # Contributor: Patryk Kowalczyk 
 pkgname=libiscsi
-pkgver=1.18.0
+pkgver=1.19.0
 pkgrel=1
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:34:08
  Author: arojas
Revision: 367144

Update to 7.1

Modified:
  testdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 20:31:46 UTC (rev 367143)
+++ PKGBUILD2019-11-07 20:34:08 UTC (rev 367144)
@@ -3,8 +3,8 @@
 # Contributor: Michal Krenek 
 
 pkgname=testdisk
-pkgver=7.0
-pkgrel=5
+pkgver=7.1
+pkgrel=1
 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
 arch=('x86_64')
 url="https://www.cgsecurity.org/index.html?testdisk.html;
@@ -25,4 +25,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')
+md5sums=('57d78ffee1c076ef4cf541a74f8d52d4')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:34:28
  Author: arojas
Revision: 367145

archrelease: copy trunk to testing-x86_64

Added:
  testdisk/repos/testing-x86_64/
  testdisk/repos/testing-x86_64/PKGBUILD
(from rev 367144, testdisk/trunk/PKGBUILD)

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

Copied: testdisk/repos/testing-x86_64/PKGBUILD (from rev 367144, 
testdisk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-07 20:34:28 UTC (rev 367145)
@@ -0,0 +1,28 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sergej Pupykin 
+# Contributor: Michal Krenek 
+
+pkgname=testdisk
+pkgver=7.1
+pkgrel=1
+pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
+arch=('x86_64')
+url="https://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(https://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('57d78ffee1c076ef4cf541a74f8d52d4')


[arch-commits] Commit in hwids/repos (testing-any testing-any/PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:31:46
  Author: arojas
Revision: 367143

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 367142, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 367142, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-11-07 20:31:46 UTC (rev 367143)
@@ -0,0 +1,19 @@
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20191025
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:31:08
  Author: arojas
Revision: 367142

Update to 20191025

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 19:51:11 UTC (rev 367141)
+++ PKGBUILD2019-11-07 20:31:08 UTC (rev 367142)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20190818
+pkgver=20191025
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 19:51:11
  Author: arojas
Revision: 367141

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 367140, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 367140, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 367140, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   77 ++
 dhcpcd.service  |   13 +
 dhcpcd_.service |   15 ++
 3 files changed, 105 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 367140, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-07 19:51:11 UTC (rev 367141)
@@ -0,0 +1,77 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=8.1.1
+pkgrel=2
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="https://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'sh' 'udev' 'systemd-libs')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service'
+ 
fix-ipv4-corruption.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=73ac1843
+ 
validate-ipv6.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=b2b6541f
+ 
validate-ipv4.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=69e2b6c4)
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e'
+'b0b09efc99ffa952f859f6b86e04c05da8726f55415cf975d8fc13aa1895a4ce'
+'758ec179a4e20958a37dd7d2bd6184b9526cbd45b443bb5ca8531b30356a10ec'
+'8b4258b1dd82ac9399c5c5fc7519a8b90421a68eb8aa5ca3034e0e7d938ad734')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Backport fixes FS#64398 FS#64413
+  patch -p1 -i ../fix-ipv4-corruption.patch
+  patch -p1 -i ../validate-ipv6.patch
+  patch -p1 -i ../validate-ipv4.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 367140, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2019-11-07 19:51:11 UTC (rev 367141)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 367140, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2019-11-07 19:51:11 UTC (rev 367141)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 19:50:50
  Author: arojas
Revision: 367140

Fix FS#64398 and FS#64413

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 17:36:56 UTC (rev 367139)
+++ PKGBUILD2019-11-07 19:50:50 UTC (rev 367140)
@@ -4,7 +4,7 @@
 
 pkgname=dhcpcd
 pkgver=8.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="https://roy.marples.name/projects/dhcpcd/;
 arch=('x86_64')
@@ -16,12 +16,26 @@
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
 'dhcpcd_.service'
-'dhcpcd.service')
+'dhcpcd.service'
+ 
fix-ipv4-corruption.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=73ac1843
+ 
validate-ipv6.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=b2b6541f
+ 
validate-ipv4.patch::https://roy.marples.name/cgit/dhcpcd.git/patch/?id=69e2b6c4)
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
 sha256sums=('485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82'
 '72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
-'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e'
+'b0b09efc99ffa952f859f6b86e04c05da8726f55415cf975d8fc13aa1895a4ce'
+'758ec179a4e20958a37dd7d2bd6184b9526cbd45b443bb5ca8531b30356a10ec'
+'8b4258b1dd82ac9399c5c5fc7519a8b90421a68eb8aa5ca3034e0e7d938ad734')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Backport fixes FS#64398 FS#64413
+  patch -p1 -i ../fix-ipv4-corruption.patch
+  patch -p1 -i ../validate-ipv6.patch
+  patch -p1 -i ../validate-ipv4.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2019-11-07 Thread Dan Printzell via arch-commits
Date: Thursday, November 7, 2019 @ 19:31:02
  Author: wild
Revision: 524536

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 19:30:55 UTC (rev 524535)
+++ PKGBUILD2019-11-07 19:31:02 UTC (rev 524536)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('078754b4ab007b8d5f1bb003a9dd7c9c031353e5ebd9bc853fd6151b54e335a9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 524535, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 19:31:02 UTC (rev 524536)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('078754b4ab007b8d5f1bb003a9dd7c9c031353e5ebd9bc853fd6151b54e335a9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2019-11-07 Thread Dan Printzell via arch-commits
Date: Thursday, November 7, 2019 @ 19:30:55
  Author: wild
Revision: 524535

upgpkg: appstream-generator 0.8.0-2

Rebuilt against new ldc.

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 19:30:15 UTC (rev 524534)
+++ PKGBUILD2019-11-07 19:30:55 UTC (rev 524535)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;


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

2019-11-07 Thread Dan Printzell via arch-commits
Date: Thursday, November 7, 2019 @ 19:30:09
  Author: wild
Revision: 524533

upgpkg: mustache-d 0.1.3-16

Rebuilt against new ldc.

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 19:29:28 UTC (rev 524532)
+++ PKGBUILD2019-11-07 19:30:09 UTC (rev 524533)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.3
-pkgrel=15
+pkgrel=16
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'


  1   2   3   4   5   >