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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Monday, August 2, 2021 @ 05:22:59
  Author: andyrtr
Revision: 421017

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 421016, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-02 05:21:04 UTC (rev 421016)
+++ PKGBUILD2021-08-02 05:22:59 UTC (rev 421017)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.42
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-checkdepends=('dbus')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 421016, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-02 05:22:59 UTC (rev 421017)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.42
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Monday, August 2, 2021 @ 05:21:04
  Author: andyrtr
Revision: 421016

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 421015, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-02 05:20:22 UTC (rev 421015)
+++ PKGBUILD2021-08-02 05:21:04 UTC (rev 421016)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.42
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-checkdepends=('dbus')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 421015, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-02 05:21:04 UTC (rev 421016)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.42
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Monday, August 2, 2021 @ 05:20:22
  Author: andyrtr
Revision: 421015

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 421014, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-02 05:19:46 UTC (rev 421014)
+++ PKGBUILD2021-08-02 05:20:22 UTC (rev 421015)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.42
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-checkdepends=('dbus')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 421014, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-02 05:20:22 UTC (rev 421015)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.42
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Monday, August 2, 2021 @ 05:19:46
  Author: andyrtr
Revision: 421014

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 421013, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-02 05:19:35 UTC (rev 421013)
+++ PKGBUILD2021-08-02 05:19:46 UTC (rev 421014)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.41
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-checkdepends=('dbus')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 421013, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-02 05:19:46 UTC (rev 421014)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.42
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Monday, August 2, 2021 @ 05:19:35
  Author: andyrtr
Revision: 421013

upgpkg: ell 0.42-1: upstream update 0.42

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:00:33 UTC (rev 421012)
+++ PKGBUILD2021-08-02 05:19:35 UTC (rev 421013)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.41
+pkgver=0.42
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 checkdepends=('dbus')
 # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
 
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c'
+sha256sums=('8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 2, 2021 @ 00:30:43
  Author: svenstaro
Revision: 992024

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 992023, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-02 00:30:39 UTC (rev 992023)
+++ PKGBUILD2021-08-02 00:30:43 UTC (rev 992024)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.9.0
-pkgrel=3
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 
'libtg_owt')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'extra-cmake-modules')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
-
-prepare() {
-cd tdesktop-$pkgver-full/cmake
-# force webrtc link to libjpeg and X11 libs
-echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
-echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
-echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
992023, telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-02 00:30:43 UTC (rev 992024)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.9.0
+pkgrel=4
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
+optdepends=('gtk3: GTK environment integration'
+'webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 2, 2021 @ 00:30:39
  Author: svenstaro
Revision: 992023

upgpkg: telegram-desktop 2.9.0-4: Follow some suggestions in FS#71542)

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 23:33:49 UTC (rev 992022)
+++ PKGBUILD2021-08-02 00:30:39 UTC (rev 992023)
@@ -2,27 +2,22 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=2.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
 license=('GPL3')
 depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 
'libtg_owt')
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'extra-cmake-modules')
+ 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
+optdepends=('gtk3: GTK environment integration'
+'webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
 
sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
 
-prepare() {
-cd tdesktop-$pkgver-full/cmake
-# force webrtc link to libjpeg and X11 libs
-echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
-echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
-echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
-}
-
 build() {
 cd tdesktop-$pkgver-full
 



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

2021-08-01 Thread Jerome Leclanche via arch-commits
Date: Sunday, August 1, 2021 @ 23:33:49
  Author: jleclanche
Revision: 992022

archrelease: copy trunk to community-x86_64

Added:
  sassc/repos/community-x86_64/PKGBUILD
(from rev 992021, sassc/trunk/PKGBUILD)
Deleted:
  sassc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 23:33:31 UTC (rev 992021)
+++ PKGBUILD2021-08-01 23:33:49 UTC (rev 992022)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.6.2
-pkgrel=2
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 992021, 
sassc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 23:33:49 UTC (rev 992022)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.6.2
+pkgrel=3
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("x86_64")
+url="https://sass-lang.com;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-01 Thread Jerome Leclanche via arch-commits
Date: Sunday, August 1, 2021 @ 23:33:31
  Author: jleclanche
Revision: 992021

upgpkg: sassc 3.6.2-3: Update upstream URL

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 23:13:19 UTC (rev 992020)
+++ PKGBUILD2021-08-01 23:33:31 UTC (rev 992021)
@@ -3,7 +3,7 @@
 
 pkgname=sassc
 pkgver=3.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("x86_64")
 url="https://sass-lang.com;



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 23:13:19
  Author: svenstaro
Revision: 992020

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 992019, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 992019, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 992019, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 992019, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/get-compatible-versions.sh
(from rev 992019, emscripten/trunk/get-compatible-versions.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 992019, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/get-compatible-versions.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  218 ++--
 emscripten-config |8 -
 emscripten.install|   26 ++--
 emscripten.sh |4 
 get-compatible-versions.sh|   30 ++--
 libcxxabi-include-libunwind.patch |   28 ++--
 6 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 23:13:10 UTC (rev 992019)
+++ PKGBUILD2021-08-01 23:13:19 UTC (rev 992020)
@@ -1,109 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=83ae39af1f8ffe67856b16f7ee13de066169b48f
-_llvm_project_revision=91f147792e815d401ae408989992f3c1530cc18a
-# Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
-# https://github.com/emscripten-core/emscripten/issues/12252
-# I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.24
-pkgrel=1
-pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="https://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'which' 'acorn')
-makedepends=('cmake' 'libxml2' 'git' 'ninja' 'npm')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-conflicts=('binaryen')
-provides=('binaryen')
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-
git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
-
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
-"emscripten.sh"
-emscripten-config)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
-
-build() {
-  cd binaryen
-  cmake . \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cd "$srcdir"/llvm-project/llvm
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_CXX_FLAGS=-Wno-nonportable-include-path \
--DLLVM_ENABLE_LIBXML2=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DCOMPILER_RT_BUILD_XRAY=OFF \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_ENABLE_IOS=OFF \
--DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C binaryen/build install
-
-  # Install LLVM stuff according to
-  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  # and
-  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
-  DESTDIR="$pkgdir" ninja -C llvm-project/llvm/build install
-  cd "$pkgdir"/opt/emscripten-llvm/bin
-
-  # Clean up some unnecessary bins and libs
- 

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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 23:13:10
  Author: svenstaro
Revision: 992019

upgpkg: emscripten 2.0.26-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 23:01:24 UTC (rev 992018)
+++ PKGBUILD2021-08-01 23:13:10 UTC (rev 992019)
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=83ae39af1f8ffe67856b16f7ee13de066169b48f
-_llvm_project_revision=91f147792e815d401ae408989992f3c1530cc18a
+_binaryen_revision=f09bb989a15451960c1078426b61dcc50f232a0a
+_llvm_project_revision=31e75512174e1bdaa242ee5c7f30fe56e68c3748
 # Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
 # https://github.com/emscripten-core/emscripten/issues/12252
 # I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.24
+pkgver=2.0.26
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 23:01:20
  Author: svenstaro
Revision: 992017

upgpkg: telegram-desktop 2.9.0-3: Dynamically link against tg_owt (FS#71542)

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 22:20:42 UTC (rev 992016)
+++ PKGBUILD2021-08-01 23:01:20 UTC (rev 992017)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=2.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -9,9 +9,9 @@
 license=('GPL3')
 depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
  'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc')
+ 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 
'libtg_owt')
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'libtg_owt' 'extra-cmake-modules')
+ 'extra-cmake-modules')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
 
sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
 
@@ -29,7 +29,7 @@
 # Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
 # 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
 # Thanks @primeos!
-cmake . \
+cmake \
 -B build \
 -G Ninja \
 -DCMAKE_INSTALL_PREFIX="/usr" \



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 23:01:24
  Author: svenstaro
Revision: 992018

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 992017, telegram-desktop/trunk/PKGBUILD)

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

Copied: telegram-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
992017, telegram-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-01 23:01:24 UTC (rev 992018)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.9.0
+pkgrel=3
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
+ 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 
'libtg_owt')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'extra-cmake-modules')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
+
+prepare() {
+cd tdesktop-$pkgver-full/cmake
+# force webrtc link to libjpeg and X11 libs
+echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
+echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
+echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
+}
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 22:20:42
  Author: svenstaro
Revision: 992016

archrelease: copy trunk to community-testing-x86_64

Added:
  libtg_owt/repos/community-testing-x86_64/
  libtg_owt/repos/community-testing-x86_64/PKGBUILD
(from rev 992015, libtg_owt/trunk/PKGBUILD)

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

Copied: libtg_owt/repos/community-testing-x86_64/PKGBUILD (from rev 992015, 
libtg_owt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-01 22:20:42 UTC (rev 992016)
@@ -0,0 +1,46 @@
+# Maintainer: Jiachen YANG 
+
+pkgname=libtg_owt
+_commit=91d836d
+pkgver=0.git6.${_commit}
+pkgrel=2
+pkgdesc='WebRTC library - static linked'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('custom:BSD')
+depends=('protobuf')
+makedepends=('git' 'ninja' 'unzip' 'cmake' 'libxrandr' 'libxcomposite' 
'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 
'libxtst')
+options=('staticlibs')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;
+"pipewire::git+https://github.com/PipeWire/pipewire.git;)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+replaces=('libwebrtc')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
+  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+  cmake \
+-B build \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  cd tg_owt
+  DESTDIR="${pkgdir}/" ninja -C build install
+}



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 22:20:37
  Author: svenstaro
Revision: 992015

