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

2020-09-30 Thread Jiachen Yang via arch-commits
Date: Thursday, October 1, 2020 @ 03:38:18
  Author: farseerfc
Revision: 714169

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/Fix_xcb_wayland.patch
(from rev 714168, telegram-desktop/trunk/Fix_xcb_wayland.patch)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 714168, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-tg_owt-webrtc-fork.patch
(from rev 714168, telegram-desktop/trunk/Use-tg_owt-webrtc-fork.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/Fix_xcb_wayland.patch
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-tg_owt-webrtc-fork.patch

--+
 Fix_xcb_wayland.patch|   70 +++
 PKGBUILD |  105 +--
 Use-tg_owt-webrtc-fork.patch |  122 -
 3 files changed, 148 insertions(+), 149 deletions(-)

Deleted: Fix_xcb_wayland.patch
===
--- Fix_xcb_wayland.patch   2020-10-01 03:37:35 UTC (rev 714168)
+++ Fix_xcb_wayland.patch   2020-10-01 03:38:18 UTC (rev 714169)
@@ -1,35 +0,0 @@
-diff -Naur 
tdesktop-2.3.2-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp 
tdesktop-2.3.2-full.patched/Telegram/SourceFiles/platform/linux/specific_linux.cpp
 tdesktop-2.3.2-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp 
2020-08-23 15:36:52.0 +0200
-+++ 
tdesktop-2.3.2-full.patched/Telegram/SourceFiles/platform/linux/specific_linux.cpp
 2020-09-02 08:38:32.950087151 +0200
-@@ -298,6 +298,20 @@
- }
- #endif // !TDESKTOP_DISABLE_GTK_INTEGRATION
- 
-+bool IsXCBExtensionPresent(
-+  xcb_connection_t *connection,
-+  xcb_extension_t *ext) {
-+  const auto reply = xcb_get_extension_data(
-+  connection,
-+  ext);
-+
-+  if (!reply) {
-+  return false;
-+  }
-+
-+  return reply->present;
-+}
-+
- std::optional XCBLastUserInputTime() {
-   const auto native = QGuiApplication::platformNativeInterface();
-   if (!native) {
-@@ -311,6 +325,10 @@
-   return std::nullopt;
-   }
- 
-+  if (!IsXCBExtensionPresent(connection, _screensaver_id)) {
-+  return std::nullopt;
-+  }
-+
-   const auto screen = 
xcb_setup_roots_iterator(xcb_get_setup(connection)).data;
-   if (!screen) {
-   return std::nullopt;

Copied: telegram-desktop/repos/community-x86_64/Fix_xcb_wayland.patch (from rev 
714168, telegram-desktop/trunk/Fix_xcb_wayland.patch)
===
--- Fix_xcb_wayland.patch   (rev 0)
+++ Fix_xcb_wayland.patch   2020-10-01 03:38:18 UTC (rev 714169)
@@ -0,0 +1,35 @@
+diff -Naur 
tdesktop-2.3.2-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp 
tdesktop-2.3.2-full.patched/Telegram/SourceFiles/platform/linux/specific_linux.cpp
+--- tdesktop-2.3.2-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp 
2020-08-23 15:36:52.0 +0200
 
tdesktop-2.3.2-full.patched/Telegram/SourceFiles/platform/linux/specific_linux.cpp
 2020-09-02 08:38:32.950087151 +0200
+@@ -298,6 +298,20 @@
+ }
+ #endif // !TDESKTOP_DISABLE_GTK_INTEGRATION
+ 
++bool IsXCBExtensionPresent(
++  xcb_connection_t *connection,
++  xcb_extension_t *ext) {
++  const auto reply = xcb_get_extension_data(
++  connection,
++  ext);
++
++  if (!reply) {
++  return false;
++  }
++
++  return reply->present;
++}
++
+ std::optional XCBLastUserInputTime() {
+   const auto native = QGuiApplication::platformNativeInterface();
+   if (!native) {
+@@ -311,6 +325,10 @@
+   return std::nullopt;
+   }
+ 
++  if (!IsXCBExtensionPresent(connection, _screensaver_id)) {
++  return std::nullopt;
++  }
++
+   const auto screen = 
xcb_setup_roots_iterator(xcb_get_setup(connection)).data;
+   if (!screen) {
+   return std::nullopt;

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 03:37:35 UTC (rev 714168)
+++ PKGBUILD2020-10-01 03:38:18 UTC (rev 714169)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.3.2
-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'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'qt5-wayland' 'gtk3')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'libwebrtc')
-optdepends=('ttf-opensans: default Open Sans font family')

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

2020-09-30 Thread Jiachen Yang via arch-commits
Date: Thursday, October 1, 2020 @ 03:37:35
  Author: farseerfc
Revision: 714168

upgpkg: telegram-desktop 2.4.0-1: telegram-desktop: 2.4.0 release

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 02:26:35 UTC (rev 714167)
+++ PKGBUILD2020-10-01 03:37:35 UTC (rev 714168)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -13,18 +13,17 @@
 optdepends=('ttf-opensans: default Open Sans font family')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
 "Use-tg_owt-webrtc-fork.patch"
-"Fix_xcb_wayland.patch"
+"Update-webrtc-packaged-build-for-tg_owt.patch::https://github.com/desktop-app/cmake_helpers/commit/d955882cb4d4c94f61a9b1df62b7f93d3c5bff7d.patch;
 )
-sha512sums=('757e57389ce24656c1d6676d6f0808e3d444785394e916b9f5fb47511662f01b6742c88c2a27274c4d9bb58263ae281218579c78cce7db119e2c863c1eaacc90'
+sha512sums=('8b62caadc97aacfc4d5313f3420dd258162d8ffd77acfbf27b7561b3dd7274248d90e37d304160d5bc0f5fedf7dbaa5b51e3b2b3cb8213c2ea4bb4c9b43ef6b1'
 
'071591c6bb71435f8186dcaf570703718051f00366dbbe3f13c4df3706d3de1f168bff4bfa707ad1d6f09f5505c925f0b01d76fd65efe904f3ba7db693d63f43'
-
'b318ae7a78bcacc27d3cbfce34b60f16197d8fdb9f8fcc8a9125ecf0d0760a1ed3bb526167013de61c5b6cf9a53102a901826d019bf6e9ba879953ede7d07823')
+
'b3c44e76a3907f7acc197746b471564577e912bf0561e9576dc8459211c88f400716437bcaa10967376461c69c8a98a56477d26d3feb9ca34747d9208bf5f6c6')
 
 prepare() {
 cd tdesktop-$pkgver-full/cmake
+patch -R -Np1 -i ${srcdir}/Update-webrtc-packaged-build-for-tg_owt.patch
 patch -R -Np1 -i ${srcdir}/Use-tg_owt-webrtc-fork.patch
 sed 's|set(webrtc_build_loc 
${webrtc_loc}/out/$/obj)|set(webrtc_build_loc /usr/lib)|' -i 
external/webrtc/CMakeLists.txt
-cd ../
-patch -p1 < ${srcdir}/Fix_xcb_wayland.patch
 }
 
 build() {


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

2020-09-30 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 1, 2020 @ 02:26:22
  Author: svenstaro
Revision: 714166

upgpkg: broot 1.0.1-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 00:05:30 UTC (rev 714165)
+++ PKGBUILD2020-10-01 02:26:22 UTC (rev 714166)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('f4c9e60f1589b7f4aba1e89d414ddde9dabf1c38e8dfd693b405827cfcb8e175')
+sha256sums=('886ba97f8d71a3fb83aba57f53022b5daf10576dc50f9d8e8d81f4db3090350e')
 
 build() {
   cd $pkgname-$pkgver


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

2020-09-30 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 1, 2020 @ 02:26:35
  Author: svenstaro
Revision: 714167

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 714166, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 02:26:22 UTC (rev 714166)
+++ PKGBUILD2020-10-01 02:26:35 UTC (rev 714167)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('f4c9e60f1589b7f4aba1e89d414ddde9dabf1c38e8dfd693b405827cfcb8e175')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  gzip --best man/page
-  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 714166, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-01 02:26:35 UTC (rev 714167)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('886ba97f8d71a3fb83aba57f53022b5daf10576dc50f9d8e8d81f4db3090350e')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  gzip --best man/page
+  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Thursday, October 1, 2020 @ 00:05:30
  Author: polyzen
Revision: 714165

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 714164, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 00:05:12 UTC (rev 714164)
+++ PKGBUILD2020-10-01 00:05:30 UTC (rev 714165)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.27
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('f0e134b1132bae56e681a382e8d0ede4613c532381f96f887b56ea2848219067')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 714164, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-01 00:05:30 UTC (rev 714165)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.28
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('84a5bfa2861ffbd140f2ade3aabf91ba0972028c523ca4efd344216e585c7482')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Thursday, October 1, 2020 @ 00:05:12
  Author: polyzen
Revision: 714164

upgpkg: firefox-tree-style-tab 3.5.28-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 00:01:43 UTC (rev 714163)
+++ PKGBUILD2020-10-01 00:05:12 UTC (rev 714164)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.27
+pkgver=3.5.28
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('f0e134b1132bae56e681a382e8d0ede4613c532381f96f887b56ea2848219067')
+sha256sums=('84a5bfa2861ffbd140f2ade3aabf91ba0972028c523ca4efd344216e585c7482')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Thursday, October 1, 2020 @ 00:01:43
  Author: polyzen
Revision: 714163

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 714162, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 00:00:07 UTC (rev 714162)
+++ PKGBUILD2020-10-01 00:01:43 UTC (rev 714163)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.29.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('e9d2fa95b5323cec0e56e439b995326203d13c2fc781927741270ea34d244d30')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 714162, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-01 00:01:43 UTC (rev 714163)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.30.0
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('91df6736d2ca905358cb013daac3f8408851ca029501359668a0eb4a68e47cc8')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Thursday, October 1, 2020 @ 00:00:07
  Author: polyzen
Revision: 714162

upgpkg: firefox-ublock-origin 1.30.0-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 23:59:17 UTC (rev 714161)
+++ PKGBUILD2020-10-01 00:00:07 UTC (rev 714162)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.29.2
+pkgver=1.30.0
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('e9d2fa95b5323cec0e56e439b995326203d13c2fc781927741270ea34d244d30')
+sha256sums=('91df6736d2ca905358cb013daac3f8408851ca029501359668a0eb4a68e47cc8')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


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

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 30, 2020 @ 23:59:17
  Author: polyzen
Revision: 714161

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 714160, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 23:58:59 UTC (rev 714160)
+++ PKGBUILD2020-09-30 23:59:17 UTC (rev 714161)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.24.2
-pkgrel=1
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('40b68de6bacdccec1585dbd54072731b10da7fc2f9cfd96517a71f066208b61f')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 714160, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 23:59:17 UTC (rev 714161)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.25.0
+pkgrel=1
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


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

2020-09-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 30, 2020 @ 23:58:59
  Author: polyzen
Revision: 714160

upgpkg: yamllint 1.25.0-1

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:16:53 UTC (rev 714159)
+++ PKGBUILD2020-09-30 23:58:59 UTC (rev 714160)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=yamllint
-pkgver=1.24.2
+pkgver=1.25.0
 pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-pathspec' 'python-setuptools' 'python-yaml')
 checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('40b68de6bacdccec1585dbd54072731b10da7fc2f9cfd96517a71f066208b61f')
+sha256sums=('b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519')
 
 build() {
   cd $pkgname-$pkgver


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

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 22:13:09
  Author: anatolik
Revision: 397017

archrelease: copy trunk to testing-x86_64

Added:
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 397016, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/webrick.patch
(from rev 397016, ruby/trunk/webrick.patch)

---+
 PKGBUILD  |  101 
 webrick.patch |   40 ++
 2 files changed, 141 insertions(+)

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 397016, 
ruby/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-30 22:13:09 UTC (rev 397017)
@@ -0,0 +1,101 @@
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.7.1
+pkgrel=4
+arch=(x86_64)
+url='https://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(libxcrypt)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+webrick.patch) # simplified upstream patch 
https://github.com/ruby/ruby/commit/828c34e58b63d64558ec0f2d1d7ae401c5e6b21f
+sha512sums=('79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31'
+
'60688c02bdbed087dc41613e335abd5602964f13e0cdf900ed2f7a830eb4d10a93396e8ef6e87a5c17aa6c50f63098199aa729302c8e6cf44505eecec2aed9e2')
+
+prepare() {
+  cd ruby-${pkgver}
+  # remove bundled gems, we are going to ship them as separate packages
+  rm -rf gems/
+
+  patch -p1 < ../webrick.patch # FS#68051   CVE-2020-25613
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib rubygems ruby-irb)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+
+  rubyver=${pkgver:0:3}.0
+
+  # remove rubygems as it shipped as a separate package
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
+  rm "${pkgdir}"/usr/bin/gem
+
+  # remove bundler as it shipped as a separate package
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
+  rm "${pkgdir}"/usr/bin/{bundle,bundler}
+  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/bundler-*.gemspec
+  rm "${pkgdir}"/usr/share/man/man1/{bundle,bundle-*}.1
+
+  # remove bundled rdoc gem
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rdoc,rdoc.rb}
+  rm "${pkgdir}"/usr/bin/{rdoc,ri}
+  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/rdoc-*.gemspec
+
+  # remove irb as it is a separate package now
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{irb,irb.rb}
+  rm "${pkgdir}"/usr/bin/irb
+  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/irb-*.gemspec
+  rm "${pkgdir}"/usr/share/man/man1/irb.1
+
+  # remove all bundled gems to avoid conflicts with ruby-* Arch packages
+  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-x86_64/webrick.patch (from rev 397016, 
ruby/trunk/webrick.patch)
===
--- testing-x86_64/webrick.patch(rev 0)
+++ testing-x86_64/webrick.patch2020-09-30 22:13:09 UTC (rev 397017)
@@ -0,0 +1,40 @@
+From 828c34e58b63d64558ec0f2d1d7ae401c5e6b21f Mon Sep 17 00:00:00 2001
+From: nagachika 
+Date: Tue, 29 Sep 2020 22:46:14 +0900
+Subject: [PATCH] merge revision(s) d23d2f3f6fbb5d787b0dd80675c489a692be23e2:
+
+   [ruby/webrick] Make it more strict to interpret some headers
+
+   Some regexps were too tolerant.
+
+   https://github.com/ruby/webrick/commit/8946bb38b4
+---
+ lib/webrick/httprequest.rb | 6 +++---
+ version.h  | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/webrick/httprequest.rb b/lib/webrick/httprequest.rb
+index 

[arch-commits] Commit in ruby/trunk (PKGBUILD webrick.patch)

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 22:12:49
  Author: anatolik
Revision: 397016

FS#68051: Patch for CVE-2020-25613

Added:
  ruby/trunk/webrick.patch
Modified:
  ruby/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 webrick.patch |   40 
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:59:15 UTC (rev 397015)
+++ PKGBUILD2020-09-30 22:12:49 UTC (rev 397016)
@@ -5,7 +5,7 @@
 
 pkgname=(ruby ruby-docs)
 pkgver=2.7.1
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -12,13 +12,17 @@
 depends=(libxcrypt)
 makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
 options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31')
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+webrick.patch) # simplified upstream patch 
https://github.com/ruby/ruby/commit/828c34e58b63d64558ec0f2d1d7ae401c5e6b21f
+sha512sums=('79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31'
+
'60688c02bdbed087dc41613e335abd5602964f13e0cdf900ed2f7a830eb4d10a93396e8ef6e87a5c17aa6c50f63098199aa729302c8e6cf44505eecec2aed9e2')
 
 prepare() {
   cd ruby-${pkgver}
   # remove bundled gems, we are going to ship them as separate packages
   rm -rf gems/
+
+  patch -p1 < ../webrick.patch # FS#68051   CVE-2020-25613
 }
 
 build() {

Added: webrick.patch
===
--- webrick.patch   (rev 0)
+++ webrick.patch   2020-09-30 22:12:49 UTC (rev 397016)
@@ -0,0 +1,40 @@
+From 828c34e58b63d64558ec0f2d1d7ae401c5e6b21f Mon Sep 17 00:00:00 2001
+From: nagachika 
+Date: Tue, 29 Sep 2020 22:46:14 +0900
+Subject: [PATCH] merge revision(s) d23d2f3f6fbb5d787b0dd80675c489a692be23e2:
+
+   [ruby/webrick] Make it more strict to interpret some headers
+
+   Some regexps were too tolerant.
+
+   https://github.com/ruby/webrick/commit/8946bb38b4
+---
+ lib/webrick/httprequest.rb | 6 +++---
+ version.h  | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/webrick/httprequest.rb b/lib/webrick/httprequest.rb
+index 87dc879175c0..6af0cee97dbf 100644
+--- a/lib/webrick/httprequest.rb
 b/lib/webrick/httprequest.rb
+@@ -226,9 +226,9 @@ def parse(socket=nil)
+ raise HTTPStatus::BadRequest, "bad URI `#{@unparsed_uri}'."
+   end
+ 
+-  if /close/io =~ self["connection"]
++  if /\Aclose\z/io =~ self["connection"]
+ @keep_alive = false
+-  elsif /keep-alive/io =~ self["connection"]
++  elsif /\Akeep-alive\z/io =~ self["connection"]
+ @keep_alive = true
+   elsif @http_version < "1.1"
+ @keep_alive = false
+@@ -503,7 +503,7 @@ def read_body(socket, block)
+   return unless socket
+   if tc = self['transfer-encoding']
+ case tc
+-when /chunked/io then read_chunked(socket, block)
++when /\Achunked\z/io then read_chunked(socket, block)
+ else raise HTTPStatus::NotImplemented, "Transfer-Encoding: #{tc}."
+ end
+   elsif self['content-length'] || @remaining_size


[arch-commits] Commit in deepin-image-viewer/repos/community-x86_64 (4 files)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:16:53
  Author: felixonmars
Revision: 714159

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 714150, deepin-image-viewer/trunk/PKGBUILD)
  deepin-image-viewer/repos/community-x86_64/deepin-image-viewer-qt5.15.patch
(from rev 714151, 
deepin-image-viewer/trunk/deepin-image-viewer-qt5.15.patch)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
  deepin-image-viewer/repos/community-x86_64/deepin-image-viewer-qt5.15.patch

--+
 PKGBUILD |   66 
 deepin-image-viewer-qt5.15.patch |  144 ++---
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 21:16:52 UTC (rev 714158)
+++ PKGBUILD2020-09-30 21:16:53 UTC (rev 714159)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=5.6.3.6
-pkgrel=1
-pkgdesc='An image viewing tool with fashion interface and smooth performance'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 
'qt5-svg' 'udisks2-qt5')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;
-deepin-image-viewer-qt5.15.patch)
-sha512sums=('f95d5742e5f6a2407d80179f121d6fa7278ed253328b77dbd8024066791d930c807bb9830fd63435408c5200e5932994aafcc17a980f94ee8fd7b08ba9b42cea'
-
'e802fa93972bf3d32c3672603e41bc662866aaf7e458b0cd7eeef786e22348c57161d3292754df5357beae6bb3b475bd45dfc6912c969200e4bf079c00b77763')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../deepin-image-viewer-qt5.15.patch # Fix 
build with Qt 5.15
-}
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 714150, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 21:16:53 UTC (rev 714159)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=5.6.3.7
+pkgrel=1
+pkgdesc='An image viewing tool with fashion interface and smooth performance'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 
'qt5-svg' 'udisks2-qt5')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;
+deepin-image-viewer-qt5.15.patch)
+sha512sums=('cf73eab16517062f5c529c1d0f5256a6979ab59827b5e8652ed846123d7d26a2bd13f8889cab7a130fbc9275485c177a6c1173397b41a601d7c8a0b4dc51ca36'
+
'e802fa93972bf3d32c3672603e41bc662866aaf7e458b0cd7eeef786e22348c57161d3292754df5357beae6bb3b475bd45dfc6912c969200e4bf079c00b77763')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../deepin-image-viewer-qt5.15.patch # Fix 
build with Qt 5.15
+}
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-image-viewer-qt5.15.patch
===
--- deepin-image-viewer-qt5.15.patch2020-09-30 21:16:52 UTC (rev 714158)
+++ deepin-image-viewer-qt5.15.patch2020-09-30 21:16:53 UTC (rev 714159)
@@ -1,72 +0,0 @@
-diff --git a/viewer/frame/toptoolbar.cpp b/viewer/frame/toptoolbar.cpp
-index 545ab1fb..89648d2b 100644
 a/viewer/frame/toptoolbar.cpp
