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

2020-07-09 Thread Brett Cornwall via arch-commits
Date: Friday, July 10, 2020 @ 03:41:18
  Author: ainola
Revision: 663062

archrelease: copy trunk to community-x86_64

Added:
  spdlog/repos/community-x86_64/PKGBUILD
(from rev 663061, spdlog/trunk/PKGBUILD)
  spdlog/repos/community-x86_64/include_cassert.patch
(from rev 663061, spdlog/trunk/include_cassert.patch)
Deleted:
  spdlog/repos/community-x86_64/PKGBUILD
  spdlog/repos/community-x86_64/include_cassert.patch

---+
 PKGBUILD  |   88 
 include_cassert.patch |   48 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-10 03:41:08 UTC (rev 663061)
+++ PKGBUILD2020-07-10 03:41:18 UTC (rev 663062)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Luca Weiss
-# Contributor: Michael Yang
-
-pkgname=spdlog
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Very fast, header-only/compiled, C++ logging library'
-arch=('x86_64')
-url='https://github.com/gabime/spdlog'
-license=('MIT')
-depends=('fmt')
-makedepends=('cmake')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
-)
-provides=(
-'libspdlog.so'
-)
-sha256sums=('378a040d91f787aec96d269b0c39189f58a6b852e4cbf9150ccfacbe85ebbbfc')
-
-build() {
-export CFLAGS+=" ${CPPFLAGS}"
-export CXXFLAGS+=" ${CPPFLAGS}"
-cmake -B build -S "$pkgname-$pkgver" \
--DSPDLOG_BUILD_BENCH=OFF \
--DSPDLOG_FMT_EXTERNAL=ON \
--DSPDLOG_BUILD_SHARED=ON \
--DSPDLOG_BUILD_TESTS=ON \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--Wno-dev
-make -C build
-}
-
-check() {
-make -C build test
-}
-
-package() {
-make -C build DESTDIR="$pkgdir" install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: spdlog/repos/community-x86_64/PKGBUILD (from rev 663061, 
spdlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-10 03:41:18 UTC (rev 663062)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('x86_64')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+depends=('fmt')
+makedepends=('cmake')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
+)
+provides=(
+'libspdlog.so'
+)
+sha256sums=('f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62')
+
+build() {
+export CFLAGS+=" ${CPPFLAGS}"
+export CXXFLAGS+=" ${CPPFLAGS}"
+cmake -B build -S "$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DSPDLOG_BUILD_SHARED=ON \
+-DSPDLOG_BUILD_TESTS=ON \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="$pkgdir" install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: include_cassert.patch
===
--- include_cassert.patch   2020-07-10 03:41:08 UTC (rev 663061)
+++ include_cassert.patch   2020-07-10 03:41:18 UTC (rev 663062)
@@ -1,24 +0,0 @@
-diff --git a/include/spdlog/details/circular_q.h 
b/include/spdlog/details/circular_q.h
-index fee3a3bf..d147c5e0 100644
 a/include/spdlog/details/circular_q.h
-+++ b/include/spdlog/details/circular_q.h
-@@ -5,6 +5,7 @@
- #pragma once
- 
- #include 
-+#include 
- 
- namespace spdlog {
- namespace details {
-diff --git a/include/spdlog/details/thread_pool-inl.h 
b/include/spdlog/details/thread_pool-inl.h
-index 77d0b1fb..6b740ca2 100644
 a/include/spdlog/details/thread_pool-inl.h
-+++ b/include/spdlog/details/thread_pool-inl.h
-@@ -8,6 +8,7 @@
- #endif
- 
- #include "spdlog/common.h"
-+#include 
- 
- namespace spdlog {
- namespace details {

Copied: spdlog/repos/community-x86_64/include_cassert.patch (from rev 663061, 
spdlog/trunk/include_cassert.patch)
===
--- include_cassert.patch   (rev 0)
+++ include_cassert.patch   2020-07-10 03:41:18 UTC (rev 663062)
@@ -0,0 +1,24 @@
+diff --git a/include/spdlog/details/circular_q.h 
b/include/spdlog/details/circular_q.h
+index fee3a3bf..d147c5e0 100644
+--- a/include/spdlog/details/circular_q.h
 b/include/spdlog/details/circular_q.h
+@@ -5,6 +5,7 @@
+ #pragma once
+ 
+ #include 
++#include 
+ 
+ namespace spdlog {
+ namespace details {
+diff --git 

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

2020-07-09 Thread Brett Cornwall via arch-commits
Date: Friday, July 10, 2020 @ 03:41:08
  Author: ainola
Revision: 663061

upgpkg: spdlog 1.7.0-1

Modified:
  spdlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-10 02:18:27 UTC (rev 663060)
+++ PKGBUILD2020-07-10 03:41:08 UTC (rev 663061)
@@ -3,7 +3,7 @@
 # Contributor: Michael Yang
 
 pkgname=spdlog
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Very fast, header-only/compiled, C++ logging library'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 provides=(
 'libspdlog.so'
 )
-sha256sums=('378a040d91f787aec96d269b0c39189f58a6b852e4cbf9150ccfacbe85ebbbfc')
+sha256sums=('f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"


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

2020-07-09 Thread Kpcyrd via arch-commits
Date: Friday, July 10, 2020 @ 02:18:27
  Author: kpcyrd
Revision: 663060

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-10 02:18:12 UTC (rev 663059)
+++ PKGBUILD2020-07-10 02:18:27 UTC (rev 663060)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-crev
-pkgver=0.16.1
-pkgrel=1
-pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
-url="https://github.com/dpc/crev;
-depends=('openssl' 'curl')
-makedepends=('cargo' 'clang')
-arch=('x86_64')
-license=('MPL' 'Apache' 'MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('26e8f4870b54d908579817b0c7d011915450eef63bb22c16d3732a37b7e7e3f85f2856d0022661f2dee27f4f766cf0e333af90f502f0febb1f4c45db7fc51958')
-b2sums=('ac0aa9ce6634a1b5a7e90ed5c3011df5a2f985d13df306d07cee859e77720972ff344c7855cccdbab8455365c78c3208c2dc88bbd67ade1c51ace7fab8977ece')
-
-build() {
-  cd "${pkgname}-${pkgver}/cargo-crev"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-crev/repos/community-x86_64/PKGBUILD (from rev 663059, 
cargo-crev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-10 02:18:27 UTC (rev 663060)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-crev
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
+url="https://github.com/dpc/crev;
+depends=('openssl' 'curl')
+makedepends=('cargo' 'clang')
+arch=('x86_64')
+license=('MPL' 'Apache' 'MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
+sha512sums=('01a9677127a193ba9955a20295d69404f2bc04769adb4872af847695bd1efd5a6270224ee764236549258481928538c890e5b7fe03ebeb1439da4d92f404a9ab')
+b2sums=('a015092c833328e03a19ea94349a6de428eba70722f3b25e645e32d80da81bc09e963f8ee7defdce6754716538580d6245455f48573bf6559d8185f60d21d8a2')
+
+build() {
+  cd "${pkgname}-${pkgver}/cargo-crev"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-09 Thread Kpcyrd via arch-commits
Date: Friday, July 10, 2020 @ 02:18:12
  Author: kpcyrd
Revision: 663059

upgpkg: cargo-crev 0.17.0-1

Modified:
  cargo-crev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 23:58:41 UTC (rev 663058)
+++ PKGBUILD2020-07-10 02:18:12 UTC (rev 663059)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-crev
-pkgver=0.16.1
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
 url="https://github.com/dpc/crev;
@@ -10,8 +10,8 @@
 arch=('x86_64')
 license=('MPL' 'Apache' 'MIT')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('26e8f4870b54d908579817b0c7d011915450eef63bb22c16d3732a37b7e7e3f85f2856d0022661f2dee27f4f766cf0e333af90f502f0febb1f4c45db7fc51958')
-b2sums=('ac0aa9ce6634a1b5a7e90ed5c3011df5a2f985d13df306d07cee859e77720972ff344c7855cccdbab8455365c78c3208c2dc88bbd67ade1c51ace7fab8977ece')
+sha512sums=('01a9677127a193ba9955a20295d69404f2bc04769adb4872af847695bd1efd5a6270224ee764236549258481928538c890e5b7fe03ebeb1439da4d92f404a9ab')
+b2sums=('a015092c833328e03a19ea94349a6de428eba70722f3b25e645e32d80da81bc09e963f8ee7defdce6754716538580d6245455f48573bf6559d8185f60d21d8a2')
 
 build() {
   cd "${pkgname}-${pkgver}/cargo-crev"


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

2020-07-09 Thread Levente Polyak via arch-commits
Date: Friday, July 10, 2020 @ 01:36:42
  Author: anthraxx
Revision: 391520

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  412 
 config  |21678 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 11058 insertions(+), 11058 deletions(-)

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


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

2020-07-09 Thread Levente Polyak via arch-commits
Date: Friday, July 10, 2020 @ 01:36:35
  Author: anthraxx
Revision: 391519

upgpkg: linux-hardened 5.7.8.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 23:22:39 UTC (rev 391518)
+++ PKGBUILD2020-07-10 01:36:35 UTC (rev 391519)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.7.7.a
+pkgver=5.7.8.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('f840b9679283343c165516585c3070ebb277528721c890e9410a58e9d071ee7f'
+sha256sums=('afb577b88e400758ea64109937bb514ab8171fe9c5613138928ac232a3844dc6'
 'SKIP'
-'e4e4485817d1bcba4bd5d3ee94329aa47683ea282d0d0605157d74b5517ae308'
+'6821f92bd2bde3a3938d17b070d70f18a2f33cae81647567b5a4d94c9cd75f3d'
 'SKIP'
-'22195d3db0f6e9991287477ed273dc603bcf2bc84a97b33b7a0e8829b74312d4'
+'15ce09447b7e9b28425c1df5961c955378f2829e4115037337eef347b1db3d9d'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2020-07-09 23:22:39 UTC (rev 391518)
+++ config  2020-07-10 01:36:35 UTC (rev 391519)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.7.7 Kernel Configuration
+# Linux/x86 5.7.8 Kernel Configuration
 #
 
 #


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

2020-07-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 9, 2020 @ 23:58:41
  Author: svenstaro
Revision: 663058

archrelease: copy trunk to community-any

Added:
  mari0/repos/community-any/PKGBUILD
(from rev 663057, mari0/trunk/PKGBUILD)
  mari0/repos/community-any/mari0.desktop
(from rev 663057, mari0/trunk/mari0.desktop)
  mari0/repos/community-any/mari0.sh
(from rev 663057, mari0/trunk/mari0.sh)
Deleted:
  mari0/repos/community-any/PKGBUILD
  mari0/repos/community-any/mari0.desktop
  mari0/repos/community-any/mari0.sh

---+
 PKGBUILD  |   69 
 mari0.desktop |   22 -
 mari0.sh  |4 +--
 3 files changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 23:58:34 UTC (rev 663057)
+++ PKGBUILD2020-07-09 23:58:41 UTC (rev 663058)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: andy123 < ajs [at] online [dot] de >
-
-pkgname=mari0
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="The Mario game with Portal gun mechanics"
-arch=('any')
-url="http://stabyourself.net/mari0/;
-license=('CCPL')
-depends=('love')
-makedepends=('zip')
-source=(${pkgname}.sh
-${pkgname}.desktop
-   https://github.com/Stabyourself/mari0/archive/${pkgver}.tar.gz)
-sha512sums=('84d237f82ba1ad5d6c52d66d27469de7044572626381af07230b46a476eb077bce94329408cf4e0c0f4ae1c90a7adf6562dc1ca795591a7687608a253af6b705'
-
'703e3e4d8d69258f94b19a217986646b261be32fa26644d585fc2a2f273bda2afd77aa58b6eee3b2f0050551bc18ba4733b3597d133a29fdc84f844816f85e15'
-
'3d1353f12f02fd993e309cac7ab653c3cbc8a60e8585663186870b5ea49542f46ec2c554711bba710febaf3ad73c7bf66cfba2ccbe4831aa7d5cb2fe5aab8992')
-
-package() {
-# Make love package
-cd "${srcdir}"/${pkgname}-${pkgver}
-zip -r9 "${srcdir}"/${pkgname}.love *
-
-   # Install Data
-   install -D -m755 "${srcdir}/${pkgname}.love" 
"${pkgdir}/usr/share/${pkgname}/${pkgname}.love"
-   install -D -m644 "${srcdir}/${pkgname}-${pkgver}/README.md" 
"$pkgdir/usr/share/${pkgname}/README.md"
-
-   # Install Launcher
-   install -D -m755 "${srcdir}/${pkgname}.sh" 
"${pkgdir}/usr/bin/${pkgname}"
-
-   # Install Desktop
-   install -D -m644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: mari0/repos/community-any/PKGBUILD (from rev 663057, 
mari0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 23:58:41 UTC (rev 663058)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: andy123 < ajs [at] online [dot] de >
+
+pkgname=mari0
+pkgver=1.6.2
+pkgrel=3
+pkgdesc="The Mario game with Portal gun mechanics"
+arch=('any')
+url="http://stabyourself.net/mari0/;
+license=('CCPL')
+depends=('love')
+makedepends=('zip')
+source=(${pkgname}.sh
+${pkgname}.desktop
+   
$pkgname-$pkgver.tar.gz::https://github.com/Stabyourself/mari0/archive/${pkgver}.tar.gz)
+sha512sums=('84d237f82ba1ad5d6c52d66d27469de7044572626381af07230b46a476eb077bce94329408cf4e0c0f4ae1c90a7adf6562dc1ca795591a7687608a253af6b705'
+
'0e9f73b5e0c5fe897b4587b30be379380e563f4eef0610fdf88d23a72265333d182ec6164f5c7c9313f81be68b40cc5b579bd5a2e468138445301e4c56c64499'
+
'3d1353f12f02fd993e309cac7ab653c3cbc8a60e8585663186870b5ea49542f46ec2c554711bba710febaf3ad73c7bf66cfba2ccbe4831aa7d5cb2fe5aab8992')
+
+package() {
+# Make love package
+cd "${srcdir}"/${pkgname}-${pkgver}
+zip -r9 "${srcdir}"/${pkgname}.love *
+
+   # Install Data
+   install -Dm755 "${srcdir}/${pkgname}.love" 
"${pkgdir}/usr/share/${pkgname}/${pkgname}.love"
+   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/README.md" 
"$pkgdir/usr/share/${pkgname}/README.md"
+
+   # Install Launcher
+   install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+
+   # Install Desktop
+   install -Dm644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+install -Dm644 "graphics/icon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Deleted: mari0.desktop
===
--- mari0.desktop   2020-07-09 23:58:34 UTC (rev 663057)
+++ mari0.desktop   2020-07-09 23:58:41 UTC (rev 663058)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.6.2
-Type=Application
-Icon=gnome-mime-application-x-love-game
-Exec=mari0
-Terminal=false
-StartupNotify=false
-Name=mari0
-GenericName=Arcade Game
-Comment=The Mario game with Portal gun mechanics
-Categories=Game;ArcadeGame;

Copied: mari0/repos/community-any/mari0.desktop (from rev 663057, 
mari0/trunk/mari0.desktop)
===
--- mari0.desktop   (rev 0)
+++ mari0.desktop   2020-07-09 23:58:41 UTC (rev 

[arch-commits] Commit in mari0/trunk (PKGBUILD mari0.desktop)

2020-07-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 9, 2020 @ 23:58:34
  Author: svenstaro
Revision: 663057

upgpkg: mari0 1.6.2-3: Use proper icon (FS#67211)

Modified:
  mari0/trunk/PKGBUILD
  mari0/trunk/mari0.desktop

---+
 PKGBUILD  |   15 ---
 mari0.desktop |2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 23:40:39 UTC (rev 663056)
+++ PKGBUILD2020-07-09 23:58:34 UTC (rev 663057)
@@ -3,7 +3,7 @@
 
 pkgname=mari0
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The Mario game with Portal gun mechanics"
 arch=('any')
 url="http://stabyourself.net/mari0/;
@@ -12,9 +12,9 @@
 makedepends=('zip')
 source=(${pkgname}.sh
 ${pkgname}.desktop
-   https://github.com/Stabyourself/mari0/archive/${pkgver}.tar.gz)
+   
$pkgname-$pkgver.tar.gz::https://github.com/Stabyourself/mari0/archive/${pkgver}.tar.gz)
 
sha512sums=('84d237f82ba1ad5d6c52d66d27469de7044572626381af07230b46a476eb077bce94329408cf4e0c0f4ae1c90a7adf6562dc1ca795591a7687608a253af6b705'
-
'703e3e4d8d69258f94b19a217986646b261be32fa26644d585fc2a2f273bda2afd77aa58b6eee3b2f0050551bc18ba4733b3597d133a29fdc84f844816f85e15'
+
'0e9f73b5e0c5fe897b4587b30be379380e563f4eef0610fdf88d23a72265333d182ec6164f5c7c9313f81be68b40cc5b579bd5a2e468138445301e4c56c64499'
 
'3d1353f12f02fd993e309cac7ab653c3cbc8a60e8585663186870b5ea49542f46ec2c554711bba710febaf3ad73c7bf66cfba2ccbe4831aa7d5cb2fe5aab8992')
 
 package() {
@@ -23,12 +23,13 @@
 zip -r9 "${srcdir}"/${pkgname}.love *
 
# Install Data
-   install -D -m755 "${srcdir}/${pkgname}.love" 
"${pkgdir}/usr/share/${pkgname}/${pkgname}.love"
-   install -D -m644 "${srcdir}/${pkgname}-${pkgver}/README.md" 
"$pkgdir/usr/share/${pkgname}/README.md"
+   install -Dm755 "${srcdir}/${pkgname}.love" 
"${pkgdir}/usr/share/${pkgname}/${pkgname}.love"
+   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/README.md" 
"$pkgdir/usr/share/${pkgname}/README.md"
 
# Install Launcher
-   install -D -m755 "${srcdir}/${pkgname}.sh" 
"${pkgdir}/usr/bin/${pkgname}"
+   install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
 
# Install Desktop
-   install -D -m644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+   install -Dm644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+install -Dm644 "graphics/icon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 }

Modified: mari0.desktop
===
--- mari0.desktop   2020-07-09 23:40:39 UTC (rev 663056)
+++ mari0.desktop   2020-07-09 23:58:34 UTC (rev 663057)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.6.2
 Type=Application
-Icon=gnome-mime-application-x-love-game
+Icon=mari0
 Exec=mari0
 Terminal=false
 StartupNotify=false


[arch-commits] Commit in playitslowly (4 files)

2020-07-09 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 23:40:39
  Author: bgyorgy
Revision: 663056

archrelease: copy trunk to community-any

Added:
  playitslowly/repos/
  playitslowly/repos/community-any/
  playitslowly/repos/community-any/PKGBUILD
(from rev 663055, playitslowly/trunk/PKGBUILD)
  playitslowly/repos/community-any/playitslowly.appdata.xml
(from rev 663055, playitslowly/trunk/playitslowly.appdata.xml)

--+
 PKGBUILD |   40 
 playitslowly.appdata.xml |   22 ++
 2 files changed, 62 insertions(+)

Copied: playitslowly/repos/community-any/PKGBUILD (from rev 663055, 
playitslowly/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2020-07-09 23:40:39 UTC (rev 663056)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Contributor: mrxx 
+# Contributor: Limao Luo 
+# Contributor: sausageandeggs 
+
+pkgname=playitslowly
+pkgver=1.5.1
+pkgrel=4
+pkgdesc="Play back audio files at a different speed or pitch"
+arch=(any)
+url=https://29a.ch/playitslowly
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gtk3 python-gobject)
+optdepends=('gst-plugins-good: Extra media codecs'  
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=(http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz
+playitslowly.appdata.xml)
+sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
+'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir -p share/icons/hicolor/{32x32,128x128,scalable}/apps share/metainfo
+  mv share/pixmaps/playitslowly.png 
share/icons/hicolor/128x128/apps/playitslowly.png
+  mv share/icons/hicolor/32x32/playitslowly.png 
share/icons/hicolor/32x32/apps/playitslowly.png
+  mv share/icons/hicolor/scalable/playitslowly.svg 
share/icons/hicolor/scalable/apps/playitslowly.png
+  cp ../playitslowly.appdata.xml share/metainfo/playitslowly.appdata.xml
+  rm -r share/pixmaps
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: playitslowly/repos/community-any/playitslowly.appdata.xml (from rev 
663055, playitslowly/trunk/playitslowly.appdata.xml)
===
--- repos/community-any/playitslowly.appdata.xml
(rev 0)
+++ repos/community-any/playitslowly.appdata.xml2020-07-09 23:40:39 UTC 
(rev 663056)
@@ -0,0 +1,22 @@
+
+
+  ch.x29a.playitslowly
+  playitslowly.desktop
+  
+playitslowly.desktop
+  
+  Play it Slowly
+  Play music at a different speed
+  
+
+  Play music at a different speed or pitch.
+
+  
+  https://29a.ch/playitslowly/
+  
+  
+https://29a.ch/playitslowly/screenshot.png
+  
+  GPL-3.0+
+  CC0-1.0
+


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

2020-07-09 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 23:40:37
  Author: bgyorgy
Revision: 663055

upgpkg: playitslowly 1.5.1-4: Remove unneeded dependency

Modified:
  playitslowly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 23:38:15 UTC (rev 663054)
+++ PKGBUILD2020-07-09 23:40:37 UTC (rev 663055)
@@ -10,7 +10,7 @@
 arch=(any)
 url=https://29a.ch/playitslowly
 license=(GPL3)
-depends=(gst-plugins-bad gst-plugins-base gst-python gtk3 python-gobject)
+depends=(gst-plugins-bad gst-plugins-base gtk3 python-gobject)
 optdepends=('gst-plugins-good: Extra media codecs'  
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')


[arch-commits] Commit in (4 files)

2020-07-09 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 23:38:15
  Author: bgyorgy
Revision: 663054

Move playitslowly from AUR with 10 votes

Added:
  playitslowly/
  playitslowly/trunk/
  playitslowly/trunk/PKGBUILD
  playitslowly/trunk/playitslowly.appdata.xml

--+
 PKGBUILD |   40 
 playitslowly.appdata.xml |   22 ++
 2 files changed, 62 insertions(+)

Added: playitslowly/trunk/PKGBUILD
===
--- playitslowly/trunk/PKGBUILD (rev 0)
+++ playitslowly/trunk/PKGBUILD 2020-07-09 23:38:15 UTC (rev 663054)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Contributor: mrxx 
+# Contributor: Limao Luo 
+# Contributor: sausageandeggs 
+
+pkgname=playitslowly
+pkgver=1.5.1
+pkgrel=4
+pkgdesc="Play back audio files at a different speed or pitch"
+arch=(any)
+url=https://29a.ch/playitslowly
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gst-python gtk3 python-gobject)
+optdepends=('gst-plugins-good: Extra media codecs'  
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=(http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz
+playitslowly.appdata.xml)
+sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
+'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir -p share/icons/hicolor/{32x32,128x128,scalable}/apps share/metainfo
+  mv share/pixmaps/playitslowly.png 
share/icons/hicolor/128x128/apps/playitslowly.png
+  mv share/icons/hicolor/32x32/playitslowly.png 
share/icons/hicolor/32x32/apps/playitslowly.png
+  mv share/icons/hicolor/scalable/playitslowly.svg 
share/icons/hicolor/scalable/apps/playitslowly.png
+  cp ../playitslowly.appdata.xml share/metainfo/playitslowly.appdata.xml
+  rm -r share/pixmaps
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}

Added: playitslowly/trunk/playitslowly.appdata.xml
===
--- playitslowly/trunk/playitslowly.appdata.xml (rev 0)
+++ playitslowly/trunk/playitslowly.appdata.xml 2020-07-09 23:38:15 UTC (rev 
663054)
@@ -0,0 +1,22 @@
+
+
+  ch.x29a.playitslowly
+  playitslowly.desktop
+  
+playitslowly.desktop
+  
+  Play it Slowly
+  Play music at a different speed
+  
+
+  Play music at a different speed or pitch.
+
+  
+  https://29a.ch/playitslowly/
+  
+  
+https://29a.ch/playitslowly/screenshot.png
+  
+  GPL-3.0+
+  CC0-1.0
+


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:39
  Author: heftig
Revision: 391518

archrelease: copy trunk to testing-x86_64

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

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

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


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:39
  Author: heftig
Revision: 391517

archrelease: copy trunk to staging-x86_64

Added:
  linux-lts/repos/staging-x86_64/
  
linux-lts/repos/staging-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 391515, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/staging-x86_64/0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch
(from rev 391515, 
linux-lts/trunk/0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch)
  linux-lts/repos/staging-x86_64/PKGBUILD
(from rev 391515, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-x86_64/config
(from rev 391515, linux-lts/trunk/config)
  linux-lts/repos/staging-x86_64/sphinx-workaround.patch
(from rev 391515, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch |  254 
 PKGBUILD|  197 
 config  |10596 
++
 sphinx-workaround.patch |   15 
 5 files changed, 11194 insertions(+)

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


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:34
  Author: heftig
Revision: 663053

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
663049, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2020-07-09 23:22:34 UTC (rev 
663053)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:33
  Author: heftig
Revision: 391515

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 391512, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 391512, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-09 23:22:33 UTC (rev 391515)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=450.57
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:33
  Author: heftig
Revision: 391514

archrelease: copy trunk to staging-x86_64

Added:
  wireguard-lts/repos/staging-x86_64/
  wireguard-lts/repos/staging-x86_64/PKGBUILD
(from rev 391512, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/staging-x86_64/PKGBUILD (from rev 391512, 
wireguard-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-09 23:22:33 UTC (rev 391514)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200623
+pkgrel=4
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:38
  Author: heftig
Revision: 391516

archrelease: copy trunk to staging-x86_64

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

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

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


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:21
  Author: heftig
Revision: 663041

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:26
  Author: heftig
Revision: 663048

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 663043, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 663043, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-09 23:22:26 UTC (rev 663048)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=331
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:25
  Author: heftig
Revision: 663047

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:32
  Author: heftig
Revision: 663052

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:32
  Author: heftig
Revision: 391513

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 391512, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 391512, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-09 23:22:32 UTC (rev 391513)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=450.57
+pkgrel=2
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:29
  Author: heftig
Revision: 663049

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:22
  Author: heftig
Revision: 663042

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-staging-x86_64/PKGBUILD 
(from rev 663040, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-09 23:22:22 UTC (rev 663042)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.10
+pkgrel=9
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:30
  Author: heftig
Revision: 663050

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:23
  Author: heftig
Revision: 663043

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: bbswitch/repos/community-staging-x86_64/0002-kernel-5.7.patch (from rev 
663040, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-staging-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-staging-x86_64/0002-kernel-5.7.patch  2020-07-09 23:22:23 UTC 
(rev 663043)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:24
  Author: heftig
Revision: 663045

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:25
  Author: heftig
Revision: 663046

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 663040, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.3.patch
(from rev 663040, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch
(from rev 663040, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.5.patch
(from rev 663041, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.6.patch
(from rev 663042, ndiswrapper-arch/trunk/kernel-5.6.patch)

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:24
  Author: heftig
Revision: 663044

archrelease: copy trunk to community-staging-x86_64

Added:
  netfilter-fullconenat/repos/community-staging-x86_64/
  netfilter-fullconenat/repos/community-staging-x86_64/Kbuild
(from rev 663040, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-staging-x86_64/PKGBUILD
(from rev 663040, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-staging-x86_64/netfilter-fullconenat.conf
(from rev 663041, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

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

Copied: netfilter-fullconenat/repos/community-staging-x86_64/Kbuild (from rev 
663040, netfilter-fullconenat/trunk/Kbuild)
===
--- community-staging-x86_64/Kbuild (rev 0)
+++ community-staging-x86_64/Kbuild 2020-07-09 23:22:24 UTC (rev 663044)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:22:31
  Author: heftig
Revision: 663051

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:18:09
  Author: heftig
Revision: 391512

archrelease: copy trunk to extra-any

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:17:54
  Author: heftig
Revision: 391511

archrelease: copy trunk to extra-x86_64

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

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

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

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

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

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 23:17:29
  Author: heftig
Revision: 391510

78.0.2-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:30 UTC (rev 391509)
+++ PKGBUILD2020-07-09 23:17:29 UTC (rev 391510)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=78.0.1
+pkgver=78.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -22,7 +22,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('494d277b120028e036e2aee3f658d79afc895457dc6aadb1c02f0547ef1d66ca'
+sha256sums=('1aa00ec6d40a771d525b867b175be28eda096becc745875bcceb133a985750fc'
 'SKIP'
 '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')


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

2020-07-09 Thread Filipe Laíns via arch-commits
Date: Thursday, July 9, 2020 @ 23:08:35
  Author: ffy00
Revision: 663040

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 663039, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 663039, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 663039, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 663039, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 663039, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

-+
 PKGBUILD|  308 +-
 code-liveshare.diff |   24 +--
 code.js |   58 -
 code.sh |6 
 product_json.diff   |   40 +++---
 5 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 23:08:22 UTC (rev 663039)
+++ PKGBUILD2020-07-09 23:08:35 UTC (rev 663040)
@@ -1,154 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-#   - ?: 11 (not in repos)
-#   - erbium: 12
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron7
-pkgver=1.46.1
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons'
-'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=6144"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Replace statically included binary with system copy
-  ln -sf /usr/bin/rg 

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

2020-07-09 Thread Filipe Laíns via arch-commits
Date: Thursday, July 9, 2020 @ 23:08:22
  Author: ffy00
Revision: 663039

upgpkg: code 1.47.0-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 22:31:05 UTC (rev 663038)
+++ PKGBUILD2020-07-09 23:08:22 UTC (rev 663039)
@@ -12,7 +12,7 @@
 #   - erbium: 12
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron7
-pkgver=1.46.1
+pkgver=1.47.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'


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

2020-07-09 Thread Maxim Baz via arch-commits
Date: Thursday, July 9, 2020 @ 22:30:58
  Author: maximbaz
Revision: 663037

upgpkg: browserpass 3.0.7-1

Modified:
  browserpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 21:31:56 UTC (rev 663036)
+++ PKGBUILD2020-07-09 22:30:58 UTC (rev 663037)
@@ -3,8 +3,8 @@
 
 _name=browserpass-native
 pkgname=browserpass
-pkgver=3.0.6
-pkgrel=5
+pkgver=3.0.7
+pkgrel=1
 pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('x86_64')
 url="https://github.com/${pkgname}/${_name};
@@ -13,9 +13,9 @@
 makedepends=('go' 'git')
 optdepends=('browserpass-chromium: Chromium extension for Browserpass'
 'browserpass-firefox: Firefox extension for Browserpass')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}.tar.gz.asc")
-sha256sums=('6a2442192aad8fae3642b925d1ff04368eef3a390043e6164c8eb2fd2a438ceb'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
+sha256sums=('31bf63e00306dc797d2d0a1f3e4980ab899658bb71b38023a5f0e715611de950'
 'SKIP')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
 
@@ -26,13 +26,6 @@
 
 build() {
 cd "${_name}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
 make "${pkgname}"
 }
 


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

2020-07-09 Thread Maxim Baz via arch-commits
Date: Thursday, July 9, 2020 @ 22:31:05
  Author: maximbaz
Revision: 663038

archrelease: copy trunk to community-x86_64

Added:
  browserpass/repos/community-x86_64/PKGBUILD
(from rev 663037, browserpass/trunk/PKGBUILD)
Deleted:
  browserpass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 22:30:58 UTC (rev 663037)
+++ PKGBUILD2020-07-09 22:31:05 UTC (rev 663038)
@@ -1,49 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: emersion 
-
-_name=browserpass-native
-pkgname=browserpass
-pkgver=3.0.6
-pkgrel=5
-pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('x86_64')
-url="https://github.com/${pkgname}/${_name};
-license=('ISC')
-depends=('gnupg')
-makedepends=('go' 'git')
-optdepends=('browserpass-chromium: Chromium extension for Browserpass'
-'browserpass-firefox: Firefox extension for Browserpass')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}.tar.gz.asc")
-sha256sums=('6a2442192aad8fae3642b925d1ff04368eef3a390043e6164c8eb2fd2a438ceb'
-'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-cd "${_name}-${pkgver}"
-make configure
-}
-
-build() {
-cd "${_name}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-make "${pkgname}"
-}
-
-check() {
-cd "${_name}-${pkgver}"
-make test
-}
-
-package() {
-cd "${_name}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass/repos/community-x86_64/PKGBUILD (from rev 663037, 
browserpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 22:31:05 UTC (rev 663038)
@@ -0,0 +1,42 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: emersion 
+
+_name=browserpass-native
+pkgname=browserpass
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('x86_64')
+url="https://github.com/${pkgname}/${_name};
+license=('ISC')
+depends=('gnupg')
+makedepends=('go' 'git')
+optdepends=('browserpass-chromium: Chromium extension for Browserpass'
+'browserpass-firefox: Firefox extension for Browserpass')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
+sha256sums=('31bf63e00306dc797d2d0a1f3e4980ab899658bb71b38023a5f0e715611de950'
+'SKIP')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+cd "${_name}-${pkgver}"
+make configure
+}
+
+build() {
+cd "${_name}-${pkgver}"
+make "${pkgname}"
+}
+
+check() {
+cd "${_name}-${pkgver}"
+make test
+}
+
+package() {
+cd "${_name}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in molecule/trunk (2 files)

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:31:49
  Author: dvzrv
Revision: 663035

upgpkg: molecule 3.0.5-1: Upgrading to 3.0.5.

Removing now unneeded patch for python-sh version pinning.
Minor cleanups.

Modified:
  molecule/trunk/PKGBUILD
Deleted:
  molecule/trunk/64b8b7608513bd4aceb6e58f3bdbd775913064da.patch

+
 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch |   71 ---
 PKGBUILD   |   16 ++---
 2 files changed, 7 insertions(+), 80 deletions(-)

Deleted: 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch
===
--- 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch  2020-07-09 21:30:45 UTC 
(rev 663034)
+++ 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch  2020-07-09 21:31:49 UTC 
(rev 663035)
@@ -1,71 +0,0 @@
-From 64b8b7608513bd4aceb6e58f3bdbd775913064da Mon Sep 17 00:00:00 2001
-From: Arnaud Patard 
-Date: Wed, 29 Apr 2020 16:44:58 +0200
-Subject: [PATCH] Fix environment handling for sh.py >= 1.13
-
-Since sh.py 1.13, a new check on the environment variables has been added
-with commit 
https://github.com/amoffat/sh/commit/5b274778fb4be647bbb95f9bec14153f186bcc1f.
-
-This leads to failures in the testsuite since the code is passing
-os.environ, which is not a dict().
-
-It's also breaking MOLECULE_ENV_FILE handling with errors like (from the 
testsuite):
-
-E   TypeError: Invalid special arguments:
-E
-E 'env': value None of env key 'MOLECULE_ENV_FILE' must be a str
-
-so:
-- use dict() to convert os.environ to a dict in _rebake_command(),
-- use str() when defining MOLECULE_ENV_FILE to make sure self.env_file is a 
string.
-
-To avoid any other surprise with 1.14 or newer, I've changed the sh.py 
requirement
-to < 1.14. The requirement is not 1.13 but 1.13.1 to get the fix for sh.py bug 
#520
-(https://github.com/amoffat/sh/issues/520).
-
-Signed-off-by: Arnaud Patard 

- molecule/config.py| 2 +-
- molecule/test/conftest.py | 2 +-
- setup.cfg | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/molecule/config.py b/molecule/config.py
-index 86b92acde..9d25f2c40 100644
 a/molecule/config.py
-+++ b/molecule/config.py
-@@ -169,7 +169,7 @@ def env(self):
- return {
- "MOLECULE_DEBUG": str(self.debug),
- "MOLECULE_FILE": self.config_file,
--"MOLECULE_ENV_FILE": self.env_file,
-+"MOLECULE_ENV_FILE": str(self.env_file),
- "MOLECULE_STATE_FILE": self.state.state_file,
- "MOLECULE_INVENTORY_FILE": self.provisioner.inventory_file,
- "MOLECULE_EPHEMERAL_DIRECTORY": self.scenario.ephemeral_directory,
-diff --git a/molecule/test/conftest.py b/molecule/test/conftest.py
-index 23f53dc8d..649bdbd64 100644
 a/molecule/test/conftest.py
-+++ b/molecule/test/conftest.py
-@@ -45,7 +45,7 @@ def run_command(cmd, env=os.environ, log=True):
- 
- 
- def _rebake_command(cmd, env, out=LOG.out, err=LOG.error):
--return cmd.bake(_env=env, _out=out, _err=err)
-+return cmd.bake(_env=dict(env), _out=out, _err=err)
- 
- 
- def is_subset(subset, superset):
-diff --git a/setup.cfg b/setup.cfg
-index db8631792..ddc213c3d 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -77,7 +77,7 @@ install_requires =
-   pexpect >= 4.6.0, < 5
-   pluggy >= 0.7.1, < 1.0
-   PyYAML >= 5.1, < 6
--  sh >= 1.12.14, < 1.13
-+  sh >= 1.13.1, < 1.14
-   tabulate >= 0.8.4
-   tree-format >= 0.1.2
-   yamllint >= 1.15.0, < 2

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 21:30:45 UTC (rev 663034)
+++ PKGBUILD2020-07-09 21:31:49 UTC (rev 663035)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=molecule
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.0.5
+pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
 url="https://github.com/ansible-community/molecule;
@@ -23,17 +23,14 @@
 'podman: for the podman driver'
 'python-pywinrm: for Windows support'
 'python-testinfra: for the testinfra verifier')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-"64b8b7608513bd4aceb6e58f3bdbd775913064da.patch")
-sha512sums=('84420677d62aea7e4a3570b97884d85c48a0fe1d94ccdecc400e962a37d772c37bb64b569ac9c2f6e1b034f85758554ff1e16a2a9d5a42120d27d54d8691bdc0'
-
'6b3bcfde754ad54439e1adab1457b95afcf7b7850047df9405b98bd1a592f00e06568e6e2ea792efe3e275e31bc5d94b74497b1de2b55f42ddeab6e017b52a1e')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e8bfcf6d072c07d6dfc1d5c6671716747aa295616c12c2a56c84b387255c5d0126f11548be32b91e8b401e67e0a9a7673bd96f527cb3281dd205d40f6d0b19f2')

[arch-commits] Commit in molecule/repos/community-any (3 files)

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:31:56
  Author: dvzrv
Revision: 663036

archrelease: copy trunk to community-any

Added:
  molecule/repos/community-any/PKGBUILD
(from rev 663035, molecule/trunk/PKGBUILD)
Deleted:
  molecule/repos/community-any/64b8b7608513bd4aceb6e58f3bdbd775913064da.patch
  molecule/repos/community-any/PKGBUILD

+
 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch |   71 ---
 PKGBUILD   |  144 +++
 2 files changed, 71 insertions(+), 144 deletions(-)

Deleted: 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch
===
--- 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch  2020-07-09 21:31:49 UTC 
(rev 663035)
+++ 64b8b7608513bd4aceb6e58f3bdbd775913064da.patch  2020-07-09 21:31:56 UTC 
(rev 663036)
@@ -1,71 +0,0 @@
-From 64b8b7608513bd4aceb6e58f3bdbd775913064da Mon Sep 17 00:00:00 2001
-From: Arnaud Patard 
-Date: Wed, 29 Apr 2020 16:44:58 +0200
-Subject: [PATCH] Fix environment handling for sh.py >= 1.13
-
-Since sh.py 1.13, a new check on the environment variables has been added
-with commit 
https://github.com/amoffat/sh/commit/5b274778fb4be647bbb95f9bec14153f186bcc1f.
-
-This leads to failures in the testsuite since the code is passing
-os.environ, which is not a dict().
-
-It's also breaking MOLECULE_ENV_FILE handling with errors like (from the 
testsuite):
-
-E   TypeError: Invalid special arguments:
-E
-E 'env': value None of env key 'MOLECULE_ENV_FILE' must be a str
-
-so:
-- use dict() to convert os.environ to a dict in _rebake_command(),
-- use str() when defining MOLECULE_ENV_FILE to make sure self.env_file is a 
string.
-
-To avoid any other surprise with 1.14 or newer, I've changed the sh.py 
requirement
-to < 1.14. The requirement is not 1.13 but 1.13.1 to get the fix for sh.py bug 
#520
-(https://github.com/amoffat/sh/issues/520).
-
-Signed-off-by: Arnaud Patard 

- molecule/config.py| 2 +-
- molecule/test/conftest.py | 2 +-
- setup.cfg | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/molecule/config.py b/molecule/config.py
-index 86b92acde..9d25f2c40 100644
 a/molecule/config.py
-+++ b/molecule/config.py
-@@ -169,7 +169,7 @@ def env(self):
- return {
- "MOLECULE_DEBUG": str(self.debug),
- "MOLECULE_FILE": self.config_file,
--"MOLECULE_ENV_FILE": self.env_file,
-+"MOLECULE_ENV_FILE": str(self.env_file),
- "MOLECULE_STATE_FILE": self.state.state_file,
- "MOLECULE_INVENTORY_FILE": self.provisioner.inventory_file,
- "MOLECULE_EPHEMERAL_DIRECTORY": self.scenario.ephemeral_directory,
-diff --git a/molecule/test/conftest.py b/molecule/test/conftest.py
-index 23f53dc8d..649bdbd64 100644
 a/molecule/test/conftest.py
-+++ b/molecule/test/conftest.py
-@@ -45,7 +45,7 @@ def run_command(cmd, env=os.environ, log=True):
- 
- 
- def _rebake_command(cmd, env, out=LOG.out, err=LOG.error):
--return cmd.bake(_env=env, _out=out, _err=err)
-+return cmd.bake(_env=dict(env), _out=out, _err=err)
- 
- 
- def is_subset(subset, superset):
-diff --git a/setup.cfg b/setup.cfg
-index db8631792..ddc213c3d 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -77,7 +77,7 @@ install_requires =
-   pexpect >= 4.6.0, < 5
-   pluggy >= 0.7.1, < 1.0
-   PyYAML >= 5.1, < 6
--  sh >= 1.12.14, < 1.13
-+  sh >= 1.13.1, < 1.14
-   tabulate >= 0.8.4
-   tree-format >= 0.1.2
-   yamllint >= 1.15.0, < 2

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 21:31:49 UTC (rev 663035)
+++ PKGBUILD2020-07-09 21:31:56 UTC (rev 663036)
@@ -1,73 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="Aids in the development and testing of Ansible roles"
-arch=('any')
-url="https://github.com/ansible-community/molecule;
-license=('MIT')
-depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
-'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
-'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
-'python-selinux' 'python-sh' 'python-six' 'python-tabulate'
-'python-tree-format' 'python-yaml' 'yamllint')
-makedepends=('python-setuptools-scm' 'python-simplejson')
-# TODO: potentially add 'python-shade'
-checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
-'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
-'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar'
-'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra')
-optdepends=('docker: for the docker driver'
-'molecule-vagrant: for the vagrant driver'
-'podman: for the podman driver'
-'python-pywinrm: for Windows support'
-

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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:30:45
  Author: dvzrv
Revision: 663034

archrelease: copy trunk to community-x86_64

Added:
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 663033, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 21:30:40 UTC (rev 663033)
+++ PKGBUILD2020-07-09 21:30:45 UTC (rev 663034)
@@ -1,62 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=4.0.20
-pkgrel=2
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'libcap')
-provides=('libwebsockets.so')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
-b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D LWS_WITH_HTTP2=ON \
--D LWS_IPV6=ON \
--D LWS_WITH_GLIB=ON \
--D LWS_WITH_ZIP_FOPS=ON \
--D LWS_WITH_SOCKS5=ON \
--D LWS_WITH_RANGES=ON \
--D LWS_WITH_ACME=ON \
--D LWS_WITH_LIBUV=ON \
--D LWS_WITH_LIBEV=ON \
--D LWS_WITH_LIBEVENT=OFF \
--D LWS_WITH_FTS=ON \
--D LWS_WITH_THREADPOOL=ON \
--D LWS_UNIX_SOCK=ON \
--D LWS_WITH_HTTP_PROXY=ON \
--D LWS_WITH_DISKCACHE=ON \
--D LWS_WITH_LWSAC=ON \
--D LWS_LINK_TESTAPPS_DYNAMIC=ON \
--D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_USE_BUNDLED_ZLIB=OFF \
--D LWS_WITHOUT_BUILTIN_SHA1=ON \
--D LWS_WITH_STATIC=OFF \
--D LWS_WITHOUT_CLIENT=OFF \
--D LWS_WITHOUT_SERVER=OFF \
--D LWS_WITHOUT_TESTAPPS=ON \
--D LWS_WITHOUT_TEST_SERVER=OFF \
--D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
--D LWS_WITHOUT_TEST_PING=ON \
--D LWS_WITHOUT_TEST_CLIENT=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libcap.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 663033, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 21:30:45 UTC (rev 663034)
@@ -0,0 +1,61 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.0.20
+pkgrel=3
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
+makedepends=('cmake' 'glib2' 'libcap')
+provides=('libwebsockets.so')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
+sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
+b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE='None' \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_GLIB=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
+-Wno-dev \
+-B build \
+  

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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:30:40
  Author: dvzrv
Revision: 663033

upgpkg: libwebsockets 4.0.20-3: Rebuilding to add correct dependencies.

Adding all available sodeps in package() and their respective packages in 
makedepends.
Removing LWS_USE_BUNDLED_ZLIB from the list of options, as it is not recognized 
anymore.

Modified:
  libwebsockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 21:24:52 UTC (rev 663032)
+++ PKGBUILD2020-07-09 21:30:40 UTC (rev 663033)
@@ -4,12 +4,12 @@
 
 pkgname=libwebsockets
 pkgver=4.0.20
-pkgrel=2
+pkgrel=3
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
 url="https://libwebsockets.org;
 depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'libcap')
+makedepends=('cmake' 'glib2' 'libcap')
 provides=('libwebsockets.so')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
@@ -38,7 +38,6 @@
 -D LWS_WITH_LWSAC=ON \
 -D LWS_LINK_TESTAPPS_DYNAMIC=ON \
 -D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_USE_BUNDLED_ZLIB=OFF \
 -D LWS_WITHOUT_BUILTIN_SHA1=ON \
 -D LWS_WITH_STATIC=OFF \
 -D LWS_WITHOUT_CLIENT=OFF \
@@ -55,7 +54,7 @@
 }
 
 package() {
-  depends+=('libcap.so')
+  depends+=('libcap.so' 'libglib-2.0.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install -C build
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2020-07-09 Thread Maxim Baz via arch-commits
Date: Thursday, July 9, 2020 @ 21:24:52
  Author: maximbaz
Revision: 663032

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
(from rev 663031, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 21:24:46 UTC (rev 663031)
+++ PKGBUILD2020-07-09 21:24:52 UTC (rev 663032)
@@ -1,26 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=urlscan
-pkgver=0.9.4
-pkgrel=2
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan;
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-optdepends=(
-'xclip: Clipboard support for X11 environments'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
-sha256sums=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 663031, 
urlscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 21:24:52 UTC (rev 663032)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=urlscan
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan;
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+'xclip: Clipboard support for X11 environments'
+'wl-clipboard: Clipboard support for Wayland'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
+sha256sums=('db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-07-09 Thread Maxim Baz via arch-commits
Date: Thursday, July 9, 2020 @ 21:24:46
  Author: maximbaz
Revision: 663031

upgpkg: urlscan 0.9.5-1

Modified:
  urlscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 21:21:37 UTC (rev 663030)
+++ PKGBUILD2020-07-09 21:24:46 UTC (rev 663031)
@@ -1,8 +1,9 @@
 # Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=urlscan
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan;
 arch=('any')
@@ -11,9 +12,10 @@
 makedepends=('python-setuptools')
 optdepends=(
 'xclip: Clipboard support for X11 environments'
+'wl-clipboard: Clipboard support for Wayland'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
-sha256sums=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
+sha256sums=('db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996')
 
 build() {
 cd "$pkgname-$pkgver"


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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:21:37
  Author: dvzrv
Revision: 663030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 21:21:32 UTC (rev 663029)
+++ PKGBUILD2020-07-09 21:21:37 UTC (rev 663030)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=selinux
-pkgname=python-selinux
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Pure-python selinux shim module for use in virtualenvs"
-arch=('any')
-url="https://github.com/pycontribs/selinux;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e0bec9113461a4dc53e4965522b222bd674212fe1fd987180488d6d9183a1c25588ac9bec4a040595f9313932bc04b83e7f27505d539412fc0d49c2188679831')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-selinux/repos/community-any/PKGBUILD (from rev 663029, 
python-selinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 21:21:37 UTC (rev 663030)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+_name=selinux
+pkgname=python-selinux
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="Pure-python selinux shim module for use in virtualenvs"
+arch=('any')
+url="https://github.com/pycontribs/selinux;
+license=('MIT')
+depends=('python-distro' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('e0bec9113461a4dc53e4965522b222bd674212fe1fd987180488d6d9183a1c25588ac9bec4a040595f9313932bc04b83e7f27505d539412fc0d49c2188679831')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:21:32
  Author: dvzrv
Revision: 663029

upgpkg: python-selinux 0.2.1-2: Rebuilding to add correct dependencies.

Adding python-distro and python-setuptools, as both are required during runtime.

Modified:
  python-selinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 21:20:52 UTC (rev 663028)
+++ PKGBUILD2020-07-09 21:21:32 UTC (rev 663029)
@@ -3,13 +3,12 @@
 _name=selinux
 pkgname=python-selinux
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure-python selinux shim module for use in virtualenvs"
 arch=('any')
 url="https://github.com/pycontribs/selinux;
 license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python-distro' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('e0bec9113461a4dc53e4965522b222bd674212fe1fd987180488d6d9183a1c25588ac9bec4a040595f9313932bc04b83e7f27505d539412fc0d49c2188679831')
 


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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:20:52
  Author: dvzrv
Revision: 663028

archrelease: copy trunk to community-x86_64

Added:
  ardour/repos/community-x86_64/PKGBUILD
(from rev 663027, ardour/trunk/PKGBUILD)
  ardour/repos/community-x86_64/ardour-6.2-vendor_qm-dsp.patch
(from rev 663027, ardour/trunk/ardour-6.2-vendor_qm-dsp.patch)
Deleted:
  ardour/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  185 ---
 ardour-6.2-vendor_qm-dsp.patch |   37 +++
 2 files changed, 132 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 21:20:46 UTC (rev 663027)
+++ PKGBUILD2020-07-09 21:20:52 UTC (rev 663028)
@@ -1,90 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: SpepS 
-
-_name=Ardour
-pkgname=ardour
-pkgver=6.0
-pkgrel=2
-pkgdesc="Professional-grade digital audio workstation"
-arch=('x86_64')
-url="https://ardour.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('atkmm' 'cairo' 'cairomm' 'fontconfig' 'gdk-pixbuf2' 'gcc-libs'
-'glibc' 'glibmm' 'gtkmm' 'libx11' 'libxml2' 'pangomm' 'taglib')
-# TODO: add fluidsynth, hidapi, libltc and qm-dsp and use --use-external-libs
-# NOTE: currently qm-dsp (1.8.0) is not compatible with the included 
vamp-plugins
-makedepends=('atk' 'aubio' 'boost' 'cppunit' 'curl' 'dbus' 'doxygen' 'fftw'
-'flac' 'freetype2' 'git' 'glib2' 'graphviz' 'gtk2' 'harfbuzz' 'itstool'
-'libarchive' 'liblo' 'liblrdf' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
-'libusb' 'libwebsockets' 'lilv' 'lv2' 'pango' 'readline' 'rubberband' 'serd'
-'sord' 'sratom' 'suil' 'vamp-plugin-sdk' 'waf')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline'
-'non-session-manager: for session management')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # unsetting gtk2 rc (FS#54389)
-  sed -e '8iexport GTK2_RC_FILES=/dev/null' -i gtk2_ardour/ardour.sh.in
-
-  # Fixes to use system waf:
-  # making sure, that subdirectories can be picked up with local includes
-  touch __init__.py
-  # making ancient 'misc.py' include available to system installed waf
-  sed -e "s/('misc')/('misc', tooldir='tools')/" \
-  -i {gtk2_ardour,headless,luasession,session_utils,libs/fst}/wscript
-  # make custom 'autowaf' include compatible with system installed waf
-  find . -type f \
- -iname "*wscript*" \
- -exec sed -e 's/from waflib.extras import autowaf/from tools import 
autowaf/g' \
-   -e 's/import waflib.extras.autowaf/from tools import 
autowaf/g' \
-   -i {} \;
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure --prefix=/usr \
---configdir=/etc \
---with-backends="alsa,dummy,jack,pulseaudio" \
---libjack=weak \
---nls \
---optimize \
---cxx11 \
---freedesktop \
---ptformat \
---lxvst \
---no-phone-home
-  waf build -v
-}
-
-package() {
-  depends+=('libFLAC.so' 'libasound.so' 'libatk-1.0.so' 'libaubio.so'
-  'libarchive.so' 'libcurl.so' 'libdbus-1.so' 'libfftw3f.so'
-  'libfftw3f_threads.so' 'libfreetype.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so' 'libharfbuzz.so'
-  'liblo.so' 'liblrdf.so' 'liblilv-0.so' 'libogg.so' 'libpango-1.0.so'
-  'libpangocairo-1.0.so' 'libpangoft2-1.0.so' 'libpulse.so' 'libreadline.so'
-  'librubberband.so' 'libsamplerate.so' 'libserd-0.so' 'libsndfile.so'
-  'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so' 'libusb-1.0.so'
-  'libvamp-hostsdk.so' 'libvamp-sdk.so' 'libwebsockets.so')
-  cd "${pkgname}-${pkgver}"
-  waf i18n --destdir="${pkgdir}"
-  waf install --destdir="${pkgdir}"
-  # xdg integration
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
--t "${pkgdir}/usr/share/mime/packages/"
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  for size in 16 22 32 48 256 512; do
-install -vDm 644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
-  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}${pkgver%%.*}.png"
-  done
-  # man pages
-  install -vDm 644 "${pkgname}.1"* -t "${pkgdir}/usr/share/man/man1/"
-}
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/community-x86_64/PKGBUILD (from rev 663027, 
ardour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 21:20:52 UTC (rev 663028)
@@ -0,0 +1,95 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: SpepS 
+
+_name=Ardour
+pkgname=ardour

[arch-commits] Commit in ardour/trunk (PKGBUILD ardour-6.2-vendor_qm-dsp.patch)

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 21:20:46
  Author: dvzrv
Revision: 663027

upgpkg: ardour 6.2-1: Upgrading to 6.2.

Adding fluidsynth and libltc to build against system libs (--use-external-libs).
Adding a patch to build against the vendored version of qm-dsp, as qm-dsp >= 
1.8.0 is incompatible.
Adding all available sodeps in package() and the respective packages to 
makedepends.

Added:
  ardour/trunk/ardour-6.2-vendor_qm-dsp.patch
Modified:
  ardour/trunk/PKGBUILD

+
 PKGBUILD   |   45 +--
 ardour-6.2-vendor_qm-dsp.patch |   37 
 2 files changed, 62 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 20:58:17 UTC (rev 663026)
+++ PKGBUILD2020-07-09 21:20:46 UTC (rev 663027)
@@ -4,8 +4,8 @@
 
 _name=Ardour
 pkgname=ardour
-pkgver=6.0
-pkgrel=2
+pkgver=6.2
+pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/;
@@ -13,22 +13,25 @@
 groups=('pro-audio')
 depends=('atkmm' 'cairo' 'cairomm' 'fontconfig' 'gdk-pixbuf2' 'gcc-libs'
 'glibc' 'glibmm' 'gtkmm' 'libx11' 'libxml2' 'pangomm' 'taglib')
-# TODO: add fluidsynth, hidapi, libltc and qm-dsp and use --use-external-libs
-# NOTE: currently qm-dsp (1.8.0) is not compatible with the included 
vamp-plugins
 makedepends=('atk' 'aubio' 'boost' 'cppunit' 'curl' 'dbus' 'doxygen' 'fftw'
-'flac' 'freetype2' 'git' 'glib2' 'graphviz' 'gtk2' 'harfbuzz' 'itstool'
-'libarchive' 'liblo' 'liblrdf' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
-'libusb' 'libwebsockets' 'lilv' 'lv2' 'pango' 'readline' 'rubberband' 'serd'
-'sord' 'sratom' 'suil' 'vamp-plugin-sdk' 'waf')
+'flac' 'fluidsynth' 'freetype2' 'git' 'glib2' 'graphviz' 'gtk2' 'harfbuzz'
+'itstool' 'libarchive' 'liblo' 'liblrdf' 'libltc' 'libogg' 'libpulse'
+'libsamplerate' 'libsndfile' 'libusb' 'libwebsockets' 'lilv' 'lv2' 'pango'
+'readline' 'rubberband' 'serd' 'sord' 'sratom' 'suil' 'vamp-plugin-sdk' 'waf')
 optdepends=('xjadeo: video monitoring'
 'harvid: video timeline'
 'non-session-manager: for session management')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};)
-sha512sums=('SKIP')
+source=("${pkgname}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};
+"${pkgname}-6.2-vendor_qm-dsp.patch")
+sha512sums=('SKIP'
+
'2d69e23948ed8679b7fd872c50d2ea44299330c6ed356158689a1f6befb3841f2d9b8a889d4891436c65b57d90601156bc916ad0f0f385c91b22131a766467a8')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
 
+  # using vendored version of qm-dsp because qm-dsp >= 1.8.0 is not compatible
+  patch -Np1 -i "../${pkgname}-6.2-vendor_qm-dsp.patch"
+
   # unsetting gtk2 rc (FS#54389)
   sed -e '8iexport GTK2_RC_FILES=/dev/null' -i gtk2_ardour/ardour.sh.in
 
@@ -47,7 +50,7 @@
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   waf configure --prefix=/usr \
 --configdir=/etc \
 --with-backends="alsa,dummy,jack,pulseaudio" \
@@ -58,6 +61,7 @@
 --freedesktop \
 --ptformat \
 --lxvst \
+--use-external-libs \
 --no-phone-home
   waf build -v
 }
@@ -65,14 +69,15 @@
 package() {
   depends+=('libFLAC.so' 'libasound.so' 'libatk-1.0.so' 'libaubio.so'
   'libarchive.so' 'libcurl.so' 'libdbus-1.so' 'libfftw3f.so'
-  'libfftw3f_threads.so' 'libfreetype.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so' 'libharfbuzz.so'
-  'liblo.so' 'liblrdf.so' 'liblilv-0.so' 'libogg.so' 'libpango-1.0.so'
-  'libpangocairo-1.0.so' 'libpangoft2-1.0.so' 'libpulse.so' 'libreadline.so'
-  'librubberband.so' 'libsamplerate.so' 'libserd-0.so' 'libsndfile.so'
-  'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so' 'libusb-1.0.so'
-  'libvamp-hostsdk.so' 'libvamp-sdk.so' 'libwebsockets.so')
-  cd "${pkgname}-${pkgver}"
+  'libfftw3f_threads.so' 'libfluidsynth.so' 'libfreetype.so'
+  'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so'
+  'libgtk-x11-2.0.so' 'libharfbuzz.so' 'liblo.so' 'liblilv-0.so' 'liblrdf.so'
+  'libltc.so' 'libogg.so' 'libpango-1.0.so' 'libpangocairo-1.0.so'
+  'libpangoft2-1.0.so' 'libpulse.so' 'libreadline.so' 'librubberband.so'
+  'libsamplerate.so' 'libserd-0.so' 'libsndfile.so' 'libsord-0.so'
+  'libsratom-0.so' 'libsuil-0.so' 'libusb-1.0.so' 'libvamp-hostsdk.so'
+  'libvamp-sdk.so' 'libwebsockets.so')
+  cd "${pkgname}"
   waf i18n --destdir="${pkgdir}"
   waf install --destdir="${pkgdir}"
   # xdg integration

Added: ardour-6.2-vendor_qm-dsp.patch
===
--- ardour-6.2-vendor_qm-dsp.patch  (rev 0)
+++ ardour-6.2-vendor_qm-dsp.patch  2020-07-09 21:20:46 UTC (rev 663027)
@@ 

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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 20:58:17
  Author: dvzrv
Revision: 663026

archrelease: copy trunk to community-x86_64

Added:
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 663025, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 20:58:08 UTC (rev 663025)
+++ PKGBUILD2020-07-09 20:58:17 UTC (rev 663026)
@@ -1,61 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=4.0.20
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'libcap')
-provides=('libwebsockets.so')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
-b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D LWS_WITH_HTTP2=ON \
--D LWS_IPV6=ON \
--D LWS_WITH_ZIP_FOPS=ON \
--D LWS_WITH_SOCKS5=ON \
--D LWS_WITH_RANGES=ON \
--D LWS_WITH_ACME=ON \
--D LWS_WITH_LIBUV=ON \
--D LWS_WITH_LIBEV=ON \
--D LWS_WITH_LIBEVENT=OFF \
--D LWS_WITH_FTS=ON \
--D LWS_WITH_THREADPOOL=ON \
--D LWS_UNIX_SOCK=ON \
--D LWS_WITH_HTTP_PROXY=ON \
--D LWS_WITH_DISKCACHE=ON \
--D LWS_WITH_LWSAC=ON \
--D LWS_LINK_TESTAPPS_DYNAMIC=ON \
--D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_USE_BUNDLED_ZLIB=OFF \
--D LWS_WITHOUT_BUILTIN_SHA1=ON \
--D LWS_WITH_STATIC=OFF \
--D LWS_WITHOUT_CLIENT=OFF \
--D LWS_WITHOUT_SERVER=OFF \
--D LWS_WITHOUT_TESTAPPS=ON \
--D LWS_WITHOUT_TEST_SERVER=OFF \
--D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
--D LWS_WITHOUT_TEST_PING=ON \
--D LWS_WITHOUT_TEST_CLIENT=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libcap.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 663025, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 20:58:17 UTC (rev 663026)
@@ -0,0 +1,62 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.0.20
+pkgrel=2
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
+makedepends=('cmake' 'libcap')
+provides=('libwebsockets.so')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
+sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
+b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE='None' \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_GLIB=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_USE_BUNDLED_ZLIB=OFF \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
+-Wno-dev \
+-B build \
+  

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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 20:58:08
  Author: dvzrv
Revision: 663025

upgpkg: libwebsockets 4.0.20-2: Rebuilding with LWS_WITH_GLIB.

The glib event loop is used e.g. by ardour's websockets based control interface.

Modified:
  libwebsockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 20:14:06 UTC (rev 663024)
+++ PKGBUILD2020-07-09 20:58:08 UTC (rev 663025)
@@ -4,7 +4,7 @@
 
 pkgname=libwebsockets
 pkgver=4.0.20
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
 url="https://libwebsockets.org;
@@ -22,6 +22,7 @@
 -D CMAKE_BUILD_TYPE='None' \
 -D LWS_WITH_HTTP2=ON \
 -D LWS_IPV6=ON \
+-D LWS_WITH_GLIB=ON \
 -D LWS_WITH_ZIP_FOPS=ON \
 -D LWS_WITH_SOCKS5=ON \
 -D LWS_WITH_RANGES=ON \


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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 20:14:06
  Author: dvzrv
Revision: 663024

archrelease: copy trunk to community-x86_64

Added:
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 663023, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 20:13:56 UTC (rev 663023)
+++ PKGBUILD2020-07-09 20:14:06 UTC (rev 663024)
@@ -1,60 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=4.0.19
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'libcap')
-provides=('libwebsockets.so')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha256sums=('3bdf0fbf5c396f39d1bc48b7360d598a50209c2d143d03467d4f42cb8bf91c5f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D LWS_WITH_HTTP2=ON \
--D LWS_IPV6=ON \
--D LWS_WITH_ZIP_FOPS=ON \
--D LWS_WITH_SOCKS5=ON \
--D LWS_WITH_RANGES=ON \
--D LWS_WITH_ACME=ON \
--D LWS_WITH_LIBUV=ON \
--D LWS_WITH_LIBEV=ON \
--D LWS_WITH_LIBEVENT=OFF \
--D LWS_WITH_FTS=ON \
--D LWS_WITH_THREADPOOL=ON \
--D LWS_UNIX_SOCK=ON \
--D LWS_WITH_HTTP_PROXY=ON \
--D LWS_WITH_DISKCACHE=ON \
--D LWS_WITH_LWSAC=ON \
--D LWS_LINK_TESTAPPS_DYNAMIC=ON \
--D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_USE_BUNDLED_ZLIB=OFF \
--D LWS_WITHOUT_BUILTIN_SHA1=ON \
--D LWS_WITH_STATIC=OFF \
--D LWS_WITHOUT_CLIENT=OFF \
--D LWS_WITHOUT_SERVER=OFF \
--D LWS_WITHOUT_TESTAPPS=ON \
--D LWS_WITHOUT_TEST_SERVER=OFF \
--D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
--D LWS_WITHOUT_TEST_PING=ON \
--D LWS_WITHOUT_TEST_CLIENT=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libcap.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 663023, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 20:14:06 UTC (rev 663024)
@@ -0,0 +1,61 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.0.20
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
+makedepends=('cmake' 'libcap')
+provides=('libwebsockets.so')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
+sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
+b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE='None' \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_USE_BUNDLED_ZLIB=OFF \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libcap.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install -C build
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-07-09 Thread David Runge via arch-commits
Date: Thursday, July 9, 2020 @ 20:13:56
  Author: dvzrv
Revision: 663023

upgpkg: libwebsockets 4.0.20-1: Upgrading to 4.0.20.

Modified:
  libwebsockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 19:42:19 UTC (rev 663022)
+++ PKGBUILD2020-07-09 20:13:56 UTC (rev 663023)
@@ -3,7 +3,7 @@
 # Contributor: Jingbei Li 
 
 pkgname=libwebsockets
-pkgver=4.0.19
+pkgver=4.0.20
 pkgrel=1
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
@@ -13,7 +13,8 @@
 provides=('libwebsockets.so')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha256sums=('3bdf0fbf5c396f39d1bc48b7360d598a50209c2d143d03467d4f42cb8bf91c5f')
+sha512sums=('b2ab19623557b67abf157aed0317fb2305304e72c7e40c202c0bc855a499bbef64978e9187adcfdd2ef251497144db4a9fbaebaf37a320c7190720e9d194b67a')
+b2sums=('983190f7f63eb9db09b688ae056c6fdee32ac6d57f4afe3fb42cd662202c290c21a28e9c107d61cd3b2ddb25478f93b56008dc939ced28cd1c5abd6314fb1b32')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-07-09 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 9, 2020 @ 19:42:19
  Author: anatolik
Revision: 663022

archrelease: copy trunk to community-testing-x86_64

Added:
  dpkg/repos/community-testing-x86_64/
  dpkg/repos/community-testing-x86_64/PKGBUILD
(from rev 663021, dpkg/trunk/PKGBUILD)
  dpkg/repos/community-testing-x86_64/dpkg.install
(from rev 663021, dpkg/trunk/dpkg.install)

--+
 PKGBUILD |   56 
 dpkg.install |8 
 2 files changed, 64 insertions(+)

Copied: dpkg/repos/community-testing-x86_64/PKGBUILD (from rev 663021, 
dpkg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-09 19:42:19 UTC (rev 663022)
@@ -0,0 +1,56 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Alad Wenter 
+# Contributor: Jochen Schalanda 
+# Contributor: C. Dominik Bódi 
+# Contributor: Pierre Carrier 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Giles 
+# Contributor: seblu 
+# Contributor: squiddo 
+# Contributor: dront78 
+# Contributor: hugelgupf 
+
+pkgname=dpkg
+pkgver=1.20.5
+pkgrel=1
+pkgdesc='The Debian Package Manager tools'
+arch=('x86_64')
+url="https://tracker.debian.org/pkg/dpkg;
+license=('GPL')
+options=('emptydirs')
+depends=('xz' 'zlib' 'bzip2' 'perl')
+makedepends=('perl-io-string' 'perl-timedate' 'git')
+checkdepends=('perl-io-string' 'perl-test-pod')
+install=dpkg.install
+source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
+sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c')
+
+prepare() {
+cd dpkg-$pkgver
+echo "$pkgver" > .dist-version
+./autogen
+}
+
+build() {
+cd dpkg-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-start-stop-daemon
+make
+}
+
+check() {
+cd dpkg-$pkgver
+# make check
+}
+
+package() {
+cd dpkg-$pkgver
+make DESTDIR="$pkgdir" install
+
+install -d "$pkgdir/var/dpkg"/updates/
+touch "$pkgdir/var/lib/dpkg"/{status,available}
+}

Copied: dpkg/repos/community-testing-x86_64/dpkg.install (from rev 663021, 
dpkg/trunk/dpkg.install)
===
--- community-testing-x86_64/dpkg.install   (rev 0)
+++ community-testing-x86_64/dpkg.install   2020-07-09 19:42:19 UTC (rev 
663022)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "dpkg installs Debian package manager."
+   echo "This is useful for those who want to create/modify DEB files."
+   echo "However, *do not* use dpkg to install Debian packages in your 
ArchLinux machine."
+   echo "This will break your system!"
+   echo "You will need to go back to Arch wiki and read the installation 
guide again."
+   echo "You've been warned!"
+}


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

2020-07-09 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 9, 2020 @ 19:41:57
  Author: anatolik
Revision: 663021

upgpkg: dpkg 1.20.5-1

Modified:
  dpkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 19:21:19 UTC (rev 663020)
+++ PKGBUILD2020-07-09 19:41:57 UTC (rev 663021)
@@ -11,7 +11,7 @@
 # Contributor: hugelgupf 
 
 pkgname=dpkg
-pkgver=1.20.0
+pkgver=1.20.5
 pkgrel=1
 pkgdesc='The Debian Package Manager tools'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 checkdepends=('perl-io-string' 'perl-test-pod')
 install=dpkg.install
 
source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
-sha256sums=('036b402c49b2ef0c6e2c43ef0aaa3f13c3f16ce1de615fba0ef1f28400fe7035')
+sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c')
 
 prepare() {
 cd dpkg-$pkgver


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

2020-07-09 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 9, 2020 @ 19:21:19
  Author: anatolik
Revision: 663020

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  384 +--
 build_fix.patch|   46 +--
 configs.patch  |  610 +--
 environment|6 
 gitlab-backup.service  |   38 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   42 +-
 gitlab-puma.service|   67 ++--
 gitlab-sidekiq.service |   60 ++--
 gitlab.install |   68 ++--
 gitlab.logrotate   |   12 
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 ruby27-pop-extra-arg.patch |   52 +--
 14 files changed, 711 insertions(+), 710 deletions(-)

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

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

2020-07-09 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 9, 2020 @ 19:20:11
  Author: anatolik
Revision: 663019

upgpkg: gitlab 13.1.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 19:16:04 UTC (rev 663018)
+++ PKGBUILD2020-07-09 19:20:11 UTC (rev 663019)
@@ -8,8 +8,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.1.2
-pkgrel=2
+pkgver=13.1.4
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss;


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

2020-07-09 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 9, 2020 @ 19:15:55
  Author: jelle
Revision: 663017

upgpkg: grafana 7.0.6-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 19:00:25 UTC (rev 663016)
+++ PKGBUILD2020-07-09 19:15:55 UTC (rev 663017)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.0.5
+pkgver=7.0.6
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2020-07-09 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 9, 2020 @ 19:16:04
  Author: jelle
Revision: 663018

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 663017, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 663017, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 663017, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 663017, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 663017, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  182 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 19:15:55 UTC (rev 663017)
+++ PKGBUILD2020-07-09 19:16:04 UTC (rev 663018)
@@ -1,91 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310") # 
https://github.com/mckn.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli 

[arch-commits] Commit in phototonic (4 files)

2020-07-09 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 19:00:25
  Author: bgyorgy
Revision: 663016

archrelease: copy trunk to community-x86_64

Added:
  phototonic/repos/
  phototonic/repos/community-x86_64/
  phototonic/repos/community-x86_64/PKGBUILD
(from rev 663015, phototonic/trunk/PKGBUILD)
  phototonic/repos/community-x86_64/phototonic.appdata.xml
(from rev 663015, phototonic/trunk/phototonic.appdata.xml)

+
 PKGBUILD   |   34 ++
 phototonic.appdata.xml |   27 +++
 2 files changed, 61 insertions(+)

Copied: phototonic/repos/community-x86_64/PKGBUILD (from rev 663015, 
phototonic/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-09 19:00:25 UTC (rev 663016)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Peter Mattern 
+# Contributor: Michael Straube 
+# Contributor: Ofer Kashayov 
+
+pkgname=phototonic
+pkgver=2.1
+pkgrel=2
+pkgdesc='Image viewer and organizer built with Qt and Exiv2'
+arch=(x86_64)
+url='https://github.com/oferkv/phototonic/'
+license=(GPL3)
+depends=(exiv2 hicolor-icon-theme qt5-imageformats qt5-svg)
+source=(https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+phototonic.appdata.xml)
+sha256sums=('a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef'
+'42a79f018c2909651c8d65a0008fc94350e72f95ec6c76bd4f6c821d37c17e1b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/INSTALLS +=/ s/ iconPixmaps//' phototonic.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr phototonic.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Copied: phototonic/repos/community-x86_64/phototonic.appdata.xml (from rev 
663015, phototonic/trunk/phototonic.appdata.xml)
===
--- repos/community-x86_64/phototonic.appdata.xml   
(rev 0)
+++ repos/community-x86_64/phototonic.appdata.xml   2020-07-09 19:00:25 UTC 
(rev 663016)
@@ -0,0 +1,27 @@
+
+
+  phototonic.desktop
+  CC0-1.0
+  GPL-3.0+
+  Phototonic
+  View photos on your computer
+  
+Phototonic is an image viewer and organizer built with Qt and Exiv2. 
Features:
+
+  Support for common image formats and GIF animation
+  Supports tagging images, and filtering images by tags (IPTC)
+  Browse thumbnails recursively down a folder tree
+  Dynamic thumbnails loading
+  Image transformation and color manipulation
+  Display image information and metadata
+  Does not depend on any desktop environment
+
+  
+  
+
+  
https://raw.githubusercontent.com/oferkv/phototonic/master/images/screenshot.jpg
+
+  
+  https://github.com/oferkv/phototonic
+  https://github.com/oferkv/phototonic/issues
+


[arch-commits] Commit in (4 files)

2020-07-09 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 18:58:03
  Author: bgyorgy
Revision: 663014

Move phototonic from AUR

Added:
  phototonic/
  phototonic/trunk/
  phototonic/trunk/PKGBUILD
  phototonic/trunk/phototonic.appdata.xml

+
 PKGBUILD   |   34 ++
 phototonic.appdata.xml |   27 +++
 2 files changed, 61 insertions(+)

Added: phototonic/trunk/PKGBUILD
===
--- phototonic/trunk/PKGBUILD   (rev 0)
+++ phototonic/trunk/PKGBUILD   2020-07-09 18:58:03 UTC (rev 663014)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Peter Mattern 
+# Contributor: Michael Straube 
+# Contributor: Ofer Kashayov 
+
+pkgname=phototonic
+pkgver=2.1
+pkgrel=2
+pkgdesc='Image viewer and organizer built with Qt and Exiv2'
+arch=(x86_64)
+url='https://github.com/oferkv/phototonic/'
+license=(GPL3)
+depends=(exiv2 hicolor-icon-theme qt5-imageformats qt5-svg)
+source=(https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+phototonic.appdata.xml)
+sha256sums=('a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef'
+'42a79f018c2909651c8d65a0008fc94350e72f95ec6c76bd4f6c821d37c17e1b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/INSTALLS +=/ s/ iconPixmaps//' phototonic.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr phototonic.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Added: phototonic/trunk/phototonic.appdata.xml
===
--- phototonic/trunk/phototonic.appdata.xml (rev 0)
+++ phototonic/trunk/phototonic.appdata.xml 2020-07-09 18:58:03 UTC (rev 
663014)
@@ -0,0 +1,27 @@
+
+
+  phototonic.desktop
+  CC0-1.0
+  GPL-3.0+
+  Phototonic
+  View photos on your computer
+  
+Phototonic is an image viewer and organizer built with Qt and Exiv2. 
Features:
+
+  Support for common image formats and GIF animation
+  Supports tagging images, and filtering images by tags (IPTC)
+  Browse thumbnails recursively down a folder tree
+  Dynamic thumbnails loading
+  Image transformation and color manipulation
+  Display image information and metadata
+  Does not depend on any desktop environment
+
+  
+  
+
+  
https://raw.githubusercontent.com/oferkv/phototonic/master/images/screenshot.jpg
+
+  
+  https://github.com/oferkv/phototonic
+  https://github.com/oferkv/phototonic/issues
+


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

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:58:05
  Author: jlichtblau
Revision: 663015

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 663013, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 663013, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   88 +++---
 kmymoney.changelog |  201 +--
 2 files changed, 146 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:58:03 UTC (rev 663014)
+++ PKGBUILD2020-07-09 18:58:05 UTC (rev 663015)
@@ -1,44 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=5.0.8
-pkgrel=2
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('x86_64')
-url="https://kmymoney.org/;
-license=('GPL')
-depends=('aqbanking' 'gwenhywfar' 'boost-libs' 'libalkimia' 'sqlcipher' 
'qt5-base' 'qgpgme' 'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
- 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
- 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('ac6bcef37def09ca2530276254eab5e9ae57f3a1cd5ed7c87c3d38045400d4c0'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=YES \
--Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 663013, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:58:05 UTC (rev 663015)
@@ -0,0 +1,44 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('x86_64')
+url="https://kmymoney.org/;
+license=('GPL')
+depends=('aqbanking' 'gwenhywfar' 'boost-libs' 'libalkimia' 'sqlcipher' 
'qt5-base' 'qgpgme' 'karchive'
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
+sha256sums=('2db968f1d112b913fde3e0e5160215ca689ea2ca5ce3f6f00a4ef97330f71351'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_SKIP_RPATH=YES \
+-Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2020-07-09 18:58:03 UTC (rev 663014)
+++ kmymoney.changelog  2020-07-09 18:58:05 UTC (rev 663015)
@@ -1,99 +0,0 @@
-2020-03-29 Jaroslav Lichtblau 
-   * kmymoney 5.0.8-2 - FS#66007 fix
-
-2020-01-25 Jaroslav Lichtblau 
-   * kmymoney 5.0.8-1
-
-2019-09-30 Jaroslav Lichtblau 
-   * kmymoney 5.0.7-1
-
-2019-01-29 Jaroslav Lichtblau 
-   * kmymoney 5.0.3-1
-
-2018-11-05 Jaroslav Lichtblau 
-   * kmymoney 5.0.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * kmymoney 5.0.1-1
-
-2018-02-14 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-3 aqbanking rebuild
-
-2018-02-09 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-2 dependencies ammended
-
-2018-02-07 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-1
-

[arch-commits] Commit in kmymoney/trunk (PKGBUILD kmymoney.changelog)

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:57:55
  Author: jlichtblau
Revision: 663013

upgpkg: kmymoney 5.1.0-1 - new upstream release

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |6 +++---
 kmymoney.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:32 UTC (rev 663012)
+++ PKGBUILD2020-07-09 18:57:55 UTC (rev 663013)
@@ -6,8 +6,8 @@
 # Contributor: Todd Maynard 
 
 pkgname=kmymoney
-pkgver=5.0.8
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('x86_64')
 url="https://kmymoney.org/;
@@ -21,7 +21,7 @@
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('ac6bcef37def09ca2530276254eab5e9ae57f3a1cd5ed7c87c3d38045400d4c0'
+sha256sums=('2db968f1d112b913fde3e0e5160215ca689ea2ca5ce3f6f00a4ef97330f71351'
 'SKIP')
 
 build() {

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2020-07-09 18:53:32 UTC (rev 663012)
+++ kmymoney.changelog  2020-07-09 18:57:55 UTC (rev 663013)
@@ -1,3 +1,6 @@
+2020-07-09 Jaroslav Lichtblau 
+   * kmymoney 5.1.0-1
+
 2020-03-29 Jaroslav Lichtblau 
* kmymoney 5.0.8-2 - FS#66007 fix
 


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:31
  Author: heftig
Revision: 663011

1.62-71: linux 5.7.8.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:28 UTC (rev 663010)
+++ PKGBUILD2020-07-09 18:53:31 UTC (rev 663011)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=70
+pkgrel=71
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:28
  Author: heftig
Revision: 663010

1.1.0-331: linux 5.7.8.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:27 UTC (rev 663009)
+++ PKGBUILD2020-07-09 18:53:28 UTC (rev 663010)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=330
+pkgrel=331
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')
@@ -32,3 +32,4 @@
 
 # vim:set ts=2 sw=2 et:
 
+


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:20
  Author: heftig
Revision: 663004

6.1.10-9: linux 5.7.8.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:18 UTC (rev 663003)
+++ PKGBUILD2020-07-09 18:53:20 UTC (rev 663004)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.10
-pkgrel=8
+pkgrel=9
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -37,3 +37,4 @@
 install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
 
+


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:30
  Author: heftig
Revision: 391509

450.57-2: linux 5.7.8.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:51:38 UTC (rev 391508)
+++ PKGBUILD2020-07-09 18:53:30 UTC (rev 391509)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=450.57
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -36,3 +36,4 @@
 install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 \
 /usr/share/licenses/nvidia-dkms/LICENSE
 }
+


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:32
  Author: heftig
Revision: 663012

5.0.1-92: linux 5.7.8.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:31 UTC (rev 663011)
+++ PKGBUILD2020-07-09 18:53:32 UTC (rev 663012)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=91
+pkgrel=92
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:23
  Author: heftig
Revision: 663006

6.30.223.271-212: linux 5.7.8.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:21 UTC (rev 663005)
+++ PKGBUILD2020-07-09 18:53:23 UTC (rev 663006)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=211
+pkgrel=212
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -40,3 +40,4 @@
 fi
 }
 
+


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:18
  Author: heftig
Revision: 663003

r73.0cf3b48-31: linux 5.7.8.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:46:43 UTC (rev 663002)
+++ PKGBUILD2020-07-09 18:53:18 UTC (rev 663003)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=30
+pkgrel=31
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:24
  Author: heftig
Revision: 663007

0.8-332: linux 5.7.8.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:23 UTC (rev 663006)
+++ PKGBUILD2020-07-09 18:53:24 UTC (rev 663007)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=331
+pkgrel=332
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:25
  Author: heftig
Revision: 663008

8.048.03-10: linux 5.7.8.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:24 UTC (rev 663007)
+++ PKGBUILD2020-07-09 18:53:25 UTC (rev 663008)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=9
+pkgrel=10
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:21
  Author: heftig
Revision: 663005

0.43-219: linux 5.7.8.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:20 UTC (rev 663004)
+++ PKGBUILD2020-07-09 18:53:21 UTC (rev 663005)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=218
+pkgrel=219
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:53:27
  Author: heftig
Revision: 663009

20200106-55: linux 5.7.8.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:53:25 UTC (rev 663008)
+++ PKGBUILD2020-07-09 18:53:27 UTC (rev 663009)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=54
+pkgrel=55
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:51:38
  Author: heftig
Revision: 391508

5.7.8.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:40:09 UTC (rev 391507)
+++ PKGBUILD2020-07-09 18:51:38 UTC (rev 391508)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.7.7.arch1
+pkgver=5.7.8.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:46:36
  Author: shibumi
Revision: 663001

upgpkg: python-fuse 1.0.0-2 remove python2 pkg

Modified:
  python-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:40:20 UTC (rev 663000)
+++ PKGBUILD2020-07-09 18:46:36 UTC (rev 663001)
@@ -4,34 +4,24 @@
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Alexander Fehr 
 
-pkgbase=python-fuse
-pkgname=(python-fuse python2-fuse)
+pkgname=python-fuse
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="Python bindings for FUSE"
 url="https://github.com/libfuse/python-fuse;
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'fuse2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
+makedepends=('python-setuptools' 'fuse2')
+depends=('fuse2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
 
sha512sums=('d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c')
 
 build() {
   cd python-fuse-$pkgver
   python setup.py build
-  python2 setup.py build
 }
 
-package_python-fuse() {
-  depends=('fuse2' 'python')
-
+package() {
   cd python-fuse-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }
-
-package_python2-fuse() {
-  depends=('fuse2' 'python2')
-
-  cd python-fuse-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}


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

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:46:43
  Author: shibumi
Revision: 663002

archrelease: copy trunk to community-x86_64

Added:
  python-fuse/repos/community-x86_64/PKGBUILD
(from rev 663001, python-fuse/trunk/PKGBUILD)
Deleted:
  python-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:46:36 UTC (rev 663001)
+++ PKGBUILD2020-07-09 18:46:43 UTC (rev 663002)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Chris Brannon 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Alexander Fehr 
-
-pkgbase=python-fuse
-pkgname=(python-fuse python2-fuse)
-pkgver=1.0.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc="Python bindings for FUSE"
-url="https://github.com/libfuse/python-fuse;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'fuse2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
-sha512sums=('d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c')
-
-build() {
-  cd python-fuse-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-fuse() {
-  depends=('fuse2' 'python')
-
-  cd python-fuse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python2-fuse() {
-  depends=('fuse2' 'python2')
-
-  cd python-fuse-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-fuse/repos/community-x86_64/PKGBUILD (from rev 663001, 
python-fuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:46:43 UTC (rev 663002)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Chris Brannon 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Alexander Fehr 
+
+pkgname=python-fuse
+pkgver=1.0.0
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Python bindings for FUSE"
+url="https://github.com/libfuse/python-fuse;
+license=('LGPL')
+makedepends=('python-setuptools' 'fuse2')
+depends=('fuse2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
+sha512sums=('d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c')
+
+build() {
+  cd python-fuse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd python-fuse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:09
  Author: heftig
Revision: 391507

1.0.20200623-4: linux-lts 5.4.51-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:40:02 UTC (rev 391506)
+++ PKGBUILD2020-07-09 18:40:09 UTC (rev 391507)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200623
-pkgrel=3
+pkgrel=4
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')
@@ -31,3 +31,4 @@
 
 # vim:set sw=2 et:
 
+


[arch-commits] Commit in python2-pyxattr/repos (community-x86_64)

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:20
  Author: shibumi
Revision: 663000

db-remove: python2-pyxattr removed by shibumi

Deleted:
  python2-pyxattr/repos/community-x86_64/


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:08
  Author: heftig
Revision: 662999

8.048.03-9: linux-lts 5.4.51-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:40:06 UTC (rev 662998)
+++ PKGBUILD2020-07-09 18:40:08 UTC (rev 662999)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=8
+pkgrel=9
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:06
  Author: heftig
Revision: 662998

1.1.0-158: linux-lts 5.4.51-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:40:05 UTC (rev 662997)
+++ PKGBUILD2020-07-09 18:40:06 UTC (rev 662998)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=157
+pkgrel=158
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:05
  Author: heftig
Revision: 662997

0.43-77: linux-lts 5.4.51-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:38:39 UTC (rev 662996)
+++ PKGBUILD2020-07-09 18:40:05 UTC (rev 662997)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=76
+pkgrel=77
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:40:02
  Author: heftig
Revision: 391506

450.57-2: linux-lts 5.4.51-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:35:31 UTC (rev 391505)
+++ PKGBUILD2020-07-09 18:40:02 UTC (rev 391506)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=450.57
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -39,3 +39,4 @@
 
 
 
+


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

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:38:39
  Author: shibumi
Revision: 662996

db-remove: bup removed by shibumi

Deleted:
  bup/repos/community-x86_64/


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

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:37:54
  Author: shibumi
Revision: 662995

archrelease: copy trunk to community-x86_64

Added:
  kup/repos/community-x86_64/PKGBUILD
(from rev 662994, kup/trunk/PKGBUILD)
Deleted:
  kup/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:37:47 UTC (rev 662994)
+++ PKGBUILD2020-07-09 18:37:54 UTC (rev 662995)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: XavierCLL 
-# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
-
-pkgname=kup
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
-arch=(x86_64)
-url="https://www.linux-apps.com/p/1127689/;
-license=(GPL2)
-depends=(kidletime kinit libgit2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules plasma-framework)
-optdepends=('bup: support for incremental backups'
-'rsync: support for synced backups')
-source=("https://download.kde.org/stable/kup/kup-$pkgver.tar.xz;)
-sha256sums=('79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kup/repos/community-x86_64/PKGBUILD (from rev 662994, 
kup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:37:54 UTC (rev 662995)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: XavierCLL 
+# Contributor: Christian Rebischke 
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
+arch=(x86_64)
+url="https://www.linux-apps.com/p/1127689/;
+license=(GPL2)
+depends=(kidletime kinit libgit2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules plasma-framework)
+optdepends=('rsync: support for synced backups')
+source=("https://download.kde.org/stable/kup/kup-$pkgver.tar.xz;)
+sha256sums=('79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-07-09 Thread Christian Rebischke via arch-commits
Date: Thursday, July 9, 2020 @ 18:37:47
  Author: shibumi
Revision: 662994

upgpkg: kup 0.8.0-2

Modified:
  kup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:34:40 UTC (rev 662993)
+++ PKGBUILD2020-07-09 18:37:47 UTC (rev 662994)
@@ -1,10 +1,11 @@
 # Maintainer: Antonio Rojas 
 # Contributor: XavierCLL 
+# Contributor: Christian Rebischke 
 # PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
 
 pkgname=kup
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
 arch=(x86_64)
 url="https://www.linux-apps.com/p/1127689/;
@@ -11,8 +12,7 @@
 license=(GPL2)
 depends=(kidletime kinit libgit2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules plasma-framework)
-optdepends=('bup: support for incremental backups'
-'rsync: support for synced backups')
+optdepends=('rsync: support for synced backups')
 source=("https://download.kde.org/stable/kup/kup-$pkgver.tar.xz;)
 sha256sums=('79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd')
 


[arch-commits] Commit in linux-lts/trunk (5 files)

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:35:31
  Author: heftig
Revision: 391505

5.4.51-1

Added:
  
linux-lts/trunk/0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch
Modified:
  
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
  linux-lts/trunk/PKGBUILD
Deleted:
  linux-lts/trunk/0002-ALSA-usb-audio-Fix-packet-size-calculation.patch
  
linux-lts/trunk/0003-drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |4 
 0002-ALSA-usb-audio-Fix-packet-size-calculation.patch   |   35 -
 0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch |  254 
++
 0003-drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch |   43 -
 PKGBUILD|   12 
 5 files changed, 261 insertions(+), 87 deletions(-)

Modified: 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
===
--- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch 
2020-07-09 18:11:25 UTC (rev 391504)
+++ 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch 
2020-07-09 18:35:31 UTC (rev 391505)
@@ -1,4 +1,4 @@
-From f4b254de5d2b75143dd7c225e58afb3f5ee3bae6 Mon Sep 17 00:00:00 2001
+From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 16 Sep 2019 04:53:20 +0200
 Subject: [PATCH] ZEN: Add sysctl and CONFIG to disallow unprivileged
@@ -128,5 +128,5 @@
  static DEFINE_MUTEX(userns_state_mutex);
  
 -- 
-2.26.2
+2.27.0
 

Deleted: 0002-ALSA-usb-audio-Fix-packet-size-calculation.patch
===
--- 0002-ALSA-usb-audio-Fix-packet-size-calculation.patch   2020-07-09 
18:11:25 UTC (rev 391504)
+++ 0002-ALSA-usb-audio-Fix-packet-size-calculation.patch   2020-07-09 
18:35:31 UTC (rev 391505)
@@ -1,35 +0,0 @@
-From f28f67e0c17c11790c8795e7f727d3e39c4d5c92 Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy 
-Date: Mon, 29 Jun 2020 05:59:33 +0300
-Subject: [PATCH 1/2] ALSA: usb-audio: Fix packet size calculation
-
-Commit f0bd62b64016 ("ALSA: usb-audio: Improve frames size computation")
-introduced a regression for devices which have playback endpoints with
-bInterval > 1. Fix this by taking ep->datainterval into account.
-
-Note that frame and fps are actually mean packet and packets per second
-in the code introduces by the mentioned commit. This will be fixed in a
-follow-up patch.
-
-Fixes: f0bd62b64016 ("ALSA: usb-audio: Improve frames size computation")
-BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=208353
-Signed-off-by: Alexander Tsoy 

- sound/usb/endpoint.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c
-index 9bea7d3f99f8..11f23778f0a5 100644
 a/sound/usb/endpoint.c
-+++ b/sound/usb/endpoint.c
-@@ -1093,6 +1093,7 @@ int snd_usb_endpoint_set_params(struct snd_usb_endpoint 
*ep,
-   ep->freqn = get_usb_high_speed_rate(rate);
-   ep->fps = 8000;
-   }
-+  ep->fps >>= ep->datainterval;
- 
-   ep->sample_rem = rate % ep->fps;
-   ep->framesize[0] = rate / ep->fps;
--- 
-2.27.0
-

Added: 0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch
===
--- 0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch 
(rev 0)
+++ 0002-Revert-ath9k-Fix-general-protection-fault-in-ath9k_h.patch 
2020-07-09 18:35:31 UTC (rev 391505)
@@ -0,0 +1,254 @@
+From  Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Viktor=20J=C3=A4gersk=C3=BCpper?=
+ 
+Date: Wed, 1 Jul 2020 23:32:28 +0200
+Subject: [PATCH] Revert "ath9k: Fix general protection fault in
+ ath9k_hif_usb_rx_cb"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This reverts commit 2bbcaaee1fcb ("ath9k: Fix general protection fault
+in ath9k_hif_usb_rx_cb") because the driver gets stuck like this:
+
+  [5.778803] usb 1-5: Manufacturer: ATHEROS
+  [   21.697488] usb 1-5: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw 
requested
+  [   21.701377] usbcore: registered new interface driver ath9k_htc
+  [   22.053705] usb 1-5: ath9k_htc: Transferred FW: 
ath9k_htc/htc_9271-1.4.0.fw, size: 51008
+  [   22.306182] ath9k_htc 1-5:1.0: ath9k_htc: HTC initialized with 33 credits
+  [  115.708513] ath9k_htc: Failed to initialize the device
+  [  115.708683] usb 1-5: ath9k_htc: USB layer deinitialized
+
+Reported-by: Roman Mamedov 
+Ref: https://bugzilla.kernel.org/show_bug.cgi?id=208251
+Fixes: 2bbcaaee1fcb ("ath9k: Fix general protection fault in 
ath9k_hif_usb_rx_cb")
+Tested-by: Viktor Jägersküpper 
+Signed-off-by: Viktor Jägersküpper 
+---
+ 

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

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:34:40
  Author: jlichtblau
Revision: 662993

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 662992, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 662992, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog

+
 PKGBUILD   |   58 +--
 homebank.changelog |  247 +--
 2 files changed, 154 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:34:25 UTC (rev 662992)
+++ PKGBUILD2020-07-09 18:34:40 UTC (rev 662993)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.3.2
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('4bc8b801582fe1cdaa412d2179d7141ee5edaa8bfbfa8692579151ec810124bb')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 662992, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:34:40 UTC (rev 662993)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.4.2
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('c6ce84b421e7199ae545ea8b8d981f347af4d67b4cd5912b6789cf1450db722e')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2020-07-09 18:34:25 UTC (rev 662992)
+++ homebank.changelog  2020-07-09 18:34:40 UTC (rev 662993)
@@ -1,122 +0,0 @@
-2020-02-10 Jaroslav Lichtblau 
-   * homebank 5.3.2-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3.1-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3-1
-
-2019-09-21 Jaroslav Lichtblau 
-   * homebank 5.2.8-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * homebank 5.2.7-1
-
-2019-05-25 Jaroslav Lichtblau 
-   * homebank 5.2.6-1
-
-2019-05-19 Jaroslav Lichtblau 
-   * homebank 5.2.5-1
-
-2019-04-24 Jaroslav Lichtblau 
-   * homebank 5.2.4-1
-
-2019-03-19 Jaroslav Lichtblau 
-   * homebank 5.2.3-1
-
-2018-10-07 Jaroslav Lichtblau 
-   * homebank 5.2.2-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * homebank 5.2.1-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * homebank 5.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * homebank 5.1.8-1
-
-2018-01-07 Jaroslav Lichtblau 
-   * homebank 5.1.7-1
-
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:34:25
  Author: jlichtblau
Revision: 662992

upgpkg: homebank 5.4.2-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:22:10 UTC (rev 662991)
+++ PKGBUILD2020-07-09 18:34:25 UTC (rev 662992)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.3.2
+pkgver=5.4.2
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('4bc8b801582fe1cdaa412d2179d7141ee5edaa8bfbfa8692579151ec810124bb')
+sha256sums=('c6ce84b421e7199ae545ea8b8d981f347af4d67b4cd5912b6789cf1450db722e')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2020-07-09 18:22:10 UTC (rev 662991)
+++ homebank.changelog  2020-07-09 18:34:25 UTC (rev 662992)
@@ -1,3 +1,6 @@
+2020-07-09 Jaroslav Lichtblau 
+   * homebank 5.4.2-1
+
 2020-02-10 Jaroslav Lichtblau 
* homebank 5.3.2-1
 


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

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:21:57
  Author: jlichtblau
Revision: 662990

upgpkg: ginac 1.7.10-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:12:46 UTC (rev 662989)
+++ PKGBUILD2020-07-09 18:21:57 UTC (rev 662990)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.8
+pkgver=1.7.10
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('cln')
 makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0c86501aa6c72efd5937fce42c5e983fc9f05dadb65b4ebdb51ee95c9f6a7067')
+sha256sums=('e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2020-07-09 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, July 9, 2020 @ 18:22:10
  Author: jlichtblau
Revision: 662991

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 662990, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:21:57 UTC (rev 662990)
+++ PKGBUILD2020-07-09 18:22:10 UTC (rev 662991)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0c86501aa6c72efd5937fce42c5e983fc9f05dadb65b4ebdb51ee95c9f6a7067')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 662990, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:22:10 UTC (rev 662991)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.10
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 9, 2020 @ 18:12:40
  Author: svenstaro
Revision: 662988

upgpkg: blender 17:2.83.2-2

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:04:34 UTC (rev 662987)
+++ PKGBUILD2020-07-09 18:12:40 UTC (rev 662988)
@@ -20,7 +20,7 @@
 pkgname=blender
 pkgver=2.83.2
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2020-07-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 9, 2020 @ 18:12:46
  Author: svenstaro
Revision: 662989

archrelease: copy trunk to community-testing-x86_64

Added:
  blender/repos/community-testing-x86_64/D8063-cuda11.diff
(from rev 662988, blender/trunk/D8063-cuda11.diff)
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 662988, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/embree.patch
(from rev 662988, blender/trunk/embree.patch)
Deleted:
  blender/repos/community-testing-x86_64/D8063-cuda11.diff
  blender/repos/community-testing-x86_64/PKGBUILD
  blender/repos/community-testing-x86_64/embree.patch

---+
 D8063-cuda11.diff |  210 ++--
 PKGBUILD  |  204 +-
 embree.patch  |   86 ++---
 3 files changed, 250 insertions(+), 250 deletions(-)

Deleted: D8063-cuda11.diff
===
--- D8063-cuda11.diff   2020-07-09 18:12:40 UTC (rev 662988)
+++ D8063-cuda11.diff   2020-07-09 18:12:46 UTC (rev 662989)
@@ -1,105 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -375,7 +375,7 @@
- option(WITH_CYCLES_CUBIN_COMPILER   "Build cubins with nvrtc based compiler 
instead of nvcc" OFF)
- option(WITH_CYCLES_CUDA_BUILD_SERIAL "Build cubins one after another (useful 
on machines with limited RAM)" OFF)
- mark_as_advanced(WITH_CYCLES_CUDA_BUILD_SERIAL)
--set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 CACHE STRING "CUDA architectures to build binaries for")
-+set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 sm_80 CACHE STRING "CUDA architectures to build binaries for")
- mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
- unset(PLATFORM_DEFAULT)
- option(WITH_CYCLES_LOGGING  "Build Cycles with logging support" ON)
-diff --git a/build_files/cmake/config/blender_release.cmake 
b/build_files/cmake/config/blender_release.cmake
 a/build_files/cmake/config/blender_release.cmake
-+++ b/build_files/cmake/config/blender_release.cmake
-@@ -52,7 +52,7 @@
- set(WITH_MEM_JEMALLOC  ON  CACHE BOOL "" FORCE)
- set(WITH_CYCLES_CUDA_BINARIES  ON  CACHE BOOL "" FORCE)
- set(WITH_CYCLES_CUBIN_COMPILER OFF CACHE BOOL "" FORCE)
--set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75 CACHE STRING "" FORCE)
-+set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75;sm_80 CACHE STRING "" 
FORCE)
- set(WITH_CYCLES_DEVICE_OPTIX   ON CACHE BOOL "" FORCE)
- 
- # platform dependent options
-diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
 a/intern/cycles/CMakeLists.txt
-+++ b/intern/cycles/CMakeLists.txt
-@@ -313,7 +313,7 @@
-   set(MAX_MSVC 1910)
- elseif(${CUDA_VERSION} EQUAL "9.1")
-   set(MAX_MSVC 1911)
--elseif(${CUDA_VERSION} LESS "11.0")
-+elseif(${CUDA_VERSION} LESS "12.0")
-   set(MAX_MSVC 1999)
- endif()
- if(NOT MSVC_VERSION LESS ${MAX_MSVC} OR CMAKE_C_COMPILER_ID MATCHES 
"Clang")
-diff --git a/intern/cycles/kernel/CMakeLists.txt 
b/intern/cycles/kernel/CMakeLists.txt
 a/intern/cycles/kernel/CMakeLists.txt
-+++ b/intern/cycles/kernel/CMakeLists.txt
-@@ -485,8 +485,12 @@
-   foreach(arch ${CYCLES_CUDA_BINARIES_ARCH})
- if(${arch} MATCHES "sm_2.")
-   message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
-+elseif(${arch} MATCHES "sm_30" AND ${CUDA_VERSION} GREATER 109)
-+  message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
- elseif(${arch} MATCHES "sm_7." AND ${CUDA_VERSION} LESS 100)
-   message(STATUS "CUDA binaries for ${arch} require CUDA 10.0+, skipped.")
-+elseif(${arch} MATCHES "sm_8." AND ${CUDA_VERSION} LESS 110)
-+  message(STATUS "CUDA binaries for ${arch} require CUDA 11.0+, skipped.")
- else()
-   # Compile regular kernel
-   CYCLES_CUDA_KERNEL_ADD(${arch} ${prev_arch} filter "" 
"${cuda_filter_sources}" FALSE)
-@@ -525,6 +529,11 @@
-   set(cuda_flags ${cuda_flags}
- -D __KERNEL_DEBUG__)
- endif()
-+set(OPTIX_TARGET 30)
-+if(${CUDA_VERSION} GREATER 109) #cuda 11
-+  set(OPTIX_TARGET 52)
-+endif()
-+
- if(WITH_CYCLES_CUBIN_COMPILER)
- 
-   # Needed to find libnvrtc-builtins.so. Can't do it from inside
-@@ -536,7 +545,6 @@
- set(CUBIN_CC_ENV ${CMAKE_COMMAND}
-   -E env LD_LIBRARY_PATH="${CUDA_TOOLKIT_ROOT_DIR}/lib64")
-   endif()
--
-   add_custom_command(
- OUTPUT ${output}
- DEPENDS
-@@ -551,7 +559,7 @@
-   ${SRC_UTIL_HEADERS}
- COMMAND ${CUBIN_CC_ENV}
- "$"
---target 30
-+-target ${OPTIX_TARGET}
- -ptx
- -i ${CMAKE_CURRENT_SOURCE_DIR}/${input}
- ${cuda_flags}
-@@ -575,7 +583,7 @@
- COMMAND
-  

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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:11:25
  Author: heftig
Revision: 391504

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 391503, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:10:56 UTC (rev 391503)
+++ PKGBUILD2020-07-09 18:11:25 UTC (rev 391504)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.28.2
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
- harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
- bubblewrap xdg-dbus-proxy)
-makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue
- gst-plugins-bad)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('b9d23525cfd8d22c37b5d964a9fe9a8ce7583042a2f8d3922e71e6bbc68c30bd'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 391503, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 18:11:25 UTC (rev 391504)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.28.3
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
+ harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
+ bubblewrap xdg-dbus-proxy)
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue
+ gst-plugins-bad ninja)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('f0898ac072c220e13a4aee819408421a6cb56a6eb89170ceafe52468b0903522'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -Hwebkitgtk-$pkgver -Bbuild -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:10:45
  Author: heftig
Revision: 391502

5.7.8.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 16:53:51 UTC (rev 391501)
+++ PKGBUILD2020-07-09 18:10:45 UTC (rev 391502)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.7.7.zen1
+pkgver=5.7.8.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-07-09 Thread Jan Steffens via arch-commits
Date: Thursday, July 9, 2020 @ 18:10:56
  Author: heftig
Revision: 391503

2.28.3-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:10:45 UTC (rev 391502)
+++ PKGBUILD2020-07-09 18:10:56 UTC (rev 391503)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.28.2
-pkgrel=2
+pkgver=2.28.3
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
 url="https://webkitgtk.org/;
@@ -12,13 +12,13 @@
  harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
  bubblewrap xdg-dbus-proxy)
 makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue
- gst-plugins-bad)
+ gst-plugins-bad ninja)
 optdepends=('geoclue: Geolocation support'
 'gst-plugins-good: media decoding'
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('b9d23525cfd8d22c37b5d964a9fe9a8ce7583042a2f8d3922e71e6bbc68c30bd'
+sha256sums=('f0898ac072c220e13a4aee819408421a6cb56a6eb89170ceafe52468b0903522'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
@@ -28,7 +28,9 @@
 }
 
 build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -Hwebkitgtk-$pkgver -Bbuild -G Ninja \
 -DPORT=GTK \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2020-07-09 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 9, 2020 @ 18:03:41
  Author: foutrelis
Revision: 662951

archrelease: copy trunk to community-x86_64

Added:
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 662948, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 662949, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 662949, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 PKGBUILD  |  146 ++--
 mozconfig |  106 ++---
 seamonkey.install |   26 -
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 18:03:39 UTC (rev 662950)
+++ PKGBUILD2020-07-09 18:03:41 UTC (rev 662951)
@@ -1,73 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.53.3
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('x86_64')
-license=('MPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
- 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
- 'nss' 'sqlite' 'startup-notification')
-makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-   'libnotify: Notification integration'
-   'pulseaudio: Audio support')
-url="https://www.seamonkey-project.org/;
-source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
-"mozconfig")
-sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
-install="$pkgname.install"
-
-# 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=e05d56db0a694edc8b5aaebda3f2db6a
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat >> .mozconfig <
+
+pkgname=seamonkey
+pkgver=2.53.3
+pkgrel=2
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/;
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
+"mozconfig")
+sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
+'4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
+install="$pkgname.install"
+
+# 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=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2020-07-09 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 9, 2020 @ 18:03:34
  Author: foutrelis
Revision: 662946

upgpkg: seamonkey 2.53.3-2: switch to bundled libpng (FS#67242)

System libpng is no longer patched for APNG support (FS#67105).

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:03:33 UTC (rev 662945)
+++ PKGBUILD2020-07-09 18:03:34 UTC (rev 662946)
@@ -2,7 +2,7 @@
 
 pkgname=seamonkey
 pkgver=2.53.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
@@ -18,7 +18,7 @@
 
source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
 "mozconfig")
 sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+'4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
 install="$pkgname.install"
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)

Modified: mozconfig
===
--- mozconfig   2020-07-09 18:03:33 UTC (rev 662945)
+++ mozconfig   2020-07-09 18:03:34 UTC (rev 662946)
@@ -9,7 +9,7 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-ac_add_options --with-system-png
+#ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 #ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell


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

2020-07-09 Thread Felix Yan via arch-commits
Date: Thursday, July 9, 2020 @ 18:02:32
  Author: felixonmars
Revision: 662882

switch to ninja

Modified:
  catimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 18:02:32 UTC (rev 662881)
+++ PKGBUILD2020-07-09 18:02:32 UTC (rev 662882)
@@ -10,7 +10,7 @@
 url="https://github.com/posva/catimg;
 license=('MIT')
 depends=('glibc')
-makedepends=('cmake')
+makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/posva/catimg/archive/$pkgver.tar.gz;)
 
sha512sums=('a3c0ed92a797dc6e213e202cf36d4da32f4baba0ba4dc60875f4df152e3df10ec2276723e10826ce13ac1ddb4f32f75e0d6851767003032ecaa73fe0851e6559')
 
@@ -17,13 +17,13 @@
 build() {
cd $pkgname-$pkgver
   CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-   make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+   ninja
 }
 
 package() {
cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-07-09 Thread Felix Yan via arch-commits
Date: Thursday, July 9, 2020 @ 17:59:28
  Author: felixonmars
Revision: 662661

switch to ninja

Modified:
  fcitx5-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 17:59:28 UTC (rev 662660)
+++ PKGBUILD2020-07-09 17:59:28 UTC (rev 662661)
@@ -11,7 +11,7 @@
 url="https://github.com/fcitx/fcitx5-anthy;
 license=('GPL')
 depends=('fcitx5' 'anthy')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz;)
 
sha512sums=('03795f6b0c9006892396b201cf5b966bd3aa64e3e796d54adaf9cbfa4a317e2a5390e344b5cf579e80db757e28969bbfdd14bd81e8959af7acaba061917c3ab6')
 
@@ -18,11 +18,11 @@
 build(){
   cd $pkgname-$_commit
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
 }
 
 package() {
   cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-09 Thread Felix Yan via arch-commits
Date: Thursday, July 9, 2020 @ 17:59:24
  Author: felixonmars
Revision: 662655

switch to ninja

Modified:
  libime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 17:59:24 UTC (rev 662654)
+++ PKGBUILD2020-07-09 17:59:24 UTC (rev 662655)
@@ -13,7 +13,7 @@
 url="https://github.com/fcitx/libime;
 license=('GPL')
 depends=('boost-libs' 'fcitx5')
-makedepends=('boost' 'extra-cmake-modules' 'python')
+makedepends=('boost' 'extra-cmake-modules' 'ninja' 'python')
 
source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
 
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
 https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
@@ -42,11 +42,16 @@
 build(){
   cd $pkgname-$_commit
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
 }
 
+check() {
+  cd $pkgname-$_commit
+  ninja test
+}
+
 package() {
   cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-09 Thread Felix Yan via arch-commits
Date: Thursday, July 9, 2020 @ 17:58:18
  Author: felixonmars
Revision: 662554

switch to ninja

Modified:
  fcitx5-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 17:58:18 UTC (rev 662553)
+++ PKGBUILD2020-07-09 17:58:18 UTC (rev 662554)
@@ -11,7 +11,7 @@
 url="https://github.com/fcitx/fcitx5-chewing;
 license=('GPL')
 depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz;)
 
sha512sums=('1c7cf8836b6119f2dd66c999d2e95738fdeae64079c856e55d77dc28abbbfacc09c532096ae49b97015da4e5c893ae66646e058052a7a9e3a41870e986e92240')
 
@@ -18,11 +18,11 @@
 build(){
   cd $pkgname-$_commit
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
 }
 
 package() {
   cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


  1   2   3   4   5   >