upgpkg: libtg_owt 0.git6.91d836d-2: Don't use special target as it's 
discouraged (FS#71542)

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 22:14:29 UTC (rev 992014)
+++ PKGBUILD2021-08-01 22:20:37 UTC (rev 992015)
@@ -3,7 +3,7 @@
 pkgname=libtg_owt
 _commit=91d836d
 pkgver=0.git6.${_commit}
-pkgrel=1
+pkgrel=2
 pkgdesc='WebRTC library - static linked'
 arch=('x86_64')
 url='https://github.com/desktop-app/tg_owt'
@@ -14,7 +14,7 @@
 source=("tg_owt::git+${url}.git#commit=${_commit}"
 "libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
 "libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;
-   "pipewire::git+https://github.com/PipeWire/pipewire.git;)
+"pipewire::git+https://github.com/PipeWire/pipewire.git;)
 b2sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -32,23 +32,15 @@
 
 build() {
   cd tg_owt
-  mkdir build
-  cd build
-  # path to openssl include is intentionally wrong, so that it will not mess 
up srtp include headers
-  cmake -G Ninja \
+  cmake \
+-B build \
+-G Ninja \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTG_OWT_SPECIAL_TARGET=linux \
--DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
--DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
--DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
--DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include \
--DTG_OWT_DLOPEN_PIPEWIRE=OFF \
-..
-  ninja
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
 }
 
 package() {
-  cd tg_owt/build
-  DESTDIR="${pkgdir}/" ninja install
+  cd tg_owt
+  DESTDIR="${pkgdir}/" ninja -C build install
 }



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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 22:14:29
  Author: svenstaro
Revision: 992014

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 992013, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 22:14:24 UTC (rev 992013)
+++ PKGBUILD2021-08-01 22:14:29 UTC (rev 992014)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'libtg_owt' 'extra-cmake-modules')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
-
-prepare() {
-cd tdesktop-$pkgver-full/cmake
-# force webrtc link to libjpeg and X11 libs
-echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
-echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
-echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake . \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
--DDESKTOP_APP_SPECIAL_TARGET=""
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 992013, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 22:14:29 UTC (rev 992014)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
+ 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'libtg_owt' 'extra-cmake-modules')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
+
+prepare() {
+cd tdesktop-$pkgver-full/cmake
+# force webrtc link to libjpeg and X11 libs
+echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
+echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
+echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
+}
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake . \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+

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

2021-08-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 1, 2021 @ 22:14:24
  Author: svenstaro
Revision: 992013

upgpkg: telegram-desktop 2.9.0-2: Don't use special target as it's discouraged 
(FS#71542)

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 21:39:17 UTC (rev 992012)
+++ PKGBUILD2021-08-01 22:14:24 UTC (rev 992013)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -35,9 +35,7 @@
 -DCMAKE_INSTALL_PREFIX="/usr" \
 -DCMAKE_BUILD_TYPE=Release \
 -DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
--DDESKTOP_APP_SPECIAL_TARGET=""
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
 ninja -C build
 }
 



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

2021-08-01 Thread Andrew Crerar via arch-commits
Date: Sunday, August 1, 2021 @ 21:39:17
  Author: andrewsc
Revision: 992012

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 21:39:00 UTC (rev 992011)
+++ PKGBUILD2021-08-01 21:39:17 UTC (rev 992012)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=91.0b8
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  '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 "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('f03b768084635e96d8179d988c15d9937170c45a0bc87456a3b920db67fb333e1a0123294c1c8943ceee84e306115d09a5d6f35bda7f138ac79e3c2a11efe1a5'
-
'a493a1db4222dcbcbed1110999093bd411edc6653a893f363d0bc964d3506d818dc113d32e49cda86ea7069b45d8f52de8d76823578381e032c94c3cf09f0d55'
-
'468eac6b6396ed0b61a05f925eda2e78ff623ffb9d44be3c357775b1b3c26ddca37d442e682b424ff253a23ac541c4aa5d40bae22b007c5cc20bf2f489b89e37'
-

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

2021-08-01 Thread Andrew Crerar via arch-commits
Date: Sunday, August 1, 2021 @ 21:39:00
  Author: andrewsc
Revision: 992011

upgpkg: firefox-developer-edition-i18n 91.0b9-1

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

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 21:30:48 UTC (rev 992010)
+++ PKGBUILD2021-08-01 21:39:00 UTC (rev 992011)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=91.0b8
+pkgver=91.0b9
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('f03b768084635e96d8179d988c15d9937170c45a0bc87456a3b920db67fb333e1a0123294c1c8943ceee84e306115d09a5d6f35bda7f138ac79e3c2a11efe1a5'
-
'a493a1db4222dcbcbed1110999093bd411edc6653a893f363d0bc964d3506d818dc113d32e49cda86ea7069b45d8f52de8d76823578381e032c94c3cf09f0d55'
-
'468eac6b6396ed0b61a05f925eda2e78ff623ffb9d44be3c357775b1b3c26ddca37d442e682b424ff253a23ac541c4aa5d40bae22b007c5cc20bf2f489b89e37'
-
'02e1bcb035136c97864a8fb968fc651adb288b5e1499fa9f356af0a1661c45f3c6fe9f275d3086658924ace1c1a72f63a84153220f32f92073cb7650fb1acc5b'
-
'de52d9a1fca4a443e2efd2723dee392d6882fe26e2c6e0ea5adb0c54f15a8fa572ad2ff2a903d997bdb2bc110565063b6345cb6d8a1a2bb0a3e2cb3576971694'
-
'3d3ed1ce4d2818f5f1ef2c333848ca808733a0c2c85a8f449f4dec192a11a4e70e3538735ede77ed422bea943bcec341810c434bed0abd936c54c534df154580'
-
'8d1265daa38bfd91f3034060207f195cf73c77c8f76ebf861efb857bae153edf887e264061dd077710556dfa66984d68b27ada152f8905ebad511bf964142878'
-
'c2e58887eba0189584371ee7acd0a4f46b321dee7b6aa1014c784e281b3475868feffc7effd8c8e25e86001472f3be608b49718296feff76628c9ae75a19c832'
-
'629e21223260b6d964bbcc30f3bdee16f9ba4b4bf85289493ba2baafe07e8882e8aec46f729aa2f213a8ecccf1223967e950e03429d83e81df332db88aaa6a98'
-
'5264f1deb3b436aaf7509309e33db16f223d148efe2874724d5d56b79f789ffe9a8ec29420ff22cebe9585a262e25dc97aeb2d2b51f7a79fd08e2eda254f9c42'
-
'd34d16490e3adbff0ed19c8befdd878f2e99a3a85b67fc5fdd10737f23c1c74ebafaa6e460bc389135740dac90f231d5325235ccdca9493cc31dea89890f9a55'
-
'3ba61cc78d060c72ad9cef0fac3c3109bb9994e6b7c9f416e16898206e56ffbcc8403b8ba0ea01e6f36ec3d9b93cd6cbcbeb6982b5c2fdd9c964435945db13d5'
-
'474855dc365082e61c9b55629d348974cd641c7be0050c141aeca4cc73a1e58f2e5dde39d40859da123b26d49e2c6f4a8da621f3d6aac1c890cd262ee714b3b8'
-
'e7818ac8fbdd64666bad62ca3556444ce0e909f1ed8ede32d791af584970e43173d305a878c4891ddd4bb83e9aec2a6571be11265c106773461f3bede8c3aa3e'
-
'f08346e33c80a546107bef647aa0724c511437aea7dae376f7134513545fa1a815f05cad86999e6f2ebc29ea6f6b2f6bd9923a9471b3542a2b1221a2a4719d65'
-
'dc342223d678d056c866d889ba2da752a7969f755ede6f0619786136301bacc7a3eaacb7680019bbaab325012eda407b6f3db904315aec2d7ee82e80038e'
-
'eabe0a27a04508369f161de1207b0b10b5892e911534f87c2fca8f9a52a174c739d8320221e8b43acad50b60ecb67b245f16c247b2bf53f24e324558ae3ed08c'
-
'3c1f2d671ed3fb4966c8ee082b693b51a0c8ff12e942c890c19f42e06014f778a878451c759a2ebb39bbe55397513268151968b92dde452424d7932fae177488'
-
'50c1df18f9cc307e621ca9e7d2c03e7585729a858b11c44341d53a5342fd79b11ff39ff7b55df880eb1a19cd065748bca782b75b94b2f67a3c4aadc1fa172b6d'
-
'190814646eac0d7b1fc3d5ded11acd1367b9dbc540d478df5a64a7bc86078840c356a41ad71529053e13cf2cb648eb4046f330ee7776151ffbead1d50459161c'
-
'8a8d2ffd64a6cf1fb6f86af8738b3ff2922a8c6c96447b56575b7a3b6972845bb2f1f1c059e248f18b650790423971fdfabc48c5011beaebbff3fe8e06ba29f7'
-
'd63e8ec2da4847720af5ab1febefc578d65406519588d6cd8e439413e377c0815d03097c9b34ef4cfd0e5b43a99eb8cb8b0ec4bc4c2737c7388bfe6b1a775df0'
-
'9a3497327c45a8d8cc7fcd99c0e5f26d7b830c21a384657769487de4ac588f0991883a333021f5de467bde67a1c31a76f2c3e97c97902fabba118ad9ac4c5228'
-
'ea6722433e8860525330d937503dd2a5124620014f0185541d92ed0dff1680cabab8e1dbad9f1f7422e0ee1095a9d7a2eee709253ce4f6183644f9c1d234f6f6'
-
'bc76d22abbd96970b71a0f8503e0db3abe8a4afdb89300eafb105f750550a508b46446ca222059b527a2932b213a8a76bd739c2107809483e23ff85c9417cf50'
-
'9d6ab41815f1591f589ceba6f76a4893782b8d60e17745e3787fbae067c167f0b02c602dc7aa8fc71dfd4485c97f2036dc1edca8ff8fc09bb3a72ca250d3e3ed'
-
'eb9d38a415b98eb95fcb2d98c882aa9ab73e6abe1038861fdf5c47a1366ea03fd781fb3683be92fd34a6ca0dc91102ca9a4c381effa2f19115b179f1df7b5541'
-
'cb08f335ac43fadca0d59dd3cb82d8264d32c8b48744e3fc79d2d2ee80f1eb3f684d476b4346e4f5e0fd2eb5667579cd0247c3e9065d8f7612a54c23066a95a1'
-

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

2021-08-01 Thread Andrew Crerar via arch-commits
Date: Sunday, August 1, 2021 @ 21:30:22
  Author: andrewsc
Revision: 992009

upgpkg: firefox-developer-edition 91.0b9-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:34:35 UTC (rev 992008)
+++ PKGBUILD2021-08-01 21:30:22 UTC (rev 992009)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=91.0b8
+pkgver=91.0b9
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('2c71fd95cd741491b759e11ae0628a85224baa9fa24c89fa739d7faf148e57dbeb53e3a9b411c8b6a8068e65b9ef5494946479733001e423ed938e42efff790c'
+sha512sums=('c2b86040c6f646abca21c18b31ba53edbdad84a9fa6d60d831c9127af47e725b679292e635f923ff58e44766bb7632ddf1faa6eda9f42611afd79de4397c2c09'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c'



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:34:35
  Author: felixonmars
Revision: 992008

add pytest-raises to checkdepends

Modified:
  python-qasync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:33:00 UTC (rev 992007)
+++ PKGBUILD2021-08-01 20:34:35 UTC (rev 992008)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python' 'qt5-python-bindings')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+checkdepends=('python-pytest-raises' 'python-pyqt5' 'pyside2' 
'xorg-server-xvfb')
 
source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('3ea51d164f15c9208c72b56e2dbc750697fa440ba1cc3ca7003dacfe0b67bd763911599785369ba594462d108b2ff07f0c5d0d348ad0d9e3d880be98a043e79c')
 



[arch-commits] Commit in python-pytest-raises/repos (2 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:33:00
  Author: felixonmars
Revision: 992007

archrelease: copy trunk to community-any

Added:
  python-pytest-raises/repos/community-any/
  python-pytest-raises/repos/community-any/PKGBUILD
(from rev 992006, python-pytest-raises/trunk/PKGBUILD)

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

Copied: python-pytest-raises/repos/community-any/PKGBUILD (from rev 992006, 
python-pytest-raises/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 20:33:00 UTC (rev 992007)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-raises
+pkgver=0.11
+pkgrel=1
+pkgdesc='An implementation of pytest.raises as a pytest.mark fixture'
+arch=('any')
+license=('MIT')
+url='https://github.com/Lemmons/pytest-raises'
+depends=('python-pytest')
+makedepends=('python-setuptools')
+source=("https://github.com/Lemmons/pytest-raises/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('d4df7012941bd06d090fc26018a516c10329d96ba80f69ea9794cb17f632240a4747067cc146dd04c9c9a666a1e7be0458ccf1eb7c74b4bf6e2b73daa56f80ec')
+
+build() {
+  cd pytest-raises-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-raises-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-raises-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:32:51
  Author: felixonmars
Revision: 992006

addpkg: python-pytest-raises 0.11-1

Added:
  python-pytest-raises/
  python-pytest-raises/repos/
  python-pytest-raises/trunk/
  python-pytest-raises/trunk/PKGBUILD

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

Added: python-pytest-raises/trunk/PKGBUILD
===
--- python-pytest-raises/trunk/PKGBUILD (rev 0)
+++ python-pytest-raises/trunk/PKGBUILD 2021-08-01 20:32:51 UTC (rev 992006)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-raises
+pkgver=0.11
+pkgrel=1
+pkgdesc='An implementation of pytest.raises as a pytest.mark fixture'
+arch=('any')
+license=('MIT')
+url='https://github.com/Lemmons/pytest-raises'
+depends=('python-pytest')
+makedepends=('python-setuptools')
+source=("https://github.com/Lemmons/pytest-raises/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('d4df7012941bd06d090fc26018a516c10329d96ba80f69ea9794cb17f632240a4747067cc146dd04c9c9a666a1e7be0458ccf1eb7c74b4bf6e2b73daa56f80ec')
+
+build() {
+  cd pytest-raises-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-raises-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-raises-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Jerome Leclanche via arch-commits
Date: Sunday, August 1, 2021 @ 20:32:34
  Author: jleclanche
Revision: 992005

upgpkg: sassc 3.6.2-2: Update upstream URL

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:12:23 UTC (rev 992004)
+++ PKGBUILD2021-08-01 20:32:34 UTC (rev 992005)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("x86_64")
-url="http://libsass.org/;
+url="https://sass-lang.com;
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:12:23
  Author: felixonmars
Revision: 992004

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 20:12:15 UTC (rev 992003)
+++ PKGBUILD2021-08-01 20:12:23 UTC (rev 992004)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: gmes78 
-
-pkgname=python-qasync
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Python library for using asyncio in Qt-based applications"
-arch=(any)
-url="https://github.com/CabbageDevelopment/qasync;
-license=('BSD')
-depends=('python' 'qt5-python-bindings')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
-source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4f996bf52857d90bee4a5b2c95dae486f737ae112bf460b9a9e75fc2db564029c03828e68de7e06d84f1a6e000e278c3256d250f9ee63ab2c677bde22d8de4b9')
-
-build() {
-  cd qasync-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd qasync-$pkgver
-  QT_API=PyQt5 xvfb-run python -m pytest
-  QT_API=PySide2 xvfb-run python -m pytest
-}
-
-package() {
-  cd qasync-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-qasync/repos/community-any/PKGBUILD (from rev 992003, 
python-qasync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 20:12:23 UTC (rev 992004)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: gmes78 
+
+pkgname=python-qasync
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Python library for using asyncio in Qt-based applications"
+arch=(any)
+url="https://github.com/CabbageDevelopment/qasync;
+license=('BSD')
+depends=('python' 'qt5-python-bindings')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('3ea51d164f15c9208c72b56e2dbc750697fa440ba1cc3ca7003dacfe0b67bd763911599785369ba594462d108b2ff07f0c5d0d348ad0d9e3d880be98a043e79c')
+
+build() {
+  cd qasync-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd qasync-$pkgver
+  QT_API=PyQt5 xvfb-run python -m pytest
+  QT_API=PySide2 xvfb-run python -m pytest
+}
+
+package() {
+  cd qasync-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:12:15
  Author: felixonmars
Revision: 992003

upgpkg: python-qasync 0.18.0-1

Modified:
  python-qasync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:08:50 UTC (rev 992002)
+++ PKGBUILD2021-08-01 20:12:15 UTC (rev 992003)
@@ -2,7 +2,7 @@
 # Contributor: gmes78 
 
 pkgname=python-qasync
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Python library for using asyncio in Qt-based applications"
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
 
source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4f996bf52857d90bee4a5b2c95dae486f737ae112bf460b9a9e75fc2db564029c03828e68de7e06d84f1a6e000e278c3256d250f9ee63ab2c677bde22d8de4b9')
+sha512sums=('3ea51d164f15c9208c72b56e2dbc750697fa440ba1cc3ca7003dacfe0b67bd763911599785369ba594462d108b2ff07f0c5d0d348ad0d9e3d880be98a043e79c')
 
 build() {
   cd qasync-$pkgver



[arch-commits] Commit in lib32-faudio/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:08:50
  Author: felixonmars
Revision: 992002

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-faudio/repos/multilib-x86_64/PKGBUILD
(from rev 992001, lib32-faudio/trunk/PKGBUILD)
Deleted:
  lib32-faudio/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 20:08:41 UTC (rev 992001)
+++ PKGBUILD2021-08-01 20:08:50 UTC (rev 992002)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=21.07
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('427f1270e6b8b1030a996e088031af88a8fb3588373cd8210cc5c519da584e0ca81c7224d7fdea2cbf494c80e93d1fa3a7c5ada9dd94d4978fac0702afbbf12f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 992001, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 20:08:50 UTC (rev 992002)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=21.08
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
+sha512sums=('629cb774acb36ac85b5c94bf6131af0841c70ec297c06e15633853d448f05fa10b06a0202513298d0719667c0da9aaf192b6bee2cbd9b27f5b657ac0af7a1ef8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:08:41
  Author: felixonmars
Revision: 992001

upgpkg: lib32-faudio 21.08-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:07:43 UTC (rev 992000)
+++ PKGBUILD2021-08-01 20:08:41 UTC (rev 992001)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=21.07
+pkgver=21.08
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('427f1270e6b8b1030a996e088031af88a8fb3588373cd8210cc5c519da584e0ca81c7224d7fdea2cbf494c80e93d1fa3a7c5ada9dd94d4978fac0702afbbf12f')
+sha512sums=('629cb774acb36ac85b5c94bf6131af0841c70ec297c06e15633853d448f05fa10b06a0202513298d0719667c0da9aaf192b6bee2cbd9b27f5b657ac0af7a1ef8')
 
 prepare() {
   mkdir -p build



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:07:43
  Author: felixonmars
Revision: 992000

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 991999, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 20:07:34 UTC (rev 991999)
+++ PKGBUILD2021-08-01 20:07:43 UTC (rev 992000)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=21.07
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'gst-libav')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('427f1270e6b8b1030a996e088031af88a8fb3588373cd8210cc5c519da584e0ca81c7224d7fdea2cbf494c80e93d1fa3a7c5ada9dd94d4978fac0702afbbf12f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DGSTREAMER=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 991999, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 20:07:43 UTC (rev 992000)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=21.08
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'gst-libav')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('629cb774acb36ac85b5c94bf6131af0841c70ec297c06e15633853d448f05fa10b06a0202513298d0719667c0da9aaf192b6bee2cbd9b27f5b657ac0af7a1ef8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGSTREAMER=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 20:07:34
  Author: felixonmars
Revision: 991999

upgpkg: faudio 21.08-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:05:16 UTC (rev 991998)
+++ PKGBUILD2021-08-01 20:07:34 UTC (rev 991999)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=21.07
+pkgver=21.08
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'gst-libav')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('427f1270e6b8b1030a996e088031af88a8fb3588373cd8210cc5c519da584e0ca81c7224d7fdea2cbf494c80e93d1fa3a7c5ada9dd94d4978fac0702afbbf12f')
+sha512sums=('629cb774acb36ac85b5c94bf6131af0841c70ec297c06e15633853d448f05fa10b06a0202513298d0719667c0da9aaf192b6bee2cbd9b27f5b657ac0af7a1ef8')
 
 prepare() {
   mkdir -p build



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:05:16
  Author: foutrelis
Revision: 991998

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 991997, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 991997, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 991997, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-staging-x86_64/PKGBUILD
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
  gdal/repos/community-staging-x86_64/gdal.changelog

+
 PKGBUILD   |  166 ++---
 gdal-perl-vendor.patch |   36 +++---
 gdal.changelog |  264 +++
 3 files changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 20:05:11 UTC (rev 991997)
+++ PKGBUILD2021-08-01 20:05:16 UTC (rev 991998)
@@ -1,83 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgbase=gdal
-pkgname=('gdal' 'python-gdal')
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('x86_64')
-url="https://gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
- 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl: perl binding support')
-options=('!emptydirs')
-changelog=$pkgbase.changelog
-source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
-gdal-perl-vendor.patch)
-sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
-'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
-
-prepare() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-
-# Fix Perl bindings installation path
-  patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
-  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
-  --with-png --with-poppler --with-spatialite --with-openjpeg
-
-# workaround for bug #13646
-#   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-#   sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python setup.py build
-}
-
-package_gdal () {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
-
-# Remove RPATH
-  eval local $(perl -V:vendorarch)
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
-}
-
-package_python-gdal () {
-  pkgdesc="Python bindings for GDAL"
-  depends=("gdal=$pkgver" 'python-numpy')
-  optdepends=()
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-#   install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
-
-  install -dm755 "${pkgdir}"/usr/share/licenses
-  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 991997, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 20:05:16 UTC (rev 991998)
@@ -0,0 +1,83 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal')
+pkgver=3.3.1
+pkgrel=4
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="https://gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')

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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:05:11
  Author: foutrelis
Revision: 991997

upgpkg: gdal 3.3.1-4: netCDF 4.8.0 and HDF5 1.12.1 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 20:00:16 UTC (rev 991996)
+++ PKGBUILD2021-08-01 20:05:11 UTC (rev 991997)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal')
 pkgver=3.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="https://gdal.org/;



[arch-commits] Commit in kitinerary/repos/kde-unstable-x86_64 (3 files)

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:00:33
  Author: foutrelis
Revision: 421012

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kitinerary/repos/kde-unstable-x86_64/PKGBUILD
(from rev 421011, kitinerary/kde-unstable/PKGBUILD)
  kitinerary/repos/kde-unstable-x86_64/poppler-21.8.0.patch
(from rev 421011, kitinerary/kde-unstable/poppler-21.8.0.patch)
Deleted:
  kitinerary/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 poppler-21.8.0.patch |   41 
 2 files changed, 75 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 20:00:28 UTC (rev 421011)
+++ PKGBUILD2021-08-01 20:00:33 UTC (rev 421012)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kitinerary
-pkgver=21.07.90
-pkgrel=1
-pkgdesc='Data model and extraction system for travel reservation information'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a70e41377b7f4984f171c084276d9358a3018fbe42ff150c95e7169f53bbfacd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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

Copied: kitinerary/repos/kde-unstable-x86_64/PKGBUILD (from rev 421011, 
kitinerary/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 20:00:33 UTC (rev 421012)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=21.07.90
+pkgrel=2
+pkgdesc='Data model and extraction system for travel reservation information'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+poppler-21.8.0.patch)
+sha256sums=('a70e41377b7f4984f171c084276d9358a3018fbe42ff150c95e7169f53bbfacd'
+'SKIP'
+'ac4cae76f3d4392c4dc3c41f0a0ee26d79c9937f4451736f64cd114bdaa94d28')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver = QT_VERSION_CHECK(21, 8, 0)
++#define KPOPPLER_DATE_STRING_TYPE GooString
++#else
++#define KPOPPLER_DATE_STRING_TYPE char
++#endif
++
++static QDateTime parsePdfDateTime(const KPOPPLER_DATE_STRING_TYPE *str)
+ {
+ int year, month, day, hour, min, sec, tzHours, tzMins;
+ char tz;
+@@ -233,7 +240,9 @@ QDateTime PdfDocument::creationTime() co
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());
+@@ -250,7 +259,9 @@ QDateTime PdfDocument::modificationTime(
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());



[arch-commits] Commit in kitinerary/kde-unstable (PKGBUILD poppler-21.8.0.patch)

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:00:28
  Author: foutrelis
Revision: 421011

upgpkg: kitinerary 21.07.90-2: poppler 21.8.0 rebuild

Added:
  kitinerary/kde-unstable/poppler-21.8.0.patch
Modified:
  kitinerary/kde-unstable/PKGBUILD

--+
 PKGBUILD |   12 +---
 poppler-21.8.0.patch |   41 +
 2 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 19:50:17 UTC (rev 421010)
+++ PKGBUILD2021-08-01 20:00:28 UTC (rev 421011)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=21.07.90
-pkgrel=1
+pkgrel=2
 pkgdesc='Data model and extraction system for travel reservation information'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -9,13 +9,19 @@
 license=(LGPL)
 depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
 makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+poppler-21.8.0.patch)
 sha256sums=('a70e41377b7f4984f171c084276d9358a3018fbe42ff150c95e7169f53bbfacd'
-'SKIP')
+'SKIP'
+'ac4cae76f3d4392c4dc3c41f0a0ee26d79c9937f4451736f64cd114bdaa94d28')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver = QT_VERSION_CHECK(21, 8, 0)
++#define KPOPPLER_DATE_STRING_TYPE GooString
++#else
++#define KPOPPLER_DATE_STRING_TYPE char
++#endif
++
++static QDateTime parsePdfDateTime(const KPOPPLER_DATE_STRING_TYPE *str)
+ {
+ int year, month, day, hour, min, sec, tzHours, tzMins;
+ char tz;
+@@ -233,7 +240,9 @@ QDateTime PdfDocument::creationTime() co
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());
+@@ -250,7 +259,9 @@ QDateTime PdfDocument::modificationTime(
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:00:16
  Author: foutrelis
Revision: 991996

archrelease: copy trunk to community-testing-x86_64

Added:
  gdal/repos/community-testing-x86_64/
  gdal/repos/community-testing-x86_64/PKGBUILD
(from rev 991995, gdal/trunk/PKGBUILD)
  gdal/repos/community-testing-x86_64/gdal-perl-vendor.patch
(from rev 991995, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-testing-x86_64/gdal.changelog
(from rev 991995, gdal/trunk/gdal.changelog)

+
 PKGBUILD   |   83 +
 gdal-perl-vendor.patch |   18 ++
 gdal.changelog |  132 +++
 3 files changed, 233 insertions(+)

Copied: gdal/repos/community-testing-x86_64/PKGBUILD (from rev 991995, 
gdal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-01 20:00:16 UTC (rev 991996)
@@ -0,0 +1,83 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal')
+pkgver=3.3.1
+pkgrel=3
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="https://gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl: perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+gdal-perl-vendor.patch)
+sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
+'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+#   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+#   sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+#   install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}

Copied: gdal/repos/community-testing-x86_64/gdal-perl-vendor.patch (from rev 
991995, gdal/trunk/gdal-perl-vendor.patch)
===
--- community-testing-x86_64/gdal-perl-vendor.patch 
(rev 0)
+++ community-testing-x86_64/gdal-perl-vendor.patch 2021-08-01 20:00:16 UTC 
(rev 991996)
@@ -0,0 +1,18 @@
+Description: pass INSTALLDIRS=vendor to Makefile.PL to get stuff into the 
right place
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann 
+
+--- swig/perl/Makefile.orig2018-12-14 22:34:20.0 +0100
 swig/perl/Makefile 2018-12-25 17:52:06.053358428 +0100
+@@ -10 +10 @@
+-  perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
++  perl Makefile.PL INSTALLDIRS=vendor
+ 
+ test: build
+   $(MAKE) -f Makefile_Geo__GDAL test
+--- swig/perl/GNUmakefile.orig 2018-12-14 22:34:20.0 +0100
 swig/perl/GNUmakefile  2018-12-25 

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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 20:00:11
  Author: foutrelis
Revision: 991995

upgpkg: gdal 3.3.1-3: poppler 21.8.0 rebuild (in testing)

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 19:50:06 UTC (rev 991994)
+++ PKGBUILD2021-08-01 20:00:11 UTC (rev 991995)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal')
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="https://gdal.org/;



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 19:49:46
  Author: foutrelis
Revision: 421004

archrelease: copy trunk to staging-x86_64

Added:
  kitinerary/repos/staging-x86_64/
  kitinerary/repos/staging-x86_64/PKGBUILD
(from rev 421003, kitinerary/trunk/PKGBUILD)
  kitinerary/repos/staging-x86_64/poppler-21.8.0.patch
(from rev 421003, kitinerary/trunk/poppler-21.8.0.patch)

--+
 PKGBUILD |   34 ++
 poppler-21.8.0.patch |   41 +
 2 files changed, 75 insertions(+)

Copied: kitinerary/repos/staging-x86_64/PKGBUILD (from rev 421003, 
kitinerary/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 19:49:46 UTC (rev 421004)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=21.04.3
+pkgrel=2
+pkgdesc='Data model and extraction system for travel reservation information'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+poppler-21.8.0.patch)
+sha256sums=('5cee2f06b446997e0414e131618149f124c437aa50b6808494f4902f3178fc61'
+'SKIP'
+'ac4cae76f3d4392c4dc3c41f0a0ee26d79c9937f4451736f64cd114bdaa94d28')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver = QT_VERSION_CHECK(21, 8, 0)
++#define KPOPPLER_DATE_STRING_TYPE GooString
++#else
++#define KPOPPLER_DATE_STRING_TYPE char
++#endif
++
++static QDateTime parsePdfDateTime(const KPOPPLER_DATE_STRING_TYPE *str)
+ {
+ int year, month, day, hour, min, sec, tzHours, tzMins;
+ char tz;
+@@ -233,7 +240,9 @@ QDateTime PdfDocument::creationTime() co
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());
+@@ -250,7 +259,9 @@ QDateTime PdfDocument::modificationTime(
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 19:49:41
  Author: foutrelis
Revision: 421003

upgpkg: kitinerary 21.04.3-2: poppler 21.08.0 rebuild

Modified:
  kitinerary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 19:48:07 UTC (rev 421002)
+++ PKGBUILD2021-08-01 19:49:41 UTC (rev 421003)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=21.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Data model and extraction system for travel reservation information'
 arch=(x86_64)
 url='https://kontact.kde.org'



[arch-commits] Commit in kitinerary/trunk (PKGBUILD poppler-21.8.0.patch)

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 19:48:07
  Author: foutrelis
Revision: 421002

Add untested patch for poppler 21.8.0

Added:
  kitinerary/trunk/poppler-21.8.0.patch
Modified:
  kitinerary/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 poppler-21.8.0.patch |   41 +
 2 files changed, 49 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:48:49 UTC (rev 421001)
+++ PKGBUILD2021-08-01 19:48:07 UTC (rev 421002)
@@ -9,13 +9,19 @@
 license=(LGPL)
 depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
 makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+poppler-21.8.0.patch)
 sha256sums=('5cee2f06b446997e0414e131618149f124c437aa50b6808494f4902f3178fc61'
-'SKIP')
+'SKIP'
+'ac4cae76f3d4392c4dc3c41f0a0ee26d79c9937f4451736f64cd114bdaa94d28')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver = QT_VERSION_CHECK(21, 8, 0)
++#define KPOPPLER_DATE_STRING_TYPE GooString
++#else
++#define KPOPPLER_DATE_STRING_TYPE char
++#endif
++
++static QDateTime parsePdfDateTime(const KPOPPLER_DATE_STRING_TYPE *str)
+ {
+ int year, month, day, hour, min, sec, tzHours, tzMins;
+ char tz;
+@@ -233,7 +240,9 @@ QDateTime PdfDocument::creationTime() co
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());
+@@ -250,7 +259,9 @@ QDateTime PdfDocument::modificationTime(
+ if (!dt) {
+ return {};
+ }
+-#if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
++#if KPOPPLER_VERSION >= QT_VERSION_CHECK(21, 8, 0)
++return parsePdfDateTime(dt.get());
++#elif KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 72, 0)
+ return parsePdfDateTime(dt->c_str());
+ #else
+ return parsePdfDateTime(dt->getCString());



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

2021-08-01 Thread David Runge via arch-commits
Date: Sunday, August 1, 2021 @ 19:44:44
  Author: dvzrv
Revision: 991992

archrelease: copy trunk to community-any

Added:
  nlohmann-json/repos/community-any/PKGBUILD
(from rev 991991, nlohmann-json/trunk/PKGBUILD)
Deleted:
  nlohmann-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 19:44:36 UTC (rev 991991)
+++ PKGBUILD2021-08-01 19:44:44 UTC (rev 991992)
@@ -1,54 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=nlohmann-json
-# upstream doesn't use annotated tags
-_commit=db78ac1d7716f56fc9f1b030b715f872f93964e4 # v3.9.1
-pkgver=3.9.1
-pkgrel=3
-# tests are tracked in a separate repo
-_test_pkgver=3.0.0
-pkgdesc="JSON for Modern C++"
-arch=('any')
-url="https://github.com/nlohmann/json;
-license=('MIT')
-makedepends=('cmake' 'git')
-source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed;
-
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz;)
-sha512sums=('SKIP'
-
'd9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891')
-b2sums=('SKIP'
-
'f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d')
-validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

-
-prepare() {
-  mkdir -vp "$pkgname/build"
-  mv -v "json_test_data-${_test_pkgver}/" "$pkgname/build/json_test_data/"
-}
-
-build() {
-  cd "$pkgname"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_INSTALL_INCLUDEDIR='/usr/include' \
--DCMAKE_BUILD_TYPE='None' \
--DBUILD_TESTING=ON \
--DJSON_BuildTests=ON \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}"
-  make -k test -C build
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {CODE_OF_CONDUCT,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: nlohmann-json/repos/community-any/PKGBUILD (from rev 991991, 
nlohmann-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 19:44:44 UTC (rev 991992)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge 
+
+pkgname=nlohmann-json
+# upstream doesn't use annotated tags
+_commit=db78ac1d7716f56fc9f1b030b715f872f93964e4 # v3.9.1
+pkgver=3.9.1
+pkgrel=4
+# tests are tracked in a separate repo
+_test_pkgver=3.0.0
+pkgdesc="JSON for Modern C++"
+arch=('any')
+url="https://github.com/nlohmann/json;
+license=('MIT')
+makedepends=('cmake' 'git')
+source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed;
+
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz;)
+sha512sums=('SKIP'
+
'd9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891')
+b2sums=('SKIP'
+
'f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d')
+validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

+
+prepare() {
+  cp -av "${pkgname}" "${pkgname}-test"
+  mkdir -vp "${pkgname}-test/build"
+  mv -v "json_test_data-${_test_pkgver}/" 
"${pkgname}-test/build/json_test_data/"
+}
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B "$pkgname/build" \
+-S "$pkgname"
+  make VERBOSE=1 -C "$pkgname/build"
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DBUILD_TESTING=ON \
+-DJSON_BuildTests=ON \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B "$pkgname-test/build" \
+-S "$pkgname-test"
+  make VERBOSE=1 -C "$pkgname-test/build"
+}
+
+check() {
+  make -k test -C "${pkgname}-test/build"
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install -C build
+  install -vDm 644 {CODE_OF_CONDUCT,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-08-01 Thread David Runge via arch-commits
Date: Sunday, August 1, 2021 @ 19:44:36
  Author: dvzrv
Revision: 991991

upgpkg: nlohmann-json 3.9.1-4: Rebuild to fix pkgconfig integration.

The pkgconfig file points to /usr/local/include if the test suite is run:
https://github.com/nlohmann/json/issues/2907
https://bugs.archlinux.org/task/71086

Modified:
  nlohmann-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:30:09 UTC (rev 991990)
+++ PKGBUILD2021-08-01 19:44:36 UTC (rev 991991)
@@ -4,7 +4,7 @@
 # upstream doesn't use annotated tags
 _commit=db78ac1d7716f56fc9f1b030b715f872f93964e4 # v3.9.1
 pkgver=3.9.1
-pkgrel=3
+pkgrel=4
 # tests are tracked in a separate repo
 _test_pkgver=3.0.0
 pkgdesc="JSON for Modern C++"
@@ -21,32 +21,39 @@
 validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

 
 prepare() {
-  mkdir -vp "$pkgname/build"
-  mv -v "json_test_data-${_test_pkgver}/" "$pkgname/build/json_test_data/"
+  cp -av "${pkgname}" "${pkgname}-test"
+  mkdir -vp "${pkgname}-test/build"
+  mv -v "json_test_data-${_test_pkgver}/" 
"${pkgname}-test/build/json_test_data/"
 }
 
 build() {
-  cd "$pkgname"
   cmake -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_INSTALL_INCLUDEDIR='/usr/include' \
 -DCMAKE_BUILD_TYPE='None' \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B "$pkgname/build" \
+-S "$pkgname"
+  make VERBOSE=1 -C "$pkgname/build"
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
 -DBUILD_TESTING=ON \
 -DJSON_BuildTests=ON \
 -DJSON_MultipleHeaders=ON \
 -Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
+-B "$pkgname-test/build" \
+-S "$pkgname-test"
+  make VERBOSE=1 -C "$pkgname-test/build"
 }
 
 check() {
-  cd "${pkgname}"
-  make -k test -C build
+  make -k test -C "${pkgname}-test/build"
 }
 
 package() {
-  cd "$pkgname"
+  cd "${pkgname}"
   make DESTDIR="${pkgdir}" install -C build
   install -vDm 644 {CODE_OF_CONDUCT,README}.md \
 -t "${pkgdir}/usr/share/doc/${pkgname}"



[arch-commits] Commit in perl-dbd-sqlite/repos/extra-x86_64 (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:48:49
  Author: felixonmars
Revision: 421001

archrelease: copy trunk to extra-x86_64

Added:
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD
(from rev 421000, perl-dbd-sqlite/trunk/PKGBUILD)
  perl-dbd-sqlite/repos/extra-x86_64/libsqlite.patch
(from rev 421000, perl-dbd-sqlite/trunk/libsqlite.patch)
Deleted:
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD
  perl-dbd-sqlite/repos/extra-x86_64/libsqlite.patch

-+
 PKGBUILD|   88 +++---
 libsqlite.patch |   22 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 18:48:37 UTC (rev 421000)
+++ PKGBUILD2021-08-01 18:48:49 UTC (rev 421001)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbd-sqlite
-pkgver=1.68
-pkgrel=1
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('x86_64')
-url="https://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz;
-libsqlite.patch)
-sha512sums=('83d7d19404949900bcc8464bf7786893bb53fdc04dbdee2f31f7bf4564dfc2bcf4218190460e34e5bf5633d1d958b729be7c7b5e6b539cdad6e732529d042372'
-
'cf492402f9127c40130c052a6b3f78e86abc0342385130be386aa12e23b1166f20deac50eee1dcc1e43598ba5785d0a218f2cb0a6bb7f5dd7f7c0fc3220bd2bb')
-
-prepare() {
-  cd DBD-SQLite-$pkgver
-
-  # Ensure that we can never ever build this. If the perl module links against
-  # the system lib this won't matter, if it does not, it will fail during
-  # make test.
-  rm sqlite3.c
-
-  # Makefile asks us to patch this to allow to link with system sqlite...
-  patch -i "$srcdir/libsqlite.patch"
-}
-
-build() {
-  cd DBD-SQLite-$pkgver
-
-  # USE_LOCAL_SQLITE=0 disables use of the bundled sqlite
-  perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
-  make
-}
-
-check() {
-  cd DBD-SQLite-$pkgver
-  make test
-}
-
-package() {
-  cd DBD-SQLite-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 421000, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 18:48:49 UTC (rev 421001)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbd-sqlite
+pkgver=1.70
+pkgrel=1
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('x86_64')
+url="https://search.cpan.org/dist/DBD-SQLite;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz;
+libsqlite.patch)
+sha512sums=('163d53a8a214202a39b346ae023f9d10255c69dde537bc764a4ef312b62ef7b02ae1400e6c1a59d0483fd98abba6c36939214c13f5d9b3a2727c41753ba59060'
+
'cf492402f9127c40130c052a6b3f78e86abc0342385130be386aa12e23b1166f20deac50eee1dcc1e43598ba5785d0a218f2cb0a6bb7f5dd7f7c0fc3220bd2bb')
+
+prepare() {
+  cd DBD-SQLite-$pkgver
+
+  # Ensure that we can never ever build this. If the perl module links against
+  # the system lib this won't matter, if it does not, it will fail during
+  # make test.
+  rm sqlite3.c
+
+  # Makefile asks us to patch this to allow to link with system sqlite...
+  patch -i "$srcdir/libsqlite.patch"
+}
+
+build() {
+  cd DBD-SQLite-$pkgver
+
+  # USE_LOCAL_SQLITE=0 disables use of the bundled sqlite
+  perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
+  make
+}
+
+check() {
+  cd DBD-SQLite-$pkgver
+  make test
+}
+
+package() {
+  cd DBD-SQLite-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: libsqlite.patch
===
--- libsqlite.patch 2021-08-01 18:48:37 UTC (rev 421000)
+++ libsqlite.patch 2021-08-01 18:48:49 UTC (rev 421001)
@@ -1,11 +0,0 @@
 Makefile.PL.orig   2018-12-19 20:08:13.433144871 +0100
-+++ Makefile.PL2018-12-19 20:07:37.546242667 +0100
-@@ -129,7 +129,7 @@
- # a system sqlite is also sophisticated enough to have a patching system
- # that can change the if ( 0 ) to if ( 1 )
- my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc);
--if ( 0 ) {
-+if ( 1 ) {
-   require File::Spec;
-   if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) {
-   $sqlite_base =~ /=(.*)/;

Copied: perl-dbd-sqlite/repos/extra-x86_64/libsqlite.patch (from rev 421000, 
perl-dbd-sqlite/trunk/libsqlite.patch)
===
--- libsqlite.patch (rev 0)
+++ libsqlite.patch 2021-08-01 18:48:49 UTC (rev 421001)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   2018-12-19 20:08:13.433144871 +0100
 Makefile.PL2018-12-19 20:07:37.546242667 +0100
+@@ -129,7 +129,7 @@
+ # a system sqlite is also sophisticated enough to have a patching system
+ # 

[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:48:37
  Author: felixonmars
Revision: 421000

upgpkg: perl-dbd-sqlite 1.70-1

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:26:57 UTC (rev 420999)
+++ PKGBUILD2021-08-01 18:48:37 UTC (rev 421000)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-dbd-sqlite
-pkgver=1.68
+pkgver=1.70
 pkgrel=1
 pkgdesc="Self-contained RDBMS in a DBI driver"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('perl-dbi' 'sqlite')
 
source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz;
 libsqlite.patch)
-sha512sums=('83d7d19404949900bcc8464bf7786893bb53fdc04dbdee2f31f7bf4564dfc2bcf4218190460e34e5bf5633d1d958b729be7c7b5e6b539cdad6e732529d042372'
+sha512sums=('163d53a8a214202a39b346ae023f9d10255c69dde537bc764a4ef312b62ef7b02ae1400e6c1a59d0483fd98abba6c36939214c13f5d9b3a2727c41753ba59060'
 
'cf492402f9127c40130c052a6b3f78e86abc0342385130be386aa12e23b1166f20deac50eee1dcc1e43598ba5785d0a218f2cb0a6bb7f5dd7f7c0fc3220bd2bb')
 
 prepare() {



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:30:09
  Author: felixonmars
Revision: 991990

archrelease: copy trunk to community-any

Added:
  python-invoke/repos/community-any/PKGBUILD
(from rev 991989, python-invoke/trunk/PKGBUILD)
  python-invoke/repos/community-any/invoke-devendor.patch
(from rev 991989, python-invoke/trunk/invoke-devendor.patch)
Deleted:
  python-invoke/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   73 +++--
 invoke-devendor.patch |   94 
 2 files changed, 133 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 18:29:50 UTC (rev 991989)
+++ PKGBUILD2021-08-01 18:30:09 UTC (rev 991990)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-invoke
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Pythonic task execution"
-url="https://github.com/pyinvoke/invoke;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-pytest-relaxed')
-source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
-sha512sums=('ac6b1939907ba34930836f567454aeea63373aa510644964eb18e1e684f30d4053c75a73506d0e947a38ca206daf847ce927ec2df15e73932278c2c73c3e20bd')
-
-prepare() {
-  find invoke-$pkgver -type f -name '*.pyc' -delete
-}
-
-build() {
-  cd "$srcdir"/invoke-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/invoke-$pkgver
-  python setup.py pytest || echo "Tests failed"
-}
-
-package() {
-  cd invoke-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-invoke/repos/community-any/PKGBUILD (from rev 991989, 
python-invoke/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 18:30:09 UTC (rev 991990)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-invoke
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Pythonic task execution"
+url="https://github.com/pyinvoke/invoke;
+license=('BSD')
+arch=('any')
+depends=('python-fluidity' 'python-lexicon' 'python-six' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-pytest-relaxed')
+source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;
+invoke-devendor.patch)
+sha512sums=('640719d576b6c655d2a1b8e2f0556b49621c846fbce26120abc818c20dc6f9445c7663b9aafe41e7e4f7f6160bd17d1678bb6912cbe13dcbaded278cc78eb824'
+
'c5e414990f7a36455ff28288f90cccd62e570775523ea307f4ed2b7cdc7b9b0c1ee2d2eb046a048843fd2f016aed0a3cf270355297a1d73119f83edf8bc37be9')
+
+prepare() {
+  find invoke-$pkgver -type f -name '*.pyc' -delete
+  rm -r invoke-$pkgver/invoke/vendor
+
+  patch -d invoke-$pkgver -p1 < invoke-devendor.patch
+}
+
+build() {
+  cd invoke-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd invoke-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd invoke-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-invoke/repos/community-any/invoke-devendor.patch (from rev 
991989, python-invoke/trunk/invoke-devendor.patch)
===
--- invoke-devendor.patch   (rev 0)
+++ invoke-devendor.patch   2021-08-01 18:30:09 UTC (rev 991990)
@@ -0,0 +1,94 @@
+From 566d4da2a3cd103891569c79b7b0e095ce0e0fdb Mon Sep 17 00:00:00 2001
+From: Athmane Madjoudj 
+Date: Sun, 31 Mar 2019 00:56:07 +0100
+Subject: [PATCH] Fallback to system lib if vendorized one does not exists
+
+---
+ integration/_support/respond_base.py | 5 -
+ integration/_support/respond_both.py | 5 -
+ integration/_support/respond_fail.py | 5 -
+ integration/_util.py | 5 -
+ tests/_util.py   | 5 -
+ tests/concurrency.py | 5 -
+ tests/conftest.py| 6 +-
+ tests/runners.py | 5 -
+ tests/watchers.py| 5 -
+ 9 files changed, 37 insertions(+), 9 deletions(-)
+
+diff --git a/tests/_util.py b/tests/_util.py
+index a51c2bef..0ce507bb 100644
+--- a/tests/_util.py
 b/tests/_util.py
+@@ -8,7 +8,10 @@
+ termios = None
+ from contextlib import contextmanager
+ 
+-from invoke.vendor.six import BytesIO, b, wraps
++try:
++from invoke.vendor.six import BytesIO, b, wraps
++except ImportError:
++from six import BytesIO, b, wraps
+ 
+ from mock import patch, Mock
+ from pytest import skip
+diff --git a/tests/concurrency.py b/tests/concurrency.py
+index f77eed81..1cf86f39 100644
+--- a/tests/concurrency.py
 b/tests/concurrency.py
+@@ -1,4 +1,7 @@
+-from invoke.vendor.six.moves.queue 

[arch-commits] Commit in python-invoke/trunk (PKGBUILD invoke-devendor.patch)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:29:50
  Author: felixonmars
Revision: 991989

upgpkg: python-invoke 1.6.0-1: devendor and update

Added:
  python-invoke/trunk/invoke-devendor.patch
Modified:
  python-invoke/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +---
 invoke-devendor.patch |   94 
 2 files changed, 105 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:23:50 UTC (rev 991988)
+++ PKGBUILD2021-08-01 18:29:50 UTC (rev 991989)
@@ -7,24 +7,29 @@
 url="https://github.com/pyinvoke/invoke;
 license=('BSD')
 arch=('any')
-depends=('python')
+depends=('python-fluidity' 'python-lexicon' 'python-six' 'python-yaml')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-pytest-relaxed')
-source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
-sha512sums=('640719d576b6c655d2a1b8e2f0556b49621c846fbce26120abc818c20dc6f9445c7663b9aafe41e7e4f7f6160bd17d1678bb6912cbe13dcbaded278cc78eb824')
+source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;
+invoke-devendor.patch)
+sha512sums=('640719d576b6c655d2a1b8e2f0556b49621c846fbce26120abc818c20dc6f9445c7663b9aafe41e7e4f7f6160bd17d1678bb6912cbe13dcbaded278cc78eb824'
+
'c5e414990f7a36455ff28288f90cccd62e570775523ea307f4ed2b7cdc7b9b0c1ee2d2eb046a048843fd2f016aed0a3cf270355297a1d73119f83edf8bc37be9')
 
 prepare() {
   find invoke-$pkgver -type f -name '*.pyc' -delete
+  rm -r invoke-$pkgver/invoke/vendor
+
+  patch -d invoke-$pkgver -p1 < invoke-devendor.patch
 }
 
 build() {
-  cd "$srcdir"/invoke-$pkgver
+  cd invoke-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/invoke-$pkgver
-  python setup.py pytest || echo "Tests failed"
+  cd invoke-$pkgver
+  python setup.py pytest
 }
 
 package() {

Added: invoke-devendor.patch
===
--- invoke-devendor.patch   (rev 0)
+++ invoke-devendor.patch   2021-08-01 18:29:50 UTC (rev 991989)
@@ -0,0 +1,94 @@
+From 566d4da2a3cd103891569c79b7b0e095ce0e0fdb Mon Sep 17 00:00:00 2001
+From: Athmane Madjoudj 
+Date: Sun, 31 Mar 2019 00:56:07 +0100
+Subject: [PATCH] Fallback to system lib if vendorized one does not exists
+
+---
+ integration/_support/respond_base.py | 5 -
+ integration/_support/respond_both.py | 5 -
+ integration/_support/respond_fail.py | 5 -
+ integration/_util.py | 5 -
+ tests/_util.py   | 5 -
+ tests/concurrency.py | 5 -
+ tests/conftest.py| 6 +-
+ tests/runners.py | 5 -
+ tests/watchers.py| 5 -
+ 9 files changed, 37 insertions(+), 9 deletions(-)
+
+diff --git a/tests/_util.py b/tests/_util.py
+index a51c2bef..0ce507bb 100644
+--- a/tests/_util.py
 b/tests/_util.py
+@@ -8,7 +8,10 @@
+ termios = None
+ from contextlib import contextmanager
+ 
+-from invoke.vendor.six import BytesIO, b, wraps
++try:
++from invoke.vendor.six import BytesIO, b, wraps
++except ImportError:
++from six import BytesIO, b, wraps
+ 
+ from mock import patch, Mock
+ from pytest import skip
+diff --git a/tests/concurrency.py b/tests/concurrency.py
+index f77eed81..1cf86f39 100644
+--- a/tests/concurrency.py
 b/tests/concurrency.py
+@@ -1,4 +1,7 @@
+-from invoke.vendor.six.moves.queue import Queue
++try:
++from invoke.vendor.six.moves.queue import Queue
++except ImportError:
++from six.moves.queue import Queue
+ 
+ from invoke.util import ExceptionWrapper, ExceptionHandlingThread as EHThread
+ 
+diff --git a/tests/conftest.py b/tests/conftest.py
+index 4fe8dbca..faf88105 100644
+--- a/tests/conftest.py
 b/tests/conftest.py
+@@ -3,7 +3,11 @@
+ import sys
+ import termios
+ 
+-from invoke.vendor.six import iteritems
++try:
++from invoke.vendor.six import iteritems
++except ImportError:
++from six import iteritems
++
+ import pytest
+ from mock import patch
+ 
+diff --git a/tests/runners.py b/tests/runners.py
+index abd3b4f9..259cf3c9 100644
+--- a/tests/runners.py
 b/tests/runners.py
+@@ -6,7 +6,10 @@
+ from io import BytesIO
+ from itertools import chain, repeat
+ 
+-from invoke.vendor.six import StringIO, b, PY2, iteritems
++try:
++from invoke.vendor.six import StringIO, b, PY2, iteritems
++except ImportError:
++from six import StringIO, b, PY2, iteritems
+ 
+ from pytest import raises, skip
+ from pytest_relaxed import trap
+diff --git a/tests/watchers.py b/tests/watchers.py
+index 2d02e2b7..f27a025a 100644
+--- a/tests/watchers.py
 b/tests/watchers.py
+@@ -1,6 +1,9 @@
+ from threading import Thread, Event
+ 
+-from invoke.vendor.six.moves.queue import Queue, Empty
++try:
++from invoke.vendor.six.moves.queue import Queue, Empty
++except ImportError:
++from 

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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:26:57
  Author: foutrelis
Revision: 420999

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 420998, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/liborcus-0.16.diff
(from rev 420998, libreoffice-still/trunk/liborcus-0.16.diff)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 420998, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 420998, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 420998, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 420998, libreoffice-still/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  386 +
 liborcus-0.16.diff   | 1255 +
 libreoffice-still.csh|7 
 libreoffice-still.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 6 files changed, 1680 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 420998, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 18:26:57 UTC (rev 420999)
@@ -0,0 +1,386 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# 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_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=7.0.6.2
+pkgver=7.0.6
+pkgrel=4
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4306.tar.bz2
+   ${_additional_source_url}/dtoa-20180411.tgz
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   

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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:26:47
  Author: foutrelis
Revision: 420998

upgpkg: libreoffice-still 7.0.6-4: poppler 21.08.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:23:41 UTC (rev 420997)
+++ PKGBUILD2021-08-01 18:26:47 UTC (rev 420998)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.0.6.2
 pkgver=7.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:23:50
  Author: felixonmars
Revision: 991988

archrelease: copy trunk to community-any

Added:
  python-fluidity/repos/community-any/
  python-fluidity/repos/community-any/PKGBUILD
(from rev 991987, python-fluidity/trunk/PKGBUILD)

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

Copied: python-fluidity/repos/community-any/PKGBUILD (from rev 991987, 
python-fluidity/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 18:23:50 UTC (rev 991988)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-fluidity
+pkgver=0.2.1
+_commit=468627ea13ed4c3043dc67ccc1ff16089fdb7b25
+pkgrel=1
+pkgdesc="Fluidity: state machine implementation for Python objects"
+url="https://github.com/nsi-iff/fluidity;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-should-dsl')
+source=("https://github.com/nsi-iff/fluidity/archive/$_commit/$pkgname-$_commit.tar.gz;)
+sha512sums=('9c80fb3480fe4167247374f4fb8f1d8d8b77cb7d485d26518485b06b628d70f7bf0d538c4b6a08bf071bccff3082c7266e446d1682984a60e447c0d090b0f899')
+
+build() {
+  cd fluidity-$_commit
+  python setup.py build
+}
+
+check() {
+  cd fluidity-$_commit
+  (
+export PYTHONPATH="$PWD"
+# Copied from https://github.com/nsi-iff/fluidity/blob/master/tox.ini
+python spec/callable_support_spec.py
+python spec/callback_order_spec.py
+python spec/configuration_spec.py
+python spec/event_parameters_spec.py
+python spec/event_spec.py
+python spec/guard_spec.py
+python spec/individuation_spec.py
+python spec/one_event_multiple_transitions_spec.py
+python spec/state_action_spec.py
+python spec/state_spec.py
+python spec/transition_action_spec.py
+python spec/boolean_state_getters_spec.py
+  )
+}
+
+package() {
+  cd fluidity-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:23:41
  Author: foutrelis
Revision: 420997

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 420996, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 420996, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 420996, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 420996, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/soffice-template.desktop.in
(from rev 420996, libreoffice-fresh/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  381 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 5 files changed, 420 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 420996, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 18:23:41 UTC (rev 420997)
@@ -0,0 +1,381 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# 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_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=7.1.5.2
+pkgver=7.1.5
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi' 'box2d' 'git'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4306.tar.bz2
+   ${_additional_source_url}/dtoa-20180411.tgz
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/QR-Code-generator-1.4.0.tar.gz
+   
${_additional_source_url}/skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz
+   

[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:23:41
  Author: felixonmars
Revision: 991987

addpkg: python-fluidity 0.2.1-1

Added:
  python-fluidity/
  python-fluidity/repos/
  python-fluidity/trunk/
  python-fluidity/trunk/PKGBUILD

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

Added: python-fluidity/trunk/PKGBUILD
===
--- python-fluidity/trunk/PKGBUILD  (rev 0)
+++ python-fluidity/trunk/PKGBUILD  2021-08-01 18:23:41 UTC (rev 991987)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-fluidity
+pkgver=0.2.1
+_commit=468627ea13ed4c3043dc67ccc1ff16089fdb7b25
+pkgrel=1
+pkgdesc="Fluidity: state machine implementation for Python objects"
+url="https://github.com/nsi-iff/fluidity;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-should-dsl')
+source=("https://github.com/nsi-iff/fluidity/archive/$_commit/$pkgname-$_commit.tar.gz;)
+sha512sums=('9c80fb3480fe4167247374f4fb8f1d8d8b77cb7d485d26518485b06b628d70f7bf0d538c4b6a08bf071bccff3082c7266e446d1682984a60e447c0d090b0f899')
+
+build() {
+  cd fluidity-$_commit
+  python setup.py build
+}
+
+check() {
+  cd fluidity-$_commit
+  (
+export PYTHONPATH="$PWD"
+# Copied from https://github.com/nsi-iff/fluidity/blob/master/tox.ini
+python spec/callable_support_spec.py
+python spec/callback_order_spec.py
+python spec/configuration_spec.py
+python spec/event_parameters_spec.py
+python spec/event_spec.py
+python spec/guard_spec.py
+python spec/individuation_spec.py
+python spec/one_event_multiple_transitions_spec.py
+python spec/state_action_spec.py
+python spec/state_spec.py
+python spec/transition_action_spec.py
+python spec/boolean_state_getters_spec.py
+  )
+}
+
+package() {
+  cd fluidity-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:23:32
  Author: foutrelis
Revision: 420996

upgpkg: libreoffice-fresh 7.1.5-2: poppler 21.08.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:00:57 UTC (rev 420995)
+++ PKGBUILD2021-08-01 18:23:32 UTC (rev 420996)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.1.5.2
 pkgver=7.1.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;



[arch-commits] Commit in python-should-dsl/repos (2 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:19:38
  Author: felixonmars
Revision: 991986

archrelease: copy trunk to community-any

Added:
  python-should-dsl/repos/community-any/
  python-should-dsl/repos/community-any/PKGBUILD
(from rev 991985, python-should-dsl/trunk/PKGBUILD)

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

Copied: python-should-dsl/repos/community-any/PKGBUILD (from rev 991985, 
python-should-dsl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 18:19:38 UTC (rev 991986)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-should-dsl
+pkgver=2.1.2
+_commit=ded0323344f21311f366ffc711b65245aafc11f1
+pkgrel=1
+pkgdesc="Should assertions in Python as clear and readable as possible"
+url="https://github.com/nsi-iff/should-dsl;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/nsi-iff/should-dsl/archive/$_commit/$pkgname-$_commit.tar.gz;)
+sha512sums=('4e3d9b5066828c9b7d01ff9f2941ff92715cd576667c9ebe96d07bf037221ce1ee2fb3378844852cbe56560257073d4747e0fa079964809c18c349c3b3543e8b')
+
+build() {
+  cd should-dsl-$_commit
+  python setup.py build
+}
+
+check() {
+  cd should-dsl-$_commit
+  python run_all_examples.py
+}
+
+package() {
+  cd should-dsl-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:19:29
  Author: felixonmars
Revision: 991985

addpkg: python-should-dsl 2.1.2-1

Added:
  python-should-dsl/
  python-should-dsl/repos/
  python-should-dsl/trunk/
  python-should-dsl/trunk/PKGBUILD

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

Added: python-should-dsl/trunk/PKGBUILD
===
--- python-should-dsl/trunk/PKGBUILD(rev 0)
+++ python-should-dsl/trunk/PKGBUILD2021-08-01 18:19:29 UTC (rev 991985)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-should-dsl
+pkgver=2.1.2
+_commit=ded0323344f21311f366ffc711b65245aafc11f1
+pkgrel=1
+pkgdesc="Should assertions in Python as clear and readable as possible"
+url="https://github.com/nsi-iff/should-dsl;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/nsi-iff/should-dsl/archive/$_commit/$pkgname-$_commit.tar.gz;)
+sha512sums=('4e3d9b5066828c9b7d01ff9f2941ff92715cd576667c9ebe96d07bf037221ce1ee2fb3378844852cbe56560257073d4747e0fa079964809c18c349c3b3543e8b')
+
+build() {
+  cd should-dsl-$_commit
+  python setup.py build
+}
+
+check() {
+  cd should-dsl-$_commit
+  python run_all_examples.py
+}
+
+package() {
+  cd should-dsl-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:17:29
  Author: foutrelis
Revision: 991984

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 991983, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas-poppler-20.12.patch
(from rev 991983, gambas3/trunk/gambas-poppler-20.12.patch)
  gambas3/repos/community-staging-x86_64/gambas-poppler-21.06.patch
(from rev 991983, gambas3/trunk/gambas-poppler-21.06.patch)

+
 PKGBUILD   |  804 +++
 gambas-poppler-20.12.patch |   11 
 gambas-poppler-21.06.patch |   40 ++
 3 files changed, 855 insertions(+)

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 991983, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-01 18:17:29 UTC (rev 991984)
@@ -0,0 +1,804 @@
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args'
+ 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
+ 'gambas3-gb-dbus' 'gambas3-gb-data'
+ 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
+ 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
+ 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk3'
+ 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
+ 'gambas3-gb-libxml' 'gambas3-gb-logging'
+ 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
+ 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
+ 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
+ 'gambas3-gb-pcre' 'gambas3-gb-poppler'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
+ 'gambas3-gb-openssl'
+ 'gambas3-gb-report'
+ 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
+ 'gambas3-gb-term'
+ 'gambas3-gb-util-web' 'gambas3-gb-util'
+ 'gambas3-gb-v4l' 'gambas3-gb-vb'
+ 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
+ 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
+ 'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
+pkgver=3.16.2
+pkgrel=4
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('x86_64')
+url="http://gambas.sourceforge.net/;
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'imlib2' 'gdk-pixbuf2' 'gtk3' 
'webkit2gtk'
+ 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
+ 'pcre' 'qt5-webkit' 'qt5-webengine' 'qt5-x11extras' 'qt5-svg' 
'libxcursor' 'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'ncurses'
+ 'gmime3' 'libxcrypt')
+options=('!emptydirs' 'libtool')
+source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
+sha512sums=('8747d5e7c1d5849e3ff44636d8400431ce219812b421a4cedf1d38be6b257f35f53a3e0fdc7ae9a53a35649007ea17de96510c2a1a6c3c42802b5f871209e0d4')
+
+prepare() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  GAMBAS_CONFIG_FAILURE=1 ./configure --prefix=/usr \
+--disable-sqlite2 \
+--disable-qt4  \
+--disable-gtk \
+--disable-pdf
+
+  make bindir=${pkgdir}/usr/bin
+
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+package_gambas3-gb-args() {
+  depends=('gambas3-runtime')
+  pkgdesc="Command-line options analyzer component"
+
+  _install fakeinstall/usr/lib/gambas3/gb.args.*
+  _install 

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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 18:17:13
  Author: foutrelis
Revision: 991983

upgpkg: gambas3 3.16.2-4: poppler 21.08.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 18:03:04 UTC (rev 991982)
+++ PKGBUILD2021-08-01 18:17:13 UTC (rev 991983)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
 pkgver=3.16.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:03:04
  Author: felixonmars
Revision: 991982

archrelease: copy trunk to community-any

Added:
  python-spec/repos/community-any/
  python-spec/repos/community-any/PKGBUILD
(from rev 991981, python-spec/trunk/PKGBUILD)

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

Copied: python-spec/repos/community-any/PKGBUILD (from rev 991981, 
python-spec/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 18:03:04 UTC (rev 991982)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-spec
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Specification-style nosetests output for Python"
+url="https://github.com/bitprophet/spec;
+license=('MIT')
+arch=('any')
+depends=('python-nose' 'python-six')
+makedepends=('python-setuptools')
+source=("https://github.com/bitprophet/spec/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('da512a30106e324a7ce5a3a6b3b587d95a7f8b2bb584b069b28e5dca3369c5f9b7527154ac354e06c17489e70faaa72aa2350e3d51101547713d1efa97221e66')
+
+build() {
+  cd spec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd spec-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PATH="$PWD/tmp_install/usr/bin" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" spec 
--help
+}
+
+package() {
+  cd spec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:02:54
  Author: felixonmars
Revision: 991981

archrelease: copy trunk to community-any

Added:
  python-lexicon/repos/community-any/
  python-lexicon/repos/community-any/PKGBUILD
(from rev 991980, python-lexicon/trunk/PKGBUILD)

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

Copied: python-lexicon/repos/community-any/PKGBUILD (from rev 991980, 
python-lexicon/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 18:02:54 UTC (rev 991981)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lexicon
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
+url="https://github.com/bitprophet/lexicon;
+license=('BSD')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-spec')
+source=("https://github.com/bitprophet/lexicon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0e1c8534a368eabde31c8f78043b966fa881586f00d2480a6cd3407c8135d08381b6904530cea9839ea57b6a45b9604610fde773ed885e966284f8fdb3e4ccff')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  PYTHONPATH="$PWD" spec
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:02:45
  Author: felixonmars
Revision: 991980

addpkg: python-spec 1.4.1-1

Added:
  python-spec/
  python-spec/repos/
  python-spec/trunk/
  python-spec/trunk/PKGBUILD

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

Added: python-spec/trunk/PKGBUILD
===
--- python-spec/trunk/PKGBUILD  (rev 0)
+++ python-spec/trunk/PKGBUILD  2021-08-01 18:02:45 UTC (rev 991980)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-spec
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Specification-style nosetests output for Python"
+url="https://github.com/bitprophet/spec;
+license=('MIT')
+arch=('any')
+depends=('python-nose' 'python-six')
+makedepends=('python-setuptools')
+source=("https://github.com/bitprophet/spec/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('da512a30106e324a7ce5a3a6b3b587d95a7f8b2bb584b069b28e5dca3369c5f9b7527154ac354e06c17489e70faaa72aa2350e3d51101547713d1efa97221e66')
+
+build() {
+  cd spec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd spec-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PATH="$PWD/tmp_install/usr/bin" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" spec 
--help
+}
+
+package() {
+  cd spec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:02:38
  Author: felixonmars
Revision: 991979

addpkg: python-lexicon 1.0.0-1

Added:
  python-lexicon/
  python-lexicon/repos/
  python-lexicon/trunk/
  python-lexicon/trunk/PKGBUILD

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

Added: python-lexicon/trunk/PKGBUILD
===
--- python-lexicon/trunk/PKGBUILD   (rev 0)
+++ python-lexicon/trunk/PKGBUILD   2021-08-01 18:02:38 UTC (rev 991979)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lexicon
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
+url="https://github.com/bitprophet/lexicon;
+license=('BSD')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-spec')
+source=("https://github.com/bitprophet/lexicon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0e1c8534a368eabde31c8f78043b966fa881586f00d2480a6cd3407c8135d08381b6904530cea9839ea57b6a45b9604610fde773ed885e966284f8fdb3e4ccff')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  PYTHONPATH="$PWD" spec
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:00:57
  Author: felixonmars
Revision: 420995

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/62f51070.patch
(from rev 420994, calligra/trunk/62f51070.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 420994, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-openexr3.patch
(from rev 420994, calligra/trunk/calligra-openexr3.patch)

-+
 62f51070.patch  |   40 +++
 PKGBUILD|   53 +++
 calligra-openexr3.patch |   77 ++
 3 files changed, 170 insertions(+)

Copied: calligra/repos/staging-x86_64/62f51070.patch (from rev 420994, 
calligra/trunk/62f51070.patch)
===
--- staging-x86_64/62f51070.patch   (rev 0)
+++ staging-x86_64/62f51070.patch   2021-08-01 18:00:57 UTC (rev 420995)
@@ -0,0 +1,40 @@
+From 62f510702ef9c34ac50f8d8601a4290ab558464c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20Usta?= 
+Date: Sun, 6 Jun 2021 08:41:05 +
+Subject: [PATCH] Update Cmake and deps, Fix Freetype and FontConfig Linkage
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b237f68fcb6..cdcc02f0236 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -599,8 +593,8 @@ if(NOT WIN32 AND NOT APPLE)
+   )
+ endif()
+ 
+-if(NOT FONTCONFIG_FOUND OR NOT FREETYPE_FOUND)
+-set(FONTCONFIG_INCLUDE_DIR "")
++if(NOT Fontconfig_FOUND OR NOT FREETYPE_FOUND)
++set(Fontconfig_INCLUDE_DIRS "")
+ set(FREETYPE_INCLUDE_DIRS "")
+ else()
+ add_definitions( -DSHOULD_BUILD_FONT_CONVERSION )
+diff --git a/libs/text/CMakeLists.txt b/libs/text/CMakeLists.txt
+index 16d7e066fa2..429afe79704 100644
+--- a/libs/text/CMakeLists.txt
 b/libs/text/CMakeLists.txt
+@@ -152,11 +152,11 @@ if( SHOULD_BUILD_FEATURE_RDF )
+ endif()
+ 
+ if( FONTCONFIG_FOUND )
+-target_link_libraries(kotext PRIVATE ${FONTCONFIG_LIBRARIES})
++target_link_libraries(kotext PRIVATE Fontconfig::Fontconfig)
+ endif()
+ 
+ if( FREETYPE_FOUND )
+-target_link_libraries(kotext PRIVATE ${FREETYPE_LIBRARIES})
++target_link_libraries(kotext PRIVATE Freetype::Freetype)
+ endif()
+ 
+ 
+-- 
+GitLab

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 420994, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 18:00:57 UTC (rev 420995)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc='A set of applications for productivity and creative usage'
+pkgver=3.2.1
+pkgrel=18
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca-qt5 poppler-qt5 libodfgen khtml kinit 
cauchy)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin libwpg okular eigen 
marble-common
+ boost pstoedit libvisio libetonyek libwps vc libgit2 
kcalendarcore akonadi)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+calligra-openexr3.patch
+62f51070.patch)
+sha256sums=('b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147'
+'SKIP'
+'0dec106deff4cff342021da4ca4e9759f0bbe5707ea2d4ee8536eaf863409cec'
+'9e2a0797ce0667212ec07a3056435a4550e07371ff1f6eefdf65dc3642d24165')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < calligra-openexr3.patch # Fix build with 
OpenEXR 3
+  patch -d $pkgname-$pkgver -p1 < 62f51070.patch # Fix fontconfig linking
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Remove utterly broken thumbnailers
+  rm "$pkgdir"/usr/lib/qt/plugins/calligra*thumbnail.so
+}

Copied: calligra/repos/staging-x86_64/calligra-openexr3.patch (from rev 420994, 

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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:00:42
  Author: felixonmars
Revision: 420994

upgpkg: calligra 3.2.1-18: poppler 21.08.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:59:06 UTC (rev 420993)
+++ PKGBUILD2021-08-01 18:00:42 UTC (rev 420994)
@@ -6,7 +6,7 @@
 pkgname=calligra
 pkgdesc='A set of applications for productivity and creative usage'
 pkgver=3.2.1
-pkgrel=17
+pkgrel=18
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 18:00:06
  Author: felixonmars
Revision: 991978

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 991977, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 991977, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 991977, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-staging-x86_64/PKGBUILD
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
  gdal/repos/community-staging-x86_64/gdal.changelog

+
 PKGBUILD   |  166 ++---
 gdal-perl-vendor.patch |   36 +++---
 gdal.changelog |  264 +++
 3 files changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 17:59:49 UTC (rev 991977)
+++ PKGBUILD2021-08-01 18:00:06 UTC (rev 991978)
@@ -1,83 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgbase=gdal
-pkgname=('gdal' 'python-gdal')
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('x86_64')
-url="https://gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
- 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl: perl binding support')
-options=('!emptydirs')
-changelog=$pkgbase.changelog
-source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
-gdal-perl-vendor.patch)
-sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
-'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
-
-prepare() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-
-# Fix Perl bindings installation path
-  patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
-  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
-  --with-png --with-poppler --with-spatialite --with-openjpeg
-
-# workaround for bug #13646
-#   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-#   sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python setup.py build
-}
-
-package_gdal () {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
-
-# Remove RPATH
-  eval local $(perl -V:vendorarch)
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
-}
-
-package_python-gdal () {
-  pkgdesc="Python bindings for GDAL"
-  depends=("gdal=$pkgver" 'python-numpy')
-  optdepends=()
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-#   install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
-
-  install -dm755 "${pkgdir}"/usr/share/licenses
-  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 991977, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 18:00:06 UTC (rev 991978)
@@ -0,0 +1,83 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal')
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="https://gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')

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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:59:49
  Author: felixonmars
Revision: 991977

upgpkg: gdal 3.3.1-2: poppler 21.08.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:55:35 UTC (rev 991976)
+++ PKGBUILD2021-08-01 17:59:49 UTC (rev 991977)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal')
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="https://gdal.org/;



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:59:06
  Author: felixonmars
Revision: 420993

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 420992, inkscape/trunk/PKGBUILD)

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

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 420992, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 17:59:06 UTC (rev 420993)
@@ -0,0 +1,68 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.1
+_tag=a5140d78520f85e96ccb9a0cacc0df79167f1473 # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=5
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'graphicsmagick'
+   'gsl'
+   'gspell'
+   'gtkmm3'
+   'lcms2'
+   'lib2geom'
+   'libcdr'
+   'libjpeg-turbo'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'ttf-font'
+)
+
+optdepends=(
+   'fig2dev: xfig input'
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'python-lxml: some extensions'
+   'python-numpy: some extensions'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};)
+sha256sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+   git submodule init
+   git submodule update
+}
+
+build() {
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:58:56
  Author: felixonmars
Revision: 420992

upgpkg: inkscape 1.1-5: poppler 21.08.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:38:03 UTC (rev 420991)
+++ PKGBUILD2021-08-01 17:58:56 UTC (rev 420992)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.1
 _tag=a5140d78520f85e96ccb9a0cacc0df79167f1473 # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=4
+pkgrel=5
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:55:35
  Author: felixonmars
Revision: 991976

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 991975, scribus/trunk/PKGBUILD)

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

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 991975, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-01 17:55:35 UTC (rev 991976)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.7
+pkgrel=2
+pkgdesc="Desktop publishing software"
+arch=(x86_64)
+url="https://www.scribus.net/;
+license=(GPL)
+depends=(boost-libs cairo fontconfig freetype2 harfbuzz-icu hunspell lcms2
+ libcdr libcups libfreehand libjpeg libmspub libpagemaker libpng libqxp
+ librevenge libtiff libvisio libxml2 libzmf openscenegraph openssl
+ podofo poppler python3 qt5-base zlib) # graphicsmagick
+makedepends=(cmake boost mesa qt5-tools)
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('318316b2cfc7a76191d3e0d3f8c2265147daea0570162028e243c292d826f8ce'
+'SKIP')
+validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

+  757F5E9B13DD648887AD50092D47C099E782504E  # The Scribus Team 
(www.scribus.net) 
+  6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney 

+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  cd ${pkgname}-${pkgver}
+
+  install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+  for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+  do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+  done
+
+  # Use system hyphen
+  rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+  ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:55:24
  Author: felixonmars
Revision: 991975

upgpkg: scribus 1.5.7-2: poppler 21.08.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:53:56 UTC (rev 991974)
+++ PKGBUILD2021-08-01 17:55:24 UTC (rev 991975)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/;



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 17:53:56
  Author: foutrelis
Revision: 991974

Refresh checksums

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:34:14 UTC (rev 991973)
+++ PKGBUILD2021-08-01 17:53:56 UTC (rev 991974)
@@ -42,7 +42,7 @@
  'gmime3' 'libxcrypt')
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
-sha512sums=('d9f25ce6a702585f99077f9a3be09f701fcd4f05b977e632661bec713329c8dfc98415e7e327c25ba907451d399d5f6515d6d4e5f0aaac4b81ff57223912a2d3')
+sha512sums=('8747d5e7c1d5849e3ff44636d8400431ce219812b421a4cedf1d38be6b257f35f53a3e0fdc7ae9a53a35649007ea17de96510c2a1a6c3c42802b5f871209e0d4')
 
 prepare() {
   cd ${srcdir}/gambas-${pkgver}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Sunday, August 1, 2021 @ 17:38:03
  Author: andyrtr
Revision: 420991

archrelease: copy trunk to staging-x86_64

Added:
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 420990, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 420990, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-01 17:38:03 UTC (rev 420991)
@@ -0,0 +1,95 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=21.08.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=466b4e791dc02ede85898124a99024264f2290d5)
+sha256sums=('e9cf5dc5964bce4bb0264d1c4f8122706c910588b421cfc30abc97d6b23e602d'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: highly recommended encoding data to display PDF 
documents with certain encodings and characters')
+  provides=('libpoppler.so' 'libpoppler-cpp.so')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5,qt6}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5,qt6}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+  provides=('libpoppler-glib.so')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+  provides=('libpoppler-qt5.so')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+
+package_poppler-qt6() {
+  pkgdesc="Poppler Qt6 bindings"
+  depends=("poppler=${pkgver}" 'qt6-base')
+  provides=('libpoppler-qt6.so')
+
+  cd build
+  make -C qt6 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
+}



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

2021-08-01 Thread Andreas Radke via arch-commits
Date: Sunday, August 1, 2021 @ 17:37:53
  Author: andyrtr
Revision: 420990

upgpkg: poppler 21.08.0-1: upstream update 21.08.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:14:21 UTC (rev 420989)
+++ PKGBUILD2021-08-01 17:37:53 UTC (rev 420990)
@@ -3,8 +3,8 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=21.07.0
-pkgrel=3
+pkgver=21.08.0
+pkgrel=1
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
@@ -15,7 +15,7 @@
 # https://gitlab.freedesktop.org/poppler/poppler
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=466b4e791dc02ede85898124a99024264f2290d5)
-sha256sums=('e26ab29f68065de4d6562f0a3e2b5435a83ca92be573b99a1c81998fa286a4d4'
+sha256sums=('e9cf5dc5964bce4bb0264d1c4f8122706c910588b421cfc30abc97d6b23e602d'
 'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:34:14
  Author: felixonmars
Revision: 991973

archrelease: copy trunk to community-any

Added:
  python-pytest-relaxed/repos/community-any/PKGBUILD
(from rev 991972, python-pytest-relaxed/trunk/PKGBUILD)
Deleted:
  python-pytest-relaxed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 17:34:03 UTC (rev 991972)
+++ PKGBUILD2021-08-01 17:34:14 UTC (rev 991973)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-relaxed
-pkgver=1.1.5
-pkgrel=5
-pkgdesc='Relaxed test discovery for pytest'
-arch=('any')
-license=('BSD')
-url='https://github.com/bitprophet/pytest-relaxed'
-depends=('python-pytest' 'python-decorator' 'python-six')
-makedepends=('python-setuptools' 'python-pytest' 'python-decorator' 
'python-six')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/bitprophet/pytest-relaxed/archive/$pkgver.tar.gz;)
-sha512sums=('a5484bc92be29e5228afb7d9911c1d3a7d6e493bec44af541780de24b91dfa8e8c9e1245acd8ae8670805294eb52b20f7c4abefad1afb8373109249a2df1cdaa')
-
-build() {
-  cd "$srcdir"/pytest-relaxed-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-relaxed-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest || echo "Tests failed"
-}
-
-package() {
-  cd pytest-relaxed-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-relaxed/repos/community-any/PKGBUILD (from rev 991972, 
python-pytest-relaxed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 17:34:14 UTC (rev 991973)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-relaxed
+pkgver=1.1.5
+pkgrel=6
+pkgdesc='Relaxed test discovery for pytest'
+arch=('any')
+license=('BSD')
+url='https://github.com/bitprophet/pytest-relaxed'
+depends=('python-pytest' 'python-decorator' 'python-six')
+makedepends=('python-setuptools')
+source=("https://github.com/bitprophet/pytest-relaxed/archive/$pkgver/$pkgbase-$pkgver.tar.gz;
+
$pkgname-pytest5.4-warnings.patch::https://github.com/bitprophet/pytest-relaxed/pull/10.patch)
+sha512sums=('a5484bc92be29e5228afb7d9911c1d3a7d6e493bec44af541780de24b91dfa8e8c9e1245acd8ae8670805294eb52b20f7c4abefad1afb8373109249a2df1cdaa'
+
'4102a7cea45bcb90b8aa93ed619162f6c9554632dab95a7df152ebe58de9fd038ceef74630ad37f0abc5a3d032b79b78427f09ab489003703af607a92929bda9')
+
+prepare() {
+  cd pytest-relaxed-$pkgver
+  patch -p1 -i ../$pkgname-pytest5.4-warnings.patch
+}
+
+build() {
+  cd pytest-relaxed-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-relaxed-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest || echo "Tests failed"
+}
+
+package() {
+  cd pytest-relaxed-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:34:03
  Author: felixonmars
Revision: 991972

upgpkg: python-pytest-relaxed 1.1.5-6: add a patch to fix python-invoke's tests

Modified:
  python-pytest-relaxed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:11:27 UTC (rev 991971)
+++ PKGBUILD2021-08-01 17:34:03 UTC (rev 991972)
@@ -2,18 +2,25 @@
 
 pkgname=python-pytest-relaxed
 pkgver=1.1.5
-pkgrel=5
+pkgrel=6
 pkgdesc='Relaxed test discovery for pytest'
 arch=('any')
 license=('BSD')
 url='https://github.com/bitprophet/pytest-relaxed'
 depends=('python-pytest' 'python-decorator' 'python-six')
-makedepends=('python-setuptools' 'python-pytest' 'python-decorator' 
'python-six')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/bitprophet/pytest-relaxed/archive/$pkgver.tar.gz;)
-sha512sums=('a5484bc92be29e5228afb7d9911c1d3a7d6e493bec44af541780de24b91dfa8e8c9e1245acd8ae8670805294eb52b20f7c4abefad1afb8373109249a2df1cdaa')
+makedepends=('python-setuptools')
+source=("https://github.com/bitprophet/pytest-relaxed/archive/$pkgver/$pkgbase-$pkgver.tar.gz;
+
$pkgname-pytest5.4-warnings.patch::https://github.com/bitprophet/pytest-relaxed/pull/10.patch)
+sha512sums=('a5484bc92be29e5228afb7d9911c1d3a7d6e493bec44af541780de24b91dfa8e8c9e1245acd8ae8670805294eb52b20f7c4abefad1afb8373109249a2df1cdaa'
+
'4102a7cea45bcb90b8aa93ed619162f6c9554632dab95a7df152ebe58de9fd038ceef74630ad37f0abc5a3d032b79b78427f09ab489003703af607a92929bda9')
 
+prepare() {
+  cd pytest-relaxed-$pkgver
+  patch -p1 -i ../$pkgname-pytest5.4-warnings.patch
+}
+
 build() {
-  cd "$srcdir"/pytest-relaxed-$pkgver
+  cd pytest-relaxed-$pkgver
   python setup.py build
 }
 
@@ -20,7 +27,7 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir"/pytest-relaxed-$pkgver
+  cd pytest-relaxed-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest || echo "Tests failed"
 }
@@ -28,7 +35,7 @@
 package() {
   cd pytest-relaxed-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:11:27
  Author: felixonmars
Revision: 991971

archrelease: copy trunk to community-any

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

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

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

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



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:11:17
  Author: felixonmars
Revision: 991970

upgpkg: ttf-sarasa-gothic 0.34.1-1

Modified:
  ttf-sarasa-gothic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:10:30 UTC (rev 991969)
+++ PKGBUILD2021-08-01 17:11:17 UTC (rev 991970)
@@ -3,7 +3,7 @@
 # Contributor: Markus Weimar 
 
 pkgname=ttf-sarasa-gothic
-pkgver=0.34.0
+pkgver=0.34.1
 pkgrel=1
 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
 arch=('any')
@@ -12,7 +12,7 @@
 provides=('ttf-sarasa-slab')
 
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
 
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('6c98dab533dd314f6de7207c8249a8bd0c5ae6dfa18ebfd51a687585b9240d3b46f3d096e4c08e871aed3b3da3586c6e3a2a636e1161c9af6f11826cac4a9c93'
+sha512sums=('c6264bc281f854dc6fadd23834cc1779d053611ef92029bdf0ae36b27e0d347e91e7d33be89a51a867a31fb1a49a3fe52072955d4f3f58e3dfa60e9309a36737'
 
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
 
 package() {



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:10:30
  Author: felixonmars
Revision: 991969

archrelease: copy trunk to community-any

Added:
  python-pytest-checkdocs/repos/community-any/PKGBUILD
(from rev 991968, python-pytest-checkdocs/trunk/PKGBUILD)
Deleted:
  python-pytest-checkdocs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 17:10:21 UTC (rev 991968)
+++ PKGBUILD2021-08-01 17:10:30 UTC (rev 991969)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-checkdocs
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Check the README when running tests'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/pytest-checkdocs'
-depends=('python-docutils' 'python-importlib-metadata' 'python-pep517')
-makedepends=('python-pip' 'python-setuptools-scm' 'python-toml')
-checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-cov' 
'python-pytest-flake8'
-  'python-pytest-mypy')
-source=("https://github.com/jaraco/pytest-checkdocs/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ebd7f06c46b2dbe996564a080b8c030aa21af025da91eec916a772ad4eaf9eb11c1f1734bafbf5bbd2de2f16b041788e28377ea99a4c5adfef8287a810650a45')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-checkdocs/repos/community-any/PKGBUILD (from rev 991968, 
python-pytest-checkdocs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 17:10:30 UTC (rev 991969)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-checkdocs
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Check the README when running tests'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/pytest-checkdocs'
+depends=('python-docutils' 'python-importlib-metadata' 'python-pep517')
+makedepends=('python-pip' 'python-setuptools-scm' 'python-toml')
+checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-cov' 
'python-pytest-flake8'
+  'python-pytest-mypy')
+source=("https://github.com/jaraco/pytest-checkdocs/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b42d63a4ddbb6835d07d457fd5758a06cafc071ee61f0216eadf7f62eedf27a18f51a7c7694c84ab32975c76c3fd1f642140522d21737a2f83f7bf63e0983204')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:10:21
  Author: felixonmars
Revision: 991968

upgpkg: python-pytest-checkdocs 2.7.1-1

Modified:
  python-pytest-checkdocs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:08:52 UTC (rev 991967)
+++ PKGBUILD2021-08-01 17:10:21 UTC (rev 991968)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-checkdocs
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='Check the README when running tests'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-cov' 
'python-pytest-flake8'
   'python-pytest-mypy')
 
source=("https://github.com/jaraco/pytest-checkdocs/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ebd7f06c46b2dbe996564a080b8c030aa21af025da91eec916a772ad4eaf9eb11c1f1734bafbf5bbd2de2f16b041788e28377ea99a4c5adfef8287a810650a45')
+sha512sums=('b42d63a4ddbb6835d07d457fd5758a06cafc071ee61f0216eadf7f62eedf27a18f51a7c7694c84ab32975c76c3fd1f642140522d21737a2f83f7bf63e0983204')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:08:52
  Author: felixonmars
Revision: 991967

upgpkg: python-invoke 1.6.0-1

Modified:
  python-invoke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 17:07:32 UTC (rev 991966)
+++ PKGBUILD2021-08-01 17:08:52 UTC (rev 991967)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-invoke
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Pythonic task execution"
 url="https://github.com/pyinvoke/invoke;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-pytest-relaxed')
 source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
-sha512sums=('ac6b1939907ba34930836f567454aeea63373aa510644964eb18e1e684f30d4053c75a73506d0e947a38ca206daf847ce927ec2df15e73932278c2c73c3e20bd')
+sha512sums=('640719d576b6c655d2a1b8e2f0556b49621c846fbce26120abc818c20dc6f9445c7663b9aafe41e7e4f7f6160bd17d1678bb6912cbe13dcbaded278cc78eb824')
 
 prepare() {
   find invoke-$pkgver -type f -name '*.pyc' -delete



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

2021-08-01 Thread Jan Steffens via arch-commits
Date: Sunday, August 1, 2021 @ 17:07:09
  Author: heftig
Revision: 420985

archrelease: copy trunk to extra-x86_64

Added:
  libmbim/repos/extra-x86_64/PKGBUILD
(from rev 420984, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 17:06:47 UTC (rev 420984)
+++ PKGBUILD2021-08-01 17:07:09 UTC (rev 420985)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.24.8
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
-provides=(libmbim-glib.so)
-_commit=a183b73c49729addad059e90b5dcdad7aa5ba54d  # tags/1.24.8
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 420984, 
libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 17:07:09 UTC (rev 420985)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+provides=(libmbim-glib.so)
+_commit=717067603d82c14452e70fa24cacb60ac7688685  # tags/1.26.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-01 Thread Jan Steffens via arch-commits
Date: Sunday, August 1, 2021 @ 17:06:47
  Author: heftig
Revision: 420984

1.26.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 13:01:02 UTC (rev 420983)
+++ PKGBUILD2021-08-01 17:06:47 UTC (rev 420984)
@@ -1,16 +1,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.24.8
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
-depends=(glib2 bash systemd libgudev)
+depends=(glib2 bash systemd)
 makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
 provides=(libmbim-glib.so)
-_commit=a183b73c49729addad059e90b5dcdad7aa5ba54d  # tags/1.24.8
+_commit=717067603d82c14452e70fa24cacb60ac7688685  # tags/1.26.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:02:57
  Author: felixonmars
Revision: 991957

archrelease: copy trunk to community-x86_64

Added:
  bibletime/repos/community-x86_64/PKGBUILD
(from rev 991956, bibletime/trunk/PKGBUILD)
Deleted:
  bibletime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 17:02:48 UTC (rev 991956)
+++ PKGBUILD2021-08-01 17:02:57 UTC (rev 991957)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Alexander F Rødseth 
-# Contributor: SanskritFritz (gmail)
-# Contributor: Tobias T. 
-
-pkgname=bibletime
-pkgver=3.0
-pkgrel=2
-pkgdesc='Bible study tool'
-arch=('x86_64')
-url='http://www.bibletime.info/'
-license=('GPL2')
-depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
-makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'ninja' 'po4a' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bibletime/bibletime/archive/v$pkgver.tar.gz;)
-sha512sums=('40e555d2cf4504448f41a066a6486a4319b1ebf834073f10b17478de08bb22bf4c2e0643fd27be7dc8eef4cd8724447a28ae5ef5f8c3115224e067a5df1006fc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake -GNinja ../bibletime-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
-
-DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xml/docbook/xsl-stylesheets-$(expac 
%v docbook-xsl | cut -d - -f 1)/html/chunk.xsl \
-
-DBT_DOCBOOK_XSL_PDF_DOCBOOK_XSL=/usr/share/xml/docbook/xsl-stylesheets-$(expac 
%v docbook-xsl | cut -d - -f 1)/fo/docbook.xsl
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-x86_64/PKGBUILD (from rev 991956, 
bibletime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 17:02:57 UTC (rev 991957)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Alexander F Rødseth 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Bible study tool'
+arch=('x86_64')
+url='http://www.bibletime.info/'
+license=('GPL2')
+depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
+makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'ninja' 'po4a' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bibletime/bibletime/archive/v$pkgver.tar.gz;)
+sha512sums=('9c614e04066fcf0d440f8c78d05ac19402ebf308dd8924d121c720ed82167f2143d2b44bf9da4d38e78ea10cb934cb8a145e3b7363a8ac46744090b770a2cf51')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake -GNinja ../bibletime-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+
-DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xml/docbook/xsl-stylesheets-$(expac 
%v docbook-xsl | cut -d - -f 1)/html/chunk.xsl \
+
-DBT_DOCBOOK_XSL_PDF_DOCBOOK_XSL=/usr/share/xml/docbook/xsl-stylesheets-$(expac 
%v docbook-xsl | cut -d - -f 1)/fo/docbook.xsl
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 17:02:48
  Author: felixonmars
Revision: 991956

upgpkg: bibletime 3.0.1-1

Modified:
  bibletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 12:01:53 UTC (rev 991955)
+++ PKGBUILD2021-08-01 17:02:48 UTC (rev 991956)
@@ -4,8 +4,8 @@
 # Contributor: Tobias T. 
 
 pkgname=bibletime
-pkgver=3.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Bible study tool'
 arch=('x86_64')
 url='http://www.bibletime.info/'
@@ -13,7 +13,7 @@
 depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
 makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'ninja' 'po4a' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bibletime/bibletime/archive/v$pkgver.tar.gz;)
-sha512sums=('40e555d2cf4504448f41a066a6486a4319b1ebf834073f10b17478de08bb22bf4c2e0643fd27be7dc8eef4cd8724447a28ae5ef5f8c3115224e067a5df1006fc')
+sha512sums=('9c614e04066fcf0d440f8c78d05ac19402ebf308dd8924d121c720ed82167f2143d2b44bf9da4d38e78ea10cb934cb8a145e3b7363a8ac46744090b770a2cf51')
 
 prepare() {
   mkdir -p build



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 13:00:58
  Author: foutrelis
Revision: 420982

upgpkg: re2 1:20210801-1: new upstream release

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 09:11:33 UTC (rev 420981)
+++ PKGBUILD2021-08-01 13:00:58 UTC (rev 420982)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2021-06-01
+_re2ver=2021-08-01
 pkgver=${_re2ver//-}
 pkgrel=1
 epoch=1
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('26155e050b10b5969e986dab35654247a3b1b295e0532880b5a9c13c0a700ceb')
+sha256sums=('cd8c950b528f413e02c12970dce62a7b6f37733d7f68807e73a2d9bc9db79bc8')
 
 build() {
   cd $pkgname-$_re2ver



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

2021-08-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 1, 2021 @ 13:01:02
  Author: foutrelis
Revision: 420983

archrelease: copy trunk to testing-x86_64

Added:
  re2/repos/testing-x86_64/
  re2/repos/testing-x86_64/PKGBUILD
(from rev 420982, re2/trunk/PKGBUILD)

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

Copied: re2/repos/testing-x86_64/PKGBUILD (from rev 420982, re2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-01 13:01:02 UTC (rev 420983)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_re2ver=2021-08-01
+pkgver=${_re2ver//-}
+pkgrel=1
+epoch=1
+pkgdesc="Fast, safe, thread-friendly regular expression engine"
+arch=('x86_64')
+url="https://github.com/google/re2;
+license=('BSD')
+depends=('gcc-libs')
+source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
+sha256sums=('cd8c950b528f413e02c12970dce62a7b6f37733d7f68807e73a2d9bc9db79bc8')
+
+build() {
+  cd $pkgname-$_re2ver
+  make
+}
+
+check() {
+  cd $pkgname-$_re2ver
+  make test
+}
+
+package() {
+  cd $pkgname-$_re2ver
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-01 Thread Daniel Bermond via arch-commits
Date: Sunday, August 1, 2021 @ 12:01:53
  Author: dbermond
Revision: 991955

archrelease: copy trunk to community-testing-x86_64

Added:
  wine-gecko/repos/community-testing-x86_64/
  wine-gecko/repos/community-testing-x86_64/PKGBUILD
(from rev 991954, wine-gecko/trunk/PKGBUILD)

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

Copied: wine-gecko/repos/community-testing-x86_64/PKGBUILD (from rev 991954, 
wine-gecko/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-01 12:01:53 UTC (rev 991955)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel Bermond 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Nicky726 (Nicky726  gmail  com)
+# Contributor: Allan McRae (allan  archlinux  org)
+# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
+
+pkgname=wine-gecko
+pkgver=2.47.2
+pkgrel=2
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('x86_64')
+url="https://wiki.winehq.org/Gecko;
+license=('MPL')
+depends=('wine')
+replaces=('wine_gecko')
+provides=('wine_gecko')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86{,_64}.tar.xz)
+sha512sums=('de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250'
+
'cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb')
+
+package() {
+  install -d -m755 "$pkgdir"/usr/share/wine/gecko/
+  cp -dr --no-preserve='ownership' $pkgname-$pkgver-x86{,_64} 
"$pkgdir"/usr/share/wine/gecko/
+}



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

2021-08-01 Thread Daniel Bermond via arch-commits
Date: Sunday, August 1, 2021 @ 12:01:29
  Author: dbermond
Revision: 991954

upgpkg: wine-gecko 2.47.2-2: FS#64990

Modified:
  wine-gecko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 12:00:29 UTC (rev 991953)
+++ PKGBUILD2021-08-01 12:01:29 UTC (rev 991954)
@@ -1,4 +1,6 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Felix Yan 
+# Maintainer: Daniel Bermond 
+# Contributor: Jan Alexander Steffens (heftig) 
 # Contributor: Nicky726 (Nicky726  gmail  com)
 # Contributor: Allan McRae (allan  archlinux  org)
 # Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
@@ -5,7 +7,7 @@
 
 pkgname=wine-gecko
 pkgver=2.47.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
 arch=('x86_64')
 url="https://wiki.winehq.org/Gecko;
@@ -13,13 +15,11 @@
 depends=('wine')
 replaces=('wine_gecko')
 provides=('wine_gecko')
-source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.msi)
-source_x86_64=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86_64.msi)
-md5sums=('e0a26e37397961b2c7f624575590ef66')
-md5sums_x86_64=('ff7168b08fa901516fbaa8a66aa3cee6')
-sha512sums=('4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43')
-sha512sums_x86_64=('9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86{,_64}.tar.xz)
+sha512sums=('de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250'
+
'cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb')
 
 package() {
-  install -Dm644 $pkgname-$pkgver-x86.msi $pkgname-$pkgver-x86_64.msi -t 
"$pkgdir"/usr/share/wine/gecko/
+  install -d -m755 "$pkgdir"/usr/share/wine/gecko/
+  cp -dr --no-preserve='ownership' $pkgname-$pkgver-x86{,_64} 
"$pkgdir"/usr/share/wine/gecko/
 }



[arch-commits] Commit in eq10q/repos/community-x86_64 (5 files)

2021-08-01 Thread David Runge via arch-commits
Date: Sunday, August 1, 2021 @ 12:00:29
  Author: dvzrv
Revision: 991953

archrelease: copy trunk to community-x86_64

Added:
  eq10q/repos/community-x86_64/PKGBUILD
(from rev 991952, eq10q/trunk/PKGBUILD)
  eq10q/repos/community-x86_64/eq10q-2.2-cmakelists.patch
(from rev 991952, eq10q/trunk/eq10q-2.2-cmakelists.patch)
  eq10q/repos/community-x86_64/eq10q-2.2-lv2.patch
(from rev 991952, eq10q/trunk/eq10q-2.2-lv2.patch)
  eq10q/repos/community-x86_64/eq10q-2.2-replace_pow10.patch
(from rev 991952, eq10q/trunk/eq10q-2.2-replace_pow10.patch)
Deleted:
  eq10q/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   92 
 eq10q-2.2-cmakelists.patch|   41 +
 eq10q-2.2-lv2.patch   |   55 +++
 eq10q-2.2-replace_pow10.patch |   71 ++
 4 files changed, 223 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 12:00:16 UTC (rev 991952)
+++ PKGBUILD2021-08-01 12:00:29 UTC (rev 991953)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=eq10q
-pkgver=2.2
-pkgrel=3
-pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
-arch=('x86_64')
-url="http://eq10q.sourceforge.net/;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'gtkmm')
-makedepends=('cmake' 'lv2')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # replacing use of deprecated pow10 with standardized exp10:
-  # https://sourceforge.net/p/eq10q/bugs/13/
-  sed -e 's/pow10/exp10/g' -i gui/widgets/{bandctl,bodeplot}.cpp
-  # fix install location: https://sourceforge.net/p/eq10q/bugs/20/
-  sed -e '/CMAKE_INSTALL_PREFIX/d' \
-  -e 's|sapista|lib/lv2/sapista|g' -i CMakeLists.txt
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 ../README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: eq10q/repos/community-x86_64/PKGBUILD (from rev 991952, 
eq10q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 12:00:29 UTC (rev 991953)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge 
+
+pkgname=eq10q
+pkgver=2.2
+pkgrel=4
+pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
+arch=('x86_64')
+url="http://eq10q.sourceforge.net/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('atkmm' 'libatkmm-1.6.so' 'cairomm' 'libcairomm-1.0.so' 'gcc-libs'
+'glibc' 'fftw' 'libfftw3.so' 'glibmm' 'libglibmm-2.4.so' 'gtkmm' 'libsigc++'
+'libsigc-2.0.so')
+makedepends=('cmake' 'lv2')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+  "${pkgname}-2.2-replace_pow10.patch"
+  "${pkgname}-2.2-lv2.patch"
+  "${pkgname}-2.2-cmakelists.patch"
+)
+sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24'
+
'40b3315597bfeccb5d34c5ff96ad300336f9da2e432d3278fbb371eb2cc33c0ac82a5b3d655f0a33e1868e993ffdb2b326891c37ed8ba8856d4ef52ef2a2f8f6'
+
'2e6ab8022413f28bd04f342c5d68608126f83c54fced1032863b11aaa809e4e931ba6257e71c48ffe18832acda33ba4091e83b159bad226ea0ac7e37bdee502d'
+
'62148cab1e0960740bc67acda7db8bcaf81ad12a4b2c283142d4cc93282e21d21195f103f3adadf956f95293e6324a279fae5b268d8f7bc70ff4eb477efe2994')
+b2sums=('453cf8e0dcb330e92dfa6be65a83c63c05450956ea9dcef49206d83758c8ea0746cde7d26932e709116a44eb2ce30bb29fa5a4753f5597e71128767b462cb024'
+
'd2396bd6880611181fde97a2eb009c14fc055b5b3dbee146cad9000b5ad38029fb33f5d28b3213e74da48867cdd44cc8adebd07072c264f89565b023103d24a5'
+
'ccd78f5751cc48acd63bcafd5cb714f6f4742a6725fc428485b69271585fc39edbaa60726528c10dfa5491a1b67541003adeda38e497b94995acd6cd4ffa376d'
+
'87d79c291e2da46626344bf8b7bebfb1eb9c8200b9818314db4d0fc732f17285338c9661bb3fb3a9c22963bff864f6ad51ee37e4d2cb816738056bf45805c755')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # replace use of deprecated pow10 with standardized exp10:
+  # https://sourceforge.net/p/eq10q/bugs/13/
+  patch -Np1 -i ../"${pkgname}-2.2-replace_pow10.patch"
+  # fix for lv2 >= 1.18:
+  # https://sourceforge.net/p/eq10q/bugs/23/
+  patch -Np1 -i ../"${pkgname}-2.2-lv2.patch"
+  # fix install location:
+  # https://sourceforge.net/p/eq10q/bugs/20/
+  patch -Np1 -i ../"${pkgname}-2.2-cmakelists.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+

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

2021-08-01 Thread David Runge via arch-commits
Date: Sunday, August 1, 2021 @ 12:00:16
  Author: dvzrv
Revision: 991952

upgpkg: eq10q 2.2-4: Rebuild to fix various issues.

Replace sed calls to fix issues with the CMakeLists.txt with a patch.
Replace sed calls to replace pow10 calls with exp10 calls with a patch.
Add a patch to allow building against lv2 >= 1.18.
Apply latest cmake package guidelines.
Update maintainer info.

Added:
  eq10q/trunk/eq10q-2.2-cmakelists.patch
  eq10q/trunk/eq10q-2.2-lv2.patch
  eq10q/trunk/eq10q-2.2-replace_pow10.patch
Modified:
  eq10q/trunk/PKGBUILD

---+
 PKGBUILD  |   54 --
 eq10q-2.2-cmakelists.patch|   41 +++
 eq10q-2.2-lv2.patch   |   55 ++
 eq10q-2.2-replace_pow10.patch |   71 
 4 files changed, 204 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 11:38:30 UTC (rev 991951)
+++ PKGBUILD2021-08-01 12:00:16 UTC (rev 991952)
@@ -1,36 +1,56 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=eq10q
 pkgver=2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
 arch=('x86_64')
 url="http://eq10q.sourceforge.net/;
 license=('GPL3')
 groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'gtkmm')
+depends=('atkmm' 'libatkmm-1.6.so' 'cairomm' 'libcairomm-1.0.so' 'gcc-libs'
+'glibc' 'fftw' 'libfftw3.so' 'glibmm' 'libglibmm-2.4.so' 'gtkmm' 'libsigc++'
+'libsigc-2.0.so')
 makedepends=('cmake' 'lv2')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+  "${pkgname}-2.2-replace_pow10.patch"
+  "${pkgname}-2.2-lv2.patch"
+  "${pkgname}-2.2-cmakelists.patch"
+)
+sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24'
+
'40b3315597bfeccb5d34c5ff96ad300336f9da2e432d3278fbb371eb2cc33c0ac82a5b3d655f0a33e1868e993ffdb2b326891c37ed8ba8856d4ef52ef2a2f8f6'
+
'2e6ab8022413f28bd04f342c5d68608126f83c54fced1032863b11aaa809e4e931ba6257e71c48ffe18832acda33ba4091e83b159bad226ea0ac7e37bdee502d'
+
'62148cab1e0960740bc67acda7db8bcaf81ad12a4b2c283142d4cc93282e21d21195f103f3adadf956f95293e6324a279fae5b268d8f7bc70ff4eb477efe2994')
+b2sums=('453cf8e0dcb330e92dfa6be65a83c63c05450956ea9dcef49206d83758c8ea0746cde7d26932e709116a44eb2ce30bb29fa5a4753f5597e71128767b462cb024'
+
'd2396bd6880611181fde97a2eb009c14fc055b5b3dbee146cad9000b5ad38029fb33f5d28b3213e74da48867cdd44cc8adebd07072c264f89565b023103d24a5'
+
'ccd78f5751cc48acd63bcafd5cb714f6f4742a6725fc428485b69271585fc39edbaa60726528c10dfa5491a1b67541003adeda38e497b94995acd6cd4ffa376d'
+
'87d79c291e2da46626344bf8b7bebfb1eb9c8200b9818314db4d0fc732f17285338c9661bb3fb3a9c22963bff864f6ad51ee37e4d2cb816738056bf45805c755')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # replacing use of deprecated pow10 with standardized exp10:
+  # replace use of deprecated pow10 with standardized exp10:
   # https://sourceforge.net/p/eq10q/bugs/13/
-  sed -e 's/pow10/exp10/g' -i gui/widgets/{bandctl,bodeplot}.cpp
-  # fix install location: https://sourceforge.net/p/eq10q/bugs/20/
-  sed -e '/CMAKE_INSTALL_PREFIX/d' \
-  -e 's|sapista|lib/lv2/sapista|g' -i CMakeLists.txt
-  mkdir -v build
+  patch -Np1 -i ../"${pkgname}-2.2-replace_pow10.patch"
+  # fix for lv2 >= 1.18:
+  # https://sourceforge.net/p/eq10q/bugs/23/
+  patch -Np1 -i ../"${pkgname}-2.2-lv2.patch"
+  # fix install location:
+  # https://sourceforge.net/p/eq10q/bugs/20/
+  patch -Np1 -i ../"${pkgname}-2.2-cmakelists.patch"
 }
 
 build() {
-  cd "$pkgname-$pkgver/build"
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 ../README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }

Added: eq10q-2.2-cmakelists.patch
===
--- eq10q-2.2-cmakelists.patch  (rev 0)
+++ eq10q-2.2-cmakelists.patch  2021-08-01 12:00:16 UTC (rev 991952)
@@ -0,0 +1,41 @@
+diff -ruN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2016-12-11 13:07:48.0 +0100
 b/CMakeLists.txt   2021-08-01 13:48:17.937034619 +0200
+@@ -11,9 +11,7 @@
+ 
+ 

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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:38:30
  Author: felixonmars
Revision: 991951

archrelease: copy trunk to community-any

Added:
  jrnl/repos/community-any/PKGBUILD
(from rev 991950, jrnl/trunk/PKGBUILD)
Deleted:
  jrnl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 11:38:22 UTC (rev 991950)
+++ PKGBUILD2021-08-01 11:38:30 UTC (rev 991951)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=jrnl
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://jrnl.sh/;
-license=('GPL3')
-depends=('python-ansiwrap' 'python-asteval' 'python-colorama' 
'python-cryptography' 'python-keyring'
- 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 
'python-pytz'
- 'python-tzlocal')
-makedepends=('python-dephell')
-checkdepends=('python-behave' 'python-pytest')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a41221bea7174a8fbcfa49d41ab19feb187ceb0a8a866d3cb308b6ce11c071b5429e7ac9384fe0b5a704a3ac4633be953f8b022dd527cf5e0b67f1ad2f7f4761')
-
-prepare() {
-  cd jrnl-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd jrnl-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jrnl-$pkgver
-  python -m pytest
-  behave
-}
-
-package() {
-  cd jrnl-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jrnl/repos/community-any/PKGBUILD (from rev 991950, jrnl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 11:38:30 UTC (rev 991951)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=jrnl
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Collect your thoughts and notes without leaving the command line"
+arch=('any')
+url="https://jrnl.sh/;
+license=('GPL3')
+depends=('python-ansiwrap' 'python-asteval' 'python-colorama' 
'python-cryptography' 'python-keyring'
+ 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 
'python-pytz'
+ 'python-tzlocal')
+makedepends=('python-dephell')
+checkdepends=('python-behave' 'python-pytest' 'python-pytest-bdd')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c1b3188dde10ae5243d366afc89cc3dcbea60eaa3b9684706f26dc3699fe95658f70a4c54e7f87e1f9bd2ce96fd07db63bee70afd4f8760c7457605e874848b1')
+
+prepare() {
+  cd jrnl-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd jrnl-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jrnl-$pkgver
+  python -m pytest
+  behave
+}
+
+package() {
+  cd jrnl-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:38:22
  Author: felixonmars
Revision: 991950

upgpkg: jrnl 2.8.2-1

Modified:
  jrnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 11:33:47 UTC (rev 991949)
+++ PKGBUILD2021-08-01 11:38:22 UTC (rev 991950)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=jrnl
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Collect your thoughts and notes without leaving the command line"
 arch=('any')
@@ -11,9 +11,9 @@
  'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 
'python-pytz'
  'python-tzlocal')
 makedepends=('python-dephell')
-checkdepends=('python-behave' 'python-pytest')
+checkdepends=('python-behave' 'python-pytest' 'python-pytest-bdd')
 
source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a41221bea7174a8fbcfa49d41ab19feb187ceb0a8a866d3cb308b6ce11c071b5429e7ac9384fe0b5a704a3ac4633be953f8b022dd527cf5e0b67f1ad2f7f4761')
+sha512sums=('c1b3188dde10ae5243d366afc89cc3dcbea60eaa3b9684706f26dc3699fe95658f70a4c54e7f87e1f9bd2ce96fd07db63bee70afd4f8760c7457605e874848b1')
 
 prepare() {
   cd jrnl-$pkgver



[arch-commits] Commit in terraform/repos/community-x86_64 (7 files)

2021-08-01 Thread Daurnimator via arch-commits
Date: Sunday, August 1, 2021 @ 11:33:47
  Author: daurnimator
Revision: 991949

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 991947, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 991947, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 991947, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 991947, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 991947, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

+
 CHANGELOG.md   |   32 +--
 PKGBUILD   |   89 +++
 terraform.bash |1 
 terraform.fish |9 +
 terraform.zsh  |3 +
 5 files changed, 80 insertions(+), 54 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2021-08-01 11:33:42 UTC (rev 991948)
+++ CHANGELOG.md2021-08-01 11:33:47 UTC (rev 991949)
@@ -1,16 +0,0 @@
-## 1.0.1 (June 24, 2021)
-
-ENHANCEMENTS:
-
-* json-output: The JSON plan output now indicates which state values are 
sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
-* cli: The darwin builds can now make use of the host DNS resolver, which will 
fix many network related issues on MacOS.
-
-BUG FIXES:
-
-* backend/remote: Fix faulty Terraform Cloud version check when migrating 
state to the remote backend with multiple local workspaces 
([#28864](https://github.com/hashicorp/terraform/issues/28864))
-* cli: Fix crash with deposed instances in json plan output 
([#28922](https://github.com/hashicorp/terraform/issues/28922))
-* core: Fix crash when provider modifies and unknown block during plan 
([#28941](https://github.com/hashicorp/terraform/issues/28941))
-* core: Diagnostic context was missing for some errors when validating blocks 
([#28979](https://github.com/hashicorp/terraform/issues/28979))
-* core: Fix crash when calling `setproduct` with unknown values 
([#28984](https://github.com/hashicorp/terraform/issues/28984))
-* json-output: Fix an issue where the JSON configuration representation was 
missing fully-unwrapped references. 
([#8884](https://github.com/hashicorp/terraform/issues/8884))
-* json-output: Fix JSON plan resource drift to remove unchanged resources. 
([#28975](https://github.com/hashicorp/terraform/issues/28975))

Copied: terraform/repos/community-x86_64/CHANGELOG.md (from rev 991947, 
terraform/trunk/CHANGELOG.md)
===
--- CHANGELOG.md(rev 0)
+++ CHANGELOG.md2021-08-01 11:33:47 UTC (rev 991949)
@@ -0,0 +1,16 @@
+## 1.0.1 (June 24, 2021)
+
+ENHANCEMENTS:
+
+* json-output: The JSON plan output now indicates which state values are 
sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
+* cli: The darwin builds can now make use of the host DNS resolver, which will 
fix many network related issues on MacOS.
+
+BUG FIXES:
+
+* backend/remote: Fix faulty Terraform Cloud version check when migrating 
state to the remote backend with multiple local workspaces 
([#28864](https://github.com/hashicorp/terraform/issues/28864))
+* cli: Fix crash with deposed instances in json plan output 
([#28922](https://github.com/hashicorp/terraform/issues/28922))
+* core: Fix crash when provider modifies and unknown block during plan 
([#28941](https://github.com/hashicorp/terraform/issues/28941))
+* core: Diagnostic context was missing for some errors when validating blocks 
([#28979](https://github.com/hashicorp/terraform/issues/28979))
+* core: Fix crash when calling `setproduct` with unknown values 
([#28984](https://github.com/hashicorp/terraform/issues/28984))
+* json-output: Fix an issue where the JSON configuration representation was 
missing fully-unwrapped references. 
([#8884](https://github.com/hashicorp/terraform/issues/8884))
+* json-output: Fix JSON plan resource drift to remove unchanged resources. 
([#28975](https://github.com/hashicorp/terraform/issues/28975))

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 11:33:42 UTC (rev 991948)
+++ PKGBUILD2021-08-01 11:33:47 UTC (rev 991949)
@@ -1,38 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://www.terraform.io/;
-arch=("x86_64")
-license=("MPL")
-makedepends=("go")
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)

[arch-commits] Commit in python-pytest-bdd/repos (2 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:33:42
  Author: felixonmars
Revision: 991948

archrelease: copy trunk to community-any

Added:
  python-pytest-bdd/repos/community-any/
  python-pytest-bdd/repos/community-any/PKGBUILD
(from rev 991947, python-pytest-bdd/trunk/PKGBUILD)

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

Copied: python-pytest-bdd/repos/community-any/PKGBUILD (from rev 991947, 
python-pytest-bdd/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 11:33:42 UTC (rev 991948)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-bdd
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='BDD library for the pytest runner'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-bdd'
+depends=('python-glob2' 'python-mako' 'python-parse' 'python-parse-type' 
'python-py' 'python-pytest')
+makedepends=('python-setuptools')
+source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('54ce5ae2f7b3deff7d436d42f80fc47892707eb1e6e76469dda9753ff0b2d727bb47b5be300eadccadd87838aee43130fec5dff6441353eb07c0787c84d55afa')
+
+build() {
+  cd pytest-bdd-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:33:27
  Author: felixonmars
Revision: 991947

addpkg: python-pytest-bdd 4.1.0-1

Added:
  python-pytest-bdd/
  python-pytest-bdd/repos/
  python-pytest-bdd/trunk/
  python-pytest-bdd/trunk/PKGBUILD

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

Added: python-pytest-bdd/trunk/PKGBUILD
===
--- python-pytest-bdd/trunk/PKGBUILD(rev 0)
+++ python-pytest-bdd/trunk/PKGBUILD2021-08-01 11:33:27 UTC (rev 991947)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-bdd
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='BDD library for the pytest runner'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-bdd'
+depends=('python-glob2' 'python-mako' 'python-parse' 'python-parse-type' 
'python-py' 'python-pytest')
+makedepends=('python-setuptools')
+source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('54ce5ae2f7b3deff7d436d42f80fc47892707eb1e6e76469dda9753ff0b2d727bb47b5be300eadccadd87838aee43130fec5dff6441353eb07c0787c84d55afa')
+
+build() {
+  cd pytest-bdd-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-01 Thread Daurnimator via arch-commits
Date: Sunday, August 1, 2021 @ 11:33:24
  Author: daurnimator
Revision: 991946

upgpkg: terraform 1.0.3-2

Added:
  terraform/trunk/terraform.bash
  terraform/trunk/terraform.fish
  terraform/trunk/terraform.zsh
Modified:
  terraform/trunk/PKGBUILD

+
 PKGBUILD   |   21 +
 terraform.bash |1 +
 terraform.fish |9 +
 terraform.zsh  |3 +++
 4 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 11:29:37 UTC (rev 991945)
+++ PKGBUILD2021-08-01 11:33:24 UTC (rev 991946)
@@ -4,7 +4,7 @@
 
 pkgname=terraform
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/;
 arch=("x86_64")
@@ -11,9 +11,18 @@
 license=("MPL")
 makedepends=("go")
 depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha512sums=('037d1a42a79b1e441245f28c5548245ddf5f5000510563508fb1e2503563dc4b27d1451ad25afd3cdb18bc004e83cc692101fd90f51c3e4e836905fd7e0cadcb')
-b2sums=('748e7e9438f6f3a80f87dd03cb7319cf5c84383261951f964fbcb5349bef8a508c38581cb9b18ae0e6279829ffc9f36c377a5cd05d45ed11f257beee437b8de0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('037d1a42a79b1e441245f28c5548245ddf5f5000510563508fb1e2503563dc4b27d1451ad25afd3cdb18bc004e83cc692101fd90f51c3e4e836905fd7e0cadcb'
+
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
+
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('748e7e9438f6f3a80f87dd03cb7319cf5c84383261951f964fbcb5349bef8a508c38581cb9b18ae0e6279829ffc9f36c377a5cd05d45ed11f257beee437b8de0'
+
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
+
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
+
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
 changelog="CHANGELOG.md"
 
 build() {
@@ -32,6 +41,10 @@
 }
 
 package() {
+install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
+install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
+install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+
cd "$pkgname-$pkgver"
install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

Added: terraform.bash
===
--- terraform.bash  (rev 0)
+++ terraform.bash  2021-08-01 11:33:24 UTC (rev 991946)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform

Added: terraform.fish
===
--- terraform.fish  (rev 0)
+++ terraform.fish  2021-08-01 11:33:24 UTC (rev 991946)
@@ -0,0 +1,9 @@
+
+function __complete_terraform
+set -lx COMP_LINE (string join ' ' (commandline -o))
+test (commandline -ct) = ""
+and set COMP_LINE "$COMP_LINE "
+/usr/bin/terraform
+end
+complete -c terraform -a "(__complete_terraform)"
+

Added: terraform.zsh
===
--- terraform.zsh   (rev 0)
+++ terraform.zsh   2021-08-01 11:33:24 UTC (rev 991946)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform



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

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:29:37
  Author: felixonmars
Revision: 991945

archrelease: copy trunk to community-any

Added:
  python-glob2/repos/community-any/
  python-glob2/repos/community-any/PKGBUILD
(from rev 991944, python-glob2/trunk/PKGBUILD)

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

Copied: python-glob2/repos/community-any/PKGBUILD (from rev 991944, 
python-glob2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-01 11:29:37 UTC (rev 991945)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-glob2
+pkgver=0.7
+pkgrel=1
+pkgdesc="Version of the glob module that can capture patterns and supports 
recursive wildcards"
+url="https://github.com/miracle2k/glob2;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/miracle2k/python-glob2/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+
$pkgname-warning.patch::https://github.com/miracle2k/python-glob2/pull/27.patch)
+sha512sums=('dc547b16ab522306bb741c81020389d2c19beeeaa4d9ece74c878a4a6234689cf2372af9476369c8f406ff3d58a1fb3dcb7cc48d96a335eceef5c4a2863b67fe'
+
'9d9fae98fbac70f4b639be9732512e6d4465553947371457feaacb73a7152f25171e98ce427494a4ac571d01da1fa1b3ddae4e15841c178d16b96918108cdde7')
+
+prepare() {
+  cd python-glob2-$pkgver
+  patch -p1 -i ../$pkgname-warning.patch
+}
+
+build() {
+  cd python-glob2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glob2-$pkgver
+  pytest test.py
+}
+
+package() {
+  cd python-glob2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in (4 files)

2021-08-01 Thread Felix Yan via arch-commits
Date: Sunday, August 1, 2021 @ 11:29:09
  Author: felixonmars
Revision: 991944

addpkg: python-glob2 0.7-1

Added:
  python-glob2/
  python-glob2/repos/
  python-glob2/trunk/
  python-glob2/trunk/PKGBUILD

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

Added: python-glob2/trunk/PKGBUILD
===
--- python-glob2/trunk/PKGBUILD (rev 0)
+++ python-glob2/trunk/PKGBUILD 2021-08-01 11:29:09 UTC (rev 991944)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-glob2
+pkgver=0.7
+pkgrel=1
+pkgdesc="Version of the glob module that can capture patterns and supports 
recursive wildcards"
+url="https://github.com/miracle2k/glob2;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/miracle2k/python-glob2/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+
$pkgname-warning.patch::https://github.com/miracle2k/python-glob2/pull/27.patch)
+sha512sums=('dc547b16ab522306bb741c81020389d2c19beeeaa4d9ece74c878a4a6234689cf2372af9476369c8f406ff3d58a1fb3dcb7cc48d96a335eceef5c4a2863b67fe'
+
'9d9fae98fbac70f4b639be9732512e6d4465553947371457feaacb73a7152f25171e98ce427494a4ac571d01da1fa1b3ddae4e15841c178d16b96918108cdde7')
+
+prepare() {
+  cd python-glob2-$pkgver
+  patch -p1 -i ../$pkgname-warning.patch
+}
+
+build() {
+  cd python-glob2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glob2-$pkgver
+  pytest test.py
+}
+
+package() {
+  cd python-glob2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-01 Thread Daniel Bermond via arch-commits
Date: Sunday, August 1, 2021 @ 11:17:55
  Author: dbermond
Revision: 991943

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 991942, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 11:17:30 UTC (rev 991942)
+++ PKGBUILD2021-08-01 11:17:55 UTC (rev 991943)
@@ -1,57 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
- #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-numpy' 'python-scipy')
-source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e')
-
-build () {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# tests
-cmake \
--B "${srcdir}/build-cmake" \
--S "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--Wno-dev
-make -C "${srcdir}/build-cmake" all mock_install
-
-# manpage (needs python-sphinxcontrib-{moderncmakedomain,svg2pdfconverter})
-# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
-}
-
-check() {
-make -C build-cmake check
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="$pkgdir" --skip-build --optimize='1'
-
-# symlinks
-local _pyver
-_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
-install -d -m755 "${pkgdir}/usr"/{include,lib/cmake}
-ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
-ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/lib/cmake/pybind11"
-
-# man page
-# install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
-# sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-
-# license
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 991942, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 11:17:55 UTC (rev 991943)
@@ -0,0 +1,64 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.7.0
+pkgrel=2
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
+ #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-numpy' 'python-scipy')
+source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'010-pybind11-fix-hardcoded-path.patch'::'https://github.com/pybind/pybind11/commit/7cc0ebb4753770ace452d118bb327cdd9e76dcbb.patch')
+sha256sums=('6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e'
+'d582a0f8e6ba2961e398d49d7693c647eb4aab501743d431db4d85fe652f005f')
+
+prepare() {
+# FS#71638
+patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-pybind11-fix-hardcoded-path.patch"
+}
+
+build () {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# tests
+cmake \
+-B "${srcdir}/build-cmake" \
+-S "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-Wno-dev
+make -C "${srcdir}/build-cmake" all mock_install
+
+# manpage (needs python-sphinxcontrib-{moderncmakedomain,svg2pdfconverter})
+# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
+}
+
+check() {
+make -C build-cmake check
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir" --skip-build --optimize='1'
+
+# symlinks
+local _pyver
+_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
+install -d -m755 "${pkgdir}/usr"/{include,lib/cmake}
+ln -s 

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

2021-08-01 Thread Daniel Bermond via arch-commits
Date: Sunday, August 1, 2021 @ 11:17:30
  Author: dbermond
Revision: 991942

upgpkg: pybind11 2.7.0-2: FS#71638

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 11:09:22 UTC (rev 991941)
+++ PKGBUILD2021-08-01 11:17:30 UTC (rev 991942)
@@ -4,7 +4,7 @@
 
 pkgname=pybind11
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -13,9 +13,16 @@
 makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
  #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
 checkdepends=('python-numpy' 'python-scipy')
-source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e')
+source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'010-pybind11-fix-hardcoded-path.patch'::'https://github.com/pybind/pybind11/commit/7cc0ebb4753770ace452d118bb327cdd9e76dcbb.patch')
+sha256sums=('6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e'
+'d582a0f8e6ba2961e398d49d7693c647eb4aab501743d431db4d85fe652f005f')
 
+prepare() {
+# FS#71638
+patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-pybind11-fix-hardcoded-path.patch"
+}
+
 build () {
 cd "${pkgname}-${pkgver}"
 python setup.py build



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

2021-08-01 Thread Daurnimator via arch-commits
Date: Sunday, August 1, 2021 @ 11:09:22
  Author: daurnimator
Revision: 991941

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 991940, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 11:09:05 UTC (rev 991940)
+++ PKGBUILD2021-08-01 11:09:22 UTC (rev 991941)
@@ -1,56 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('dd7611521cddfba3ccce561a2831b6aca3c433a49e266f78c682ba3c4cdb49fb89fdc78b9a3dd0bd2b5247c2d8e84b102b361db2575c96063bfa7f948d782faa')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--tags noupgrade,noembeddocs \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X main.version=$pkgver \
-  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 docs/*.md "$pkgdir/usr/share/doc/$pkgname/"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 991940, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 11:09:22 UTC (rev 991941)
@@ -0,0 +1,56 @@
+# Maintainer: Daurnimator 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha512sums=('accc41a5e8864577d5f5079be3bdc4fece73d347a5dfc81d811df3a5c526dea9ec2c049efc369fdf3f62515b8e07577d9fad7e8a05ec93f274ca64abe2d93d37')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-tags noupgrade,noembeddocs \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X main.version=$pkgver \
+  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 docs/*.md "$pkgdir/usr/share/doc/$pkgname/"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-01 Thread Daurnimator via arch-commits
Date: Sunday, August 1, 2021 @ 11:09:05
  Author: daurnimator
Revision: 991940

upgpkg: chezmoi 2.1.3-1

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-01 10:42:18 UTC (rev 991939)
+++ PKGBUILD2021-08-01 11:09:05 UTC (rev 991940)
@@ -3,7 +3,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('dd7611521cddfba3ccce561a2831b6aca3c433a49e266f78c682ba3c4cdb49fb89fdc78b9a3dd0bd2b5247c2d8e84b102b361db2575c96063bfa7f948d782faa')
+sha512sums=('accc41a5e8864577d5f5079be3bdc4fece73d347a5dfc81d811df3a5c526dea9ec2c049efc369fdf3f62515b8e07577d9fad7e8a05ec93f274ca64abe2d93d37')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-08-01 Thread Antonio Rojas via arch-commits
Date: Sunday, August 1, 2021 @ 10:42:18
  Author: arojas
Revision: 991939

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 991938, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct-datadir.patch
(from rev 991938, qt5ct/trunk/qt5ct-datadir.patch)
Deleted:
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5ct-datadir.patch

-+
 PKGBUILD|   61 ++
 qt5ct-datadir.patch |   28 +++---
 2 files changed, 41 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-01 10:42:06 UTC (rev 991938)
+++ PKGBUILD2021-08-01 10:42:18 UTC (rev 991939)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=1.2
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(x86_64)
-url="https://qt5ct.sourceforge.io/;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(cmake qt5-tools)
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2
-qt5ct-datadir.patch)
-sha256sums=('1de3f06e6d5d0746bf19a949e56cc04b53bdbc18294f38cb20759f35006b872e'
-'58422b0fff7de20ba45744d0a7610da5685142daf5db12414d3fed8fd91b152f')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < qt5ct-datadir.patch # Fix data install dir
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 991938, 
qt5ct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-01 10:42:18 UTC (rev 991939)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=1.3
+pkgrel=1
+pkgdesc='Qt5 Configuration Utility'
+arch=(x86_64)
+url='https://qt5ct.sourceforge.io/'
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(cmake qt5-tools)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dd443b14e590aff76a16e1316d56e62e3248c470df4f71bc952569f3c3bc')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 

Deleted: qt5ct-datadir.patch
===
--- qt5ct-datadir.patch 2021-08-01 10:42:06 UTC (rev 991938)
+++ qt5ct-datadir.patch 2021-08-01 10:42:18 UTC (rev 991939)
@@ -1,14 +0,0 @@
-diff -ru qt5ct-1.2/CMakeLists.txt qt5ct-1.2.orig/CMakeLists.txt
 qt5ct-1.2.orig/CMakeLists.txt  2021-04-20 21:29:54.0 +0200
-+++ qt5ct-1.2/CMakeLists.txt   2021-04-20 21:53:46.049860142 +0200
-@@ -54,8 +54,8 @@
- add_subdirectory(src/qt5ct-qtplugin)
- add_subdirectory(src/qt5ct-style)
- 
--install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR})
--install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR})
-+install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
-+install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
- 
- if(UNIX)
- add_custom_target(distclean @echo cleaning for source distribution)

Copied: qt5ct/repos/community-x86_64/qt5ct-datadir.patch (from rev 991938, 
qt5ct/trunk/qt5ct-datadir.patch)
===
--- qt5ct-datadir.patch (rev 0)
+++ qt5ct-datadir.patch 2021-08-01 10:42:18 UTC (rev 991939)
@@ -0,0 +1,14 @@
+diff -ru qt5ct-1.2/CMakeLists.txt qt5ct-1.2.orig/CMakeLists.txt
+--- qt5ct-1.2.orig/CMakeLists.txt  2021-04-20 21:29:54.0 +0200
 qt5ct-1.2/CMakeLists.txt   2021-04-20 21:53:46.049860142 +0200
+@@ -54,8 +54,8 @@
+ add_subdirectory(src/qt5ct-qtplugin)
+ add_subdirectory(src/qt5ct-style)
+ 
+-install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR})
+-install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR})
++install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
++install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
+ 
+ if(UNIX)
+ add_custom_target(distclean @echo cleaning for source distribution)



  1   2   >