-+++ b/viewer/frame/toptoolbar.cpp
-@@ -37,6 +37,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/viewer/module/view/contents/imageinfowidget.cpp 
b/viewer/module/view/contents/imageinfowidget.cpp
-index ec6e8b91..623734b4 100644
 a/viewer/module/view/contents/imageinfowidget.cpp
-+++ b/viewer/module/view/contents/imageinfowidget.cpp
-@@ -34,6 +34,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- namespace {
- 
-diff --git a/viewer/module/view/contents/ttbcontent.cpp 
b/viewer/module/view/contents/ttbcontent.cpp
-index 07d6b211..cc4718be 100644
 a/viewer/module/view/contents/ttbcontent.cpp
-+++ b/viewer/module/view/contents/ttbcontent.cpp
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define 

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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:16:39
  Author: felixonmars
Revision: 714150

upgpkg: deepin-image-viewer 5.6.3.7-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:16:28 UTC (rev 714149)
+++ PKGBUILD2020-09-30 21:16:39 UTC (rev 714150)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.6
+pkgver=5.6.3.7
 pkgrel=1
 pkgdesc='An image viewing tool with fashion interface and smooth performance'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;
 deepin-image-viewer-qt5.15.patch)
-sha512sums=('f95d5742e5f6a2407d80179f121d6fa7278ed253328b77dbd8024066791d930c807bb9830fd63435408c5200e5932994aafcc17a980f94ee8fd7b08ba9b42cea'
+sha512sums=('cf73eab16517062f5c529c1d0f5256a6979ab59827b5e8652ed846123d7d26a2bd13f8889cab7a130fbc9275485c177a6c1173397b41a601d7c8a0b4dc51ca36'
 
'e802fa93972bf3d32c3672603e41bc662866aaf7e458b0cd7eeef786e22348c57161d3292754df5357beae6bb3b475bd45dfc6912c969200e4bf079c00b77763')
 
 prepare() {


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:16:18
  Author: felixonmars
Revision: 714148

upgpkg: haskell-ci 0.10.3-6: rebuild with text-conversions 0.3.1

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:15:19 UTC (rev 714147)
+++ PKGBUILD2020-09-30 21:16:18 UTC (rev 714148)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:15:19
  Author: felixonmars
Revision: 714147

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 714146, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 714146, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:15:19 UTC (rev 714147)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=142
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:16:28
  Author: felixonmars
Revision: 714149

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ci/repos/community-staging-x86_64/
  haskell-ci/repos/community-staging-x86_64/PKGBUILD
(from rev 714148, haskell-ci/trunk/PKGBUILD)

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 714148, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:16:28 UTC (rev 714149)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=6
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:15:09
  Author: felixonmars
Revision: 714146

upgpkg: shellcheck 0.7.1-142: rebuild with text-conversions 0.3.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:12:42 UTC (rev 714145)
+++ PKGBUILD2020-09-30 21:15:09 UTC (rev 714146)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=141
+pkgrel=142
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:12:32
  Author: felixonmars
Revision: 714144

upgpkg: pandoc-crossref 0.3.8.1-9: rebuild with text-conversions 0.3.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:11:19 UTC (rev 714143)
+++ PKGBUILD2020-09-30 21:12:32 UTC (rev 714144)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.8.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:12:42
  Author: felixonmars
Revision: 714145

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 714144, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
714144, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:12:42 UTC (rev 714145)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.8.1
+pkgrel=9
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('1436c2e83ee27caddbe8477df9f19dd1c579ff7f99e0f2f206acf34d9a8952e20e089931e644a5f7690b0bebb6492d6596237d10990e6d1a4e61ddcf91c286ce')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:11:17
  Author: felixonmars
Revision: 714142

archrelease: copy trunk to community-any

Added:
  acorn/repos/community-any/PKGBUILD
(from rev 714141, acorn/trunk/PKGBUILD)
Deleted:
  acorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 21:11:09 UTC (rev 714141)
+++ PKGBUILD2020-09-30 21:11:17 UTC (rev 714142)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=acorn
-pkgver=8.0.1
-epoch=1
-pkgrel=1
-pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
-arch=('any')
-url='https://github.com/ternjs/acorn'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('7662a7e29a99dbd8909763efcded734eba6cda5baf96cd8f058fff9de3b6589d2cd74077031257b2137e3e1ec1e06ae17c68475eb978767530c8d35741c9d619')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: acorn/repos/community-any/PKGBUILD (from rev 714141, 
acorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 21:11:17 UTC (rev 714142)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=8.0.2
+epoch=1
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('b740f0ec03b278ab389decf8761ce40431c1dbc202a35a71937505b0b7ec0873a42d6f82c1b01924f31ad2f05bab432ab2c9616fb9ffec7e2a079b716954387b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:11:19
  Author: felixonmars
Revision: 714143

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 714141, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
714141, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:11:19 UTC (rev 714143)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.0
+pkgrel=73
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
hakyll-pandoc-2.10.patch::https://github.com/jaspervdj/hakyll/pull/787.patch)
+sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a'
+
'c78d30619a29f0015d74b997187ed22fdd11c62f10a8da3362c3c2090446bdd17cd0afb7397c3f789305de7047299c54bcad845e0255cee327138c463d3dd8ad')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../hakyll-pandoc-2.10.patch
+sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:11:05
  Author: felixonmars
Revision: 714140

upgpkg: acorn 1:8.0.2-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:10:03 UTC (rev 714139)
+++ PKGBUILD2020-09-30 21:11:05 UTC (rev 714140)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=8.0.1
+pkgver=8.0.2
 epoch=1
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('7662a7e29a99dbd8909763efcded734eba6cda5baf96cd8f058fff9de3b6589d2cd74077031257b2137e3e1ec1e06ae17c68475eb978767530c8d35741c9d619')
+sha512sums=('b740f0ec03b278ab389decf8761ce40431c1dbc202a35a71937505b0b7ec0873a42d6f82c1b01924f31ad2f05bab432ab2c9616fb9ffec7e2a079b716954387b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:11:09
  Author: felixonmars
Revision: 714141

upgpkg: haskell-hakyll 4.13.4.0-73: rebuild with text-conversions 0.3.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:11:05 UTC (rev 714140)
+++ PKGBUILD2020-09-30 21:11:09 UTC (rev 714141)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.0
-pkgrel=72
+pkgrel=73
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:10:03
  Author: felixonmars
Revision: 714139

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 714138, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
714138, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:10:03 UTC (rev 714139)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17.0.2
+pkgrel=42
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:09:53
  Author: felixonmars
Revision: 714138

upgpkg: pandoc-citeproc 0.17.0.2-42: rebuild with text-conversions 0.3.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:07:30 UTC (rev 714137)
+++ PKGBUILD2020-09-30 21:09:53 UTC (rev 714138)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=41
+pkgrel=42
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:07:30
  Author: felixonmars
Revision: 714137

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 714136, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 714136, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 21:07:30 UTC (rev 714137)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.10.1
+pkgrel=31
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-commonmark' 'haskell-commonmark-extensions' 
'haskell-commonmark-pandoc'
+ 'haskell-connection' 'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('055d0d87c621ec428da7d2c589de9e1371ec6ebf613d943573d89c8bb98f2a0d67d4c156cf31f4257f0093c69f4006d06e11426ee04e7267f535c68381cfabf2')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< *1.2/<2/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:07:20
  Author: felixonmars
Revision: 714136

upgpkg: pandoc 2.10.1-31: rebuild with text-conversions 0.3.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 21:02:40 UTC (rev 714135)
+++ PKGBUILD2020-09-30 21:07:20 UTC (rev 714136)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.10.1
-pkgrel=30
+pkgrel=31
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:02:29
  Author: felixonmars
Revision: 714134

upgpkg: python-faker 4.1.4-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:58:35 UTC (rev 714133)
+++ PKGBUILD2020-09-30 21:02:29 UTC (rev 714134)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=4.1.3
+pkgver=4.1.4
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('30c233e9a7f5b917d1423313910e059d9dbdb30269283e82930b418c9b70dc40d87f19a617dd4782cef85494695beefae227b7d4c4b5fa804c3473b554166c2e')
+sha512sums=('40277becf4e28e7595aeaff5f57bbacbfb0953b8093407df0b46cfab4aa03c08287498d64713816c55573626ab595e8e6763e4246483fbf3714bc55a1972e1ae')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 21:02:40
  Author: felixonmars
Revision: 714135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 21:02:29 UTC (rev 714134)
+++ PKGBUILD2020-09-30 21:02:40 UTC (rev 714135)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=4.1.3
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('30c233e9a7f5b917d1423313910e059d9dbdb30269283e82930b418c9b70dc40d87f19a617dd4782cef85494695beefae227b7d4c4b5fa804c3473b554166c2e')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 714134, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 21:02:40 UTC (rev 714135)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=4.1.4
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('40277becf4e28e7595aeaff5f57bbacbfb0953b8093407df0b46cfab4aa03c08287498d64713816c55573626ab595e8e6763e4246483fbf3714bc55a1972e1ae')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 20:59:15
  Author: arojas
Revision: 397015

Update patch URL (FS#68060)

Modified:
  kdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:55:52 UTC (rev 397014)
+++ PKGBUILD2020-09-30 20:59:15 UTC (rev 397015)
@@ -11,10 +11,10 @@
 makedepends=(extra-cmake-modules python mariadb-libs postgresql qt5-tools 
doxygen qt5-doc)
 optdepends=('mariadb-libs: MySQL plugin' 'postgresql: PostgreSQL plugin')
 
source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}
- 
kdb-postgresql-12.patch::"https://cgit.kde.org/kdb.git/patch/src/drivers/postgresql?id=40cdaea4;)
+ 
kdb-postgresql-12.patch::"https://invent.kde.org/libraries/kdb/-/commit/40cdaea4.patch;)
 sha256sums=('8f8983bc8d143832dc14bc2003ba6af1af27688e477c0c791fd61445464f2069'
 'SKIP'
-'c576a6375d6694c6ca017737ee959f2fe079abd5deb56bd5e1a0674f8812cb76')
+'7c67b4b349432cbe44413758dcd020600eca1366c82fb2d02c361dbf66e8d0f7')
 validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek 

 
 


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:58:35
  Author: felixonmars
Revision: 714133

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-doctemplates/repos/community-staging-x86_64/
  haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD
(from rev 714132, haskell-doctemplates/trunk/PKGBUILD)

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

Copied: haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD (from rev 
714132, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 20:58:35 UTC (rev 714133)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.8.2
+pkgrel=44
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-hsyaml' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-text-conversions' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1e1dbb8f8a2980b342ef3b5c2c0fefa8d0bf220d5ca1332de3dbdf30ab3243fd6f4d12816fa25851498a26c25c5fba1bc2aa6f16eafca11c65bc125a203b90ad')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:58:23
  Author: felixonmars
Revision: 714132

upgpkg: haskell-doctemplates 0.8.2-44: rebuild with text-conversions 0.3.1

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:57:27 UTC (rev 714131)
+++ PKGBUILD2020-09-30 20:58:23 UTC (rev 714132)
@@ -3,7 +3,7 @@
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
 pkgver=0.8.2
-pkgrel=43
+pkgrel=44
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates;
 license=("BSD")


[arch-commits] Commit in haskell-text-conversions/repos (2 files)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:57:27
  Author: felixonmars
Revision: 714131

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-conversions/repos/community-staging-x86_64/
  haskell-text-conversions/repos/community-staging-x86_64/PKGBUILD
(from rev 714130, haskell-text-conversions/trunk/PKGBUILD)

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

Copied: haskell-text-conversions/repos/community-staging-x86_64/PKGBUILD (from 
rev 714130, haskell-text-conversions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 20:57:27 UTC (rev 714131)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-conversions
+pkgname=haskell-text-conversions
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Safe conversions between textual types"
+url="https://github.com/cjdev/text-conversions;
+license=('ISC')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-errors')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4c0fe08024a56e326b632a67b945fa869a798b00fa45b56f4f181a0075ed5cd6802edec0f0e38c0f4b5cc4b81c6f6bd98e3382b968cec6ad884d24ee31dbf600')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-text-conversions/trunk (PKGBUILD)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:57:18
  Author: felixonmars
Revision: 714130

upgpkg: haskell-text-conversions 0.3.1-1: rebuild with text-conversions 0.3.1

Modified:
  haskell-text-conversions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:57:13 UTC (rev 714129)
+++ PKGBUILD2020-09-30 20:57:18 UTC (rev 714130)
@@ -2,8 +2,8 @@
 
 _hkgname=text-conversions
 pkgname=haskell-text-conversions
-pkgver=0.3.0
-pkgrel=45
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Safe conversions between textual types"
 url="https://github.com/cjdev/text-conversions;
 license=('ISC')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-errors')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('767816f953468932ab579d0cbdd20f7bbe1fc72c4ed8a857bc7bfa52a2d07abafc2065e9844ddea49f44bcf32b06e5c1abd64a222498cc6435129f2b36c036ec')
+sha512sums=('4c0fe08024a56e326b632a67b945fa869a798b00fa45b56f4f181a0075ed5cd6802edec0f0e38c0f4b5cc4b81c6f6bd98e3382b968cec6ad884d24ee31dbf600')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:57:13
  Author: felixonmars
Revision: 714129

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 714128, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 714128, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 714128, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |  104 +++
 kcptun-server@.service |   22 -
 kcptun@.service|   26 +--
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 20:56:56 UTC (rev 714128)
+++ PKGBUILD2020-09-30 20:57:13 UTC (rev 714129)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20200701
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('9ba9236a13cb5f27b42fdd565a1604d20cf1fb112503b43e0ca3b56ffdbd559b8cfbd4af8ae5b054202282099cd62ad04cd02ea7a827e500f2151ea49bf1291f'
-
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
-
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 714128, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 20:57:13 UTC (rev 714129)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20200930
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('9804d78e8d0a84266b59ff155874c05ab4af566d3b78be5266f81f26082109a4f095fae93e95217e0a0548ca689f0e48ffb82ad31cd55d225cbd5fa04c30abea'
+
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
+
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=p

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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:56:56
  Author: felixonmars
Revision: 714128

upgpkg: kcptun 20200930-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:55:50 UTC (rev 714127)
+++ PKGBUILD2020-09-30 20:56:56 UTC (rev 714128)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20200701
+pkgver=20200930
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('9ba9236a13cb5f27b42fdd565a1604d20cf1fb112503b43e0ca3b56ffdbd559b8cfbd4af8ae5b054202282099cd62ad04cd02ea7a827e500f2151ea49bf1291f'
+sha512sums=('9804d78e8d0a84266b59ff155874c05ab4af566d3b78be5266f81f26082109a4f095fae93e95217e0a0548ca689f0e48ffb82ad31cd55d225cbd5fa04c30abea'
 
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
 
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
 


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:52
  Author: felixonmars
Revision: 397014

archrelease: copy trunk to extra-any

Added:
  python-isort/repos/extra-any/PKGBUILD
(from rev 397013, python-isort/trunk/PKGBUILD)
Deleted:
  python-isort/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 20:55:41 UTC (rev 397013)
+++ PKGBUILD2020-09-30 20:55:52 UTC (rev 397014)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python-isort
-pkgver=5.5.3
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python-toml')
-makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
-  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
-  'python-pytest-mock' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ac34f8b93998f5a452b51117ec2b838553c4bd7e50dd8e1c37f9ef64d78d5eead6d9b1f5e22d4640e1ec237771be6477f43b186c0696591841c7c0c2f5daa89f')
-
-prepare() {
-  cd isort-$pkgver
-
-  # Devendor toml
-  rm -r isort/_vendored
-  sed -i 's/from ._vendored //' isort/settings.py
-
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-dephell deps convert --from pyproject.toml --to setup.py
-popd
-  done
-}
-
-build() {
-  cd isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
-popd
-  done
-  # This is just weird
-  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --deselect tests/test_importable.py::test_importable
-}
-
-package() {
-  cd isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-isort/repos/extra-any/PKGBUILD (from rev 397013, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 20:55:52 UTC (rev 397014)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python-isort
+pkgver=5.5.4
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python-toml')
+makedepends=('python-dephell')
+checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
+  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
+  'python-pytest-mock' 'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('39775e3ff7395c673e0bb0db6c612243b594d4dca1f98e85bb6cb761d2af7eba4afb1f3814b1fdfce31c4afbc93175bb18883833c2d3fb960eeebc73c7afef00')
+
+prepare() {
+  cd isort-$pkgver
+
+  # Devendor toml
+  rm -r isort/_vendored
+  sed -i 's/from ._vendored //' isort/settings.py
+
+  # poetry-generated setup.py are fatally broken, see:
+  # https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+dephell deps convert --from pyproject.toml --to setup.py
+popd
+  done
+}
+
+build() {
+  cd isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
+popd
+  done
+  # This is just weird
+  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
+pytest --deselect tests/test_importable.py::test_importable
+}
+
+package() {
+  cd isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1

[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:50
  Author: felixonmars
Revision: 714127

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 714126, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 20:55:39 UTC (rev 714126)
+++ PKGBUILD2020-09-30 20:55:50 UTC (rev 714127)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200929021206
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('dff4e41d70107c0bd907ed5f02b0bfba5b2fd34a77cf69997ae9a3b0417c292bd1e7d54bb20ddc53e6d11f780b0852d3ea36420e171be60c88390bc92ec75bf3')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
714126, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 20:55:50 UTC (rev 714127)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200930182653
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0db7a7622b158ba151018faa0dec91e0067164505b27dc1110885a0027cf777489527947e717e2a7afc9029f61750575dc1d7b52dd1c4f292924ce983b8ce4ed')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:39
  Author: felixonmars
Revision: 714126

upgpkg: v2ray-domain-list-community 20200930182653-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:44:48 UTC (rev 714125)
+++ PKGBUILD2020-09-30 20:55:39 UTC (rev 714126)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200929021206
+pkgver=20200930182653
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('dff4e41d70107c0bd907ed5f02b0bfba5b2fd34a77cf69997ae9a3b0417c292bd1e7d54bb20ddc53e6d11f780b0852d3ea36420e171be60c88390bc92ec75bf3')
+sha512sums=('0db7a7622b158ba151018faa0dec91e0067164505b27dc1110885a0027cf777489527947e717e2a7afc9029f61750575dc1d7b52dd1c4f292924ce983b8ce4ed')
 
 prepare() {
   mkdir .gopath


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:41
  Author: felixonmars
Revision: 397013

upgpkg: python-isort 5.5.4-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:55:36 UTC (rev 397012)
+++ PKGBUILD2020-09-30 20:55:41 UTC (rev 397013)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.5.3
+pkgver=5.5.4
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -14,7 +14,7 @@
   'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
   'python-pytest-mock' 'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ac34f8b93998f5a452b51117ec2b838553c4bd7e50dd8e1c37f9ef64d78d5eead6d9b1f5e22d4640e1ec237771be6477f43b186c0696591841c7c0c2f5daa89f')
+sha512sums=('39775e3ff7395c673e0bb0db6c612243b594d4dca1f98e85bb6cb761d2af7eba4afb1f3814b1fdfce31c4afbc93175bb18883833c2d3fb960eeebc73c7afef00')
 
 prepare() {
   cd isort-$pkgver


[arch-commits] Commit in python-zope-interface/repos (2 files)

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:36
  Author: felixonmars
Revision: 397012

archrelease: copy trunk to testing-x86_64

Added:
  python-zope-interface/repos/testing-x86_64/
  python-zope-interface/repos/testing-x86_64/PKGBUILD
(from rev 397011, python-zope-interface/trunk/PKGBUILD)

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

Copied: python-zope-interface/repos/testing-x86_64/PKGBUILD (from rev 397011, 
python-zope-interface/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-30 20:55:36 UTC (rev 397012)
@@ -0,0 +1,52 @@
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=5.1.1
+pkgrel=1
+license=('ZPL')
+arch=('x86_64')
+url="https://pypi.python.org/pypi/zope.interface;
+makedepends=('python-pip' 'python2-pip')
+checkdepends=('python-zope-event' 'python2-zope-event' 'python-zope-testing' 
'python2-zope-testing'
+  'python-coverage' 'python2-coverage')
+source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz;)
+sha512sums=('9cf195154592f5bac3335420eb01c55914b856e4b135b1756c9d812aa9418dcbd82a7e8438d3d1b5891867ca655c722641eb4d1606c47132aa8f9523b67c5725')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.interface-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.interface-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.interface-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.8" python setup.py test
+
+  cd "$srcdir"/zope.interface-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-2.7" python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc='Zope Interfaces for Python 3.x'
+  depends=('python')
+
+  cd zope.interface-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-interface(){
+  pkgdesc='Zope Interfaces for Python 2.x'
+  depends=('python2')
+
+  cd zope.interface-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:55:26
  Author: felixonmars
Revision: 397011

upgpkg: python-zope-interface 5.1.1-1

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 20:44:51 UTC (rev 397010)
+++ PKGBUILD2020-09-30 20:55:26 UTC (rev 397011)
@@ -4,7 +4,7 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 license=('ZPL')
 arch=('x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-zope-event' 'python2-zope-event' 'python-zope-testing' 
'python2-zope-testing'
   'python-coverage' 'python2-coverage')
 
source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz;)
-sha512sums=('be8319913222ada47a22559e22322ec12dff3adf17f45335d007c5aa3509d84a7d0a7e6c113967b91810b3613344b5c60e002eb740af2bbb454b2807de8dad98')
+sha512sums=('9cf195154592f5bac3335420eb01c55914b856e4b135b1756c9d812aa9418dcbd82a7e8438d3d1b5891867ca655c722641eb4d1606c47132aa8f9523b67c5725')
 
 prepare() {
   cp -a zope.interface-${pkgver}{,-py2}


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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:44:51
  Author: felixonmars
Revision: 397010

archrelease: copy trunk to testing-x86_64

Added:
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 397009, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/genrebuild
(from rev 397009, python/trunk/genrebuild)

+
 PKGBUILD   |  148 +++
 genrebuild |7 ++
 2 files changed, 155 insertions(+)

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 397009, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-30 20:44:51 UTC (rev 397010)
@@ -0,0 +1,148 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+shopt -s extglob
+
+pkgbase=python
+pkgname=(python python-tests)
+pkgver=3.8.6
+pkgrel=1
+_pybasever=${pkgver%.*}
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('x86_64')
+license=('custom')
+url="https://www.python.org/;
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb' 'ttf-font')
+source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
+sha512sums=('22faec84f6e172e1ac7c6bd6fd37e9b6ae4afc91cf5136aa8cac8ebbed8d18793f9196e8749b8ccc43447cb6c41cb450f65ea72dd363c06dfaeb14e0455f5560'
+'SKIP')
+validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D'  # Ned Deily (Python 
release signing key) 
+  'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG 
langa.pl) 
+
+prepare() {
+  cd Python-${pkgver}
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
+
+  # Speed up LTO
+  sed -i -e "s|-flto |-flto=4 |g" configure configure.ac
+
+  # Ensure that we are using the system copy of various libraries (expat, 
libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd Python-${pkgver}
+
+  # PGO should be done with -O3
+  # Also included the -fno-semantic-interposition optimization:
+  # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS="$LDFLAGS -fno-semantic-interposition"
+
+  # Disable bundled pip & setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-computed-gotos \
+  --enable-optimizations \
+  --with-lto \
+  --enable-ipv6 \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --enable-loadable-sqlite-extensions \
+  --without-ensurepip
+
+  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
+  export servernum=99
+  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
+
+  LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" 
-a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS"
+}
+
+check() {
+  # test_tk: https://bugs.python.org/issue41306
+
+  cd Python-${pkgver}
+
+  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
+  export servernum=99
+  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
+
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+  LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" 
-a -n "$servernum" \
+"${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_tk
+}
+
+package_python() {
+  optdepends=('python-setuptools'
+  'python-pip'
+  'sqlite'
+  'mpdecimal: for decimal'
+  'xz: for lzma'
+  'tk: for tkinter')
+  provides=('python3')
+  replaces=('python3')
+
+  cd Python-${pkgver}
+
+  # Hack to avoid building again
+  sed -i 's/^all:.*$/all: build_all/' Makefile
+
+  # PGO should be done with -O3
+  CFLAGS="${CFLAGS/-O2/-O3}"
+
+  make DESTDIR="${pkgdir}" EXTRA_CFLAGS="$CFLAGS" install
+
+  # Split tests
+  rm -r 
"$pkgdir"/usr/lib/python*/{test,ctypes/test,distutils/tests,idlelib/idle_test,lib2to3/tests,sqlite3/test,tkinter/test,unittest/test}
+
+  # Why are these not done by default...
+  ln -s python3   "${pkgdir}"/usr/bin/python
+  ln -s python3-config"${pkgdir}"/usr/bin/python-config
+  ln -s idle3 "${pkgdir}"/usr/bin/idle
+  ln -s pydoc3"${pkgdir}"/usr/bin/pydoc
+  ln -s python${_pybasever}.1 

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

2020-09-30 Thread Felix Yan via arch-commits
Date: Wednesday, September 30, 2020 @ 20:44:37
  Author: felixonmars
Revision: 397009

upgpkg: python 3.8.6-1

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 19:34:48 UTC (rev 397008)
+++ PKGBUILD2020-09-30 20:44:37 UTC (rev 397009)
@@ -8,8 +8,8 @@
 
 pkgbase=python
 pkgname=(python python-tests)
-pkgver=3.8.5
-pkgrel=2
+pkgver=3.8.6
+pkgrel=1
 _pybasever=${pkgver%.*}
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
 makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb' 'ttf-font')
 
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
-sha512sums=('460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587'
+sha512sums=('22faec84f6e172e1ac7c6bd6fd37e9b6ae4afc91cf5136aa8cac8ebbed8d18793f9196e8749b8ccc43447cb6c41cb450f65ea72dd363c06dfaeb14e0455f5560'
 'SKIP')
 validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D'  # Ned Deily (Python 
release signing key) 
   'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG 
langa.pl) 


[arch-commits] Commit in giac/trunk (PKGBUILD giac-test-pari-2.11.patch)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 19:51:31
  Author: arojas
Revision: 714108

Run tests

Added:
  giac/trunk/giac-test-pari-2.11.patch
Modified:
  giac/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +++--
 giac-test-pari-2.11.patch |   17 +
 2 files changed, 32 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 19:29:37 UTC (rev 714107)
+++ PKGBUILD2020-09-30 19:51:31 UTC (rev 714108)
@@ -10,9 +10,16 @@
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
 license=(GPL3)
 makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('b09ada1af3c9ed77a63af3359a6242cc82a7d40c02c6782df03cbda699987186')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;
+ giac-test-pari-2.11.patch)
+sha256sums=('b09ada1af3c9ed77a63af3359a6242cc82a7d40c02c6782df03cbda699987186'
+'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  patch -p1 -i ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
+}
+
 build() {
   cd $pkgbase-${pkgver%.*}
 
@@ -20,6 +27,12 @@
   make
 }
 
+check() {
+  cd $pkgbase-${pkgver%.*}
+
+  make check
+}
+
 package_xcas() {
   depends=(libgiac fltk)
   optdepends=('perl: for pgiac')

Added: giac-test-pari-2.11.patch
===
--- giac-test-pari-2.11.patch   (rev 0)
+++ giac-test-pari-2.11.patch   2020-09-30 19:51:31 UTC (rev 714108)
@@ -0,0 +1,17 @@
+Change test output for PARI 2.11
+
+See https://trac.sagemath.org/ticket/25567
+and https://xcas.univ-grenoble-alpes.fr/forum/viewtopic.php?f=4=2102
+
+diff -ru a/check/TP11-sol.cas.out1 b/check/TP11-sol.cas.out1
+--- a/check/TP11-sol.cas.out1  2014-10-21 10:51:48.0 +0200
 b/check/TP11-sol.cas.out1  2018-08-07 17:04:12.528052773 +0200
+@@ -10,7 +10,7 @@
+ 107374182400061203284109008409,
+ 2^3*3*389*733*156904374622257604823879982847602392900751802349981470895277241,
+ "Done",
+-matrix[[2,7,1],[3,2,1],[389,2,1],[733,2,1],[156904374622257604823879982847602392900751802349981470895277241,2,matrix[[2,13,1],[3,3,1],[5,2,1],[7,2,1],[56467,2,1],[6553084925887974620811527,2,matrix[[2,5,1],[19,2,1],[71,2,1],[126823,2,1]],
++1,
+ 0,
+ [],
+ 1,


[arch-commits] Commit in linux-docs/repos/testing-any (3 files)

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 19:34:48
  Author: anatolik
Revision: 397008

archrelease: copy trunk to testing-any

Added:
  linux-docs/repos/testing-any/PKGBUILD
(from rev 397007, linux-docs/trunk/PKGBUILD)
  linux-docs/repos/testing-any/sphinx-workaround.patch
(from rev 397007, linux-docs/trunk/sphinx-workaround.patch)
Deleted:
  linux-docs/repos/testing-any/PKGBUILD

-+
 PKGBUILD|   65 +-
 sphinx-workaround.patch |   13 +
 2 files changed, 49 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 19:34:25 UTC (rev 397007)
+++ PKGBUILD2020-09-30 19:34:48 UTC (rev 397008)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=linux-docs
-pkgver=5.4
-pkgrel=1
-pkgdesc="Kernel hacker's manual"
-url="https://www.kernel.org/doc/html/latest/;
-arch=(any)
-license=(GPL2)
-makedepends=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
-source=(https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$pkgver.tar.{xz,sign})
-sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
-'SKIP')
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
-
-build() {
-  make -C linux-$pkgver htmldocs BUILDDIR="$srcdir/html"
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/linux/{txt,html}
-
-  # Skip hidden files (no dotglob)
-  cp -r linux-$pkgver/Documentation/* "$pkgdir/usr/share/doc/linux/txt"
-  cp -r html/* "$pkgdir/usr/share/doc/linux/html"
-}
-
-# vim:set sw=2 et:

Copied: linux-docs/repos/testing-any/PKGBUILD (from rev 397007, 
linux-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 19:34:48 UTC (rev 397008)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=linux-docs
+pkgver=5.8
+pkgrel=1
+pkgdesc="Kernel hacker's manual"
+url="https://www.kernel.org/doc/html/latest/;
+arch=(any)
+license=(GPL2)
+makedepends=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
+source=(https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$pkgver.tar.{xz,sign}
+sphinx-workaround.patch)
+sha256sums=('e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5'
+'SKIP'
+'8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
+
+prepare() {
+  cd linux-$pkgver
+  patch -p1 < ../sphinx-workaround.patch # 
https://bugs.archlinux.org/task/66156
+}
+
+build() {
+  make -C linux-$pkgver htmldocs BUILDDIR="$srcdir/html"
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/linux/{txt,html}
+
+  # Skip hidden files (no dotglob)
+  cp -r linux-$pkgver/Documentation/* "$pkgdir/usr/share/doc/linux/txt"
+  cp -r html/* "$pkgdir/usr/share/doc/linux/html"
+}
+
+# vim:set sw=2 et:

Copied: linux-docs/repos/testing-any/sphinx-workaround.patch (from rev 397007, 
linux-docs/trunk/sphinx-workaround.patch)
===
--- sphinx-workaround.patch (rev 0)
+++ sphinx-workaround.patch 2020-09-30 19:34:48 UTC (rev 397008)
@@ -0,0 +1,13 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index 3c7bdf4cd31f..9a0ced58a3e9 100644
+--- i/Documentation/conf.py
 w/Documentation/conf.py
+@@ -36,7 +36,7 @@ needs_sphinx = '1.3'
+ # Add any Sphinx extension module names here, as strings. They can be
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+ # ones.
+-extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain',
++extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
+   'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
+   'maintainers_include']
+ 


[arch-commits] Commit in linux-docs/trunk (PKGBUILD sphinx-workaround.patch)

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 19:34:25
  Author: anatolik
Revision: 397007

upgpkg: linux-docs 5.8-1

Added:
  linux-docs/trunk/sphinx-workaround.patch
Modified:
  linux-docs/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 sphinx-workaround.patch |   13 +
 2 files changed, 24 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 17:28:51 UTC (rev 397006)
+++ PKGBUILD2020-09-30 19:34:25 UTC (rev 397007)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=linux-docs
-pkgver=5.4
+pkgver=5.8
 pkgrel=1
 pkgdesc="Kernel hacker's manual"
 url="https://www.kernel.org/doc/html/latest/;
@@ -8,12 +8,19 @@
 arch=(any)
 license=(GPL2)
 makedepends=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
-source=(https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$pkgver.tar.{xz,sign})
-sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
-'SKIP')
+source=(https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$pkgver.tar.{xz,sign}
+sphinx-workaround.patch)
+sha256sums=('e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5'
+'SKIP'
+'8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
 
+prepare() {
+  cd linux-$pkgver
+  patch -p1 < ../sphinx-workaround.patch # 
https://bugs.archlinux.org/task/66156
+}
+
 build() {
   make -C linux-$pkgver htmldocs BUILDDIR="$srcdir/html"
 }

Added: sphinx-workaround.patch
===
--- sphinx-workaround.patch (rev 0)
+++ sphinx-workaround.patch 2020-09-30 19:34:25 UTC (rev 397007)
@@ -0,0 +1,13 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index 3c7bdf4cd31f..9a0ced58a3e9 100644
+--- i/Documentation/conf.py
 w/Documentation/conf.py
+@@ -36,7 +36,7 @@ needs_sphinx = '1.3'
+ # Add any Sphinx extension module names here, as strings. They can be
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+ # ones.
+-extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain',
++extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
+   'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
+   'maintainers_include']
+ 


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

2020-09-30 Thread Christian Hesse via arch-commits
Date: Wednesday, September 30, 2020 @ 19:29:24
  Author: eworm
Revision: 714106

upgpkg: haproxy 2.2.4-1: new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 18:00:22 UTC (rev 714105)
+++ PKGBUILD2020-09-30 19:29:24 UTC (rev 714106)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -22,7 +22,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e'
+sha256sums=('87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2'
 'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
 '81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')


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

2020-09-30 Thread Christian Hesse via arch-commits
Date: Wednesday, September 30, 2020 @ 19:29:37
  Author: eworm
Revision: 714107

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 714106, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 714106, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 714106, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 714106, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 714106, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   39 +++
 PKGBUILD|   72 ++
 haproxy.cfg |   49 +
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 169 insertions(+)

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 714106, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2020-09-30 19:29:37 UTC (rev 714107)
@@ -0,0 +1,39 @@
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index bf67c1f..e98a3fa 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c 
$(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c 
$(SRC)/ebistree.c $(SRC)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c 
$(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6..1276b97 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72ed..e92baf3 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 714106, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-30 19:29:37 UTC (rev 714107)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.2.4
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
+makedepends=('systemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+sha256sums=('87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2'
+'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+'81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+CPU=generic \
+TARGET=linux-glibc \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1 \
+USE_SYSTEMD=1 \
+EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
+
+  for contrib in halog iprange ip6range systemd; do
+make -C contrib/$contrib 

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

2020-09-30 Thread Levente Polyak via arch-commits
Date: Wednesday, September 30, 2020 @ 18:00:22
  Author: anthraxx
Revision: 714105

archrelease: copy trunk to community-x86_64

Added:
  terragrunt/repos/community-x86_64/PKGBUILD
(from rev 714104, terragrunt/trunk/PKGBUILD)
Deleted:
  terragrunt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 18:00:18 UTC (rev 714104)
+++ PKGBUILD2020-09-30 18:00:22 UTC (rev 714105)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Benjamin Denhartog 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=terragrunt
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
-url='https://github.com/gruntwork-io/terragrunt'
-arch=('x86_64')
-makedepends=('git' 'go')
-depends=('glibc' 'terraform')
-license=('MIT')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cf5b57157618930e8662de8bf1c2ff44eee1a36773d3342aef85f63fad2725d3')
-b2sums=('89bff9e4b9f5f98765998357a49bee215c0c911b086054c8e207717e782939ecd5f461d158e4fa749cc581794cb8fe3b265bf4a6628772d1c1ff8a92f4b5ab66')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export GO11MODULE=on
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terragrunt/repos/community-x86_64/PKGBUILD (from rev 714104, 
terragrunt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 18:00:22 UTC (rev 714105)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Benjamin Denhartog 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=terragrunt
+pkgver=0.25.2
+pkgrel=1
+pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+url='https://github.com/gruntwork-io/terragrunt'
+arch=('x86_64')
+makedepends=('git' 'go')
+depends=('glibc' 'terraform')
+license=('MIT')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f3d2008ba843e3ae604e067cdda59f24639e3d986abc5e1ecd6f064c0e4776d2')
+b2sums=('df4c15a6cd9a944dacccd8a34f8fd134e37f896f15a9eb2f02932aea6f9ee14fd3ef4417ae5881e77788d513c0595a64cc221b4d23772e9ee0f1263563c2cf5e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export GO11MODULE=on
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-30 Thread Levente Polyak via arch-commits
Date: Wednesday, September 30, 2020 @ 18:00:18
  Author: anthraxx
Revision: 714104

upgpkg: terragrunt 0.25.2-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 17:12:43 UTC (rev 714103)
+++ PKGBUILD2020-09-30 18:00:18 UTC (rev 714104)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.25.0
+pkgver=0.25.2
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cf5b57157618930e8662de8bf1c2ff44eee1a36773d3342aef85f63fad2725d3')
-b2sums=('89bff9e4b9f5f98765998357a49bee215c0c911b086054c8e207717e782939ecd5f461d158e4fa749cc581794cb8fe3b265bf4a6628772d1c1ff8a92f4b5ab66')
+sha256sums=('f3d2008ba843e3ae604e067cdda59f24639e3d986abc5e1ecd6f064c0e4776d2')
+b2sums=('df4c15a6cd9a944dacccd8a34f8fd134e37f896f15a9eb2f02932aea6f9ee14fd3ef4417ae5881e77788d513c0595a64cc221b4d23772e9ee0f1263563c2cf5e')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 17:12:43
  Author: anatolik
Revision: 714103

archrelease: copy trunk to community-testing-x86_64

Added:
  rpm-tools/repos/community-testing-x86_64/
  rpm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 714102, rpm-tools/trunk/PKGBUILD)
  rpm-tools/repos/community-testing-x86_64/rpm-tools.install
(from rev 714102, rpm-tools/trunk/rpm-tools.install)
  rpm-tools/repos/community-testing-x86_64/rpmextract.sh
(from rev 714102, rpm-tools/trunk/rpmextract.sh)
  rpm-tools/repos/community-testing-x86_64/rpmlib-filesystem-check.patch
(from rev 714102, rpm-tools/trunk/rpmlib-filesystem-check.patch)

---+
 PKGBUILD  |   74 +++
 rpm-tools.install |8 ++
 rpmextract.sh |6 +
 rpmlib-filesystem-check.patch |  125 
 4 files changed, 213 insertions(+)

Copied: rpm-tools/repos/community-testing-x86_64/PKGBUILD (from rev 714102, 
rpm-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-30 17:12:43 UTC (rev 714103)
@@ -0,0 +1,74 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Konrad 
+# Contributor: Luka Perkov  lukaperkov  net>
+# Contributor: Fernando M  beford.net>
+# Author: Wintershade 
+
+pkgname=rpm-tools
+pkgver=4.16.0
+pkgrel=1
+pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
+arch=('x86_64')
+url='http://www.rpm.org/'
+license=('GPL2')
+depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
+makedepends=('python' 'pkg-config')
+conflicts=('rpm' 'rpmextract')
+options=('!libtool')
+provides=("rpm=${pkgver}" 'rpmextract=1.0-4' 'rpm-org')
+install=rpm-tools.install
+
+_pkgver_major="${pkgver%%.*}"
+_pkgver_major_rem="${pkgver#*.}"
+_pkgver_minor="${_pkgver_major_rem%%.*}"
+_base_pkgver=$_pkgver_major.$_pkgver_minor.x
+
+source=(http://ftp.rpm.org/releases/rpm-$_base_pkgver/rpm-$pkgver.tar.bz2
+   rpmextract.sh
+rpmlib-filesystem-check.patch)
+sha256sums=('ca5974e9da2939afb422598818ef187385061889ba766166c4a3829c5ef8d411'
+'3e5bf450d4628366ba35469ec0530a99cd09ab2616a3d261a3f68270f481f777'
+'bd0e6dbd458f990268c60324190c6825b234647ecdde08296d2b453dc4bce27a')
+
+prepare() {
+   cd rpm-${pkgver}
+   patch -p1 < ../rpmlib-filesystem-check.patch
+}
+
+build() {
+   cd rpm-${pkgver}
+
+   ./configure \
+   --prefix=/usr  \
+   --sysconfdir=/etc  \
+   --localstatedir=/var \
+   --enable-python \
+   --with-external-db \
+   --with-lua \
+   --with-cap \
+   CPPFLAGS="`pkg-config --cflags nss`" \
+   PYTHON=python
+   make
+}
+
+package() {
+   cd rpm-${pkgver}
+   make prefix=${pkgdir}/usr localstatedir=${pkgdir}/var install
+   rmdir ${pkgdir}/var/tmp
+   rmdir ${pkgdir}/var
+   # rpmextract using bsdtar, needs libarchive
+   install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
+
+   # move rpm from /bin to /usr/bin
+   rm ${pkgdir}/usr/bin/rpm{query,verify}
+   cd ${pkgdir}/usr/bin
+   ln -s rpm rpmquery
+   ln -s rpm rpmverify
+
+   # also install python 3 files
+   # building with python 3 files as default doesn't seem to work
+   cd ${srcdir}/rpm-${pkgver}
+   cd python
+   python setup.py install --root="$pkgdir/" --optimize=1
+}

Copied: rpm-tools/repos/community-testing-x86_64/rpm-tools.install (from rev 
714102, rpm-tools/trunk/rpm-tools.install)
===
--- community-testing-x86_64/rpm-tools.install  (rev 0)
+++ community-testing-x86_64/rpm-tools.install  2020-09-30 17:12:43 UTC (rev 
714103)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "rpm-tools installs RedHat package manager for you."
+   echo "It is useful for those who wants to create/modify RPM files."
+   echo "But do not use rpm-tools to install RedHat packages at your 
ArchLinux machine."
+   echo "It will break your system!"
+   echo "You will need to go back to Arch wiki and read the installation 
guide again."
+   echo "You've been warned!"
+}

Copied: rpm-tools/repos/community-testing-x86_64/rpmextract.sh (from rev 
714102, rpm-tools/trunk/rpmextract.sh)
===
--- community-testing-x86_64/rpmextract.sh  (rev 0)
+++ community-testing-x86_64/rpmextract.sh  2020-09-30 17:12:43 UTC (rev 
714103)
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ "$1" = "" -o ! -e "$1" ]; then
+echo "no package supplied" 1>&2
+   exit 1
+fi
+bsdtar xf $1

Copied: 

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

2020-09-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 30, 2020 @ 17:12:14
  Author: anatolik
Revision: 714102

upgpkg: rpm-tools 4.16.0-1

Modified:
  rpm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 16:58:19 UTC (rev 714101)
+++ PKGBUILD2020-09-30 17:12:14 UTC (rev 714102)
@@ -6,8 +6,8 @@
 # Author: Wintershade 
 
 pkgname=rpm-tools
-pkgver=4.15.1
-pkgrel=3
+pkgver=4.16.0
+pkgrel=1
 pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
 arch=('x86_64')
 url='http://www.rpm.org/'
@@ -27,7 +27,7 @@
 source=(http://ftp.rpm.org/releases/rpm-$_base_pkgver/rpm-$pkgver.tar.bz2
rpmextract.sh
 rpmlib-filesystem-check.patch)
-sha256sums=('ddef45f9601cd12042edfc9b6e37efcca32814e1e0f4bb8682d08144a3e2d230'
+sha256sums=('ca5974e9da2939afb422598818ef187385061889ba766166c4a3829c5ef8d411'
 '3e5bf450d4628366ba35469ec0530a99cd09ab2616a3d261a3f68270f481f777'
 'bd0e6dbd458f990268c60324190c6825b234647ecdde08296d2b453dc4bce27a')
 


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:58:10
  Author: arojas
Revision: 714100

Update to 42.4

Modified:
  deja-dup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 16:55:03 UTC (rev 714099)
+++ PKGBUILD2020-09-30 16:58:10 UTC (rev 714100)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=deja-dup
-pkgver=42.0
+pkgver=42.4
 pkgrel=1
 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=(appstream-glib itstool meson vala)
 
source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('2d3b4dcda4aa57d3a0bca367817a21c4a2a9c001ef827b9f31b76727403b30c6')
+sha256sums=('bbb79690513b7e33081759612ba7d4559bb6f223c082443babc35ab4f3acf427')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:58:19
  Author: arojas
Revision: 714101

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 714100, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:58:10 UTC (rev 714100)
+++ PKGBUILD2020-09-30 16:58:19 UTC (rev 714101)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=42.0
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/DejaDup;
-license=(GPL)
-depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets 
python-gobject python-pydrive)
-makedepends=(appstream-glib itstool meson vala)
-source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('2d3b4dcda4aa57d3a0bca367817a21c4a2a9c001ef827b9f31b76727403b30c6')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 714100, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:58:19 UTC (rev 714101)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=42.4
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/DejaDup;
+license=(GPL)
+depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets 
python-gobject python-pydrive)
+makedepends=(appstream-glib itstool meson vala)
+source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('bbb79690513b7e33081759612ba7d4559bb6f223c082443babc35ab4f3acf427')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:55:03
  Author: arojas
Revision: 714099

archrelease: copy trunk to community-x86_64

Added:
  scite/repos/community-x86_64/PKGBUILD
(from rev 714098, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/SciTE.appdata.xml
(from rev 714098, scite/trunk/SciTE.appdata.xml)
Deleted:
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/SciTE.appdata.xml
  scite/repos/community-x86_64/hardening_flags.patch
  scite/repos/community-x86_64/load_so_from_library_path.patch

-+
 PKGBUILD|   84 +-
 SciTE.appdata.xml   |   42 +--
 hardening_flags.patch   |   58 --
 load_so_from_library_path.patch |   74 -
 4 files changed, 60 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:54:52 UTC (rev 714098)
+++ PKGBUILD2020-09-30 16:55:03 UTC (rev 714099)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Lex Black 
-# Contributor: Alexander F Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=4.4.3
-pkgrel=3
-pkgdesc='Editor with facilities for building and running programs'
-arch=(x86_64)
-url='https://www.scintilla.org/SciTE.html'
-license=('custom:HPND')
-depends=(gtk3)
-backup=(usr/share/scite/SciTEGlobal.properties)
-source=(https://www.scintilla.org/${pkgname}${pkgver//./}.tgz
-load_so_from_library_path.patch
-hardening_flags.patch
-SciTE.appdata.xml)
-sha256sums=('05e53ccb1219753b9c73b0c1b83b6e2868a8c0c91d8785db2a5f8f9c41ed7d3f'
-'f2cbc239a1fb166d411a817ad7964d06b72111fc51b5ef56795275a62ead3681'
-'8d18bef06a73d0a081659119094c6f1b2582bfc3e3ae0c55210b083820d7a514'
-'04a33885833024a450c295d384f833bbc60894d57615de2a6f89db32d3ba942d')
-
-prepare() {
-  patch -Np1 -i load_so_from_library_path.patch
-  patch -Np1 -i hardening_flags.patch
-  sed -i 
's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
-  s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
-  sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}
-}
-
-build() {
-  GTK3=1 make -C scintilla/gtk
-  GTK3=1 make -C scite/gtk
-}
-
-package() {
-  GTK3=1 make -C scite/gtk DESTDIR="$pkgdir" install
-  install -Dm644 scite/License.txt 
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
-  install -Dm644 SciTE.appdata.xml 
"$pkgdir/usr/share/metainfo/SciTE.appdata.xml"
-  ln -sf /usr/bin/SciTE "$pkgdir/usr/bin/scite"
-}

Copied: scite/repos/community-x86_64/PKGBUILD (from rev 714098, 
scite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:55:03 UTC (rev 714099)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Lex Black 
+# Contributor: Alexander F Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=(x86_64)
+url='https://www.scintilla.org/SciTE.html'
+license=('custom:HPND')
+depends=(gtk3)
+backup=(usr/share/scite/SciTEGlobal.properties)
+source=(https://www.scintilla.org/${pkgname}${pkgver//./}.tgz
+SciTE.appdata.xml)
+sha256sums=('9d74bde5e4ee18d767b6add5a6b95d7ffcedbcfd017c3df59e16b0785e3521a1'
+'04a33885833024a450c295d384f833bbc60894d57615de2a6f89db32d3ba942d')
+
+prepare() {
+  sed -i 
's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
+  s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
+  sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}
+}
+
+build() {
+  GTK3=1 make -C scintilla/gtk
+  GTK3=1 make -C scite/gtk
+}
+
+package() {
+  GTK3=1 make -C scite/gtk DESTDIR="$pkgdir" install
+  install -Dm644 scite/License.txt 
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
+  install -Dm644 SciTE.appdata.xml 
"$pkgdir/usr/share/metainfo/SciTE.appdata.xml"
+  ln -sf /usr/bin/SciTE "$pkgdir/usr/bin/scite"
+}

Deleted: SciTE.appdata.xml
===
--- SciTE.appdata.xml   2020-09-30 16:54:52 UTC (rev 714098)
+++ SciTE.appdata.xml   2020-09-30 16:55:03 UTC (rev 714099)
@@ -1,21 +0,0 @@
-
-
-  org.scintilla.SciTE
-  SciTE.desktop
-  SciTE
-  Edit your source files
-  CC0-1.0
-  HPND
-  
-
-  SciTE is a SCIntilla based Text Editor. Originally built to demonstrate 
Scintilla, it has grown to be a generally useful editor with facilities for 
building and running programs. It is best used for jobs with 

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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:54:52
  Author: arojas
Revision: 714098

Update to 4.4.5

Modified:
  scite/trunk/PKGBUILD
Deleted:
  scite/trunk/hardening_flags.patch
  scite/trunk/load_so_from_library_path.patch

-+
 PKGBUILD|   12 +-
 hardening_flags.patch   |   58 -
 load_so_from_library_path.patch |   74 --
 3 files changed, 3 insertions(+), 141 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 16:50:30 UTC (rev 714097)
+++ PKGBUILD2020-09-30 16:54:52 UTC (rev 714098)
@@ -7,8 +7,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=4.4.3
-pkgrel=3
+pkgver=4.4.5
+pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=(x86_64)
 url='https://www.scintilla.org/SciTE.html'
@@ -16,17 +16,11 @@
 depends=(gtk3)
 backup=(usr/share/scite/SciTEGlobal.properties)
 source=(https://www.scintilla.org/${pkgname}${pkgver//./}.tgz
-load_so_from_library_path.patch
-hardening_flags.patch
 SciTE.appdata.xml)
-sha256sums=('05e53ccb1219753b9c73b0c1b83b6e2868a8c0c91d8785db2a5f8f9c41ed7d3f'
-'f2cbc239a1fb166d411a817ad7964d06b72111fc51b5ef56795275a62ead3681'
-'8d18bef06a73d0a081659119094c6f1b2582bfc3e3ae0c55210b083820d7a514'
+sha256sums=('9d74bde5e4ee18d767b6add5a6b95d7ffcedbcfd017c3df59e16b0785e3521a1'
 '04a33885833024a450c295d384f833bbc60894d57615de2a6f89db32d3ba942d')
 
 prepare() {
-  patch -Np1 -i load_so_from_library_path.patch
-  patch -Np1 -i hardening_flags.patch
   sed -i 
's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
   s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
   sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}

Deleted: hardening_flags.patch
===
--- hardening_flags.patch   2020-09-30 16:50:30 UTC (rev 714097)
+++ hardening_flags.patch   2020-09-30 16:54:52 UTC (rev 714098)
@@ -1,58 +0,0 @@
-From: Antonio Valentino 
-Date: Sat, 14 Apr 2018 17:39:34 +
-Subject: Use CPPFLAGS/CXXFAGS/LDFLAGS in the makefiles to enable all
- hardening flags
-
-===

- scintilla/gtk/makefile | 4 ++--
- scite/gtk/makefile | 6 +++---
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/scintilla/gtk/makefile b/scintilla/gtk/makefile
-index 00f9025..0a882d2 100644
 a/scintilla/gtk/makefile
-+++ b/scintilla/gtk/makefile
-@@ -89,9 +89,9 @@ clean:
-   $(DEL) *.o $(call normalize,$(COMPLIB)) *.plist
- 
- %.o: %.cxx
--  $(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) -c $<
-+  $(CXX) $(CPPFLAGS) $(CXX_ALL_FLAGS) $(CXXFLAGS) -c $<
- %.o: %.c
--  $(CC) $(DEFINES) $(INCLUDES) $(CONFIG_FLAGS) $(BASE_FLAGS) $(CFLAGS) -w 
-c $<
-+  $(CC) $(CPPFLAGS) $(DEFINES) $(INCLUDES) $(CONFIG_FLAGS) $(BASE_FLAGS) 
$(CFLAGS) -w -c $<
- 
- GLIB_GENMARSHAL = glib-genmarshal
- GLIB_GENMARSHAL_FLAGS = --prefix=scintilla_marshal
-diff --git a/scite/gtk/makefile b/scite/gtk/makefile
-index 28c1ee1..33001a7 100644
 a/scite/gtk/makefile
-+++ b/scite/gtk/makefile
-@@ -79,7 +79,7 @@ INCLUDES += -I$(srcdir)/../lua/src
- LUA_DEFINES = -DLUA_USE_POSIX -DLUA_USE_DLOPEN
- 
- %.o: %.c
--  $(CC) $(DEFINES) $(INCLUDES) $(WARNINGS) $(LUA_DEFINES) $(BASE_FLAGS) 
$(CFLAGS) -c $< -o $@
-+  $(CC) $(CPPFLAGS) $(DEFINES) $(INCLUDES) $(WARNINGS) $(LUA_DEFINES) 
$(BASE_FLAGS) $(CFLAGS) -c $< -o $@
- 
- else
- DEFINES += -DNO_LUA
-@@ -96,7 +96,7 @@ LIBS += -ldl
- endif
- 
- %.o: %.cxx
--  $(CXX) --std=c++17 $(DEFINES) $(INCLUDES) $(WARNINGS) $(CONFIGFLAGS) 
$(BASE_FLAGS) $(CXXFLAGS) -c $< -o $@
-+  $(CXX) $(CPPFLAGS) --std=c++17 $(DEFINES) $(INCLUDES) $(WARNINGS) 
$(CONFIGFLAGS) $(BASE_FLAGS) $(CXXFLAGS) -c $< -o $@
- 
- clean:
-   rm -f *.o *.plist $(PROG)
-@@ -143,7 +143,7 @@ SRC_OBJS = \
-   Utf8_16.o
- 
- $(PROG): SciTEGTK.o GUIGTK.o Widget.o DirectorExtension.o $(SRC_OBJS) 
$(LUA_OBJS)
--  $(CXX) $(BASE_FLAGS) -rdynamic -Wl,--as-needed -Wl,-rpath,'$${ORIGIN}' 
-Wl,--version-script $(srcdir)/lua.vers -Wl,-rpath,$(libdir) $^ -o $@ 
$(CONFIGLIB) $(LIBS) -L ../../scintilla/bin -lscintilla $(LDLIBS)
-+  $(CXX) $(BASE_FLAGS) $(LDFLAGS) -rdynamic -Wl,--as-needed 
-Wl,-rpath,'$${ORIGIN}' -Wl,--version-script $(srcdir)/lua.vers 
-Wl,-rpath,$(libdir) $^ -o $@ $(CONFIGLIB) $(LIBS) -L ../../scintilla/bin 
-lscintilla $(LDLIBS)
- 
- # Automatically generate header dependencies with "make deps"
- include deps.mak

Deleted: load_so_from_library_path.patch
===
--- load_so_from_library_path.patch 2020-09-30 16:50:30 UTC (rev 714097)
+++ load_so_from_library_path.patch 2020-09-30 16:54:52 UTC (rev 714098)
@@ -1,74 +0,0 @@
-diff 

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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:50:30
  Author: arojas
Revision: 714097

archrelease: copy trunk to community-x86_64

Added:
  scenarist/repos/community-x86_64/PKGBUILD
(from rev 714096, scenarist/trunk/PKGBUILD)
  scenarist/repos/community-x86_64/scenarist.appdata.xml
(from rev 714096, scenarist/trunk/scenarist.appdata.xml)
  scenarist/repos/community-x86_64/scenarist.mime.xml
(from rev 714096, scenarist/trunk/scenarist.mime.xml)
Deleted:
  scenarist/repos/community-x86_64/PKGBUILD
  scenarist/repos/community-x86_64/scenarist.appdata.xml
  scenarist/repos/community-x86_64/scenarist.mime.xml

---+
 PKGBUILD  |  106 
 scenarist.appdata.xml |   38 -
 scenarist.mime.xml|   14 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:50:17 UTC (rev 714096)
+++ PKGBUILD2020-09-30 16:50:30 UTC (rev 714097)
@@ -1,53 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: cyrant 
-
-pkgname=scenarist
-pkgver=0.7.2.rc9i
-pkgrel=1
-pkgdesc='Screenwriting software to create screenplays which oriented at 
international standards in the field of film production'
-arch=(x86_64)
-url='https://kitscenarist.ru/en/'
-license=(GPL3)
-depends=(hunspell qt5-multimedia qt5-svg qt5-webengine)
-makedepends=(git)
-_commit=acf1a9a8d1a264a67b98033ac8131a733e439ac6  # tags/0.7.2.rc9i
-source=(git+https://github.com/dimkanovikov/KITScenarist.git#commit=$_commit
-git+https://github.com/dimkanovikov/KITScenaristCore.git
-scenarist.mime.xml
-scenarist.appdata.xml)
-sha256sums=('SKIP'
-'SKIP'
-'513987794f8ba5a4c12aa2a65314fccdc098f86e616a416977aead29e6545b63'
-'ae04ebca48b01ef86d913f769ff856e259e7c3f13a75fc4e05cc15487460772b')
-
-pkgver() {
-  cd KITScenarist
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd KITScenarist
-  git submodule init
-  git submodule set-url src/bin/scenarist-core "$srcdir/KITScenaristCore"
-  git submodule update
-
-  # Use system hunspell
-  sed -i '/hunspell/d
-  s/LIBS += -lz/LIBS += -lhunspell -lz/' src/bin/scenarist-desktop.pro 
\
- src/libs/libs.pro
-}
-
-build() {
-  cd KITScenarist/src
-  qmake
-  make
-}
-
-package() {
-  cd KITScenarist
-  install -Dm755 build/Release/bin/scenarist-desktop/Scenarist 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 
build/Ubuntu/scenarist_amd64/usr/share/applications/$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/pixmaps/$pkgname.png 
"$pkgdir/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
-  install -Dm644 ../$pkgname.mime.xml 
"$pkgdir/usr/share/mime/packages/$pkgname.xml"
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: scenarist/repos/community-x86_64/PKGBUILD (from rev 714096, 
scenarist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:50:30 UTC (rev 714097)
@@ -0,0 +1,53 @@
+# Maintainer: Balló György 
+# Contributor: cyrant 
+
+pkgname=scenarist
+pkgver=0.7.2.rc9j
+pkgrel=1
+pkgdesc='Screenwriting software to create screenplays which oriented at 
international standards in the field of film production'
+arch=(x86_64)
+url='https://kitscenarist.ru/en/'
+license=(GPL3)
+depends=(hunspell qt5-multimedia qt5-svg qt5-webengine)
+makedepends=(git)
+_commit=66452484748882035b876aeea694d5dedf5f47b2  # tags/0.7.2.rc9j
+source=(git+https://github.com/dimkanovikov/KITScenarist.git#commit=$_commit
+git+https://github.com/dimkanovikov/KITScenaristCore.git
+scenarist.mime.xml
+scenarist.appdata.xml)
+sha256sums=('SKIP'
+'SKIP'
+'513987794f8ba5a4c12aa2a65314fccdc098f86e616a416977aead29e6545b63'
+'ae04ebca48b01ef86d913f769ff856e259e7c3f13a75fc4e05cc15487460772b')
+
+pkgver() {
+  cd KITScenarist
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd KITScenarist
+  git submodule init
+  git submodule set-url src/bin/scenarist-core "$srcdir/KITScenaristCore"
+  git submodule update
+
+  # Use system hunspell
+  sed -i '/hunspell/d
+  s/LIBS += -lz/LIBS += -lhunspell -lz/' src/bin/scenarist-desktop.pro 
\
+ src/libs/libs.pro
+}
+
+build() {
+  cd KITScenarist/src
+  qmake
+  make
+}
+
+package() {
+  cd KITScenarist
+  install -Dm755 build/Release/bin/scenarist-desktop/Scenarist 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 
build/Ubuntu/scenarist_amd64/usr/share/applications/$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/pixmaps/$pkgname.png 

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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:50:17
  Author: arojas
Revision: 714096

Update to 0.7.2.rc9j

Modified:
  scenarist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 16:45:49 UTC (rev 714095)
+++ PKGBUILD2020-09-30 16:50:17 UTC (rev 714096)
@@ -2,7 +2,7 @@
 # Contributor: cyrant 
 
 pkgname=scenarist
-pkgver=0.7.2.rc9i
+pkgver=0.7.2.rc9j
 pkgrel=1
 pkgdesc='Screenwriting software to create screenplays which oriented at 
international standards in the field of film production'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(hunspell qt5-multimedia qt5-svg qt5-webengine)
 makedepends=(git)
-_commit=acf1a9a8d1a264a67b98033ac8131a733e439ac6  # tags/0.7.2.rc9i
+_commit=66452484748882035b876aeea694d5dedf5f47b2  # tags/0.7.2.rc9j
 source=(git+https://github.com/dimkanovikov/KITScenarist.git#commit=$_commit
 git+https://github.com/dimkanovikov/KITScenaristCore.git
 scenarist.mime.xml


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:45:49
  Author: arojas
Revision: 714095

archrelease: copy trunk to community-x86_64

Added:
  navit/repos/community-x86_64/PKGBUILD
(from rev 714094, navit/trunk/PKGBUILD)
  navit/repos/community-x86_64/navit.install
(from rev 714094, navit/trunk/navit.install)
Deleted:
  navit/repos/community-x86_64/PKGBUILD
  navit/repos/community-x86_64/navit-gpsd-3.18.patch
  navit/repos/community-x86_64/navit.install

---+
 PKGBUILD  |   79 +++-
 navit-gpsd-3.18.patch |   11 --
 navit.install |   16 -
 3 files changed, 46 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:45:37 UTC (rev 714094)
+++ PKGBUILD2020-09-30 16:45:49 UTC (rev 714095)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: TDY 
-# Contributor: Gergely Imreh 
-# Contributor: Stefan Lohmaier 
-
-pkgname=navit
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="Modular turn-by-turn car navigation system"
-arch=('x86_64')
-url="https://www.navit-project.org/;
-license=('GPL')
-depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
-makedepends=('cmake' 'libxslt' 'git')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz
-
navit-librsvg-2.47.patch::"https://github.com/navit-gps/navit/commit/a66b662f.patch;
-
navit-gpsd-3.21.patch::"https://github.com/navit-gps/navit/commit/06c5969f.patch;)
-sha256sums=('728d9dcad00e97769f6cd85bfad5518b0edf62ef75d60543fa4c48c1c3ab1243'
-'041c6db298d67f40799882498052741807be5540f7e139b318bc9927b90c8ef2'
-'697a269cbac7ca426bceb53f45885b5db7216fbfb20b20e72f350035fad0c27c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/lib64/lib/' CMakeLists.txt 
-
-  git apply ../navit-librsvg-2.47.patch # Fix build with librsvg 2.47
-  patch -p1 -i ../navit-gpsd-3.21.patch # Fix build with gpsd 3.21
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: navit/repos/community-x86_64/PKGBUILD (from rev 714094, 
navit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:45:49 UTC (rev 714095)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64')
+url="https://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz
+
navit-gpsd-3.21.patch::"https://github.com/navit-gps/navit/commit/06c5969f.patch;)
+sha256sums=('e1630cd0bce875f34475f01d74be4638c26ee9023e80d79082fc2d1811f514b1'
+'697a269cbac7ca426bceb53f45885b5db7216fbfb20b20e72f350035fad0c27c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/lib64/lib/' CMakeLists.txt 
+
+  patch -p1 -i ../navit-gpsd-3.21.patch # Fix build with gpsd 3.21
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: navit-gpsd-3.18.patch
===
--- navit-gpsd-3.18.patch   2020-09-30 16:45:37 UTC (rev 714094)
+++ navit-gpsd-3.18.patch   2020-09-30 16:45:49 UTC (rev 714095)
@@ -1,11 +0,0 @@
 navit-0.5.3/navit/vehicle/gpsd/vehicle_gpsd.c.orig 2018-10-11 
11:15:18.019205542 +
-+++ navit-0.5.3/navit/vehicle/gpsd/vehicle_gpsd.c  2018-10-11 
11:15:36.329237820 +
-@@ -325,7 +325,7 @@
- int read_result;
- /* Read until EOF, in case we are lagging behind.
-  * No point in processing old GPS reports. */
--while((read_result=gps_read(priv->gps))>0);
-+while((read_result=gps_read(priv->gps, NULL, 0))>0);
- if(read_result==-1) {
- dbg(lvl_error,"gps_poll failed");
- vehicle_gpsd_close(priv);

Deleted: navit.install
===
--- navit.install   2020-09-30 16:45:37 UTC (rev 714094)
+++ navit.install   2020-09-30 16:45:49 UTC (rev 714095)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Additional setup is required"
-  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
-  echo
-  echo "==> No maps are bundled with the install"
-  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
-  echo
-}

Copied: 

[arch-commits] Commit in navit/trunk (PKGBUILD navit-gpsd-3.18.patch)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 16:45:37
  Author: arojas
Revision: 714094

Update to 0.5.5

Modified:
  navit/trunk/PKGBUILD
Deleted:
  navit/trunk/navit-gpsd-3.18.patch

---+
 PKGBUILD  |   11 ---
 navit-gpsd-3.18.patch |   11 ---
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 16:36:11 UTC (rev 714093)
+++ PKGBUILD2020-09-30 16:45:37 UTC (rev 714094)
@@ -5,20 +5,18 @@
 # Contributor: Thermionix 
 
 pkgname=navit
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc="Modular turn-by-turn car navigation system"
 arch=('x86_64')
 url="https://www.navit-project.org/;
 license=('GPL')
 depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
-makedepends=('cmake' 'libxslt' 'git')
+makedepends=('cmake' 'libxslt')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz
-
navit-librsvg-2.47.patch::"https://github.com/navit-gps/navit/commit/a66b662f.patch;
 
navit-gpsd-3.21.patch::"https://github.com/navit-gps/navit/commit/06c5969f.patch;)
-sha256sums=('728d9dcad00e97769f6cd85bfad5518b0edf62ef75d60543fa4c48c1c3ab1243'
-'041c6db298d67f40799882498052741807be5540f7e139b318bc9927b90c8ef2'
+sha256sums=('e1630cd0bce875f34475f01d74be4638c26ee9023e80d79082fc2d1811f514b1'
 '697a269cbac7ca426bceb53f45885b5db7216fbfb20b20e72f350035fad0c27c')
 
 prepare() {
@@ -25,7 +23,6 @@
   cd $pkgname-$pkgver
   sed -i 's/lib64/lib/' CMakeLists.txt 
 
-  git apply ../navit-librsvg-2.47.patch # Fix build with librsvg 2.47
   patch -p1 -i ../navit-gpsd-3.21.patch # Fix build with gpsd 3.21
 }
 

Deleted: navit-gpsd-3.18.patch
===
--- navit-gpsd-3.18.patch   2020-09-30 16:36:11 UTC (rev 714093)
+++ navit-gpsd-3.18.patch   2020-09-30 16:45:37 UTC (rev 714094)
@@ -1,11 +0,0 @@
 navit-0.5.3/navit/vehicle/gpsd/vehicle_gpsd.c.orig 2018-10-11 
11:15:18.019205542 +
-+++ navit-0.5.3/navit/vehicle/gpsd/vehicle_gpsd.c  2018-10-11 
11:15:36.329237820 +
-@@ -325,7 +325,7 @@
- int read_result;
- /* Read until EOF, in case we are lagging behind.
-  * No point in processing old GPS reports. */
--while((read_result=gps_read(priv->gps))>0);
-+while((read_result=gps_read(priv->gps, NULL, 0))>0);
- if(read_result==-1) {
- dbg(lvl_error,"gps_poll failed");
- vehicle_gpsd_close(priv);


[arch-commits] Commit in vim-coverage-highlight/repos/community-any (2 files)

2020-09-30 Thread David Runge via arch-commits
Date: Wednesday, September 30, 2020 @ 16:36:11
  Author: dvzrv
Revision: 714093

archrelease: copy trunk to community-any

Added:
  vim-coverage-highlight/repos/community-any/PKGBUILD
(from rev 714092, vim-coverage-highlight/trunk/PKGBUILD)
Deleted:
  vim-coverage-highlight/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 16:35:52 UTC (rev 714092)
+++ PKGBUILD2020-09-30 16:36:11 UTC (rev 714093)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=coverage-highlight.vim
-pkgname=vim-coverage-highlight
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Vim plugin to highlight Python source code lines that lack test 
coverage"
-arch=('any')
-url="https://github.com/mgedmin/coverage-highlight.vim;
-license=('MIT')
-groups=('vim-plugins')
-depends=('python' 'vim')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mgedmin/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('4f3a23d79a8be2f04b0e4d2c7d2f9430a1db56e51e0713344a0abfaa97203c4bb1795ea158344744f4ba789fe7b2dc953bb9b7b89e09a699b73a63168f7f25eb')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 "autoload/"*.vim \
--t "${pkgdir}/usr/share/vim/vimfiles/autoload/"
-  install -vDm 644 "plugin/"*.vim -t "${pkgdir}/usr/share/vim/vimfiles/plugin/"
-  install -vDm 644 "pythonx/"*.py -t 
"${pkgdir}/usr/share/vim/vimfiles/pythonx/"
-  # byte-compiling the python script
-  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
-  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
-}

Copied: vim-coverage-highlight/repos/community-any/PKGBUILD (from rev 714092, 
vim-coverage-highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 16:36:11 UTC (rev 714093)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+_name=coverage-highlight.vim
+pkgname=vim-coverage-highlight
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Vim plugin to highlight Python source code lines that lack test 
coverage"
+arch=('any')
+url="https://github.com/mgedmin/coverage-highlight.vim;
+license=('MIT')
+groups=('vim-plugins')
+depends=('python-coverage' 'vim')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mgedmin/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('4f3a23d79a8be2f04b0e4d2c7d2f9430a1db56e51e0713344a0abfaa97203c4bb1795ea158344744f4ba789fe7b2dc953bb9b7b89e09a699b73a63168f7f25eb')
+b2sums=('e631a4b70da1320c55b0991bb03b8ade2a3a00d166d2b12e13c0dc9eae79fd4876774eec5e8b84965d83f2a10c6db5acbd095d8b2092744c27cdd9670a4ec046')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 "autoload/"*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/autoload/"
+  install -vDm 644 "plugin/"*.vim -t "${pkgdir}/usr/share/vim/vimfiles/plugin/"
+  install -vDm 644 "pythonx/"*.py -t 
"${pkgdir}/usr/share/vim/vimfiles/pythonx/"
+  # byte-compiling the python script
+  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
+  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
+}


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

2020-09-30 Thread David Runge via arch-commits
Date: Wednesday, September 30, 2020 @ 16:35:52
  Author: dvzrv
Revision: 714092

upgpkg: vim-coverage-highlight 3.0.1-2: Rebuild to change dependency.

Use python-coverage instead of only python, as otherwise the highlighting of 
course does not work.

Modified:
  vim-coverage-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 15:03:11 UTC (rev 714091)
+++ PKGBUILD2020-09-30 16:35:52 UTC (rev 714092)
@@ -3,15 +3,16 @@
 _name=coverage-highlight.vim
 pkgname=vim-coverage-highlight
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Vim plugin to highlight Python source code lines that lack test 
coverage"
 arch=('any')
 url="https://github.com/mgedmin/coverage-highlight.vim;
 license=('MIT')
 groups=('vim-plugins')
-depends=('python' 'vim')
+depends=('python-coverage' 'vim')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mgedmin/${_name}/archive/${pkgver}.tar.gz;)
 
sha512sums=('4f3a23d79a8be2f04b0e4d2c7d2f9430a1db56e51e0713344a0abfaa97203c4bb1795ea158344744f4ba789fe7b2dc953bb9b7b89e09a699b73a63168f7f25eb')
+b2sums=('e631a4b70da1320c55b0991bb03b8ade2a3a00d166d2b12e13c0dc9eae79fd4876774eec5e8b84965d83f2a10c6db5acbd095d8b2092744c27cdd9670a4ec046')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in materia-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 15:03:11
  Author: ffy00
Revision: 714091

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/PKGBUILD
(from rev 714090, materia-gtk-theme/trunk/PKGBUILD)
Deleted:
  materia-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 15:03:03 UTC (rev 714090)
+++ PKGBUILD2020-09-30 15:03:11 UTC (rev 714091)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: cth451 
-
-pkgname=materia-gtk-theme
-pkgver=20200320
-pkgrel=1
-pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
-arch=(any)
-url="https://github.com/nana-4/materia-theme;
-license=(GPL)
-depends=(gtk3 gnome-themes-extra)
-optdepends=('gtk-engine-murrine: for gtk2 theme')
-provides=(materia-theme)
-conflicts=(materia-theme)
-replaces=(materia-theme)
-source=(https://github.com/nana-4/materia-theme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7a229bbb724a6827e69ddd1651df10a66798dca02f229dd43561207253c040c0')
-
-package() {
-cd ${pkgname/gtk-/}-${pkgver}
-install -d "${pkgdir}"/usr/share/themes
-./install.sh -d "${pkgdir}"/usr/share/themes
-}

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 714090, 
materia-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 15:03:11 UTC (rev 714091)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20200916
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=(any)
+url="https://github.com/nana-4/materia-theme;
+license=(GPL)
+depends=(gtk3 gnome-themes-extra)
+makedepends=(meson sassc)
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=(materia-theme)
+conflicts=(materia-theme)
+replaces=(materia-theme)
+source=(https://github.com/nana-4/materia-theme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5c524a0a80fc1a7b66ca8dd414b8023d5859bd6657827dceef1c93d2d9ef7dff')
+
+build() {
+arch-meson ${pkgname/gtk-/}-${pkgver} build
+meson compile -C build
+}
+
+package() {
+DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 15:03:03
  Author: ffy00
Revision: 714090

upgpkg: materia-gtk-theme 20200916-1

Modified:
  materia-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:59:24 UTC (rev 714089)
+++ PKGBUILD2020-09-30 15:03:03 UTC (rev 714090)
@@ -2,7 +2,7 @@
 # Contributor: cth451 
 
 pkgname=materia-gtk-theme
-pkgver=20200320
+pkgver=20200916
 pkgrel=1
 pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
 arch=(any)
@@ -9,15 +9,19 @@
 url="https://github.com/nana-4/materia-theme;
 license=(GPL)
 depends=(gtk3 gnome-themes-extra)
+makedepends=(meson sassc)
 optdepends=('gtk-engine-murrine: for gtk2 theme')
 provides=(materia-theme)
 conflicts=(materia-theme)
 replaces=(materia-theme)
 
source=(https://github.com/nana-4/materia-theme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7a229bbb724a6827e69ddd1651df10a66798dca02f229dd43561207253c040c0')
+sha256sums=('5c524a0a80fc1a7b66ca8dd414b8023d5859bd6657827dceef1c93d2d9ef7dff')
 
+build() {
+arch-meson ${pkgname/gtk-/}-${pkgver} build
+meson compile -C build
+}
+
 package() {
-cd ${pkgname/gtk-/}-${pkgver}
-install -d "${pkgdir}"/usr/share/themes
-./install.sh -d "${pkgdir}"/usr/share/themes
+DESTDIR="$pkgdir" meson install -C build
 }


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

2020-09-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 30, 2020 @ 14:59:24
  Author: andrewsc
Revision: 714089

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 714088, 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
===
--- PKGBUILD2020-09-30 14:58:58 UTC (rev 714088)
+++ PKGBUILD2020-09-30 14:59:24 UTC (rev 714089)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=82.0b4
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  '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=('b3b9c2cca0acd21c218302babb622bebe32afe8781ff50368399ea297129bb9131e1a7f90b237f39ae4cade8033fe423a766982ff500a349e584fe7c006bb8d1'
-
'b4483268b97219d6b1c3f4dafea724e54e83ad2d32753d1f9ddc711b57e645bda956d9190713c0173cfa6979e1204e84434896c6f7f64136f88365a7e96f8ea3'
-
'04ffe17eaa436b9eff25f17faa3a3996a07f00c0b81e04f452a5402bd17e77bb636d17fd47c5861ac376b08a4eee323c700d650ced9bf41569194881a2db4f75'
-

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

2020-09-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 30, 2020 @ 14:58:58
  Author: andrewsc
Revision: 714088

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:52:10 UTC (rev 714087)
+++ PKGBUILD2020-09-30 14:58:58 UTC (rev 714088)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=82.0b4
+pkgver=82.0b5
 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=('b3b9c2cca0acd21c218302babb622bebe32afe8781ff50368399ea297129bb9131e1a7f90b237f39ae4cade8033fe423a766982ff500a349e584fe7c006bb8d1'
-
'b4483268b97219d6b1c3f4dafea724e54e83ad2d32753d1f9ddc711b57e645bda956d9190713c0173cfa6979e1204e84434896c6f7f64136f88365a7e96f8ea3'
-
'04ffe17eaa436b9eff25f17faa3a3996a07f00c0b81e04f452a5402bd17e77bb636d17fd47c5861ac376b08a4eee323c700d650ced9bf41569194881a2db4f75'
-
'5cd75b20b27233a1eb697794ee265728c375a100b81e0726de84adc8164c523ae259d358e51f4fd64c7605ed5c3087cf68cbd9088c7cb9271a2dafe11b8e3752'
-
'19f5872d0259a78be5d33a42df824c3983e7bfe7128e22200cc3ee1f6b262bf80129094a303bf8a103305f0a8b7faa84c4caf5084a584082194f89bceec062e2'
-
'afb6ecb4cc174099faef42532b9b60b2101ac7c408ff08418043760978ea61f32cb4eb873de3c9e781f839c78189f216ee2ec709605ac4fc13e95677ecda2def'
-
'8bb0c45f277239db5c8467b1493a1e8f7bf6b4adf80cf877309b6eac3306c5e5d615d382d32007675033ecaa986d4270988797ae65b03d70a32709a1c2f01576'
-
'696bb55ed9b2316244e5d687c252bac7f6ef0d2f5eb1120365839af484e51ca6e3b9b24dce03bb8aec031dbaa35e8452adeaf02c29fa31d6dca3cec57b6d7861'
-
'3cb67bb90b847977e773ea6d5070d11a496735a3529cb13c28041f0f6ebbe6ac9a3f6d13c3a3d121efd159934eeddbfc383d36ae221da82616d5384fb69d5fb5'
-
'80b169db69da145f4a288bf186aba093ab717170c59a3c1dc66bfcf094c5072380e2cd1c1184d124bfb33815a62521b2e364aa78d2c04347ee660a5e06605035'
-
'34e681b60b71857a629a75204689820e58cd490526a75a511f5e3f3fbf16792cd8081ac19e796ba0075b66e61df43541f48cef00adeb6b2707d1084a52a5114d'
-
'7180a879581ec173b4d930ee7623ac2f67e833cca7f2d030179cc3da1034acb377ee40b950f0f8b1fe612bf53e160a81e398bb84c23da42d55facf961ea8b7fb'
-
'3ac5c38f42f8f399e94aeb78895e211f44755ccd05e89a77fd5b749fffcaef1a2fe653d784e2ccb4ab3c3fc6d3a35a5829dbca4ecc7fc7309fd991b18ce37997'
-
'666343be17630479a2cbdeed6643ceea3f6d95bda7732e0446acc6bf5560d1c935c8ea5e0f30c8a5c086883932ed83e898ba6294284515625acf3dc1b04a0273'
-
'5221168955b9c3af30cb78623dc7bf4173933ea4eebe85a3a2bd630b030e443a7e951f832f52d62cc130463b95cf29deedecca325eeb6479a3788b09d8f4bc5a'
-
'c9c34b2b4565cecb06b581bf4a82fe36dd4a74ce00a2b70888fcb515717b2a17f4db35093334e106f637eec7565c7aa130db70419e4be3e79b6153c8f7616973'
-
'e6a2fd7df904637f54c8cbca740af54221909468fd2432570809b0523d36f29191140c26801dfb2fe2dae8448abe03c730fb8338ff7e10b2dee29f302451a7b7'
-
'06c98ea247e79353fb89abd630981deb372b3b9e033592df60ac51b0157ea702aec4b8f57da1e1900731dea16b0aaf6954f9f9edee8157a91f657c0b3a0601b5'
-
'86e9f812f867c8199f120b43640977fc3ecb3d546fff8c0ef14a9f0556943b3faf8ba86fcc89011cd254c32d0e35a888b05daf5783feaf4d6685f6cd64446fdd'
-
'8516d4ceba96c6d22ff33908ed62ceb89c4dac636dcc36a9c07b1daefa4546d7ac1799c859e1f239cd267b7f76c989f201528917a50e14f2dc5782db72a8c078'
-
'77acd54374c2df3794e976d968dd90446416a59d5e003d1675cff04dd5914c6b614d6cc38e4008a1ad9995616d7573e9c262ec7fcba87cdcf378ebec8af0636a'
-
'e679c1dfc88089500d990f0060959d78b9ad10161a79a998068b7fbf54c93e1e2baeb0183e7452419311de8653a7e4993b1d94fe39c0f377170be7ea0a20943e'
-
'4cd08d3c7fcaafd26c6b8d57fff738a6e995075b7fb38f1cdaf54c45ba097ce69067cf6c026cdec615fdb71ea4aa632ee18b9d07ddd29d83640f482adecae063'
-
'6cd8205bde164218540a5e16b0a3bdd92bce72d21ddc8c293870c024ab9d2f577aa9fc6514eb555e5e59f2ba7a08c7de558156b2aea8e877b46bf582b3cf3f35'
-
'9bea26a81036a82dc2c663eb7f4787caa2df09078cc859de73d651e5dceb92b52cd57c042af5474dc02184ab938c5a46ef43d81a321a71a56c626a2bfd3f9113'
-
'fe24809da72e4223dfb139fd16e212029414f1995f640064e9a05562035191716e97fa2e5e3eebd63663110b944343ee391c267e4f672fae7fe1624f17a749ad'
-
'9c86b277e3ee563ea6b999fd1ba7a441828d451765c2bd90e2633f8fde38750a6b597af407284c75940251bc8f432a2db381981c562781d3054e4a220efcc8f1'
-
'4c7ac1ecd8891119fe1d17e2a2e7968d96217e2911eb39b4006fb7fa38ae94162d6443bd5d69059f548512fc9842a44f31b802ec64e0ac67d8fb131912217077'
-

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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:52:06
  Author: ffy00
Revision: 714086

upgpkg: python-keyrings-alt 1:3.5.2-1

Modified:
  python-keyrings-alt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:49:15 UTC (rev 714085)
+++ PKGBUILD2020-09-30 14:52:06 UTC (rev 714086)
@@ -9,7 +9,7 @@
 pkgname=python-keyrings-alt
 _pkgname=keyrings.alt
 epoch=1
-pkgver=3.4.0
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="Alternate keyring implementations"
 arch=('any')
@@ -23,19 +23,11 @@
 'python-gobject: GNOME Integration'
 'python-fs'
 'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"fix-tests.patch::$url/commit/e645e3c39cc6c1ea971acee8d096faadffc77618.patch")
-sha512sums=('eda62fd7a7625cca511789c21ab2db16455b7ea3675b971ed230b41aee8669092aab65aeb75c633bc19104ef869118087d341c350ad647d08def79217e5609a8'
-
'e3dcb1ffc4159af3e3ff8ed40f3827f7071e1ea0618c1c1f5d9a8b356186e9b059354373a95eb8890ace51cb8f11af2a7490cf63aa68eb228ae6d8aac53f5887')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('998c807416e53b0890cbb37cf7133269b9b872526b971535f96f50a569d976420d794e93a715d615568d90898a80d93f04a0bbb1ba0b1ea720b2bc77ee5392c3')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 -i ../fix-tests.patch
-}
-
 build() {
   cd $_pkgname-$pkgver
 


[arch-commits] Commit in python-keyrings-alt/repos/community-any (4 files)

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:52:10
  Author: ffy00
Revision: 714087

archrelease: copy trunk to community-any

Added:
  python-keyrings-alt/repos/community-any/PKGBUILD
(from rev 714086, python-keyrings-alt/trunk/PKGBUILD)
  python-keyrings-alt/repos/community-any/pep517-0.5.patch
(from rev 714086, python-keyrings-alt/trunk/pep517-0.5.patch)
Deleted:
  python-keyrings-alt/repos/community-any/PKGBUILD
  python-keyrings-alt/repos/community-any/pep517-0.5.patch

--+
 PKGBUILD |  108 
 pep517-0.5.patch |  110 ++---
 2 files changed, 105 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 14:52:06 UTC (rev 714086)
+++ PKGBUILD2020-09-30 14:52:10 UTC (rev 714087)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyrings-alt
-_pkgname=keyrings.alt
-epoch=1
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Alternate keyring implementations"
-arch=('any')
-url='https://github.com/jaraco/keyrings.alt'
-license=('MIT')
-depends=('python-keyring')
-makedepends=('python-setuptools_scm')
-checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-keyring'
-  'python-pytest-runner' 'python-pytest-flake8' 
'python-pytest-black' 'python-pytest-cov')
-optdepends=('libgnome-keyring: GNOME Integration'
-'python-gobject: GNOME Integration'
-'python-fs'
-'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"fix-tests.patch::$url/commit/e645e3c39cc6c1ea971acee8d096faadffc77618.patch")
-sha512sums=('eda62fd7a7625cca511789c21ab2db16455b7ea3675b971ed230b41aee8669092aab65aeb75c633bc19104ef869118087d341c350ad647d08def79217e5609a8'
-
'e3dcb1ffc4159af3e3ff8ed40f3827f7071e1ea0618c1c1f5d9a8b356186e9b059354373a95eb8890ace51cb8f11af2a7490cf63aa68eb228ae6d8aac53f5887')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 -i ../fix-tests.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-any/PKGBUILD (from rev 714086, 
python-keyrings-alt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 14:52:10 UTC (rev 714087)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyrings-alt
+_pkgname=keyrings.alt
+epoch=1
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="Alternate keyring implementations"
+arch=('any')
+url='https://github.com/jaraco/keyrings.alt'
+license=('MIT')
+depends=('python-keyring')
+makedepends=('python-setuptools_scm')
+checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-keyring'
+  'python-pytest-runner' 'python-pytest-flake8' 
'python-pytest-black' 'python-pytest-cov')
+optdepends=('libgnome-keyring: GNOME Integration'
+'python-gobject: GNOME Integration'
+'python-fs'
+'python-crypto: Encrypted file storage')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('998c807416e53b0890cbb37cf7133269b9b872526b971535f96f50a569d976420d794e93a715d615568d90898a80d93f04a0bbb1ba0b1ea720b2bc77ee5392c3')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pep517-0.5.patch
===
--- pep517-0.5.patch2020-09-30 14:52:06 UTC (rev 714086)
+++ pep517-0.5.patch2020-09-30 14:52:10 UTC (rev 714087)
@@ -1,55 +0,0 @@
-From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
-From: "Jason R. Coombs" 
-Date: Mon, 17 Dec 2018 12:17:02 -0500
-Subject: [PATCH] Rely on pep517 0.5
-

- install-pip-master.py | 

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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:49:12
  Author: ffy00
Revision: 714084

upgpkg: python-parse 1.18.0-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:48:00 UTC (rev 714083)
+++ PKGBUILD2020-09-30 14:49:12 UTC (rev 714084)
@@ -2,7 +2,7 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.17.0
+pkgver=1.18.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -15,7 +15,7 @@
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
 
-sha256sums=('c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485')
+sha256sums=('91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4')
 
 build() {
   cd "$srcdir"/parse-$pkgver


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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:49:15
  Author: ffy00
Revision: 714085

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 14:49:12 UTC (rev 714084)
+++ PKGBUILD2020-09-30 14:49:15 UTC (rev 714085)
@@ -1,35 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Aaron DeVore 
-
-pkgname=python-parse
-pkgver=1.17.0
-pkgrel=1
-
-pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
-url='https://pypi.python.org/pypi/parse'
-arch=('any')
-license=('BSD')
-
-depends=('python')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
-
-sha256sums=('c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485')
-
-build() {
-  cd "$srcdir"/parse-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/parse-$pkgver
-  python test_parse.py
-}
-
-
-package() {
-  cd "$srcdir"/parse-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-parse/repos/community-any/PKGBUILD (from rev 714084, 
python-parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 14:49:15 UTC (rev 714085)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Aaron DeVore 
+
+pkgname=python-parse
+pkgver=1.18.0
+pkgrel=1
+
+pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
+url='https://pypi.python.org/pypi/parse'
+arch=('any')
+license=('BSD')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
+
+sha256sums=('91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4')
+
+build() {
+  cd "$srcdir"/parse-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/parse-$pkgver
+  python test_parse.py
+}
+
+
+package() {
+  cd "$srcdir"/parse-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:48:00
  Author: ffy00
Revision: 714083

archrelease: copy trunk to community-any

Added:
  uvicorn/repos/community-any/PKGBUILD
(from rev 714082, uvicorn/trunk/PKGBUILD)
Deleted:
  uvicorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 14:47:50 UTC (rev 714082)
+++ PKGBUILD2020-09-30 14:48:00 UTC (rev 714083)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=uvicorn
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='The lightning-fast ASGI server'
-arch=('any')
-url='https://github.com/encode/uvicorn'
-license=('BSD')
-depends=('python' 'python-click' 'python-h11' 'python-websockets' 
'python-httptools' 'python-uvloop')
-optdepends=('python-watchgod: watchgod reload')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1bc4a161f5e729de5186e0e67ec91355e20153f896c5aefd1868ca15be4ef50691150fe52621dc04d2a0398c5931b613bdf412266e7f5079232ccf050028f328')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uvicorn/repos/community-any/PKGBUILD (from rev 714082, 
uvicorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 14:48:00 UTC (rev 714083)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=uvicorn
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='The lightning-fast ASGI server'
+arch=('any')
+url='https://github.com/encode/uvicorn'
+license=('BSD')
+depends=('python' 'python-click' 'python-h11' 'python-websockets' 
'python-httptools' 'python-uvloop')
+optdepends=('python-watchgod: watchgod reload')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:47:50
  Author: ffy00
Revision: 714082

upgpkg: uvicorn 0.12.1-1

Modified:
  uvicorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:29:55 UTC (rev 714081)
+++ PKGBUILD2020-09-30 14:47:50 UTC (rev 714082)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=uvicorn
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='The lightning-fast ASGI server'
 arch=('any')
@@ -11,7 +11,7 @@
 optdepends=('python-watchgod: watchgod reload')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1bc4a161f5e729de5186e0e67ec91355e20153f896c5aefd1868ca15be4ef50691150fe52621dc04d2a0398c5931b613bdf412266e7f5079232ccf050028f328')
+sha512sums=('4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996')
 
 build() {
   cd $pkgname-$pkgver


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

2020-09-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 30, 2020 @ 14:29:55
  Author: andrewsc
Revision: 714081

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 714080, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 714080, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 714080, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 714080, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  436 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 649 insertions(+), 649 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-09-30 
14:29:27 UTC (rev 714080)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-09-30 
14:29:55 UTC (rev 714081)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 714080, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-09-30 
14:29:55 UTC (rev 714081)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include 

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

2020-09-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 30, 2020 @ 14:29:27
  Author: andrewsc
Revision: 714080

upgpkg: firefox-developer-edition 82.0b5-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:12:05 UTC (rev 714079)
+++ PKGBUILD2020-09-30 14:29:27 UTC (rev 714080)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=82.0b4
+pkgver=82.0b5
 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=('c349c7a11213d04e89f9424850e27c316331fae906329e8d308a9c2a4d0dd3da068324ab3fcfbda9ec606469a736aa637ef2e4d068f62a529ab5f9d8a87361b2'
+sha512sums=('ecd9ff20fd97c2a8fb927e66db6a205ff764c8a3884c166b0a37e614a381ec3793d6796c7e6dd766363dd1f2742e08dd85e542b776cd4a5989b4ed34f885e677'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-09-30 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 30, 2020 @ 14:12:05
  Author: svenstaro
Revision: 714079

archrelease: copy trunk to community-staging-x86_64

Added:
  tensorflow/repos/community-staging-x86_64/
  tensorflow/repos/community-staging-x86_64/PKGBUILD
(from rev 714078, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-staging-x86_64/build-against-actual-mkl.patch
(from rev 714078, tensorflow/trunk/build-against-actual-mkl.patch)
  tensorflow/repos/community-staging-x86_64/cuda11.1.patch
(from rev 714078, tensorflow/trunk/cuda11.1.patch)

+
 PKGBUILD   |  297 +++
 build-against-actual-mkl.patch |   37 
 cuda11.1.patch |   21 ++
 3 files changed, 355 insertions(+)

Copied: tensorflow/repos/community-staging-x86_64/PKGBUILD (from rev 714078, 
tensorflow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-30 14:12:05 UTC (rev 714079)
@@ -0,0 +1,297 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=2.3.1
+_pkgver=2.3.1
+pkgrel=1
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('APACHE')
+arch=('x86_64')
+depends=('c-ares' 'intel-mkl' 'onednn' 'pybind11' 'openssl-1.0' 'lmdb' 
'libpng' 'curl' 'giflib' 'icu' 'libjpeg-turbo')
+makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc9'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
+ 'python-keras-applications' 'python-keras-preprocessing'
+ 'cython')
+optdepends=('tensorboard: Tensorflow visualization toolkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
+
numpy1.20.patch::https://github.com/tensorflow/tensorflow/commit/75ea0b31477d6ba9e990e296bbbd8ca4e7eebadf.patch
+cuda11.1.patch
+build-against-actual-mkl.patch)
+sha512sums=('e497ef4564f50abf9f918be4522cf702f4cf945cb1ebf83af1386ac4ddc7373b3ba70c7f803f8ca06faf2c6b5396e60b1e0e9b97bfbd667e733b08b6e6d70ef0'
+
'df2e0373e2f63b8766f31933f7db57f6a7559b8f03af1db51644fba87731451a7cd3895529a3192e5394612fcb42f245b794b1c9ca3c05881ca03a547c8c9acc'
+
'8e9c6fae8b7ac8ad6640e9306a60b194987bcb3744d3d1e2c96cb6905016d9271f885d36a87f78ee158cf42fd9dd6257c2effcd4c9c567da3012e5462916ad16'
+
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
+
+get_pyver () {
+  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+check_dir() {
+  if [ -d "${1}" ]; then
+return 0
+  else
+>&2 echo Directory "${1}" does not exist or is a file! Exiting...
+exit 1
+  fi
+}
+
+prepare() {
+  # Allow any bazel version
+  echo "*" > tensorflow-${_pkgver}/.bazelversion
+
+  # Tensorflow actually wants to build against a slimmed down version of Intel 
MKL called MKLML
+  # See https://github.com/intel/mkl-dnn/issues/102
+  # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
+  patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
+
+  # Fix wrong SONAME being shipped in CUDA 11.1
+  patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/cuda11.1.patch
+
+  # Compile with C++17 by default (FS#65953)
+  #sed -i "s/c++14/c++17/g" tensorflow-${_pkgver}/.bazelrc
+
+  patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/numpy1.20.patch
+
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
+
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_KAFKA=1
+  export TF_NEED_OPENCL_SYCL=0
+  export TF_NEED_AWS=1
+  export TF_NEED_GCP=1
+  export TF_NEED_HDFS=1
+  export TF_NEED_S3=1
+  export TF_ENABLE_XLA=1
+  export TF_NEED_GDR=0
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_MPI=0
+  export TF_NEED_TENSORRT=0
+  export TF_NEED_NGRAPH=0
+  export TF_NEED_IGNITE=0
+  export TF_NEED_ROCM=0
+  # See 
https://github.com/tensorflow/tensorflow/blob/master/third_party/systemlibs/syslibs_configure.bzl
+  export 
TF_SYSTEM_LIBS="boringssl,curl,cython,gif,icu,libjpeg_turbo,lmdb,nasm,pcre,png,pybind11,zlib"
+  export 

[arch-commits] Commit in tensorflow/trunk (PKGBUILD cuda11.1.patch)

2020-09-30 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 30, 2020 @ 14:11:37
  Author: svenstaro
Revision: 714078

upgpkg: tensorflow 2.3.1-1

Added:
  tensorflow/trunk/cuda11.1.patch
Modified:
  tensorflow/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++--
 cuda11.1.patch |   21 +
 2 files changed, 32 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:46:39 UTC (rev 714077)
+++ PKGBUILD2020-09-30 14:11:37 UTC (rev 714078)
@@ -5,9 +5,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.3.0
-_pkgver=2.3.0
-pkgrel=4
+pkgver=2.3.1
+_pkgver=2.3.1
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -20,9 +20,11 @@
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
 
numpy1.20.patch::https://github.com/tensorflow/tensorflow/commit/75ea0b31477d6ba9e990e296bbbd8ca4e7eebadf.patch
+cuda11.1.patch
 build-against-actual-mkl.patch)
-sha512sums=('86aa087ea84dac1ecc1023b23a378100d41cc6778ccd20404a4b955fc67cef11b3dc08abcc5b88020124d221e6fb172b33bd5206e9c9db6bc8fbeed399917eac'
+sha512sums=('e497ef4564f50abf9f918be4522cf702f4cf945cb1ebf83af1386ac4ddc7373b3ba70c7f803f8ca06faf2c6b5396e60b1e0e9b97bfbd667e733b08b6e6d70ef0'
 
'df2e0373e2f63b8766f31933f7db57f6a7559b8f03af1db51644fba87731451a7cd3895529a3192e5394612fcb42f245b794b1c9ca3c05881ca03a547c8c9acc'
+
'8e9c6fae8b7ac8ad6640e9306a60b194987bcb3744d3d1e2c96cb6905016d9271f885d36a87f78ee158cf42fd9dd6257c2effcd4c9c567da3012e5462916ad16'
 
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
 
 get_pyver () {
@@ -47,6 +49,9 @@
   # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
   patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
 
+  # Fix wrong SONAME being shipped in CUDA 11.1
+  patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/cuda11.1.patch
+
   # Compile with C++17 by default (FS#65953)
   #sed -i "s/c++14/c++17/g" tensorflow-${_pkgver}/.bazelrc
 
@@ -91,13 +96,13 @@
   export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
   export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
   export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn_version.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5,8.0
+  export TF_CUDA_COMPUTE_CAPABILITIES=5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5,8.0,8.6
 
   # Required until https://github.com/tensorflow/tensorflow/issues/39467 is 
fixed.
   export CC=gcc-9
   export CXX=g++-9
 
-export BAZEL_ARGS="--config=mkl -c opt --copt=-I/usr/include/openssl-1.0 
--host_copt=-I/usr/include/openssl-1.0 --linkopt=-l:libssl.so.1.0.0 
--linkopt=-l:libcrypto.so.1.0.0 --host_linkopt=-l:libssl.so.1.0.0 
--host_linkopt=-l:libcrypto.so.1.0.0"
+  export BAZEL_ARGS="--config=mkl -c opt --copt=-I/usr/include/openssl-1.0 
--host_copt=-I/usr/include/openssl-1.0 --linkopt=-l:libssl.so.1.0.0 
--linkopt=-l:libcrypto.so.1.0.0 --host_linkopt=-l:libssl.so.1.0.0 
--host_linkopt=-l:libcrypto.so.1.0.0"
 }
 
 build() {

Added: cuda11.1.patch
===
--- cuda11.1.patch  (rev 0)
+++ cuda11.1.patch  2020-09-30 14:11:37 UTC (rev 714078)
@@ -0,0 +1,21 @@
+diff --git a/third_party/gpus/cuda_configure.bzl 
b/third_party/gpus/cuda_configure.bzl
+index ea33963fe1..3ec6b0efa8 100644
+--- a/third_party/gpus/cuda_configure.bzl
 b/third_party/gpus/cuda_configure.bzl
+@@ -534,14 +534,14 @@ def _find_libs(repository_ctx, check_cuda_libs_script, 
cuda_config):
+ "cudart",
+ cpu_value,
+ cuda_config.config["cuda_library_dir"],
+-cuda_config.cuda_version,
++"11.0",
+ static = False,
+ ),
+ "cudart_static": _check_cuda_lib_params(
+ "cudart_static",
+ cpu_value,
+ cuda_config.config["cuda_library_dir"],
+-cuda_config.cuda_version,
++"11.0",
+ static = True,
+ ),
+ "cublas": _check_cuda_lib_params(


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 14:01:41
  Author: arojas
Revision: 397005

archrelease: copy trunk to extra-x86_64

Added:
  facile/repos/extra-x86_64/PKGBUILD
(from rev 397004, facile/trunk/PKGBUILD)
Deleted:
  facile/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 14:01:30 UTC (rev 397004)
+++ PKGBUILD2020-09-30 14:01:41 UTC (rev 397005)
@@ -1,25 +0,0 @@
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1.3
-pkgrel=11
-pkgdesc="A Functional Constraint Library"
-arch=(x86_64)
-url="http://www.recherche.enac.fr/opti/facile/;
-license=("LGPL")
-makedepends=('ocaml-compiler-libs')
-depends=()
-source=(http://facile.recherche.enac.fr/distrib/$pkgname-$pkgver.tar.gz)
-md5sums=('172c4fbea636a8fa575b988390639d8d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  install -d "$pkgdir/usr/lib/ocaml/facile"
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
-}

Copied: facile/repos/extra-x86_64/PKGBUILD (from rev 397004, 
facile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 14:01:41 UTC (rev 397005)
@@ -0,0 +1,25 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1.3
+pkgrel=12
+pkgdesc="A Functional Constraint Library"
+arch=(x86_64)
+url="http://www.recherche.enac.fr/opti/facile/;
+license=("LGPL")
+makedepends=('ocaml-compiler-libs')
+depends=()
+source=(http://facile.recherche.enac.fr/distrib/$pkgname-$pkgver.tar.gz)
+md5sums=('172c4fbea636a8fa575b988390639d8d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 14:01:30
  Author: arojas
Revision: 397004

ocaml 4.11.1 rebuild (FS#68056)

Modified:
  facile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:19:49 UTC (rev 397003)
+++ PKGBUILD2020-09-30 14:01:30 UTC (rev 397004)
@@ -2,7 +2,7 @@
 
 pkgname=facile
 pkgver=1.1.3
-pkgrel=11
+pkgrel=12
 pkgdesc="A Functional Constraint Library"
 arch=(x86_64)
 url="http://www.recherche.enac.fr/opti/facile/;


[arch-commits] Commit in root/repos/community-staging-x86_64 (18 files)

2020-09-30 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, September 30, 2020 @ 13:46:39
  Author: kgizdov
Revision: 714077

archrelease: copy trunk to community-staging-x86_64

Added:
  root/repos/community-staging-x86_64/PKGBUILD
(from rev 714076, root/trunk/PKGBUILD)
  root/repos/community-staging-x86_64/ROOFIT_LICENSE
(from rev 714076, root/trunk/ROOFIT_LICENSE)
  root/repos/community-staging-x86_64/jupyter_notebook_config.py
(from rev 714076, root/trunk/jupyter_notebook_config.py)
  root/repos/community-staging-x86_64/nbman-for-arch.patch
(from rev 714076, root/trunk/nbman-for-arch.patch)
  root/repos/community-staging-x86_64/root.pc.tpl
(from rev 714076, root/trunk/root.pc.tpl)
  root/repos/community-staging-x86_64/root.xml
(from rev 714076, root/trunk/root.xml)
  root/repos/community-staging-x86_64/settings-cuda.cmake
(from rev 714076, root/trunk/settings-cuda.cmake)
  root/repos/community-staging-x86_64/settings.cmake
(from rev 714076, root/trunk/settings.cmake)
  root/repos/community-staging-x86_64/thisroot.fail
(from rev 714076, root/trunk/thisroot.fail)
Deleted:
  root/repos/community-staging-x86_64/PKGBUILD
  root/repos/community-staging-x86_64/ROOFIT_LICENSE
  root/repos/community-staging-x86_64/jupyter_notebook_config.py
  root/repos/community-staging-x86_64/nbman-for-arch.patch
  root/repos/community-staging-x86_64/root.pc.tpl
  root/repos/community-staging-x86_64/root.xml
  root/repos/community-staging-x86_64/settings-cuda.cmake
  root/repos/community-staging-x86_64/settings.cmake
  root/repos/community-staging-x86_64/thisroot.fail

+
 PKGBUILD   |  568 +--
 ROOFIT_LICENSE |   44 +--
 jupyter_notebook_config.py |2 
 nbman-for-arch.patch   |  354 +-
 root.pc.tpl|   24 -
 root.xml   |   28 +-
 settings-cuda.cmake|  220 
 settings.cmake |  220 
 thisroot.fail  |   24 -
 9 files changed, 747 insertions(+), 737 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:46:25 UTC (rev 714076)
+++ PKGBUILD2020-09-30 13:46:39 UTC (rev 714077)
@@ -1,279 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
-# Contributor: Scott Lawrence < bytbox at gmail dot com >
-# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
-# Contributor: Sebastian Voecking < voeck at web dot de >
-
-pkgbase=root
-pkgname=('root' 'root-cuda')
-pkgver=6.22.02
-pkgrel=3
-pkgdesc='C++ data analysis framework and interpreter from CERN'
-arch=('x86_64')
-url='https://root.cern'
-license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford 
University License')
-makedepends=(
-'ccache'
-'cern-vdt'
-'chromium'
-'cfitsio'
-'cmake'
-'cuda'
-'cudnn'
-'gcc-fortran'
-'git'
-'go'
-'libxml2'
-'libmariadbclient'
-'ocaml'
-'ocaml-ctypes'
-'openmp'
-'openmpi'
-'openssl'
-'postgresql-libs'
-'pythia8>=8.2.40-1'
-'qt5-webengine'
-'sqlite'
-'unuran'
-'vc'
-'xrootd4'
-'z3'
-)
-depends=(
-'blas'
-'desktop-file-utils'
-'fcgi'
-'fftw'
-'ftgl'
-'giflib'
-'gl2ps'
-'glew'
-'graphviz'
-'gsl'
-'hicolor-icon-theme'
-'intel-tbb'
-'libafterimage'
-'librsvg'
-'libxpm'
-'python'
-'python-numpy'
-'tex-gyre-fonts'
-'unixodbc'
-'xxhash>=0.6.5-1'
-'zstd'
-)
-optdepends=(
-'cern-vdt: Add a set of fast and vectorisable mathematical functions'
-'chromium: Support for WebGUI'
-'cfitsio: Read images and data from FITS files'
-'libmariadbclient: MySQL support'
-'libxml2: XML parser interface'
-'openmp: Support OpenMP extensions in Minuit2'
-'openmpi: Support OpenMPI extensions in Minuit2'
-'openssl: OpenSSL support'
-'postgresql-libs: PostgreSQL support'
-'pythia8>=8.2.40-1: Pythia8 EG support'
-'qt5-webengine: Support for WebGUI'
-'sqlite: SQLite support'
-'tcsh: Legacy CSH support'
-'unuran: Support non-uniform random numbers'
-'vc: Add types for portable and intuitive SIMD programming'
-'xrootd4: Support remote file server and client'
-'z3: Suuport the Z3 theorem prover'
-)
-source=(
-"https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
-'ROOFIT_LICENSE'
-'root.xml'
-'root.pc.tpl'
-'settings.cmake'
-'settings-cuda.cmake'
-'jupyter_notebook_config.py'
-'nbman-for-arch.patch'
-'thisroot.fail'
-)
-sha512sums=('0a0ffbcee2ef971bebf32bc38a247ea981f56721314bc2eab69cfe66ae86eafb00568c475b41b2ae7db7ad25f0c8b0953e10f1841316a49cf62fbad664ccee17'
-
'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
-

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

2020-09-30 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, September 30, 2020 @ 13:46:25
  Author: kgizdov
Revision: 714076

add missing CUDA_ARCHITECTURE flags

Modified:
  root/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:34:38 UTC (rev 714075)
+++ PKGBUILD2020-09-30 13:46:25 UTC (rev 714076)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.22.02
-pkgrel=3
+pkgrel=4
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -145,6 +145,15 @@
 export CGO_LDFLAGS="${LDFLAGS}"
 export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
 
+# pass CUDA architectures to nvcc calls
+# Not yet supported in root: TBD
+export CUSTOM_CUDA_ARCH='-DCMAKE_CUDA_ARCHITECTURES="52-real 52-virtual
+  53-real 53-virtual 60-real 60-virtual
+  61-real 61-virtual 62-real 62-virtual
+  70-real 70-virtual 72-real 72-virtual
+  75-real 75-virtual 80-real 80-virtual
+  86-real 86-virtual"'
+
 cp -r "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-cuda"
 }
 
@@ -164,6 +173,7 @@
 
 cmake -C "${srcdir}/settings-cuda.cmake" \
 ${CUSTOM_CMAKE_FLAGS} \
+${CUSTOM_CUDA_ARCH} \
 "${srcdir}/${pkgbase}-${pkgver}-cuda"
 make
 }


[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:34:38
  Author: arojas
Revision: 714075

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 714074, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:34:28 UTC (rev 714074)
+++ PKGBUILD2020-09-30 13:34:38 UTC (rev 714075)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r120
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('e28962d99672e43d5af4f859b2a82a777f7d344788baeecd3a1320676266fedc')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs/examples
-  cp -r build "$pkgdir"/usr/share/threejs/
-  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 714074, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:34:38 UTC (rev 714075)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r121
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('1859aeb3cb8940c97daee9a525cd6401a2f1a953e4144bfb24ec01dc7b8b4a5f')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs/examples
+  cp -r build "$pkgdir"/usr/share/threejs/
+  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:34:28
  Author: arojas
Revision: 714074

Update to r121

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:12:57 UTC (rev 714073)
+++ PKGBUILD2020-09-30 13:34:28 UTC (rev 714074)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r120
+pkgver=r121
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('e28962d99672e43d5af4f859b2a82a777f7d344788baeecd3a1320676266fedc')
+sha256sums=('1859aeb3cb8940c97daee9a525cd6401a2f1a953e4144bfb24ec01dc7b8b4a5f')
 
 package() {
   cd $pkgname-$pkgver


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:19:49
  Author: arojas
Revision: 397003

archrelease: copy trunk to extra-x86_64

Added:
  md4c/repos/extra-x86_64/PKGBUILD
(from rev 397002, md4c/trunk/PKGBUILD)
Deleted:
  md4c/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:19:39 UTC (rev 397002)
+++ PKGBUILD2020-09-30 13:19:49 UTC (rev 397003)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=md4c
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="C Markdown parser"
-arch=(x86_64)
-url="https://github.com/mity/md4c;
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mity/md4c/archive/release-$pkgver.tar.gz;)
-sha256sums=('887fb52d025d9a4296e19802007bcb9898ab7df0bb05c5231b29b7bce692cebb')
-
-build() {
-  cmake -B build -S $pkgname-release-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $pkgname-release-$pkgver/LICENSE.md -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: md4c/repos/extra-x86_64/PKGBUILD (from rev 397002, md4c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:19:49 UTC (rev 397003)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=md4c
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="C Markdown parser"
+arch=(x86_64)
+url="https://github.com/mity/md4c;
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mity/md4c/archive/release-$pkgver.tar.gz;)
+sha256sums=('102fe7c9cbde6a1cdda0279b715c13164111a1a6f1d3ca3543a52ae2adc78b97')
+
+build() {
+  cmake -B build -S $pkgname-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-release-$pkgver/LICENSE.md -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:19:39
  Author: arojas
Revision: 397002

Update to 0.4.6

Modified:
  md4c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:12:07 UTC (rev 397001)
+++ PKGBUILD2020-09-30 13:19:39 UTC (rev 397002)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=md4c
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 pkgdesc="C Markdown parser"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/mity/md4c/archive/release-$pkgver.tar.gz;)
-sha256sums=('887fb52d025d9a4296e19802007bcb9898ab7df0bb05c5231b29b7bce692cebb')
+sha256sums=('102fe7c9cbde6a1cdda0279b715c13164111a1a6f1d3ca3543a52ae2adc78b97')
 
 build() {
   cmake -B build -S $pkgname-release-$pkgver \


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:12:57
  Author: arojas
Revision: 714073

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 714072, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:12:46 UTC (rev 714072)
+++ PKGBUILD2020-09-30 13:12:57 UTC (rev 714073)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.6.0-23
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('6ef327a61dd7b9cd0a73725aa6bf1bb1d7938fa29054b0f15cc2819cb81cec2d')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  optdepends=('perl: for pgiac')
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm 
libsamplerate)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 714072, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:12:57 UTC (rev 714073)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.6.0-25
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('b09ada1af3c9ed77a63af3359a6242cc82a7d40c02c6782df03cbda699987186')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  optdepends=('perl: for pgiac')
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm 
libsamplerate)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:12:07
  Author: heftig
Revision: 397000

archrelease: copy trunk to staging-x86_64

Added:
  tracker3/repos/staging-x86_64/PKGBUILD
(from rev 396999, tracker3/trunk/PKGBUILD)
Deleted:
  tracker3/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:11:58 UTC (rev 396999)
+++ PKGBUILD2020-09-30 13:12:07 UTC (rev 397000)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgname=tracker3
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(x86_64)
-license=(GPL)
-depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
- json-glib)
-makedepends=(gobject-introspection vala git gtk-doc bash-completion meson
- asciidoc systemd)
-checkdepends=(python-gobject python-dbus)
-provides=(libtracker-sparql-3.0.so)
-groups=(gnome)
-_commit=779318d1f670453e0e59d3c766e9dc0a90b988b5  # tags/3.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd tracker
-  git describe --tags | sed 's/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd tracker
-}
-
-build() {
-  arch-meson tracker build
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session meson test -C build --print-errorlogs -t 3
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker3/repos/staging-x86_64/PKGBUILD (from rev 396999, 
tracker3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:12:07 UTC (rev 397000)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgname=tracker3
+pkgver=3.0.0+40+g4405523d7
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
+ json-glib)
+makedepends=(gobject-introspection vala git gtk-doc bash-completion meson
+ asciidoc systemd)
+checkdepends=(python-gobject python-dbus)
+provides=(libtracker-sparql-3.0.so)
+groups=(gnome)
+_commit=4405523d7947c1076d0abbb51365bf5506060eb3  # master
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tracker
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd tracker
+}
+
+build() {
+  arch-meson tracker build
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs -t 3
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 13:12:46
  Author: arojas
Revision: 714072

Update to 1.6.0.25

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 11:34:55 UTC (rev 714071)
+++ PKGBUILD2020-09-30 13:12:46 UTC (rev 714072)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.6.0-23
+_pkgver=1.6.0-25
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -11,7 +11,7 @@
 license=(GPL3)
 makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('6ef327a61dd7b9cd0a73725aa6bf1bb1d7938fa29054b0f15cc2819cb81cec2d')
+sha256sums=('b09ada1af3c9ed77a63af3359a6242cc82a7d40c02c6782df03cbda699987186')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:11:58
  Author: heftig
Revision: 396999

3.0.0+39+g90bdacda8-1

Modified:
  tracker3-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:11:01 UTC (rev 396998)
+++ PKGBUILD2020-09-30 13:11:58 UTC (rev 396999)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=tracker3-miners
-pkgver=3.0.0
+pkgver=3.0.0+39+g90bdacda8
 pkgrel=1
 pkgdesc="Collection of data extractors for Tracker/Nepomuk"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -13,7 +13,7 @@
 makedepends=(git meson vala asciidoc)
 checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
 groups=(gnome)
-_commit=cea59fcbed45faa31469cbc16be95456dbb3e9c4  # tags/3.0.0^0
+_commit=90bdacda83153f629c86a5ef9a58606fd70e6f42  # master
 
source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:12:07
  Author: heftig
Revision: 397001

archrelease: copy trunk to staging-x86_64

Added:
  tracker3-miners/repos/staging-x86_64/PKGBUILD
(from rev 396999, tracker3-miners/trunk/PKGBUILD)
Deleted:
  tracker3-miners/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:12:07 UTC (rev 397000)
+++ PKGBUILD2020-09-30 13:12:07 UTC (rev 397001)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=tracker3-miners
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Collection of data extractors for Tracker/Nepomuk"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(x86_64)
-license=(GPL)
-depends=(tracker3 gst-plugins-base-libs exempi libexif libcue libgrss libgsf
- libgxps libiptcdata libosinfo poppler-glib totem-plparser giflib
- libgexiv2 gupnp-dlna upower libseccomp libnm)
-makedepends=(git meson vala asciidoc)
-checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
-groups=(gnome)
-_commit=cea59fcbed45faa31469cbc16be95456dbb3e9c4  # tags/3.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd tracker-miners
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd tracker-miners
-}
-
-build() {
-  arch-meson tracker-miners build
-  meson compile -C build
-}
-
-check() {
-  # Intermittent test failures: 
https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/79
-  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
-}
-
-package() {
-  depends+=(libtracker-sparql-3.0.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker3-miners/repos/staging-x86_64/PKGBUILD (from rev 396999, 
tracker3-miners/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:12:07 UTC (rev 397001)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=tracker3-miners
+pkgver=3.0.0+39+g90bdacda8
+pkgrel=1
+pkgdesc="Collection of data extractors for Tracker/Nepomuk"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(x86_64)
+license=(GPL)
+depends=(tracker3 gst-plugins-base-libs exempi libexif libcue libgrss libgsf
+ libgxps libiptcdata libosinfo poppler-glib totem-plparser giflib
+ libgexiv2 gupnp-dlna upower libseccomp libnm)
+makedepends=(git meson vala asciidoc)
+checkdepends=(python-gobject gst-plugins-good gst-plugins-base gst-libav)
+groups=(gnome)
+_commit=90bdacda83153f629c86a5ef9a58606fd70e6f42  # master
+source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tracker-miners
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd tracker-miners
+}
+
+build() {
+  arch-meson tracker-miners build
+  meson compile -C build
+}
+
+check() {
+  # Intermittent test failures: 
https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/79
+  dbus-run-session meson test -C build --print-errorlogs -t 3 || :
+}
+
+package() {
+  depends+=(libtracker-sparql-3.0.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:11:01
  Author: heftig
Revision: 396998

3.0.0+40+g4405523d7-1

Modified:
  tracker3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 13:05:07 UTC (rev 396997)
+++ PKGBUILD2020-09-30 13:11:01 UTC (rev 396998)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=tracker3
-pkgver=3.0.0
+pkgver=3.0.0+40+g4405523d7
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -16,7 +16,7 @@
 checkdepends=(python-gobject python-dbus)
 provides=(libtracker-sparql-3.0.so)
 groups=(gnome)
-_commit=779318d1f670453e0e59d3c766e9dc0a90b988b5  # tags/3.0.0^0
+_commit=4405523d7947c1076d0abbb51365bf5506060eb3  # master
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:05:07
  Author: heftig
Revision: 396996

archrelease: copy trunk to staging-x86_64

Added:
  pango/repos/staging-x86_64/PKGBUILD
(from rev 396994, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:05:06 UTC (rev 396995)
+++ PKGBUILD2020-09-30 13:05:07 UTC (rev 396996)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=pango
-pkgver=1.46.2
-pkgrel=2
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson sysprof)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=296711130ef90d9555bd6ada5b258bb75d622c12  # tags/1.46.2^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  arch-meson pango build \
--D gtk_doc=true \
--D sysprof=enabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/staging-x86_64/PKGBUILD (from rev 396994, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:05:07 UTC (rev 396996)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=pango
+pkgver=1.46.2
+pkgrel=3
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson sysprof)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=296711130ef90d9555bd6ada5b258bb75d622c12  # tags/1.46.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  arch-meson pango build \
+-D gtk_doc=true \
+-D sysprof=enabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Avoid a dep on sysprof
+  sed -i 's/, sysprof-capture-4//' "$pkgdir"/usr/lib/pkgconfig/*.pc
+}
+
+# vim:set sw=2 et:


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:05:07
  Author: heftig
Revision: 396997

archrelease: copy trunk to staging-x86_64

Added:
  glib2/repos/staging-x86_64/PKGBUILD
(from rev 396994, glib2/trunk/PKGBUILD)
  glib2/repos/staging-x86_64/gio-querymodules.hook
(from rev 396994, glib2/trunk/gio-querymodules.hook)
  glib2/repos/staging-x86_64/glib-compile-schemas.hook
(from rev 396994, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/staging-x86_64/noisy-glib-compile-schemas.diff
(from rev 396994, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
  glib2/repos/staging-x86_64/PKGBUILD
  glib2/repos/staging-x86_64/gio-querymodules.hook
  glib2/repos/staging-x86_64/glib-compile-schemas.hook
  glib2/repos/staging-x86_64/noisy-glib-compile-schemas.diff

-+
 PKGBUILD|  167 +++---
 gio-querymodules.hook   |   22 ++---
 glib-compile-schemas.hook   |   24 ++---
 noisy-glib-compile-schemas.diff |   48 +-
 4 files changed, 132 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:05:07 UTC (rev 396996)
+++ PKGBUILD2020-09-30 13:05:07 UTC (rev 396997)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.66.0
-pkgrel=2
-pkgdesc="Low level core library"
-url="https://wiki.gnome.org/Projects/GLib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(pcre libffi util-linux-libs zlib)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
- meson dbus sysprof)
-checkdepends=(desktop-file-utils)
-_commit=c2c12e42920d6e06c23c87398996827e53c1fc72  # tags/2.66.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
-noisy-glib-compile-schemas.diff
-glib-compile-schemas.hook gio-querymodules.hook)
-sha256sums=('SKIP'
-'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
-'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
-'557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
-
-pkgver() {
-  cd glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glib
-
-  # Suppress noise from glib-compile-schemas.hook
-  git apply -3 ../noisy-glib-compile-schemas.diff
-}
-
-build() {
-  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
-  arch-meson glib build \
--D selinux=disabled \
--D sysprof=enabled \
--D man=true \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --no-suite flaky --print-errorlogs
-}
-
-package_glib2() {
-  depends+=(libmount.so)
-  provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
- libgthread-2.0.so)
-  optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
-  'libelf: gresource inspection tool')
-
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-
-  export PYTHONHASHSEED=0
-  python -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-  python -O -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-
-  # Split docs
-  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
-}
-
-package_glib2-docs() {
-  pkgdesc="Documentation for GLib"
-  depends=()
-  license+=(custom)
-
-  mkdir -p "$pkgdir/usr/share"
-  mv gtk-doc "$pkgdir/usr/share"
-
-  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
-}
-
-# vim:set sw=2 et:

Copied: glib2/repos/staging-x86_64/PKGBUILD (from rev 396994, 
glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:05:07 UTC (rev 396997)
@@ -0,0 +1,85 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.66.0
+pkgrel=3
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi util-linux-libs zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
+ meson dbus sysprof)
+checkdepends=(desktop-file-utils)
+_commit=c2c12e42920d6e06c23c87398996827e53c1fc72  # tags/2.66.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
+'557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+

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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:05:06
  Author: heftig
Revision: 396995

archrelease: copy trunk to staging-x86_64

Added:
  libsoup/repos/staging-x86_64/PKGBUILD
(from rev 396994, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 13:04:54 UTC (rev 396994)
+++ PKGBUILD2020-09-30 13:05:06 UTC (rev 396995)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.72.0+5+g0b094bff
-pkgrel=2
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba sysprof)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
-_commit=0b094bff2f571ea03304db2ada5e76fbed57c0fc  # gnome-3-38
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/staging-x86_64/PKGBUILD (from rev 396994, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 13:05:06 UTC (rev 396995)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.72.0+5+g0b094bff
+pkgrel=3
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba sysprof)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
+_commit=0b094bff2f571ea03304db2ada5e76fbed57c0fc  # gnome-3-38
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  # SSL test flaky
+  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Avoid a dep on sysprof
+  sed -i 's/sysprof-capture-4, //' "$pkgdir"/usr/lib/pkgconfig/*.pc
+}


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 13:04:54
  Author: heftig
Revision: 396994

2.66.0-3: avoid a dep on sysprof

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 12:58:52 UTC (rev 396993)
+++ PKGBUILD2020-09-30 13:04:54 UTC (rev 396994)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.66.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)
@@ -58,6 +58,9 @@
   DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
 
+  # Avoid a dep on sysprof
+  sed -i 's/, sysprof-capture-4//' "$pkgdir"/usr/lib/pkgconfig/*.pc
+
   export PYTHONHASHSEED=0
   python -m compileall -d /usr/share/glib-2.0/codegen \
 "$pkgdir/usr/share/glib-2.0/codegen"


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 12:58:52
  Author: heftig
Revision: 396993

2.72.0+5+g0b094bff-3: avoid a dep on sysprof

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 12:56:52 UTC (rev 396992)
+++ PKGBUILD2020-09-30 12:58:52 UTC (rev 396993)
@@ -3,7 +3,7 @@
 
 pkgname=libsoup
 pkgver=2.72.0+5+g0b094bff
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup;
 arch=(x86_64)
@@ -40,4 +40,7 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
+
+  # Avoid a dep on sysprof
+  sed -i 's/sysprof-capture-4, //' "$pkgdir"/usr/lib/pkgconfig/*.pc
 }


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

2020-09-30 Thread Jan Steffens via arch-commits
Date: Wednesday, September 30, 2020 @ 12:56:52
  Author: heftig
Revision: 396992

1.46.2-3: avoid a dep on sysprof

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 10:55:26 UTC (rev 396991)
+++ PKGBUILD2020-09-30 12:56:52 UTC (rev 396992)
@@ -3,7 +3,7 @@
 
 pkgname=pango
 pkgver=1.46.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -39,6 +39,9 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
+
+  # Avoid a dep on sysprof
+  sed -i 's/, sysprof-capture-4//' "$pkgdir"/usr/lib/pkgconfig/*.pc
 }
 
 # vim:set sw=2 et:


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

2020-09-30 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, September 30, 2020 @ 11:34:55
  Author: kgizdov
Revision: 714071

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 11:34:49 UTC (rev 714070)
+++ PKGBUILD2020-09-30 11:34:55 UTC (rev 714071)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=nccl
-pkgver=2.7.8
-_upstr_pkgrel=1
-pkgrel=2
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  export NVCC_GENCODE="-gencode=arch=compute_52,code=sm_52 \
-   -gencode=arch=compute_52,code=compute_52 \
-   -gencode=arch=compute_60,code=sm_60 \
-   -gencode=arch=compute_60,code=compute_60 \
-   -gencode=arch=compute_61,code=sm_61 \
-   -gencode=arch=compute_61,code=compute_61 \
-   -gencode=arch=compute_70,code=sm_70 \
-   -gencode=arch=compute_70,code=compute_70 \
-   -gencode=arch=compute_72,code=sm_72 \
-   -gencode=arch=compute_72,code=compute_72 \
-   -gencode=arch=compute_75,code=sm_75 \
-   -gencode=arch=compute_75,code=compute_75 \
-   -gencode=arch=compute_60,code=sm_60 \
-   -gencode=arch=compute_60,code=compute_60 \
-   -gencode=arch=compute_61,code=sm_61 \
-   -gencode=arch=compute_61,code=compute_61 \
-   -gencode=arch=compute_70,code=sm_70 \
-   -gencode=arch=compute_70,code=compute_70 \
-   -gencode=arch=compute_72,code=sm_72 \
-   -gencode=arch=compute_72,code=compute_72 \
-   -gencode=arch=compute_75,code=sm_75 \
-   -gencode=arch=compute_75,code=compute_75 \
-   -gencode=arch=compute_80,code=sm_80 \
-   -gencode=arch=compute_80,code=compute_80 \
-   -gencode=arch=compute_86,code=sm_86 \
-   -gencode=arch=compute_86,code=compute_86"
-
-  make CUDA_HOME=/opt/cuda PREFIX=/usr src.build
-}
-
-package() {
-  cd "${pkgname}"
-
-  make PREFIX="${pkgdir}"/usr install
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-staging-x86_64/PKGBUILD (from rev 714070, 
nccl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 11:34:55 UTC (rev 714071)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.7.8
+_upstr_pkgrel=1
+pkgrel=3
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  export NVCC_GENCODE="-gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_52,code=compute_52 \
+   -gencode=arch=compute_53,code=sm_53 \
+   -gencode=arch=compute_53,code=compute_53 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_60,code=compute_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+ 

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

2020-09-30 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, September 30, 2020 @ 11:34:49
  Author: kgizdov
Revision: 714070

fix missing and duplicate CUDA architecure flags

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 11:29:58 UTC (rev 714069)
+++ PKGBUILD2020-09-30 11:34:49 UTC (rev 714070)
@@ -4,7 +4,7 @@
 pkgname=nccl
 pkgver=2.7.8
 _upstr_pkgrel=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'
@@ -32,10 +32,14 @@
 
   export NVCC_GENCODE="-gencode=arch=compute_52,code=sm_52 \
-gencode=arch=compute_52,code=compute_52 \
+   -gencode=arch=compute_53,code=sm_53 \
+   -gencode=arch=compute_53,code=compute_53 \
-gencode=arch=compute_60,code=sm_60 \
-gencode=arch=compute_60,code=compute_60 \
-gencode=arch=compute_61,code=sm_61 \
-gencode=arch=compute_61,code=compute_61 \
+   -gencode=arch=compute_62,code=sm_62 \
+   -gencode=arch=compute_62,code=compute_62 \
-gencode=arch=compute_70,code=sm_70 \
-gencode=arch=compute_70,code=compute_70 \
-gencode=arch=compute_72,code=sm_72 \
@@ -42,16 +46,6 @@
-gencode=arch=compute_72,code=compute_72 \
-gencode=arch=compute_75,code=sm_75 \
-gencode=arch=compute_75,code=compute_75 \
-   -gencode=arch=compute_60,code=sm_60 \
-   -gencode=arch=compute_60,code=compute_60 \
-   -gencode=arch=compute_61,code=sm_61 \
-   -gencode=arch=compute_61,code=compute_61 \
-   -gencode=arch=compute_70,code=sm_70 \
-   -gencode=arch=compute_70,code=compute_70 \
-   -gencode=arch=compute_72,code=sm_72 \
-   -gencode=arch=compute_72,code=compute_72 \
-   -gencode=arch=compute_75,code=sm_75 \
-   -gencode=arch=compute_75,code=compute_75 \
-gencode=arch=compute_80,code=sm_80 \
-gencode=arch=compute_80,code=compute_80 \
-gencode=arch=compute_86,code=sm_86 \


  1   2   >