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

2020-05-15 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, May 16, 2020 @ 05:40:36
  Author: yan12125
Revision: 628150

archrelease: copy trunk to community-x86_64

Added:
  ibus-chewing/repos/community-x86_64/PKGBUILD
(from rev 628149, ibus-chewing/trunk/PKGBUILD)
Deleted:
  ibus-chewing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 05:40:09 UTC (rev 628149)
+++ PKGBUILD2020-05-16 05:40:36 UTC (rev 628150)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Hiroshi Yui 
-
-pkgname=ibus-chewing
-pkgver=1.6.1
-pkgrel=3
-pkgdesc='Chinese Chewing Engine for IBus Framework'
-arch=('x86_64')
-license=('GPL')
-url='https://github.com/definite/ibus-chewing'
-depends=('ibus' 'libchewing' 'libxtst')
-makedepends=('swig' 'gob2' 'cmake-fedora')
-source=("https://github.com/definite/ibus-chewing/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b093db79c656433614b9f72719a2b0768a30c2fb6fa066eda1e79cc9932ce1836f7f1e5611612fb44f260fe80a9baa9e18fdc9754b285e8a5f12a87c376cbd39')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -B build -S . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DSYSCONF_INSTALL_DIR=/usr/share \
--DLIBEXEC_DIR=/usr/lib/ibus
-  make -C build all translations
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-chewing/repos/community-x86_64/PKGBUILD (from rev 628149, 
ibus-chewing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 05:40:36 UTC (rev 628150)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-chewing
+pkgver=1.6.1
+pkgrel=4
+pkgdesc='Chinese Chewing Engine for IBus Framework'
+arch=('x86_64')
+license=('GPL')
+url='https://github.com/definite/ibus-chewing'
+depends=('ibus' 'libchewing' 'libxtst')
+makedepends=('swig' 'gob2' 'cmake-fedora')
+source=("https://github.com/definite/ibus-chewing/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b093db79c656433614b9f72719a2b0768a30c2fb6fa066eda1e79cc9932ce1836f7f1e5611612fb44f260fe80a9baa9e18fdc9754b285e8a5f12a87c376cbd39')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -B build -S . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DLIBEXEC_DIR=/usr/lib/ibus
+
+  # XXX: updated *.po files contain no translated strings. Maybe because 
fedora.zanata.org is down
+  # https://github.com/definite/ibus-chewing/issues/150
+  touch build/po/ibus-chewing.pot
+  cp -v po/*.po build/po/
+
+  make -C build
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, May 16, 2020 @ 05:40:09
  Author: yan12125
Revision: 628149

upgpkg: ibus-chewing 1.6.1-4; workaround an issue in translation files

Ref: https://github.com/definite/ibus-chewing/issues/150

Modified:
  ibus-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 03:35:12 UTC (rev 628148)
+++ PKGBUILD2020-05-16 05:40:09 UTC (rev 628149)
@@ -7,7 +7,7 @@
 
 pkgname=ibus-chewing
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Chinese Chewing Engine for IBus Framework'
 arch=('x86_64')
 license=('GPL')
@@ -23,9 +23,14 @@
   cmake -B build -S . \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \
--DSYSCONF_INSTALL_DIR=/usr/share \
 -DLIBEXEC_DIR=/usr/lib/ibus
-  make -C build all translations
+
+  # XXX: updated *.po files contain no translated strings. Maybe because 
fedora.zanata.org is down
+  # https://github.com/definite/ibus-chewing/issues/150
+  touch build/po/ibus-chewing.pot
+  cp -v po/*.po build/po/
+
+  make -C build
 }
 
 package() {


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

2020-05-15 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 16, 2020 @ 03:35:12
  Author: anatolik
Revision: 628148

Use Android's version of boringssl project

This helps to avoid reading a file with commit sha1 and then checking out 
upstream
with this sha1. We will checkout Android's git repository by its tag directly.

Android removes third_pary directory so we have to adjust CMakeLists.txt and use
system version of the libraries.

Added:
  android-tools/trunk/boringssl-disable-thirdpartydeps.patch
Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/generate_build.rb

+
 PKGBUILD   |   16 ++--
 boringssl-disable-thirdpartydeps.patch |   24 
 generate_build.rb  |   10 +-
 3 files changed, 39 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 02:33:17 UTC (rev 628147)
+++ PKGBUILD2020-05-16 03:35:12 UTC (rev 628148)
@@ -17,7 +17,7 @@
 makedepends=(git clang gtest ruby cmake ninja go vim)
 provides=(fastboot adb)
 conflicts=(fastboot adb)
-_boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
+#_boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
 source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$tag
 
git+https://android.googlesource.com/platform/frameworks/native#tag=$tag
 git+https://android.googlesource.com/platform/system/core#tag=$tag
@@ -27,8 +27,8 @@
 
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$tag
 
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$tag
 git+https://android.googlesource.com/platform/external/avb#tag=$tag
-
#git+https://android.googlesource.com/platform/external/boringssl#tag=$tag
-
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
+
git+https://android.googlesource.com/platform/external/boringssl#tag=$tag
+
#git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
 generate_build.rb
 # deployagent.jar is a library built from Android sources.
 # Building this java library requires a lot of dependencies:
@@ -43,6 +43,7 @@
 #   cp ./target/product/generic/system/framework/deployagent.jar .
 deployagent.jar
 fix_build_core.patch
+boringssl-disable-thirdpartydeps.patch
 bash_completion.fastboot)
 # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
 sha1sums=('SKIP'
@@ -55,9 +56,10 @@
   'SKIP'
   'SKIP'
   'SKIP'
-  '930c5d4b94f7cc09087fe599d4b868e7187abd74'
+  '4aec96639c5a16e75fac907bc5a8ea6a7efca047'
   'd9dfac30245faa0a96968b96f3acd9ad536f4910'
   '70abd4483233ee481490b3369dbdd492c57f'
+  '1c025855a3e7ea351685843a0df45c52a7e674dd'
   '7004dbd0c193668827174880de6f8434de8ceaee')
 
 prepare() {
@@ -70,11 +72,13 @@
   cd "$srcdir"/mkbootimg
   sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' unpack_bootimg.py
 
-  mkdir -p "$srcdir"/boringssl/build
+  cd "$srcdir"/boringssl
+  patch -p1 < ../../boringssl-disable-thirdpartydeps.patch
+  mkdir -p "$srcdir"/boringssl/src/build
 }
 
 build() {
-  (cd "$srcdir"/boringssl/build && cmake -GNinja ..; ninja crypto/libcrypto.a 
ssl/libssl.a)
+  (cd "$srcdir"/boringssl/src/build && cmake -GNinja ..; ninja 
crypto/libcrypto.a ssl/libssl.a)
 
   PLATFORM_TOOLS_VERSION="$pkgver-$pkgrel" ./generate_build.rb > build.ninja
   ninja

Added: boringssl-disable-thirdpartydeps.patch
===
--- boringssl-disable-thirdpartydeps.patch  (rev 0)
+++ boringssl-disable-thirdpartydeps.patch  2020-05-16 03:35:12 UTC (rev 
628148)
@@ -0,0 +1,24 @@
+commit a05f7bad3f07a4041e7011a629858a8b0921e9e0
+Author: Anatol Pomozov 
+Date:   Fri May 15 20:04:43 2020 -0700
+
+Do not use third-party dependency as it is missing in Android's version of 
the repo
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 75bf9981..9ec8e81b 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -562,13 +562,6 @@ if(USE_CUSTOM_LIBCXX)
+   target_link_libraries(libcxx libcxxabi)
+ endif()
+ 
+-# Add minimal googletest targets. The provided one has many side-effects, and
+-# googletest has a very straightforward build.
+-add_library(boringssl_gtest third_party/googletest/src/gtest-all.cc)
+-target_include_directories(boringssl_gtest PRIVATE third_party/googletest)
+-
+-include_directories(third_party/googletest/include)
+-
+ # Declare a dummy target to build all unit tests. Test targets should inject
+ # themselves as dependencies next to the 

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

2020-05-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 16, 2020 @ 03:32:46
  Author: seblu
Revision: 383743

upgpkg: btrfs-progs 5.6.1-2

- FS#66658

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 23:21:04 UTC (rev 383742)
+++ PKGBUILD2020-05-16 03:32:46 UTC (rev 383743)
@@ -4,12 +4,14 @@
 
 pkgname=btrfs-progs
 pkgver=5.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
-depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt' 'e2fsprogs' 
'reiserfsprogs')
-optdepends=('python: libbtrfsutil python bindings')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
+depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
 url='https://btrfs.wiki.kernel.org'
 replaces=('btrfs-progs-unstable')
 conflicts=('btrfs-progs-unstable')


[arch-commits] Commit in btrfs-progs/repos (7 files)

2020-05-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 16, 2020 @ 03:32:55
  Author: seblu
Revision: 383744

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 383743, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 383743, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 383743, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 383743, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 383743, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 383743, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 134 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 383743, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-16 03:32:55 UTC (rev 383744)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.6.1
+pkgrel=2
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
+depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'50ccf556b887018f35937626f9a6e799c1e69692778b2bb090d2a56c9bdc96db'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'
+'7cbeebee2a561e468c0ce1d33107fa968da76109df1b693e48b501971a462444')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr --with-crypto=libgcrypt
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 383743, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2020-05-16 03:32:55 UTC (rev 383744)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2020-05-15 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 16, 2020 @ 02:33:17
  Author: anatolik
Revision: 628147

archrelease: copy trunk to community-staging-x86_64

Added:
  osquery/repos/community-staging-x86_64/
  osquery/repos/community-staging-x86_64/PKGBUILD
(from rev 628146, osquery/trunk/PKGBUILD)
  osquery/repos/community-staging-x86_64/yara4.patch
(from rev 628146, osquery/trunk/yara4.patch)

-+
 PKGBUILD|   46 +
 yara4.patch |   59 ++
 2 files changed, 105 insertions(+)

Copied: osquery/repos/community-staging-x86_64/PKGBUILD (from rev 628146, 
osquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-16 02:33:17 UTC (rev 628147)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=osquery
+pkgver=4.3.0
+pkgrel=2
+pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
+arch=(x86_64)
+url='https://osquery.io'
+license=(Apache GPL2)
+depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb 
gtest device-mapper rpm-tools dpkg lvm2 libelfin lldpd rapidjson sleuthkit 
ssdeep thrift yara lmdb iptables)
+makedepends=(cmake ninja python boost linenoise-ng)
+# patched version of smartools that we need to build statically to avoid 
collision with the upstream version
+_smartmontools_commit=5f7669fba545f32a6d0c07e2be67df16f3eb354b
+source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip
+
third-party-smartmontools.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip
+
devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$pkgver-archlinux.patch
+   yara4.patch)
+sha256sums=('69b570a6e5b4d3a92a7f3812fc78137383aa564025d697cef6e8717e404e3b66'
+'891f11acd804aa0d53dbec599e6a32ad9c1e5392a3eb4022714871f3a1ce95ee'
+'b916c36f7e0394baf627fb0991431f77d796b29014719b754e05a761576def05'
+'201b3a9f5594214b3133492618b321f428fd2cfbdec63e88436a50c748710158')
+
+prepare() {
+  cd osquery-$pkgver
+  patch -p1 < ../devendorize.patch
+
+  rm -rf libraries/cmake/source/smartmontools/src
+  ln -sf `pwd`/../third-party-smartmontools-$_smartmontools_commit 
libraries/cmake/source/smartmontools/src
+
+  patch -p1 < ../yara4.patch
+}
+
+build() {
+  cd osquery-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DOSQUERY_STATIC_BUILD=OFF 
-DCMAKE_INSTALL_PREFIX=/usr -DOSQUERY_VERSION=$pkgver -S . -B build
+  cmake --build build
+}
+
+package() {
+  cd osquery-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -r "$pkgdir/etc/init.d/"
+}

Copied: osquery/repos/community-staging-x86_64/yara4.patch (from rev 628146, 
osquery/trunk/yara4.patch)
===
--- community-staging-x86_64/yara4.patch(rev 0)
+++ community-staging-x86_64/yara4.patch2020-05-16 02:33:17 UTC (rev 
628147)
@@ -0,0 +1,59 @@
+commit 01d01e39a87e339c88cab216b85ee14428c0f2ec
+Author: Anatol Pomozov 
+Date:   Fri May 15 19:04:57 2020 -0700
+
+Adopt code for the YARA 4 API changes
+
+
https://github.com/VirusTotal/yara/wiki/Backward-incompatible-changes-in-YARA-4.0-API
+
+diff --git a/osquery/tables/yara/yara_utils.cpp 
b/osquery/tables/yara/yara_utils.cpp
+index 897c18c2..d08bf437 100644
+--- a/osquery/tables/yara/yara_utils.cpp
 b/osquery/tables/yara/yara_utils.cpp
+@@ -31,6 +31,7 @@ bool yaraShouldSkipFile(const std::string& path, mode_t 
st_mode) {
+ void YARACompilerCallback(int error_level,
+   const char* file_name,
+   int line_number,
++  const YR_RULE* rule,
+   const char* message,
+   void* user_data) {
+   if (error_level == YARA_ERROR_LEVEL_ERROR) {
+@@ -209,7 +210,7 @@ Status handleRuleFiles(const std::string& category,
+  * This is the YARA callback. Used to store matching rules in the row which is
+  * passed in as user_data.
+  */
+-int YARACallback(int message, void* message_data, void* user_data) {
++int YARACallback(YR_SCAN_CONTEXT* context, int message, void* message_data, 
void* user_data) {
+   if (message == CALLBACK_MSG_RULE_MATCHING) {
+ Row* r = (Row*)user_data;
+ YR_RULE* rule = (YR_RULE*)message_data;
+@@ -223,7 +224,7 @@ int YARACallback(int message, void* message_data, void* 
user_data) {
+ YR_STRING* string = nullptr;
+ yr_rule_strings_foreach(rule, string) {
+   YR_MATCH* match = nullptr;
+-  yr_string_matches_foreach(string, match) {
++  yr_string_matches_foreach(context, string, match) {
+ if ((*r)["strings"].length() > 0) {
+   

[arch-commits] Commit in osquery/trunk (PKGBUILD yara4.patch)

2020-05-15 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 16, 2020 @ 02:32:54
  Author: anatolik
Revision: 628146

upgpkg: osquery 4.3.0-2: Yara 4 rebuild

Added:
  osquery/trunk/yara4.patch
Modified:
  osquery/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++---
 yara4.patch |   59 ++
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 01:21:21 UTC (rev 628145)
+++ PKGBUILD2020-05-16 02:32:54 UTC (rev 628146)
@@ -2,7 +2,7 @@
 
 pkgname=osquery
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
@@ -13,10 +13,12 @@
 _smartmontools_commit=5f7669fba545f32a6d0c07e2be67df16f3eb354b
 
source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip
 
third-party-smartmontools.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip
-
devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$pkgver-archlinux.patch)
+
devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$pkgver-archlinux.patch
+   yara4.patch)
 sha256sums=('69b570a6e5b4d3a92a7f3812fc78137383aa564025d697cef6e8717e404e3b66'
 '891f11acd804aa0d53dbec599e6a32ad9c1e5392a3eb4022714871f3a1ce95ee'
-'b916c36f7e0394baf627fb0991431f77d796b29014719b754e05a761576def05')
+'b916c36f7e0394baf627fb0991431f77d796b29014719b754e05a761576def05'
+'201b3a9f5594214b3133492618b321f428fd2cfbdec63e88436a50c748710158')
 
 prepare() {
   cd osquery-$pkgver
@@ -24,6 +26,8 @@
 
   rm -rf libraries/cmake/source/smartmontools/src
   ln -sf `pwd`/../third-party-smartmontools-$_smartmontools_commit 
libraries/cmake/source/smartmontools/src
+
+  patch -p1 < ../yara4.patch
 }
 
 build() {

Added: yara4.patch
===
--- yara4.patch (rev 0)
+++ yara4.patch 2020-05-16 02:32:54 UTC (rev 628146)
@@ -0,0 +1,59 @@
+commit 01d01e39a87e339c88cab216b85ee14428c0f2ec
+Author: Anatol Pomozov 
+Date:   Fri May 15 19:04:57 2020 -0700
+
+Adopt code for the YARA 4 API changes
+
+
https://github.com/VirusTotal/yara/wiki/Backward-incompatible-changes-in-YARA-4.0-API
+
+diff --git a/osquery/tables/yara/yara_utils.cpp 
b/osquery/tables/yara/yara_utils.cpp
+index 897c18c2..d08bf437 100644
+--- a/osquery/tables/yara/yara_utils.cpp
 b/osquery/tables/yara/yara_utils.cpp
+@@ -31,6 +31,7 @@ bool yaraShouldSkipFile(const std::string& path, mode_t 
st_mode) {
+ void YARACompilerCallback(int error_level,
+   const char* file_name,
+   int line_number,
++  const YR_RULE* rule,
+   const char* message,
+   void* user_data) {
+   if (error_level == YARA_ERROR_LEVEL_ERROR) {
+@@ -209,7 +210,7 @@ Status handleRuleFiles(const std::string& category,
+  * This is the YARA callback. Used to store matching rules in the row which is
+  * passed in as user_data.
+  */
+-int YARACallback(int message, void* message_data, void* user_data) {
++int YARACallback(YR_SCAN_CONTEXT* context, int message, void* message_data, 
void* user_data) {
+   if (message == CALLBACK_MSG_RULE_MATCHING) {
+ Row* r = (Row*)user_data;
+ YR_RULE* rule = (YR_RULE*)message_data;
+@@ -223,7 +224,7 @@ int YARACallback(int message, void* message_data, void* 
user_data) {
+ YR_STRING* string = nullptr;
+ yr_rule_strings_foreach(rule, string) {
+   YR_MATCH* match = nullptr;
+-  yr_string_matches_foreach(string, match) {
++  yr_string_matches_foreach(context, string, match) {
+ if ((*r)["strings"].length() > 0) {
+   (*r)["strings"] += "," + std::string(string->identifier);
+ } else {
+diff --git a/osquery/tables/yara/yara_utils.h 
b/osquery/tables/yara/yara_utils.h
+index dd860041..bf984240 100644
+--- a/osquery/tables/yara/yara_utils.h
 b/osquery/tables/yara/yara_utils.h
+@@ -28,6 +28,7 @@ const std::string kYARAHome{OSQUERY_HOME "yara/"};
+ void YARACompilerCallback(int error_level,
+   const char* file_name,
+   int line_number,
++  const YR_RULE* rule,
+   const char* message,
+   void* user_data);
+ 
+@@ -42,7 +43,7 @@ Status handleRuleFiles(const std::string& category,
+  */
+ bool yaraShouldSkipFile(const std::string& path, mode_t st_mode);
+ 
+-int YARACallback(int message, void* message_data, void* user_data);
++int YARACallback(YR_SCAN_CONTEXT* context, int message, void* message_data, 
void* user_data);
+ 
+ /**
+  * @brief A simple ConfigParserPlugin for a "yara" dictionary key.


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

2020-05-15 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, May 16, 2020 @ 01:21:21
  Author: sangy
Revision: 628145

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch
(from rev 628144, diffoscope/trunk/0001-Update-llvm-diff-for-llvm-10.patch)
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 628144, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch
  diffoscope/repos/community-x86_64/PKGBUILD

-+
 0001-Update-llvm-diff-for-llvm-10.patch |  142 ++--
 PKGBUILD|  204 +++---
 2 files changed, 173 insertions(+), 173 deletions(-)

Deleted: 0001-Update-llvm-diff-for-llvm-10.patch
===
--- 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:20:57 UTC (rev 
628144)
+++ 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:21:21 UTC (rev 
628145)
@@ -1,71 +0,0 @@
-From c645b977740b8c42a4b1ee8fe3f6856cac7cee1e Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Mon, 27 Apr 2020 21:48:51 +0200
-Subject: [PATCH] Update llvm diff for llvm 10.
-
-Signed-off-by: Jelle van der Waa 

- tests/comparators/test_rlib.py|  3 ++
- tests/data/rlib_llvm_dis_expected_diff_10 | 36 +++
- 2 files changed, 39 insertions(+)
- create mode 100644 tests/data/rlib_llvm_dis_expected_diff_10
-
-diff --git a/tests/comparators/test_rlib.py b/tests/comparators/test_rlib.py
-index e47a0f4b..180d6b66 100644
 a/tests/comparators/test_rlib.py
-+++ b/tests/comparators/test_rlib.py
-@@ -74,6 +74,9 @@ def rlib_dis_expected_diff():
- if LooseVersion(str(actual_ver)) >= LooseVersion("7.0"):
- diff_file = 'rlib_llvm_dis_expected_diff_7'
- 
-+if LooseVersion(str(actual_ver)) >= LooseVersion("10.0"):
-+diff_file = 'rlib_llvm_dis_expected_diff_10'
-+
- return get_data(diff_file)
- 
- 
-diff --git a/tests/data/rlib_llvm_dis_expected_diff_10 
b/tests/data/rlib_llvm_dis_expected_diff_10
-new file mode 100644
-index ..46316a2f
 /dev/null
-+++ b/tests/data/rlib_llvm_dis_expected_diff_10
-@@ -0,0 +1,36 @@
-+@@ -42,32 +42,32 @@
-+ entry-block:
-+   %out.i.i = alloca i8*, align 8
-+   %4 = icmp ult i64 %3, 17
-+   br i1 %4, label %then-block-195-.i, label 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i
-+ 
-+ then-block-195-.i:; preds = %entry-block
-+   %5 = tail call i8* @realloc(i8* %0, i64 %2) #2
-+-  br label %_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit
-++  br label %_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit
-+ 
-+ _ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i: ; preds = 
%entry-block
-+   %6 = bitcast i8** %out.i.i to i8*
-+   call void @llvm.lifetime.start.p0i8(i64 8, i8* %6) #2
-+   store i8* null, i8** %out.i.i, align 8
-+   %7 = call i32 @posix_memalign(i8** nonnull %out.i.i, i64 %3, i64 %2) #2
-+   %8 = icmp eq i32 %7, 0
-+   %9 = load i8*, i8** %out.i.i, align 8
-+   %sret_slot.0.i.i = select i1 %8, i8* %9, i8* null
-+   call void @llvm.lifetime.end.p0i8(i64 8, i8* %6) #2
-+   %10 = icmp ule i64 %2, %1
-+   %11 = select i1 %10, i64 %2, i64 %1
-+   call void @llvm.memmove.p0i8.p0i8.i64(i8* align 1 %sret_slot.0.i.i, i8* 
align 1 %0, i64 %11, i1 false)
-+   call void @free(i8* %0) #2
-+-  br label %_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit
-++  br label %_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit
-+ 
-+-_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit: ; preds = 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i, %then-block-195-.i
-++_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit: ; preds = 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i, %then-block-195-.i
-+   %sret_slot.0.i = phi i8* [ %5, %then-block-195-.i ], [ %sret_slot.0.i.i, 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i ]
-+   ret i8* %sret_slot.0.i
-+ }
-+ 
-+ ; Function Attrs: nounwind readnone uwtable
-+ define i64 @__rust_reallocate_inplace(i8* nocapture readnone %0, i64 %1, i64 
%2, i64 %3) unnamed_addr #1 {
-+ entry-block:
--- 
-2.26.2
-

Copied: 
diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch (from 
rev 628144, diffoscope/trunk/0001-Update-llvm-diff-for-llvm-10.patch)
===
--- 0001-Update-llvm-diff-for-llvm-10.patch (rev 0)
+++ 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:21:21 UTC (rev 
628145)
@@ -0,0 +1,71 @@
+From c645b977740b8c42a4b1ee8fe3f6856cac7cee1e Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Mon, 27 Apr 2020 21:48:51 +0200
+Subject: [PATCH] Update llvm diff for llvm 10.
+
+Signed-off-by: Jelle van der Waa 
+---
+ tests/comparators/test_rlib.py|  3 ++
+ 

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

2020-05-15 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, May 16, 2020 @ 01:20:57
  Author: sangy
Revision: 628144

upgpkg: diffoscope 144-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 01:03:01 UTC (rev 628143)
+++ PKGBUILD2020-05-16 01:20:57 UTC (rev 628144)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=143
+pkgver=144
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -63,10 +63,10 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc} 
0001-Update-llvm-diff-for-llvm-10.patch)
-sha512sums=('d0be94522b2e5336068af90df562895ffe6f4cf09ef5cbbba47982f29ec8c04a19aaa6429b6a5de5d310fd5a4304757b8d98b5bdee90da9953c22025da566365'
+sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
 'SKIP'
 
'56b3ed348b58da1ab58ee2f01fb2a325a41608f65b3d869d0e2a7e269ddee7428080a059ebe4eb93397b65514243c5d96b95ef075122d05463e2dcd7074762d6')
-b2sums=('e1cdfd38f9a4f305490ff9d09a35e74c3b2101cf84315988a5a0e520a087d7f9877990ce1a3845c38eba0af6901ed05fe5ff5683c9b49134fae9e79f999f0eb5'
+b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
 'SKIP'
 
'ec0e74f3201fe4b2a4514ec4628eaa28bc9d2cb7d24d2f3d8469f27a6eea1863173cbb508c8e86d0c75e1bdecd236d1377dd950e9dc4279ea4a146c8b4abad62')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
@@ -76,7 +76,7 @@
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
 
-  patch -Np1 -i ${srcdir}/0001-Update-llvm-diff-for-llvm-10.patch
+  #patch -Np1 -i ${srcdir}/0001-Update-llvm-diff-for-llvm-10.patch
 }
 
 build() {


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

2020-05-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 16, 2020 @ 01:02:42
  Author: svenstaro
Revision: 628142

upgpkg: gtop 1.0.2-2: Use proper upstream tag

Modified:
  gtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 00:17:34 UTC (rev 628141)
+++ PKGBUILD2020-05-16 01:02:42 UTC (rev 628142)
@@ -3,7 +3,7 @@
 
 pkgname=gtop
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='System monitoring dashboard for terminal'
 arch=('any')
 url='https://github.com/aksakalli/gtop'
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=(nodejs)
 makedepends=(npm git)
-source=("git+https://github.com/aksakalli/gtop.git#commit=149c7fd;)
+source=("git+https://github.com/aksakalli/gtop.git#tag=v1.0.2;)
 sha512sums=('SKIP')
 
 build() {


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

2020-05-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 16, 2020 @ 01:03:01
  Author: svenstaro
Revision: 628143

archrelease: copy trunk to community-any

Added:
  gtop/repos/community-any/PKGBUILD
(from rev 628142, gtop/trunk/PKGBUILD)
Deleted:
  gtop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 01:02:42 UTC (rev 628142)
+++ PKGBUILD2020-05-16 01:03:01 UTC (rev 628143)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Cai 
-
-pkgname=gtop
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='System monitoring dashboard for terminal'
-arch=('any')
-url='https://github.com/aksakalli/gtop'
-license=('MIT')
-depends=(nodejs)
-makedepends=(npm git)
-source=("git+https://github.com/aksakalli/gtop.git#commit=149c7fd;)
-sha512sums=('SKIP')
-
-build() {
-  cd gtop
-  npm install --production
-}
-
-package() {
-  local _npmdir="$pkgdir/usr/lib/node_modules"
-  mkdir -p "$_npmdir"/gtop
-  cp -R gtop/* "$_npmdir/gtop"
-  local _bindir="$pkgdir/usr/bin"
-  mkdir -p "$_bindir"
-  ln -s /usr/lib/node_modules/gtop/bin/gtop "$_bindir/gtop"
-
-  install -Dm644 gtop/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gtop/repos/community-any/PKGBUILD (from rev 628142, gtop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 01:03:01 UTC (rev 628143)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Cai 
+
+pkgname=gtop
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='System monitoring dashboard for terminal'
+arch=('any')
+url='https://github.com/aksakalli/gtop'
+license=('MIT')
+depends=(nodejs)
+makedepends=(npm git)
+source=("git+https://github.com/aksakalli/gtop.git#tag=v1.0.2;)
+sha512sums=('SKIP')
+
+build() {
+  cd gtop
+  npm install --production
+}
+
+package() {
+  local _npmdir="$pkgdir/usr/lib/node_modules"
+  mkdir -p "$_npmdir"/gtop
+  cp -R gtop/* "$_npmdir/gtop"
+  local _bindir="$pkgdir/usr/bin"
+  mkdir -p "$_bindir"
+  ln -s /usr/lib/node_modules/gtop/bin/gtop "$_bindir/gtop"
+
+  install -Dm644 gtop/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in nextcloud-app-tasks/trunk (PKGBUILD)

2020-05-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, May 16, 2020 @ 00:17:24
  Author: spupykin
Revision: 628140

upgpkg: nextcloud-app-tasks 0.13.1-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 00:17:19 UTC (rev 628139)
+++ PKGBUILD2020-05-16 00:17:24 UTC (rev 628140)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('99e8d16a26cb1ecdb54284cbe438d0aff44c618f1ae2ed84363f79383e029357838b5225ae2f7c28239ef2c4d687413b9fe44f87659c462eae392d7a3176192b')
+sha512sums=('270aa046a949a73e76fbc1cb94a5e02a1948b5c584c4b542109b1badfb7aa98d73c63f6b6129f1199ee1537ffcb1366c1391bd178cb8e477094f58221fe2f85c')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

2020-05-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, May 16, 2020 @ 00:17:34
  Author: spupykin
Revision: 628141

archrelease: copy trunk to community-any

Added:
  nextcloud-app-tasks/repos/community-any/PKGBUILD
(from rev 628140, nextcloud-app-tasks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-tasks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 00:17:24 UTC (rev 628140)
+++ PKGBUILD2020-05-16 00:17:34 UTC (rev 628141)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('99e8d16a26cb1ecdb54284cbe438d0aff44c618f1ae2ed84363f79383e029357838b5225ae2f7c28239ef2c4d687413b9fe44f87659c462eae392d7a3176192b')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 628140, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 00:17:34 UTC (rev 628141)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('270aa046a949a73e76fbc1cb94a5e02a1948b5c584c4b542109b1badfb7aa98d73c63f6b6129f1199ee1537ffcb1366c1391bd178cb8e477094f58221fe2f85c')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2020-05-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, May 16, 2020 @ 00:17:19
  Author: spupykin
Revision: 628139

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 628138, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 00:17:07 UTC (rev 628138)
+++ PKGBUILD2020-05-16 00:17:19 UTC (rev 628139)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('979824797256a78bef9053ffe584545fcf17cccebe48e4c270b529c3a8a136dd')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 628138, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 00:17:19 UTC (rev 628139)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('0a0c3fbcc346cf75398e4ce53f76ad55db3b62e31dbc2903d5f3b554376dc44e')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2020-05-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, May 16, 2020 @ 00:17:07
  Author: spupykin
Revision: 628138

upgpkg: nextcloud-app-bookmarks 1:3.0.13-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 00:15:22 UTC (rev 628137)
+++ PKGBUILD2020-05-16 00:17:07 UTC (rev 628138)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('979824797256a78bef9053ffe584545fcf17cccebe48e4c270b529c3a8a136dd')
+sha256sums=('0a0c3fbcc346cf75398e4ce53f76ad55db3b62e31dbc2903d5f3b554376dc44e')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in caddy/trunk/next (PKGBUILD caddy-api.service caddy.service)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Saturday, May 16, 2020 @ 00:15:22
  Author: anthraxx
Revision: 628137

next: reduce diff to v1, add go hardening

Modified:
  caddy/trunk/next/PKGBUILD
  caddy/trunk/next/caddy-api.service
  caddy/trunk/next/caddy.service

---+
 PKGBUILD  |   42 +++---
 caddy-api.service |   18 ++
 caddy.service |   18 ++
 3 files changed, 47 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 23:49:26 UTC (rev 628136)
+++ PKGBUILD2020-05-16 00:15:22 UTC (rev 628137)
@@ -1,22 +1,29 @@
-# Maintainer : Christian Rebischke 
+# Maintainer: Levente Polyak 
+# Maintainer: Christian Rebischke 
+# Contributor: Wei Congrui < crvv.mail at gmail dot com >
+# Contributor: Carl George < arch at cgtx dot us >
+# Contributor: Eric Engeström 
+# Contributor: Andreas Linz 
+# Contributor: Akshay S Dinesh 
 
 pkgname=caddy
 pkgver=2.0.0
+_gitcommit=e051e119d1dff75972ed9b07cf97bbb989ba8daa
 pkgrel=1
-pkgdesc="Powerful, enterprise-ready, open source web server with automatic 
HTTPS written in Go"
+pkgdesc='Fast web server with automatic HTTPS'
+url='https://caddyserver.com'
 arch=('x86_64')
-url="https://github.com/caddyserver/caddy;
 license=('Apache')
 depends=('glibc')
-makedepends=('go-pie' 'git')
+makedepends=('go' 'git')
 backup=('etc/caddy/caddy.conf')
-source=("git+https://github.com/caddyserver/caddy#tag=v${pkgver}?signed;
-'index.html'
-'caddy.service'
-'caddy-api.service'
-'caddy.tmpfiles'
-'caddy.sysusers'
-'caddy.conf')
+source=("git+https://github.com/caddyserver/caddy#commit=${_gitcommit}?signed;
+index.html
+caddy.service
+caddy-api.service
+caddy.tmpfiles
+caddy.sysusers
+caddy.conf)
 sha512sums=('SKIP'
 
'2abccd41f770daebf61285dc017249f20c707877ea3c870f4a2375bbbd2bf481a8652d1fd3c7afd7d6b5c54838e9d8474a33e2c9790ef67dcf9d79c4e52953b4'
 
'41e88f85972c5680c919b556f3f163e7908f5a6226b9c38bde0d7cfb32c62e2975fadaaa07534109c29dcdeceb5b696169dccaf8a1c132d578a327c6cf97b76d'
@@ -25,7 +32,7 @@
 
'c893d88fec89e37da6596030c8dce7103e7e575371e8542a24d2a0741e877358d85219f2d8ade9d6aa0f515efe1156a4badd9fef5f65f553a5b0c72330c4728f'
 
'399c177475e299bf5736dba1a9d045477072594390b73c7dd2e13e12785abe029d48e480aee98216f7a8735addd353ce4a07b56ed14364f641b138e4fca0ebcd')
 validpgpkeys=(
-  '29D0817A67156E4F25DC24782A349DD577D586A5' # Matthew Holt 

+  29D0817A67156E4F25DC24782A349DD577D586A5 # Matthew Holt 

 )
 
 pkgver() {
@@ -40,7 +47,12 @@
 
 build() {
   cd "${pkgname}/cmd/caddy/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o caddy
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  go build .
 }
 
 check() {
@@ -50,12 +62,12 @@
 
 package() {
   cd "${pkgname}"
-  install -Dm755 "cmd/caddy/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 755 cmd/caddy/caddy -t "${pkgdir}/usr/bin"
   install -Dm 644 "${srcdir}/caddy.service" -t 
"${pkgdir}/usr/lib/systemd/system"
   install -Dm 644 "${srcdir}/caddy-api.service" -t 
"${pkgdir}/usr/lib/systemd/system"
   install -Dm 644 "${srcdir}/caddy.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/caddy.conf"
   install -Dm 644 "${srcdir}/caddy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/caddy.conf"
   install -Dm 644 "${srcdir}/caddy.conf" "${pkgdir}/etc/caddy/caddy.conf"
+  install -d "${pkgdir}/etc/caddy/conf.d"
   install -Dm 644 "${srcdir}/index.html" "${pkgdir}/usr/share/caddy/index.html"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Modified: caddy-api.service
===
--- caddy-api.service   2020-05-15 23:49:26 UTC (rev 628136)
+++ caddy-api.service   2020-05-16 00:15:22 UTC (rev 628137)
@@ -18,6 +18,8 @@
 [Service]
 User=caddy
 Group=caddy
+Environment=XDG_DATA_HOME=/var/lib
+Environment=XDG_CONFIG_HOME=/var/lib
 ExecStart=/usr/bin/caddy run --environ --resume
 
 # Do not allow the process to be restarted in a tight loop. If the
@@ -32,19 +34,19 @@
 LimitNOFILE=1048576
 LimitNPROC=512
 
-
+# Hardening options
 PrivateTmp=true
+PrivateDevices=true
+ProtectHome=true
 ProtectSystem=strict
-ProtectKernelModules=true
+ReadWritePaths=/var/lib/caddy /var/log/caddy
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+AmbientCapabilities=CAP_NET_BIND_SERVICE
 NoNewPrivileges=true
-LockPersonality=true
 ProtectKernelTunables=true
-ProtectHome=true
-ReadWritePaths=/var/lib/caddy /var/log/caddy
-PrivateDevices=true
+ProtectKernelModules=true
 ProtectControlGroups=true
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-AmbientCapabilities=CAP_NET_BIND_SERVICE
+LockPersonality=true
 
 [Install]
 WantedBy=multi-user.target

Modified: caddy.service

[arch-commits] Commit in caddy/trunk (8 files)

2020-05-15 Thread Christian Rebischke via arch-commits
Date: Friday, May 15, 2020 @ 23:49:26
  Author: shibumi
Revision: 628136

add next branch for caddy v2

Added:
  caddy/trunk/next/
  caddy/trunk/next/PKGBUILD
  caddy/trunk/next/caddy-api.service
  caddy/trunk/next/caddy.conf
  caddy/trunk/next/caddy.service
  caddy/trunk/next/caddy.sysusers
  caddy/trunk/next/caddy.tmpfiles
  caddy/trunk/next/index.html

---+
 PKGBUILD  |   61 +++
 caddy-api.service |   50 +
 caddy.conf|   28 +
 caddy.service |   57 +++
 caddy.sysusers|1 
 caddy.tmpfiles|2 
 index.html|  269 
 7 files changed, 468 insertions(+)

Added: next/PKGBUILD
===
--- next/PKGBUILD   (rev 0)
+++ next/PKGBUILD   2020-05-15 23:49:26 UTC (rev 628136)
@@ -0,0 +1,61 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=caddy
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Powerful, enterprise-ready, open source web server with automatic 
HTTPS written in Go"
+arch=('x86_64')
+url="https://github.com/caddyserver/caddy;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+backup=('etc/caddy/caddy.conf')
+source=("git+https://github.com/caddyserver/caddy#tag=v${pkgver}?signed;
+'index.html'
+'caddy.service'
+'caddy-api.service'
+'caddy.tmpfiles'
+'caddy.sysusers'
+'caddy.conf')
+sha512sums=('SKIP'
+
'2abccd41f770daebf61285dc017249f20c707877ea3c870f4a2375bbbd2bf481a8652d1fd3c7afd7d6b5c54838e9d8474a33e2c9790ef67dcf9d79c4e52953b4'
+
'41e88f85972c5680c919b556f3f163e7908f5a6226b9c38bde0d7cfb32c62e2975fadaaa07534109c29dcdeceb5b696169dccaf8a1c132d578a327c6cf97b76d'
+
'9e990237a75618a727b68b849be6d88e000a97d0059512abfc030fc89dce2ddd94d9d1b41a374cb71c0feffa8e39c8d405385273d2c0961fb901640609d46a85'
+
'997e6e72bd02355f1139e2875eb190ed9e6fa8c1e72cea7824df764d1264e0925aeccb354cd939c1bf0c0803820a6f3d6c571fb89ce18491b9f4b196c3f5de06'
+
'c893d88fec89e37da6596030c8dce7103e7e575371e8542a24d2a0741e877358d85219f2d8ade9d6aa0f515efe1156a4badd9fef5f65f553a5b0c72330c4728f'
+
'399c177475e299bf5736dba1a9d045477072594390b73c7dd2e13e12785abe029d48e480aee98216f7a8735addd353ce4a07b56ed14364f641b138e4fca0ebcd')
+validpgpkeys=(
+  '29D0817A67156E4F25DC24782A349DD577D586A5' # Matthew Holt 

+)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  sed 's|/var/www/html|/srv/http|g' -i "${srcdir}/index.html"
+  sed 's|/etc/caddy/Caddyfile|/etc/caddy/caddy.conf|g' -i 
"${srcdir}/index.html"
+}
+
+build() {
+  cd "${pkgname}/cmd/caddy/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o caddy
+}
+
+check() {
+  cd "${pkgname}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 "cmd/caddy/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "${srcdir}/caddy.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 "${srcdir}/caddy-api.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 "${srcdir}/caddy.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/caddy.conf"
+  install -Dm 644 "${srcdir}/caddy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/caddy.conf"
+  install -Dm 644 "${srcdir}/caddy.conf" "${pkgdir}/etc/caddy/caddy.conf"
+  install -Dm 644 "${srcdir}/index.html" "${pkgdir}/usr/share/caddy/index.html"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Added: next/caddy-api.service
===
--- next/caddy-api.service  (rev 0)
+++ next/caddy-api.service  2020-05-15 23:49:26 UTC (rev 628136)
@@ -0,0 +1,50 @@
+# caddy-api.service
+#
+# For using Caddy with its API.
+#
+# This unit is "durable" in that it will automatically resume
+# the last active configuration if the service is restarted.
+#
+# See https://caddyserver.com/docs/install for instructions.
+
+[Unit]
+Description=Caddy API Server
+Documentation=https://caddyserver.com/docs/
+After=network-online.target
+Wants=network-online.target systemd-networkd-wait-online.service
+StartLimitIntervalSec=14400
+StartLimitBurst=10
+
+[Service]
+User=caddy
+Group=caddy
+ExecStart=/usr/bin/caddy run --environ --resume
+
+# Do not allow the process to be restarted in a tight loop. If the
+# process fails to start, something critical needs to be fixed.
+Restart=on-abnormal
+
+# Use graceful shutdown with a reasonable timeout
+KillMode=mixed
+KillSignal=SIGQUIT
+TimeoutStopSec=5s
+
+LimitNOFILE=1048576
+LimitNPROC=512
+
+
+PrivateTmp=true
+ProtectSystem=strict
+ProtectKernelModules=true
+NoNewPrivileges=true
+LockPersonality=true
+ProtectKernelTunables=true
+ProtectHome=true
+ReadWritePaths=/var/lib/caddy /var/log/caddy
+PrivateDevices=true
+ProtectControlGroups=true

[arch-commits] Commit in ruby-sass-listen/trunk (PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 23:30:56
  Author: anthraxx
Revision: 628134

upgpkg: ruby-sass-listen 4.0.0-8: adding ruby-rb-fsevent dependency

Modified:
  ruby-sass-listen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 23:12:28 UTC (rev 628133)
+++ PKGBUILD2020-05-15 23:30:56 UTC (rev 628134)
@@ -4,22 +4,21 @@
 _gemname=sass-listen
 pkgname=ruby-${_gemname}
 pkgver=4.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Listens to file modifications and notifies you about the changes'
 url='https://github.com/sass/listen'
 arch=('any')
 license=('MIT')
-depends=('ruby' 'ruby-rb-inotify')
-makedepends=('ruby-rdoc')
+depends=('ruby' 'ruby-rb-inotify' 'ruby-rb-fsevent')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler' 'ruby-rspec')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/listen/archive/v${pkgver}.tar.gz)
-sha256sums=('5b09daf811df4ae3d8657cf919976b9795d275a3792ab08bdf3b1cccaecd3f4b')
+source=(https://github.com/sass/listen/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('799e1e70f86b4be671c3286ae860cbcec83d8a1311d67fb37956dc527e2961888094439fd8377d50c78798c494f19ddbed3a412f02e76e429dcc1717c93b7e19')
+b2sums=('bb44a91a6fbdca1b6d1b8b2253efd1709fb89713631d9772ce91dab9bc701b197a6551391699f5566d3a75ae42f9958d5d6d8346de9f74b45d7b60d88cca5ee7')
 
 prepare() {
   cd listen-${pkgver}
   sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed -r '/rb-fsevent/d' -i ${_gemname}.gemspec # remove OSX stuff
   sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
 }
 
@@ -28,13 +27,22 @@
   gem build ${_gemname}.gemspec
 }
 
+check() {
+  cd listen-${pkgver}
+  # TODO: package rubocop and other deps
+  #rake test
+}
+
 package() {
   cd listen-${pkgver}
   local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r "${pkgdir}/${_gemdir}/cache"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-sass-listen/repos/community-any (PKGBUILD PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 23:31:00
  Author: anthraxx
Revision: 628135

archrelease: copy trunk to community-any

Added:
  ruby-sass-listen/repos/community-any/PKGBUILD
(from rev 628134, ruby-sass-listen/trunk/PKGBUILD)
Deleted:
  ruby-sass-listen/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 23:30:56 UTC (rev 628134)
+++ PKGBUILD2020-05-15 23:31:00 UTC (rev 628135)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Patrick Lühne 
-
-_gemname=sass-listen
-pkgname=ruby-${_gemname}
-pkgver=4.0.0
-pkgrel=7
-pkgdesc='Listens to file modifications and notifies you about the changes'
-url='https://github.com/sass/listen'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-rb-inotify')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/listen/archive/v${pkgver}.tar.gz)
-sha256sums=('5b09daf811df4ae3d8657cf919976b9795d275a3792ab08bdf3b1cccaecd3f4b')
-sha512sums=('799e1e70f86b4be671c3286ae860cbcec83d8a1311d67fb37956dc527e2961888094439fd8377d50c78798c494f19ddbed3a412f02e76e429dcc1717c93b7e19')
-
-prepare() {
-  cd listen-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed -r '/rb-fsevent/d' -i ${_gemname}.gemspec # remove OSX stuff
-  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
-}
-
-build() {
-  cd listen-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd listen-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-sass-listen/repos/community-any/PKGBUILD (from rev 628134, 
ruby-sass-listen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 23:31:00 UTC (rev 628135)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Patrick Lühne 
+
+_gemname=sass-listen
+pkgname=ruby-${_gemname}
+pkgver=4.0.0
+pkgrel=8
+pkgdesc='Listens to file modifications and notifies you about the changes'
+url='https://github.com/sass/listen'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rb-inotify' 'ruby-rb-fsevent')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler' 'ruby-rspec')
+options=('!emptydirs')
+source=(https://github.com/sass/listen/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('799e1e70f86b4be671c3286ae860cbcec83d8a1311d67fb37956dc527e2961888094439fd8377d50c78798c494f19ddbed3a412f02e76e429dcc1717c93b7e19')
+b2sums=('bb44a91a6fbdca1b6d1b8b2253efd1709fb89713631d9772ce91dab9bc701b197a6551391699f5566d3a75ae42f9958d5d6d8346de9f74b45d7b60d88cca5ee7')
+
+prepare() {
+  cd listen-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd listen-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+check() {
+  cd listen-${pkgver}
+  # TODO: package rubocop and other deps
+  #rake test
+}
+
+package() {
+  cd listen-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in zeitgeist/trunk (PKGBUILD ontology2code.patch)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 23:21:01
  Author: jgc
Revision: 383741

upgpkg: zeitgeist 1.0.2-5: Fix ontology2code to dump python symbols (FS#62572)

Added:
  zeitgeist/trunk/ontology2code.patch
Modified:
  zeitgeist/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 ontology2code.patch |   31 +++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 22:11:42 UTC (rev 383740)
+++ PKGBUILD2020-05-15 23:21:01 UTC (rev 383741)
@@ -4,7 +4,7 @@
 
 pkgname=zeitgeist
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Service logging user activities and events"
 arch=(x86_64)
 url="https://launchpad.net/zeitgeist/;
@@ -16,9 +16,11 @@
 replaces=(zeitgeist-datahub)
 _commit=f6394278664b19210823d27e9c04d363f38bd33d  # tags/v1.0.2^0
 
source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit;
- zeitgeist-python3.patch)
+ zeitgeist-python3.patch
+ ontology2code.patch)
 sha256sums=('SKIP'
-'69f7eb95e51cabef247296a92d753de654ffeeca8e111f58cbaa960d5e431e10')
+'69f7eb95e51cabef247296a92d753de654ffeeca8e111f58cbaa960d5e431e10'
+'5242827ff26b0dcb151053a48e77e50931ac2beba131bfdabdfe9421c616862e')
 validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

 
 pkgver() {
@@ -30,6 +32,7 @@
   cd $pkgname
 
   patch -p1 -i ../zeitgeist-python3.patch # Port to python3
+  patch -p1 -i ../ontology2code.patch
   autoreconf -fi
 }
 

Added: ontology2code.patch
===
--- ontology2code.patch (rev 0)
+++ ontology2code.patch 2020-05-15 23:21:01 UTC (rev 383741)
@@ -0,0 +1,31 @@
+diff --git a/data/ontology2code b/data/ontology2code
+index 63af897d..b05f7412 100755
+--- a/data/ontology2code
 b/data/ontology2code
+@@ -195,7 +195,7 @@ class Utils:
+   def replace_items(item_set, item_map):
+   if not item_set:
+   return
+-  for item, value in item_map.iteritems():
++  for item, value in item_map.items():
+   try:
+   item_set.remove(item)
+   except KeyError:
+@@ -277,7 +277,7 @@ class GenericSerializer:
+ class PythonSerializer(GenericSerializer):
+ 
+   def dump(self):
+-  for symbol in sorted(self.symbols.itervalues()):
++  for symbol in sorted(self.symbols.values()):
+   parents = set((symbol.uri for symbol in symbol.parents))
+   Utils.replace_items(parents, {
+   str(NIENS['InformationElement']): 
'Interpretation',
+@@ -435,7 +435,7 @@ class OntologyCodeGenerator:
+ if __name__ == "__main__":
+   parser = argparse.ArgumentParser()
+   parser.add_argument('--vala', nargs=4, metavar=('URI_TEMPLATE', 
'SYMBOLS_TEMPLATE', 'URI_DESTINATION', 'SYMBOLS_DESTINATION'))
+-  parser.add_argument('--dump-python', action='store_false')
++  parser.add_argument('--dump-python', action='store_true')
+ 
+   args = parser.parse_args()
+ 


[arch-commits] Commit in zeitgeist/repos/extra-x86_64 (5 files)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 23:21:04
  Author: jgc
Revision: 383742

archrelease: copy trunk to extra-x86_64

Added:
  zeitgeist/repos/extra-x86_64/PKGBUILD
(from rev 383741, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/extra-x86_64/ontology2code.patch
(from rev 383741, zeitgeist/trunk/ontology2code.patch)
  zeitgeist/repos/extra-x86_64/zeitgeist-python3.patch
(from rev 383741, zeitgeist/trunk/zeitgeist-python3.patch)
Deleted:
  zeitgeist/repos/extra-x86_64/PKGBUILD
  zeitgeist/repos/extra-x86_64/zeitgeist-python3.patch

-+
 PKGBUILD|  109 +++---
 ontology2code.patch |   31 
 zeitgeist-python3.patch |  338 +++---
 3 files changed, 256 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 23:21:01 UTC (rev 383741)
+++ PKGBUILD2020-05-15 23:21:04 UTC (rev 383742)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="Service logging user activities and events"
-arch=(x86_64)
-url="https://launchpad.net/zeitgeist/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
-makedepends=(gobject-introspection vala raptor python-rdflib git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-_commit=f6394278664b19210823d27e9c04d363f38bd33d  # tags/v1.0.2^0
-source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit;
- zeitgeist-python3.patch)
-sha256sums=('SKIP'
-'69f7eb95e51cabef247296a92d753de654ffeeca8e111f58cbaa960d5e431e10')
-validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  patch -p1 -i ../zeitgeist-python3.patch # Port to python3
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-x86_64/PKGBUILD (from rev 383741, 
zeitgeist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 23:21:04 UTC (rev 383742)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Service logging user activities and events"
+arch=(x86_64)
+url="https://launchpad.net/zeitgeist/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python-rdflib git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+_commit=f6394278664b19210823d27e9c04d363f38bd33d  # tags/v1.0.2^0
+source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit;
+ zeitgeist-python3.patch
+ ontology2code.patch)
+sha256sums=('SKIP'
+'69f7eb95e51cabef247296a92d753de654ffeeca8e111f58cbaa960d5e431e10'
+'5242827ff26b0dcb151053a48e77e50931ac2beba131bfdabdfe9421c616862e')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  patch -p1 -i ../zeitgeist-python3.patch # Port to python3
+  patch -p1 -i ../ontology2code.patch
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: zeitgeist/repos/extra-x86_64/ontology2code.patch (from rev 383741, 
zeitgeist/trunk/ontology2code.patch)
===
--- ontology2code.patch (rev 0)
+++ ontology2code.patch 2020-05-15 23:21:04 UTC (rev 383742)
@@ -0,0 +1,31 @@
+diff --git a/data/ontology2code b/data/ontology2code
+index 63af897d..b05f7412 100755
+--- a/data/ontology2code
 b/data/ontology2code
+@@ -195,7 +195,7 @@ class Utils:
+   def replace_items(item_set, item_map):
+   if not item_set:
+   return
+-  for item, value in 

[arch-commits] Commit in ruby-rb-fsevent/repos/community-any (PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 23:12:28
  Author: anthraxx
Revision: 628133

archrelease: copy trunk to community-any

Added:
  ruby-rb-fsevent/repos/community-any/PKGBUILD
(from rev 628132, ruby-rb-fsevent/trunk/PKGBUILD)

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

Copied: ruby-rb-fsevent/repos/community-any/PKGBUILD (from rev 628132, 
ruby-rb-fsevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 23:12:28 UTC (rev 628133)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rb-fsevent
+pkgname=ruby-${_gemname}
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='FSEvents API with signals handled (without RubyCocoa)'
+url='https://github.com/thibaudgg/rb-fsevent'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rspec' 'ruby-bundler')
+options=('!emptydirs')
+source=(${url}/archive/v${pkgver}/${_gemname}-${pkgver}.tar.gz)
+sha512sums=('94acdd4a897834198c08a345015941cb2c82642fe49fa3871c0468a67c9425f4ab73520219def3adbd17db16ac3515183ec4a02f306069561d4440ad880cc210')
+b2sums=('bf8de5aaf1e988c5bb19a1297ac773c72a6f112383932d941ed02d558bc64789b4db54e3d306504058b11d8e754a52dfc67cc56e287eb6f8f769cb4f38fea52a')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec Rakefile
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  rake build
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/${_gemname}-${pkgver}/ext
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rb-fsevent/trunk (PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 23:12:24
  Author: anthraxx
Revision: 628132

upgpkg: ruby-rb-fsevent 0.10.4-1

Added:
  ruby-rb-fsevent/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 23:12:24 UTC (rev 628132)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rb-fsevent
+pkgname=ruby-${_gemname}
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='FSEvents API with signals handled (without RubyCocoa)'
+url='https://github.com/thibaudgg/rb-fsevent'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rspec' 'ruby-bundler')
+options=('!emptydirs')
+source=(${url}/archive/v${pkgver}/${_gemname}-${pkgver}.tar.gz)
+sha512sums=('94acdd4a897834198c08a345015941cb2c82642fe49fa3871c0468a67c9425f4ab73520219def3adbd17db16ac3515183ec4a02f306069561d4440ad880cc210')
+b2sums=('bf8de5aaf1e988c5bb19a1297ac773c72a6f112383932d941ed02d558bc64789b4db54e3d306504058b11d8e754a52dfc67cc56e287eb6f8f769cb4f38fea52a')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec Rakefile
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  rake build
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/${_gemname}-${pkgver}/ext
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rb-fsevent/repos (community-any)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 23:11:54
  Author: anthraxx
Revision: 628131

archrelease: copy trunk to community-any

Added:
  ruby-rb-fsevent/repos/community-any/


[arch-commits] Commit in (3 files)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 22:58:41
  Author: anthraxx
Revision: 628130

addpkg: ruby-rb-fsevent 0.10.4-1

Added:
  ruby-rb-fsevent/
  ruby-rb-fsevent/repos/
  ruby-rb-fsevent/trunk/


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

2020-05-15 Thread Morten Linderud via arch-commits
Date: Friday, May 15, 2020 @ 22:12:46
  Author: foxboron
Revision: 628129

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 628128, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 22:12:39 UTC (rev 628128)
+++ PKGBUILD2020-05-15 22:12:46 UTC (rev 628129)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.9.19
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft;
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('a018e35f103d8311eb436bea9696b03b88a8a3a25ebab61daec3d1af4d20828e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   make check || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 628128, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 22:12:46 UTC (rev 628129)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.9.20
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft;
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('209de04651fd3492e74936da50f67e019a273bbf429f352221eb4ca1dc230cfb')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   make check || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -rf "${pkgdir}/usr/bin"
+}


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

2020-05-15 Thread Morten Linderud via arch-commits
Date: Friday, May 15, 2020 @ 22:12:39
  Author: foxboron
Revision: 628128

upgpkg: raft 0.9.20-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 22:08:25 UTC (rev 628127)
+++ PKGBUILD2020-05-15 22:12:39 UTC (rev 628128)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=raft
-pkgver=0.9.19
+pkgver=0.9.20
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 depends=('libuv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('a018e35f103d8311eb436bea9696b03b88a8a3a25ebab61daec3d1af4d20828e')
+sha256sums=('209de04651fd3492e74936da50f67e019a273bbf429f352221eb4ca1dc230cfb')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libgpod/repos/extra-x86_64 (9 files)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 22:11:42
  Author: jgc
Revision: 383740

archrelease: copy trunk to extra-x86_64

Added:
  libgpod/repos/extra-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
(from rev 383739, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
  libgpod/repos/extra-x86_64/PKGBUILD
(from rev 383739, libgpod/trunk/PKGBUILD)
  libgpod/repos/extra-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch
(from rev 383739, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
  libgpod/repos/extra-x86_64/libgpod-fixswig.patch
(from rev 383739, libgpod/trunk/libgpod-fixswig.patch)
  libgpod/repos/extra-x86_64/libgpod-udev.patch
(from rev 383739, libgpod/trunk/libgpod-udev.patch)
Deleted:
  libgpod/repos/extra-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
  libgpod/repos/extra-x86_64/PKGBUILD
  libgpod/repos/extra-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch
  libgpod/repos/extra-x86_64/libgpod-fixswig.patch

-+
 0001-323-Segmentation-fault-when-opening-ipod.patch |   86 +-
 PKGBUILD|   85 +
 libgpod-0.8.2-pkgconfig_overlinking.patch   |   22 ++--
 libgpod-fixswig.patch   |   28 ++---
 libgpod-udev.patch  |   15 +++
 5 files changed, 127 insertions(+), 109 deletions(-)

Deleted: 0001-323-Segmentation-fault-when-opening-ipod.patch
===
--- 0001-323-Segmentation-fault-when-opening-ipod.patch 2020-05-15 22:11:39 UTC 
(rev 383739)
+++ 0001-323-Segmentation-fault-when-opening-ipod.patch 2020-05-15 22:11:42 UTC 
(rev 383740)
@@ -1,43 +0,0 @@
-From 8dc5015ae036b219c4c9579a156886aa3a722aa5 Mon Sep 17 00:00:00 2001
-From: phantomjinx 
-Date: Sat, 9 Aug 2014 19:57:10 +0100
-Subject: [PATCH] #323 Segmentation fault when opening ipod
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-* Patch submitted in bug report from François Melchior / James Burton

- src/itdb_itunesdb.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
-index 4cc771a..1e85476 100644
 a/src/itdb_itunesdb.c
-+++ b/src/itdb_itunesdb.c
-@@ -1156,6 +1156,7 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
- GHashTable *pc_dict, *track_dict;
- GValue *to_parse;
- GArray *array;
-+GValue value;
- gint i;
- guint32 mac_time;
- guint64 *dbid;
-@@ -1175,11 +1176,12 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
- 
- array = (GArray*)g_value_get_boxed (to_parse);
- for (i = 0; i < array->len; i++) {
--   if (!G_VALUE_HOLDS (g_array_index (array, GValue *, i), 
G_TYPE_HASH_TABLE)) {
-+   value = g_array_index (array, GValue, i);
-+   if (!G_VALUE_HOLDS (, G_TYPE_HASH_TABLE)) {
-   continue;
-}
- 
--   track_dict = g_value_get_boxed (g_array_index (array, GValue *, i));
-+   track_dict = g_value_get_boxed ();
-if (track_dict == NULL)
-continue;
- 
--- 
-2.12.2
-

Copied: 
libgpod/repos/extra-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch 
(from rev 383739, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
===
--- 0001-323-Segmentation-fault-when-opening-ipod.patch 
(rev 0)
+++ 0001-323-Segmentation-fault-when-opening-ipod.patch 2020-05-15 22:11:42 UTC 
(rev 383740)
@@ -0,0 +1,43 @@
+From 8dc5015ae036b219c4c9579a156886aa3a722aa5 Mon Sep 17 00:00:00 2001
+From: phantomjinx 
+Date: Sat, 9 Aug 2014 19:57:10 +0100
+Subject: [PATCH] #323 Segmentation fault when opening ipod
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+* Patch submitted in bug report from François Melchior / James Burton
+---
+ src/itdb_itunesdb.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
+index 4cc771a..1e85476 100644
+--- a/src/itdb_itunesdb.c
 b/src/itdb_itunesdb.c
+@@ -1156,6 +1156,7 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ GHashTable *pc_dict, *track_dict;
+ GValue *to_parse;
+ GArray *array;
++GValue value;
+ gint i;
+ guint32 mac_time;
+ guint64 *dbid;
+@@ -1175,11 +1176,12 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ 
+ array = (GArray*)g_value_get_boxed (to_parse);
+ for (i = 0; i < array->len; i++) {
+-   if (!G_VALUE_HOLDS (g_array_index (array, GValue *, i), 
G_TYPE_HASH_TABLE)) {
++   value = g_array_index (array, GValue, i);
++   if (!G_VALUE_HOLDS (, G_TYPE_HASH_TABLE)) {
+   continue;
+}
+ 
+-   track_dict = 

[arch-commits] Commit in libgpod/trunk (PKGBUILD libgpod-udev.patch)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 22:11:39
  Author: jgc
Revision: 383739

upgpkg: libgpod 0.8.3-10: Fix udev rules (FS#64300)

Added:
  libgpod/trunk/libgpod-udev.patch
Modified:
  libgpod/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 libgpod-udev.patch |   15 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 22:03:06 UTC (rev 383738)
+++ PKGBUILD2020-05-15 22:11:39 UTC (rev 383739)
@@ -3,7 +3,7 @@
 
 pkgname=libgpod
 pkgver=0.8.3
-pkgrel=9
+pkgrel=10
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(x86_64)
 license=('LGPL')
@@ -14,12 +14,14 @@
 
source=(https://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
 libgpod-0.8.2-pkgconfig_overlinking.patch
 libgpod-fixswig.patch
-0001-323-Segmentation-fault-when-opening-ipod.patch)
+0001-323-Segmentation-fault-when-opening-ipod.patch
+libgpod-udev.patch)
 options=('!emptydirs')
 sha256sums=('638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d'
 '02daa2b46d0cfdee14c9d96eabf903ba4638694e669c5cb0ec462076837ac2ff'
 '86f7054dc53ee2aa756c98dc893af6718bbeb6361a0785a5c93a5592b8cc8cdd'
-'b181131ee5b42673074f8217155b4f147623cc63dd382ee4bfa2cb81cd281b20')
+'b181131ee5b42673074f8217155b4f147623cc63dd382ee4bfa2cb81cd281b20'
+'35786054ebbfab1d247d51e7c7dc7618f8ed9fc17ad3c8b590d89190728452ea')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,6 +28,7 @@
   patch -Np1 -i ../libgpod-0.8.2-pkgconfig_overlinking.patch
   patch -Np1 -i ../libgpod-fixswig.patch
   patch -Np1 -i ../0001-323-Segmentation-fault-when-opening-ipod.patch
+  patch -Np0 -i ../libgpod-udev.patch
 }
 
 build() {

Added: libgpod-udev.patch
===
--- libgpod-udev.patch  (rev 0)
+++ libgpod-udev.patch  2020-05-15 22:11:39 UTC (rev 383739)
@@ -0,0 +1,15 @@
+--- tools/90-libgpod.rules.in~ 2011-07-24 06:03:29.0 -0500
 tools/90-libgpod.rules.in  2019-10-15 15:50:28.279770507 -0500
+@@ -16,10 +16,10 @@
+ 
+ 
+ # "iPods" using the afc protocol (iPhone, iPod Touch, ...)
+-ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", 
IMPORT{program}+="@udevdir@/iphone-set-info", GOTO="libgpod_end"
++ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", 
IMPORT{program}=="@udevdir@/iphone-set-info", GOTO="libgpod_end"
+ # with a new enough usbmuxd, the rule below is not useful since it will
+ # take care of setting USBMUX_SUPPORTED for all supported devices. Keep
+ # this rule for now until distros ship a new enough usbmuxd
+-ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", 
ATTR{idProduct}=="129[0-9a]", IMPORT{program}+="@udevdir@/iphone-set-info"
++ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", 
ATTR{idProduct}=="129[0-9a]", IMPORT{program}=="@udevdir@/iphone-set-info"
+ 
+ LABEL="libgpod_end"


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

2020-05-15 Thread Morten Linderud via arch-commits
Date: Friday, May 15, 2020 @ 22:08:25
  Author: foxboron
Revision: 628127

archrelease: copy trunk to community-x86_64

Added:
  staticcheck/repos/community-x86_64/PKGBUILD
(from rev 628126, staticcheck/trunk/PKGBUILD)
Deleted:
  staticcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 22:08:18 UTC (rev 628126)
+++ PKGBUILD2020-05-15 22:08:25 UTC (rev 628127)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=staticcheck
-pkgver=2020.1.3
-pkgrel=1
-pkgdesc="Staticcheck - The advanced Go linter"
-arch=('x86_64')
-url="https://staticcheck.io;
-license=("MIT")
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
-md5sums=('0032e437aa43b5dfe0c84f3e1bb9a266')
-
-prepare(){
-   cd "go-tools-$pkgver"
-   mkdir -p bin
-}
-
-build(){
-   cd "go-tools-$pkgver"
-   export GOFLAGS="-buildmode=pie -trimpath"
-   export CGO_CFLAGS="$CFLAGS"
-   export CGO_LDFLAGS="$LDFLAGS"
-   go build -o bin/staticcheck ./cmd/staticcheck
-}
-
-check(){
-   cd "go-tools-$pkgver"
-   GOROOT="/usr/lib/go" go test -v ./...
-}
-
-package(){
-   cd "go-tools-$pkgver"
-   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
-   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
-}

Copied: staticcheck/repos/community-x86_64/PKGBUILD (from rev 628126, 
staticcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 22:08:25 UTC (rev 628127)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+
+pkgname=staticcheck
+pkgver=2020.1.4
+pkgrel=1
+pkgdesc="Staticcheck - The advanced Go linter"
+arch=('x86_64')
+url="https://staticcheck.io;
+license=("MIT")
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
+md5sums=('c0d4c51c76384c682d6bc014bd26bf0d')
+
+prepare(){
+   cd "go-tools-$pkgver"
+   mkdir -p bin
+}
+
+build(){
+   cd "go-tools-$pkgver"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   go build -o bin/staticcheck ./cmd/staticcheck
+}
+
+check(){
+   cd "go-tools-$pkgver"
+   GOROOT="/usr/lib/go" go test -v ./...
+}
+
+package(){
+   cd "go-tools-$pkgver"
+   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
+   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
+}


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

2020-05-15 Thread Morten Linderud via arch-commits
Date: Friday, May 15, 2020 @ 22:08:18
  Author: foxboron
Revision: 628126

upgpkg: staticcheck 2020.1.4-1

Modified:
  staticcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:55:18 UTC (rev 628125)
+++ PKGBUILD2020-05-15 22:08:18 UTC (rev 628126)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=staticcheck
-pkgver=2020.1.3
+pkgver=2020.1.4
 pkgrel=1
 pkgdesc="Staticcheck - The advanced Go linter"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
-md5sums=('0032e437aa43b5dfe0c84f3e1bb9a266')
+md5sums=('c0d4c51c76384c682d6bc014bd26bf0d')
 
 prepare(){
cd "go-tools-$pkgver"
@@ -19,9 +19,11 @@
 
 build(){
cd "go-tools-$pkgver"
-   export GOFLAGS="-buildmode=pie -trimpath"
-   export CGO_CFLAGS="$CFLAGS"
-   export CGO_LDFLAGS="$LDFLAGS"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
go build -o bin/staticcheck ./cmd/staticcheck
 }
 


[arch-commits] Commit in gst-plugins-base/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 22:03:06
  Author: jgc
Revision: 383738

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 383737, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  131 ++---
 1 file changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 22:03:03 UTC (rev 383737)
+++ PKGBUILD2020-05-15 22:03:06 UTC (rev 383738)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework base plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gstreamer orc libxv iso-codes libgudev mesa)
-makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
- gobject-introspection gtk-doc git meson)
-checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb)
-options=(!emptydirs)
-_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e  # tags/1.16.2^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D tremor=disabled \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer Base Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs
-)
-
-package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc/plugins/libraries}"
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p ext/lib/gstreamer-1.0
-  for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do
-_x="lib/gstreamer-1.0/libgst${_x}.so"
-mv "$pkgdir/usr/$_x" "ext/$_x"
-  done
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver"
-   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
-
-  mv ext "$pkgdir/usr"
-}

Copied: gst-plugins-base/repos/extra-x86_64/PKGBUILD (from rev 383737, 
gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 22:03:06 UTC (rev 383738)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.16.2
+pkgrel=2
+pkgdesc="GStreamer open-source multimedia framework base plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gstreamer orc libxv iso-codes libgudev mesa)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus
+ graphene libpng libjpeg gobject-introspection gtk-doc git meson
+ gtk3 qt5-base clutter sdl glu)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs)
+_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D tremor=disabled \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=enabled \
+-D glib-checks=enabled \
+-D package-name="GStreamer Base Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs
+)
+
+package_gst-plugins-base-libs() {
+  pkgdesc="${pkgdesc/plugins/libraries}"
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p ext/lib/gstreamer-1.0
+  for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do
+_x="lib/gstreamer-1.0/libgst${_x}.so"
+mv "$pkgdir/usr/$_x" "ext/$_x"
+  done
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver"
+   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
+
+  mv ext "$pkgdir/usr"
+}


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 22:03:03
  Author: jgc
Revision: 383737

upgpkg: gst-plugins-base 1.16.2-2: Build with checks and asserts enabled. 
Documentation is wrong about these, they should be enabled on stable releases 
too (default is enabled, not auto)

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:47:07 UTC (rev 383736)
+++ PKGBUILD2020-05-15 22:03:03 UTC (rev 383737)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -32,8 +32,8 @@
   arch-meson $pkgbase build \
 -D tremor=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
+-D glib-asserts=enabled \
+-D glib-checks=enabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
   ninja -C build


[arch-commits] Commit in nextcloud-app-deck/repos/community-any (PKGBUILD PKGBUILD)

2020-05-15 Thread David Runge via arch-commits
Date: Friday, May 15, 2020 @ 21:55:18
  Author: dvzrv
Revision: 628125

archrelease: copy trunk to community-any

Added:
  nextcloud-app-deck/repos/community-any/PKGBUILD
(from rev 628124, nextcloud-app-deck/trunk/PKGBUILD)
Deleted:
  nextcloud-app-deck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:55:08 UTC (rev 628124)
+++ PKGBUILD2020-05-15 21:55:18 UTC (rev 628125)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-deck
-_name=deck
-pkgver=1.0.0
-pkgrel=1
-# upstream doesn't adhere to semver:
-# https://github.com/nextcloud/deck/issues/1197
-epoch=1
-pkgdesc="Kanban style organization tool aimed at personal planning and project 
organization"
-arch=('any')
-url="https://github.com/nextcloud/deck;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
-sha512sums=('0ca389f3ad5846e5f924671c5c7da27a583ed8dc7515c42c19385a2e1139c9b4a96876f26f8c03decdabfa0bae0b404a00319f7a38e8a1bca5981c9a122e52bb')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-deck/repos/community-any/PKGBUILD (from rev 628124, 
nextcloud-app-deck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:55:18 UTC (rev 628125)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-deck
+_name=deck
+pkgver=1.0.1
+pkgrel=1
+# upstream doesn't adhere to semver:
+# https://github.com/nextcloud/deck/issues/1197
+epoch=1
+pkgdesc="Kanban style organization tool aimed at personal planning and project 
organization"
+arch=('any')
+url="https://github.com/nextcloud/deck;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
+sha512sums=('c0adec8349b7572ad804a3bc027769ad219e14487ef73eda85c861a8ed827519628a6a9741f3746bc372293f20913eff29822200ee1dc49eb51e0493578b41c7')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-deck/trunk (PKGBUILD)

2020-05-15 Thread David Runge via arch-commits
Date: Friday, May 15, 2020 @ 21:55:08
  Author: dvzrv
Revision: 628124

upgpkg: nextcloud-app-deck 1:1.0.1-1: Upgrading to 1.0.1.

Modified:
  nextcloud-app-deck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:47:45 UTC (rev 628123)
+++ PKGBUILD2020-05-15 21:55:08 UTC (rev 628124)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-deck
 _name=deck
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 # upstream doesn't adhere to semver:
 # https://github.com/nextcloud/deck/issues/1197
@@ -14,7 +14,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz;)
-sha512sums=('0ca389f3ad5846e5f924671c5c7da27a583ed8dc7515c42c19385a2e1139c9b4a96876f26f8c03decdabfa0bae0b404a00319f7a38e8a1bca5981c9a122e52bb')
+sha512sums=('c0adec8349b7572ad804a3bc027769ad219e14487ef73eda85c861a8ed827519628a6a9741f3746bc372293f20913eff29822200ee1dc49eb51e0493578b41c7')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 21:47:45
  Author: anthraxx
Revision: 628123

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/PKGBUILD
(from rev 628122, netsniff-ng/trunk/PKGBUILD)
Deleted:
  netsniff-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:47:41 UTC (rev 628122)
+++ PKGBUILD2020-05-15 21:47:45 UTC (rev 628123)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Can Celasun 
-
-pkgname=netsniff-ng
-pkgver=0.6.6
-pkgrel=3
-pkgdesc='High performance Linux network sniffer for packet inspection'
-arch=('x86_64')
-url='http://netsniff-ng.org/'
-license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
- 'libcli' 'libcli.so' 'libnet' 'libsodium')
-makedepends=('cmake' 'flex' 'bison')
-source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('627b9a20e36d91b6cad58a793d370a39bfc14fcfa58aa634e79f0bd5bf7bf5b55d13d891c52a133c4ebb6b77b1a80207d61b037902f3103eb1bd5534a1dc7822'
-'SKIP')
-validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
-  make DISTRO=1 all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 628122, 
netsniff-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:47:45 UTC (rev 628123)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
+ 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('1b9a655c4a09f176132cc0276d564d3e9287e113e7d7bf88852b37465a869c27a1be9f21798f36ef3da31fa0a926e34b64571f913d1372f7a9775004271ca2fc'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium
+  NACL_LIB=sodium
+  ./configure \
+--prefix=/usr
+  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS} -fcommon"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 21:47:41
  Author: anthraxx
Revision: 628122

upgpkg: netsniff-ng 0.6.7-1

Modified:
  netsniff-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:39:39 UTC (rev 628121)
+++ PKGBUILD2020-05-15 21:47:41 UTC (rev 628122)
@@ -2,8 +2,8 @@
 # Contributor: Can Celasun 
 
 pkgname=netsniff-ng
-pkgver=0.6.6
-pkgrel=3
+pkgver=0.6.7
+pkgrel=1
 pkgdesc='High performance Linux network sniffer for packet inspection'
 arch=('x86_64')
 url='http://netsniff-ng.org/'
@@ -12,14 +12,17 @@
  'libcli' 'libcli.so' 'libnet' 'libsodium')
 makedepends=('cmake' 'flex' 'bison')
 
source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('627b9a20e36d91b6cad58a793d370a39bfc14fcfa58aa634e79f0bd5bf7bf5b55d13d891c52a133c4ebb6b77b1a80207d61b037902f3103eb1bd5534a1dc7822'
+sha512sums=('1b9a655c4a09f176132cc0276d564d3e9287e113e7d7bf88852b37465a869c27a1be9f21798f36ef3da31fa0a926e34b64571f913d1372f7a9775004271ca2fc'
 'SKIP')
 validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

 
 build() {
   cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
-  make DISTRO=1 all
+  NACL_INC_DIR=/usr/include/sodium
+  NACL_LIB=sodium
+  ./configure \
+--prefix=/usr
+  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS} -fcommon"
 }
 
 package() {


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:47:07
  Author: jgc
Revision: 383736

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 383735, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 383735, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

---+
 PKGBUILD  |   92 ++--
 gstreamer.install |   14 +++
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:47:04 UTC (rev 383735)
+++ PKGBUILD2020-05-15 21:47:07 UTC (rev 383736)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(gtk-doc gobject-introspection git valgrind bash-completion meson)
-checkdepends=(gmp gsl gtk3)
-_commit=129493687793cbc109d6211bb0e465218e383e9d  # tags/1.16.2^0
-install=gstreamer.install
-source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D ptp-helper-permissions=capabilities \
--D dbghelp=disabled \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 383735, 
gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:47:07 UTC (rev 383736)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.16.2
+pkgrel=2
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf)
+makedepends=(gtk-doc gobject-introspection git valgrind bash-completion meson
+ gmp gsl gtk3)
+_commit=129493687793cbc109d6211bb0e465218e383e9d  # tags/1.16.2^0
+install=gstreamer.install
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D ptp-helper-permissions=capabilities \
+-D dbghelp=disabled \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=enabled \
+-D glib-checks=enabled \
+-D package-name="GStreamer (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: gstreamer.install
===
--- gstreamer.install   2020-05-15 21:47:04 UTC (rev 383735)
+++ gstreamer.install   2020-05-15 21:47:07 UTC (rev 383736)
@@ -1,7 +0,0 @@
-post_install() {
-  post_upgrade $1 ''
-}
-
-post_upgrade() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}

Copied: gstreamer/repos/extra-x86_64/gstreamer.install (from rev 383735, 
gstreamer/trunk/gstreamer.install)
===
--- gstreamer.install   (rev 0)
+++ gstreamer.install   2020-05-15 21:47:07 UTC (rev 383736)
@@ -0,0 +1,7 @@
+post_install() {
+  post_upgrade $1 ''
+}
+
+post_upgrade() {
+  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
+}


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:47:04
  Author: jgc
Revision: 383735

upgpkg: gstreamer 1.16.2-2: Build with checks and asserts enabled. 
Documentation is wrong about these, they should be enabled on stable releases 
too (default is enabled, not auto)

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:12:04 UTC (rev 383734)
+++ PKGBUILD2020-05-15 21:47:04 UTC (rev 383735)
@@ -3,7 +3,7 @@
 
 pkgname=gstreamer
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework core library"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -30,8 +30,8 @@
 -D ptp-helper-permissions=capabilities \
 -D dbghelp=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
+-D glib-asserts=enabled \
+-D glib-checks=enabled \
 -D package-name="GStreamer (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
   ninja -C build


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:39:39
  Author: felixonmars
Revision: 628121

archrelease: copy trunk to community-testing-x86_64

Added:
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
(from rev 628120, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 628120, 
librime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-15 21:39:39 UTC (rev 628121)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.5.3
+pkgrel=8
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'librime-data' 
'google-glog' 'marisa')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz;
+
$pkgname-opencc-1.1.patch::https://github.com/rime/librime/commit/beae5b1d4e990aeb05eb86db5eefec50fa03750b.patch)
+sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3'
+
'e4c29f916cbee7c786262f17a475d2f645a88ef7709689df53c5e16d7ec6fe8ccbd1f9f246ef03a5f3412fa387f9db5025e1cfb7fa4bfd392a23525e28689bda')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../$pkgname-opencc-1.1.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CXXFLAGS="$CXXFLAGS -DNDEBUG"
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:39:32
  Author: felixonmars
Revision: 628120

upgpkg: librime 1:1.5.3-8

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:20:22 UTC (rev 628119)
+++ PKGBUILD2020-05-15 21:39:32 UTC (rev 628120)
@@ -4,7 +4,7 @@
 
 pkgname=librime
 pkgver=1.5.3
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc="Rime input method engine"
 arch=('x86_64')
@@ -12,9 +12,16 @@
 license=('GPL3')
 depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'librime-data' 
'google-glog' 'marisa')
 makedepends=('cmake' 'boost' 'gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz;)
-sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz;
+
$pkgname-opencc-1.1.patch::https://github.com/rime/librime/commit/beae5b1d4e990aeb05eb86db5eefec50fa03750b.patch)
+sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3'
+
'e4c29f916cbee7c786262f17a475d2f645a88ef7709689df53c5e16d7ec6fe8ccbd1f9f246ef03a5f3412fa387f9db5025e1cfb7fa4bfd392a23525e28689bda')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../$pkgname-opencc-1.1.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   export CXXFLAGS="$CXXFLAGS -DNDEBUG"


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:20:22
  Author: felixonmars
Revision: 628119

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 628118, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:20:12 UTC (rev 628118)
+++ PKGBUILD2020-05-15 21:20:22 UTC (rev 628119)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200513
-_commit=ad070c0af8476e5fa0e6c9e0b4d3909c77246df5
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('792e7e5c35e838df83563c43956c6bbb7a35f8e5c4af770bee765e57387f13f449673b0b0c3530e756df36efc20740051afd371f1dd5b1533f4de63cfeeede71'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 628118, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:20:22 UTC (rev 628119)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200515
+_commit=040b5fb26e8a2acaa19404a86a6f05b8fd4cfc69
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('fe73df7689aebda3c3d208e4594e29235d21f2f0859cde11e79cf22297a1a78d6e949a1c0089b16188d39a46b660e78447b79cf15a73e34c14da516ebe021f57'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:20:12
  Author: felixonmars
Revision: 628118

upgpkg: fcitx5-chinese-addons 0.0.0.20200515-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:19:44 UTC (rev 628117)
+++ PKGBUILD2020-05-15 21:20:12 UTC (rev 628118)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200513
-_commit=ad070c0af8476e5fa0e6c9e0b4d3909c77246df5
+pkgver=0.0.0.20200515
+_commit=040b5fb26e8a2acaa19404a86a6f05b8fd4cfc69
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('792e7e5c35e838df83563c43956c6bbb7a35f8e5c4af770bee765e57387f13f449673b0b0c3530e756df36efc20740051afd371f1dd5b1533f4de63cfeeede71'
+sha512sums=('fe73df7689aebda3c3d208e4594e29235d21f2f0859cde11e79cf22297a1a78d6e949a1c0089b16188d39a46b660e78447b79cf15a73e34c14da516ebe021f57'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:19:34
  Author: felixonmars
Revision: 628116

upgpkg: fcitx5 0.0.0.20200516-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:54:59 UTC (rev 628115)
+++ PKGBUILD2020-05-15 21:19:34 UTC (rev 628116)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=0.0.0.20200514
-_commit=46c9e75408f3c9c43528b5b882672eff84963ff3
+pkgver=0.0.0.20200516
+_commit=81d4175cb8445e697a1899bf4df6f5d17364d851
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
@@ -18,7 +18,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('d244635236fb6253f6777285413c929ed17fddb7a6d4970dad6c7cbe295157b968868b7821e9f90059d799d9b988319c5aef3d02c3be908ead1722e51439eb3d'
+sha512sums=('270ae50f0b64d2103169efb7273fafa5fdaa8f3739df06c54d9e62f1f57bbdd3b32d4d6bdf3a6a18c9e98a560ebae66ed7069d7a9f486de8d30a2be17b92c0c3'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 21:19:44
  Author: felixonmars
Revision: 628117

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 628116, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:19:34 UTC (rev 628116)
+++ PKGBUILD2020-05-15 21:19:44 UTC (rev 628117)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200514
-_commit=46c9e75408f3c9c43528b5b882672eff84963ff3
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5;
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('d244635236fb6253f6777285413c929ed17fddb7a6d4970dad6c7cbe295157b968868b7821e9f90059d799d9b988319c5aef3d02c3be908ead1722e51439eb3d'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 628116, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:19:44 UTC (rev 628117)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200516
+_commit=81d4175cb8445e697a1899bf4df6f5d17364d851
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5;
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('270ae50f0b64d2103169efb7273fafa5fdaa8f3739df06c54d9e62f1f57bbdd3b32d4d6bdf3a6a18c9e98a560ebae66ed7069d7a9f486de8d30a2be17b92c0c3'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:12:01
  Author: jgc
Revision: 383733

upgpkg: goffice 0.10.47+2+gfcac4d61-1: Update to git master, adds a bugfix

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:05:33 UTC (rev 383732)
+++ PKGBUILD2020-05-15 21:12:01 UTC (rev 383733)
@@ -2,7 +2,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.46
+pkgver=0.10.47+2+gfcac4d61
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=0da5282a9179cf63f8f0e6637f05aef595fec3e4  # tags/GOFFICE_0_10_46^0
+_commit=fcac4d610e0cc87d5c0de1f501d7d5afd2bf6e30  # master
 source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:12:04
  Author: jgc
Revision: 383734

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 383733, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:12:01 UTC (rev 383733)
+++ PKGBUILD2020-05-15 21:12:04 UTC (rev 383734)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.46
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=0da5282a9179cf63f8f0e6637f05aef595fec3e4  # tags/GOFFICE_0_10_46^0
-source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 383733, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:12:04 UTC (rev 383734)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.47+2+gfcac4d61
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=fcac4d610e0cc87d5c0de1f501d7d5afd2bf6e30  # master
+source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:05:33
  Author: jgc
Revision: 383732

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 383731, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:05:30 UTC (rev 383731)
+++ PKGBUILD2020-05-15 21:05:33 UTC (rev 383732)
@@ -1,47 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=9a8df15914de9da5c6f2493fdf9f7ae2f2b58c89  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 383731, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:05:33 UTC (rev 383732)
@@ -0,0 +1,47 @@
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:05:30
  Author: jgc
Revision: 383731

upgpkg: gnote 3.36.1-1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:53:51 UTC (rev 383730)
+++ PKGBUILD2020-05-15 21:05:30 UTC (rev 383731)
@@ -2,7 +2,7 @@
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=3.34.2
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote;
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(gtkmm3 gspell libxslt dconf libsecret)
 makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=9a8df15914de9da5c6f2493fdf9f7ae2f2b58c89  # tags/3.34.2^0
+_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 20:54:59
  Author: jgc
Revision: 628115

Remove mozilla-common from depends, plugins are eeither obsolete or already 
hardcoded to the correct path

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:54:39 UTC (rev 628114)
+++ PKGBUILD2020-05-15 20:54:59 UTC (rev 628115)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 license=('MPL')
 depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
- 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types' 'mozilla-common'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
  'nss' 'sqlite' 'startup-notification')
 makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
  'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 20:54:39
  Author: jgc
Revision: 628114

Remove mozilla-common from depends, plugins are eeither obsolete or already 
hardcoded to the correct path

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:15:36 UTC (rev 628113)
+++ PKGBUILD2020-05-15 20:54:39 UTC (rev 628114)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 url="http://bluegriffon.org/;
 license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'mozilla-common' 'nss' 'libvpx' 'libxt' 
'startup-notification')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 
'startup-notification')
 makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 
'zip')
 options=('!emptydirs')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz;


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

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 20:53:51
  Author: jgc
Revision: 383730

Remove mozilla-common from depends, plugins are eeither obsolete or already 
hardcoded to the correct path

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:19:53 UTC (rev 383729)
+++ PKGBUILD2020-05-15 20:53:51 UTC (rev 383730)
@@ -12,7 +12,7 @@
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
 license=(MPL GPL LGPL)
-depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
+depends=(gtk3 libxt startup-notification mime-types dbus-glib alsa-lib
  nss hunspell sqlite ttf-font icu) # libvpx
 makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse 
inetutils xorg-server-xvfb
  autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)


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

2020-05-15 Thread Jan Steffens via arch-commits
Date: Friday, May 15, 2020 @ 20:19:37
  Author: heftig
Revision: 383728

0.54.2-1

Modified:
  meson/trunk/PKGBUILD
Deleted:
  meson/trunk/0001-Fix-meson_jar_template-so-test-suite-passes.patch

+
 0001-Fix-meson_jar_template-so-test-suite-passes.patch |   88 ---
 PKGBUILD   |9 -
 2 files changed, 2 insertions(+), 95 deletions(-)

Deleted: 0001-Fix-meson_jar_template-so-test-suite-passes.patch
===
--- 0001-Fix-meson_jar_template-so-test-suite-passes.patch  2020-05-15 
20:15:32 UTC (rev 383727)
+++ 0001-Fix-meson_jar_template-so-test-suite-passes.patch  2020-05-15 
20:19:37 UTC (rev 383728)
@@ -1,88 +0,0 @@
-From f61bab556a2cf6aae7935f6add8b00657666b5e2 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 30 Mar 2020 01:27:39 +0200
-Subject: [PATCH] Fix meson_jar_template so test suite passes
-
-It was generating an extra comma.
-
-The Meson build system
-Version: 0.54.0
-Source dir: /tmp/tmp34halxhe
-Build dir: /tmp/tmp34halxhe/build
-Build type: native build
-
-meson.build:6:15: ERROR: Expecting rparen got comma.
-'Foo.java',,
-   ^
-For a block that started at 5,3
-jar('tmp34halxhe',
-   ^
-
-A full log can be found at /tmp/tmp34halxhe/build/meson-logs/meson-log.txt
-Using "tmp34halxhe" (name of current directory) as project name.
-Using "tmp34halxhe" (project name) as name of executable to build.
-Detected source files: Foo.java
-Detected language: java
-Generated meson.build file:
-
-project('tmp34halxhe', 'java',
-  version : '0.1',
-  default_options : ['warning_level=3'])
-
-jar('tmp34halxhe',
-'Foo.java',,
-main_class: tmp34halxhe,
-install : true)
-
-It was also missing quotes around the main class name.
-
-The Meson build system
-Version: 0.54.0
-Source dir: /tmp/tmpjm5cg44a
-Build dir: /tmp/tmpjm5cg44a/build
-Build type: native build
-Project name: tmpjm5cg44a
-Project version: 0.1
-Java compiler for the host machine: javac (unknown 1.8.0)
-Host machine cpu family: x86_64
-Host machine cpu: x86_64
-
-meson.build:5:0: ERROR: Unknown variable "tmpjm5cg44a".
-
-A full log can be found at /tmp/tmpjm5cg44a/build/meson-logs/meson-log.txt
-Using "tmpjm5cg44a" (name of current directory) as project name.
-Using "tmpjm5cg44a" (project name) as name of executable to build.
-Detected source files: Foo.java
-Detected language: java
-Generated meson.build file:
-
-project('tmpjm5cg44a', 'java',
-  version : '0.1',
-  default_options : ['warning_level=3'])
-
-jar('tmpjm5cg44a',
-'Foo.java',
-main_class: tmpjm5cg44a,
-install : true)

- mesonbuild/templates/mesontemplates.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/mesonbuild/templates/mesontemplates.py 
b/mesonbuild/templates/mesontemplates.py
-index 2739c9d8..6b341a21 100644
 a/mesonbuild/templates/mesontemplates.py
-+++ b/mesonbuild/templates/mesontemplates.py
-@@ -27,8 +27,8 @@ meson_jar_template = '''project('{project_name}', 
'{language}',
-   default_options : [{default_options}])
- 
- jar('{executable}',
--{sourcespec},{depspec},
--main_class: {main_class},
-+{sourcespec},{depspec}
-+main_class: '{main_class}',
- install : true)
- '''
- 
--- 
-2.26.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 20:15:32 UTC (rev 383727)
+++ PKGBUILD2020-05-15 20:19:37 UTC (rev 383728)
@@ -3,7 +3,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.54.1
+pkgver=0.54.2
 pkgrel=1
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
@@ -18,12 +18,10 @@
   'python-pytest-xdist') # 'cuda')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
 skip-test.diff
-0001-Fix-meson_jar_template-so-test-suite-passes.patch
 arch-meson)
-sha512sums=('dbc3fed326ba208f5a6eee7e3106d07450e7a3569d425013fba8c51e7cfd6485f9b083836dc74be49bc9839bd640ce54741d9335097cbd28f6a320d5fec7ecfe'
+sha512sums=('ad5ec826879d3d85088ca40d768599a4c8e66983f2a6a7ebe8ab12051cad18b4ade9a2afd30fe543b0a75900822992c8ef7161d369489e2211dd7a1a8ccc32ed'
 'SKIP'
 
'fd1694e74cfa628bda81b1056061d75fa288e04d72bda733f3667be43cfb21c60f2e89455e4a101a7f6bef5754fe112dc84e18ec7a0807bc791015c34deea347'
-
'1203c844466409fceb6e3bd4f419762d7dcd460f4dbf412eda7d966b002dd69710af97d9135fc399c71fdcd191aa512bf180e60562f5996932e2827acf591eb2'
 
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 

[arch-commits] Commit in meson/repos/extra-any (7 files)

2020-05-15 Thread Jan Steffens via arch-commits
Date: Friday, May 15, 2020 @ 20:19:53
  Author: heftig
Revision: 383729

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 383728, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 383728, meson/trunk/arch-meson)
  meson/repos/extra-any/skip-test.diff
(from rev 383728, meson/trunk/skip-test.diff)
Deleted:
  meson/repos/extra-any/0001-Fix-meson_jar_template-so-test-suite-passes.patch
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson
  meson/repos/extra-any/skip-test.diff

+
 0001-Fix-meson_jar_template-so-test-suite-passes.patch |   88 --
 PKGBUILD   |  127 +++
 arch-meson |   26 +--
 skip-test.diff |   24 +-
 4 files changed, 86 insertions(+), 179 deletions(-)

Deleted: 0001-Fix-meson_jar_template-so-test-suite-passes.patch
===
--- 0001-Fix-meson_jar_template-so-test-suite-passes.patch  2020-05-15 
20:19:37 UTC (rev 383728)
+++ 0001-Fix-meson_jar_template-so-test-suite-passes.patch  2020-05-15 
20:19:53 UTC (rev 383729)
@@ -1,88 +0,0 @@
-From f61bab556a2cf6aae7935f6add8b00657666b5e2 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 30 Mar 2020 01:27:39 +0200
-Subject: [PATCH] Fix meson_jar_template so test suite passes
-
-It was generating an extra comma.
-
-The Meson build system
-Version: 0.54.0
-Source dir: /tmp/tmp34halxhe
-Build dir: /tmp/tmp34halxhe/build
-Build type: native build
-
-meson.build:6:15: ERROR: Expecting rparen got comma.
-'Foo.java',,
-   ^
-For a block that started at 5,3
-jar('tmp34halxhe',
-   ^
-
-A full log can be found at /tmp/tmp34halxhe/build/meson-logs/meson-log.txt
-Using "tmp34halxhe" (name of current directory) as project name.
-Using "tmp34halxhe" (project name) as name of executable to build.
-Detected source files: Foo.java
-Detected language: java
-Generated meson.build file:
-
-project('tmp34halxhe', 'java',
-  version : '0.1',
-  default_options : ['warning_level=3'])
-
-jar('tmp34halxhe',
-'Foo.java',,
-main_class: tmp34halxhe,
-install : true)
-
-It was also missing quotes around the main class name.
-
-The Meson build system
-Version: 0.54.0
-Source dir: /tmp/tmpjm5cg44a
-Build dir: /tmp/tmpjm5cg44a/build
-Build type: native build
-Project name: tmpjm5cg44a
-Project version: 0.1
-Java compiler for the host machine: javac (unknown 1.8.0)
-Host machine cpu family: x86_64
-Host machine cpu: x86_64
-
-meson.build:5:0: ERROR: Unknown variable "tmpjm5cg44a".
-
-A full log can be found at /tmp/tmpjm5cg44a/build/meson-logs/meson-log.txt
-Using "tmpjm5cg44a" (name of current directory) as project name.
-Using "tmpjm5cg44a" (project name) as name of executable to build.
-Detected source files: Foo.java
-Detected language: java
-Generated meson.build file:
-
-project('tmpjm5cg44a', 'java',
-  version : '0.1',
-  default_options : ['warning_level=3'])
-
-jar('tmpjm5cg44a',
-'Foo.java',
-main_class: tmpjm5cg44a,
-install : true)

- mesonbuild/templates/mesontemplates.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/mesonbuild/templates/mesontemplates.py 
b/mesonbuild/templates/mesontemplates.py
-index 2739c9d8..6b341a21 100644
 a/mesonbuild/templates/mesontemplates.py
-+++ b/mesonbuild/templates/mesontemplates.py
-@@ -27,8 +27,8 @@ meson_jar_template = '''project('{project_name}', 
'{language}',
-   default_options : [{default_options}])
- 
- jar('{executable}',
--{sourcespec},{depspec},
--main_class: {main_class},
-+{sourcespec},{depspec}
-+main_class: '{main_class}',
- install : true)
- '''
- 
--- 
-2.26.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 20:19:37 UTC (rev 383728)
+++ PKGBUILD2020-05-15 20:19:53 UTC (rev 383729)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.54.1
-pkgrel=1
-pkgdesc='High productivity build system'
-url='https://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools' 'ninja')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
-  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  

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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 20:08:25
  Author: felixonmars
Revision: 628100

archrelease: copy trunk to community-testing-any

Added:
  python-redis/repos/community-testing-any/PKGBUILD
(from rev 628099, python-redis/trunk/PKGBUILD)
Deleted:
  python-redis/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 20:08:16 UTC (rev 628099)
+++ PKGBUILD2020-05-15 20:08:25 UTC (rev 628100)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgname=python-redis
-pkgver=3.5.1
-pkgrel=2
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="https://github.com/andymccurdy/redis-py;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
-source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
-
-build() {
-  cd "$srcdir"/redis-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/redis-$pkgver
-  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-}
-
-package() {
-  cd redis-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-testing-any/PKGBUILD (from rev 628099, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 20:08:25 UTC (rev 628100)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgname=python-redis
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="https://github.com/andymccurdy/redis-py;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
+source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
+sha512sums=('ed684aca66638eb1b5f16f3f30efbe9e7dc4389c6d43e9cef3bf5de95b416b549a4bd61c2b8c4fbe2f02182fcfbb45f591aa17e169f9522fe5f418c25d80dbf1')
+
+build() {
+  cd "$srcdir"/redis-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/redis-$pkgver
+  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
+}
+
+package() {
+  cd redis-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 20:08:16
  Author: felixonmars
Revision: 628099

upgpkg: python-redis 3.5.2-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:55:27 UTC (rev 628098)
+++ PKGBUILD2020-05-15 20:08:16 UTC (rev 628099)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Gueth 
 
 pkgname=python-redis
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
+sha512sums=('ed684aca66638eb1b5f16f3f30efbe9e7dc4389c6d43e9cef3bf5de95b416b549a4bd61c2b8c4fbe2f02182fcfbb45f591aa17e169f9522fe5f418c25d80dbf1')
 
 build() {
   cd "$srcdir"/redis-$pkgver


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 19:55:27
  Author: felixonmars
Revision: 628098

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:55:17 UTC (rev 628097)
+++ PKGBUILD2020-05-15 19:55:27 UTC (rev 628098)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-ddt
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-yaml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
-sha512sums=('3787589b2693e64e2da8bf9381c08b66fc816e19174d5a2a06247fe82ec3588ff6342d0c18f5fd544b8a505676df61bd797119df7d1313c2fdc5d16bd6e02504')
-
-build() {
-  cd ddt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ddt-$pkgver
-  nosetests3
-}
-
-package() {
-  cd ddt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-ddt/repos/community-any/PKGBUILD (from rev 628097, 
python-ddt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:55:27 UTC (rev 628098)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-ddt
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-six' 'python-yaml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
+sha512sums=('a4d80aea3e5c9399b52899616fb9de94321e68e50a82bcb8d6dadb1406c544bd65c01321ffdcc91535291b5d3fac801b26d6eb2b2c02fd72b27cb6d795894238')
+
+build() {
+  cd ddt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ddt-$pkgver
+  pytest
+}
+
+package() {
+  cd ddt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 19:55:17
  Author: felixonmars
Revision: 628097

upgpkg: python-ddt 1.4.1-1

Modified:
  python-ddt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:43:43 UTC (rev 628096)
+++ PKGBUILD2020-05-15 19:55:17 UTC (rev 628097)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-ddt
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Data-Driven/Decorated Tests"
 arch=('any')
@@ -9,9 +9,9 @@
 url="https://github.com/txels/ddt;
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-yaml')
+checkdepends=('python-pytest' 'python-six' 'python-yaml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
-sha512sums=('3787589b2693e64e2da8bf9381c08b66fc816e19174d5a2a06247fe82ec3588ff6342d0c18f5fd544b8a505676df61bd797119df7d1313c2fdc5d16bd6e02504')
+sha512sums=('a4d80aea3e5c9399b52899616fb9de94321e68e50a82bcb8d6dadb1406c544bd65c01321ffdcc91535291b5d3fac801b26d6eb2b2c02fd72b27cb6d795894238')
 
 build() {
   cd ddt-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd ddt-$pkgver
-  nosetests3
+  pytest
 }
 
 package() {


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

2020-05-15 Thread Daniel M. Capella via arch-commits
Date: Friday, May 15, 2020 @ 19:39:12
  Author: polyzen
Revision: 628095

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 628094, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:38:50 UTC (rev 628094)
+++ PKGBUILD2020-05-15 19:39:12 UTC (rev 628095)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c58e542b5337d356934a69a88de699fa6303b96e282e8c8bb1f9bae5805d7e93')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 628094, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:39:12 UTC (rev 628095)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a2d47c52cf3794e72f6e2c4637662114315cc0380fa7be204fbf49ba5e28376c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Daniel M. Capella via arch-commits
Date: Friday, May 15, 2020 @ 19:38:50
  Author: polyzen
Revision: 628094

upgpkg: borgmatic 1.5.4-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:32:00 UTC (rev 628093)
+++ PKGBUILD2020-05-15 19:38:50 UTC (rev 628094)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -16,7 +16,7 @@
  'python-ruamel-yaml' 'python-setuptools')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c58e542b5337d356934a69a88de699fa6303b96e282e8c8bb1f9bae5805d7e93')
+sha256sums=('a2d47c52cf3794e72f6e2c4637662114315cc0380fa7be204fbf49ba5e28376c')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:31:56
  Author: anthraxx
Revision: 628092

upgpkg: python-yara 4.0.1-1

Modified:
  python-yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:22:28 UTC (rev 628091)
+++ PKGBUILD2020-05-15 19:31:56 UTC (rev 628092)
@@ -4,8 +4,8 @@
 _gitname=yara-python
 pkgbase=python-yara
 pkgname=('python-yara' 'python2-yara')
-pkgver=3.11.0
-_gitcommit=188cb6e85137f715fef563f61c6b4f21ad026562
+pkgver=4.0.1
+_gitcommit=286897d41e4d38d74f31142251d785598fc8f223
 pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara-python'
@@ -27,11 +27,11 @@
 }
 
 build() {
-  msg2 'Building python...'
+  echo 'Building python...'
   (cd ${pkgbase}
 python setup.py build --dynamic-linking
   )
-  msg2 'Building python2...'
+  echo 'Building python2...'
   (cd ${pkgbase}-py2
 python2 setup.py build --dynamic-linking
   )
@@ -38,13 +38,13 @@
 }
 
 check() {
-  msg2 'Checking python...'
+  echo 'Checking python...'
   (cd ${pkgbase}
 local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
 PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
   python tests.py
   )
-  msg2 'Checking python2...'
+  echo 'Checking python2...'
   (cd ${pkgbase}-py2
 local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
 PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
@@ -53,18 +53,18 @@
 }
 
 package_python-yara() {
-  depends=('python' 'yara' 'glibc')
+  depends=('python' 'yara' 'libyara.so' 'glibc')
   cd ${pkgbase}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
 }
 
 package_python2-yara() {
-  depends=('python2' 'yara' 'glibc')
+  depends=('python2' 'yara' 'libyara.so' 'glibc')
   cd ${pkgbase}-py2
   python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
 }
 


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:32:00
  Author: anthraxx
Revision: 628093

archrelease: copy trunk to community-staging-x86_64

Added:
  python-yara/repos/community-staging-x86_64/
  python-yara/repos/community-staging-x86_64/PKGBUILD
(from rev 628092, python-yara/trunk/PKGBUILD)

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

Copied: python-yara/repos/community-staging-x86_64/PKGBUILD (from rev 628092, 
python-yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-15 19:32:00 UTC (rev 628093)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Contributor: arch3y 
+
+_gitname=yara-python
+pkgbase=python-yara
+pkgname=('python-yara' 'python2-yara')
+pkgver=4.0.1
+_gitcommit=286897d41e4d38d74f31142251d785598fc8f223
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara-python'
+arch=('x86_64')
+license=('Apache')
+makedepends=('git' 'yara' 'glibc'
+ 'python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cp -a ${pkgbase}{,-py2}
+}
+
+build() {
+  echo 'Building python...'
+  (cd ${pkgbase}
+python setup.py build --dynamic-linking
+  )
+  echo 'Building python2...'
+  (cd ${pkgbase}-py2
+python2 setup.py build --dynamic-linking
+  )
+}
+
+check() {
+  echo 'Checking python...'
+  (cd ${pkgbase}
+local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python tests.py
+  )
+  echo 'Checking python2...'
+  (cd ${pkgbase}-py2
+local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python2 tests.py
+  )
+}
+
+package_python-yara() {
+  depends=('python' 'yara' 'libyara.so' 'glibc')
+  cd ${pkgbase}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara' 'libyara.so' 'glibc')
+  cd ${pkgbase}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 19:22:28
  Author: arojas
Revision: 628091

archrelease: copy trunk to community-x86_64

Added:
  sakura/repos/community-x86_64/PKGBUILD
(from rev 628090, sakura/trunk/PKGBUILD)
Deleted:
  sakura/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:22:12 UTC (rev 628090)
+++ PKGBUILD2020-05-15 19:22:28 UTC (rev 628091)
@@ -1,38 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Dmitry N. Shilov 
-
-pkgname=sakura
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="A terminal emulator based on GTK and VTE"
-arch=('x86_64')
-url="https://launchpad.net/sakura;
-license=('GPL')
-depends=('vte3' 'libxft')
-makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b554dd21dc14d11ce14bb3110ca9fc567437cb3883e84b241b1a97ed8b9cfa95')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  # Set default font size a bit smaller
-  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr . 
-  make 
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
-  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
-"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
-  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
-}

Copied: sakura/repos/community-x86_64/PKGBUILD (from rev 628090, 
sakura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:22:28 UTC (rev 628091)
@@ -0,0 +1,38 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=sakura
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="A terminal emulator based on GTK and VTE"
+arch=('x86_64')
+url="https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft')
+makedepends=('cmake')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('729a4e0e750a4294bd9059243aac54df2a801250159fc550b50b0fe026ab928b')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . 
+  make 
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
+"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
+  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
+}


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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 19:22:12
  Author: arojas
Revision: 628090

Update to 3.7.1

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:19:28 UTC (rev 628089)
+++ PKGBUILD2020-05-15 19:22:12 UTC (rev 628090)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry N. Shilov 
 
 pkgname=sakura
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="A terminal emulator based on GTK and VTE"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('vte3' 'libxft')
 makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b554dd21dc14d11ce14bb3110ca9fc567437cb3883e84b241b1a97ed8b9cfa95')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('729a4e0e750a4294bd9059243aac54df2a801250159fc550b50b0fe026ab928b')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:19:28
  Author: anthraxx
Revision: 628089

remove accidental staging commit

Deleted:
  yara/repos/staging-x86_64/


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:18:18
  Author: anthraxx
Revision: 628088

archrelease: copy trunk to community-staging-x86_64

Added:
  yara/repos/community-staging-x86_64/
  yara/repos/community-staging-x86_64/PKGBUILD
(from rev 628087, yara/trunk/PKGBUILD)

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

Copied: yara/repos/community-staging-x86_64/PKGBUILD (from rev 628087, 
yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-15 19:18:18 UTC (rev 628088)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+provides=('libyara.so')
+source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d91b8df242299084916d9634e950359e7a9df26a7964ca2ca52cecf79a969d5aefd1c2dd89f5e762cf3a3c907cd616bd738b540f8600ad94522cbc3f1b031d3')
+b2sums=('d56ba0c989f28c802b4474832f595360a246740a67aff8106a7ded8ce0c4636afac487d17b1e2470ee21741d95b71b78dbd7679e71bc1f84dbfc9d2f2c0d48ed')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 19:16:54
  Author: arojas
Revision: 628087

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 628086, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 628086, pdfsam/trunk/pdfsam)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam

--+
 PKGBUILD |  102 ++---
 pdfsam   |   72 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:16:41 UTC (rev 628086)
+++ PKGBUILD2020-05-15 19:16:54 UTC (rev 628087)
@@ -1,51 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="https://www.pdfsam.org/;
-license=('AGPL3')
-depends=('hicolor-icon-theme' 'java-environment>=11' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip;
-"pdfsam")
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-
-  # extract icons
-  bsdtar -xf ${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar images/basic
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm644 "${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm644 "${pkgname}-${pkgver}-linux/lib/"* \
- "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm755 "${pkgname}-${pkgver}-linux/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # icons
-  for _icon in 16 24 32 48 64 96 128 256 512; do
-  install -Dm644 images/basic/${_icon}x${_icon}.png \
-
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgname}.png"
-  done
-
-  # desktop
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}
-
-sha512sums=('275af6265edfbd680116f85d05407f297deb13a3ba4ef64a5539018aac43000a28b8a015dc432a27188471b2d24debe50a8c847b770f635969b257d879618767'
-
'c0d8665e8f0a82e539cd70972f95f819d13b10166f1e4bb04d032d108ef5de45fe77f8716e8e2f0fa129e7042907928bde1d947cc54f691aa6d87a76dfaa10c1')

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 628086, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:16:54 UTC (rev 628087)
@@ -0,0 +1,51 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="https://www.pdfsam.org/;
+license=('AGPL3')
+depends=('hicolor-icon-theme' 'java-environment>=11' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip;
+"pdfsam")
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+
+  # extract icons
+  bsdtar -xf ${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar images/basic
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/lib"
+  install -Dm644 "${pkgname}-${pkgver}-linux/pdfsam-basic-${pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm644 "${pkgname}-${pkgver}-linux/lib/"* \
+ "${pkgdir}/usr/share/java/${pkgname}/lib"
+  install -Dm755 "${pkgname}-${pkgver}-linux/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # icons
+  for _icon in 16 24 32 48 64 96 128 256 512; do
+  install -Dm644 images/basic/${_icon}x${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgname}.png"
+  done
+
+  # desktop
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}
+
+sha512sums=('5b5f7519862e78a26e067fbee832d742a037b5b67a7ba00b6184e910a9706f4c92f5f2777ec09a0b25d62b58e08ba0bdc03374ec3db8d1473fc0da9a4142308c'
+
'c0d8665e8f0a82e539cd70972f95f819d13b10166f1e4bb04d032d108ef5de45fe77f8716e8e2f0fa129e7042907928bde1d947cc54f691aa6d87a76dfaa10c1')

Deleted: pdfsam
===
--- pdfsam  2020-05-15 19:16:41 UTC (rev 

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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 19:16:41
  Author: arojas
Revision: 628086

Update to 4.1.3

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:15:42 UTC (rev 628085)
+++ PKGBUILD2020-05-15 19:16:41 UTC (rev 628086)
@@ -2,7 +2,7 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
@@ -47,5 +47,5 @@
   install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
 
-sha512sums=('275af6265edfbd680116f85d05407f297deb13a3ba4ef64a5539018aac43000a28b8a015dc432a27188471b2d24debe50a8c847b770f635969b257d879618767'
+sha512sums=('5b5f7519862e78a26e067fbee832d742a037b5b67a7ba00b6184e910a9706f4c92f5f2777ec09a0b25d62b58e08ba0bdc03374ec3db8d1473fc0da9a4142308c'
 
'c0d8665e8f0a82e539cd70972f95f819d13b10166f1e4bb04d032d108ef5de45fe77f8716e8e2f0fa129e7042907928bde1d947cc54f691aa6d87a76dfaa10c1')


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:15:42
  Author: anthraxx
Revision: 628085

archrelease: copy trunk to staging-x86_64

Added:
  yara/repos/staging-x86_64/
  yara/repos/staging-x86_64/PKGBUILD
(from rev 628084, yara/trunk/PKGBUILD)

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

Copied: yara/repos/staging-x86_64/PKGBUILD (from rev 628084, 
yara/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-15 19:15:42 UTC (rev 628085)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+provides=('libyara.so')
+source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d91b8df242299084916d9634e950359e7a9df26a7964ca2ca52cecf79a969d5aefd1c2dd89f5e762cf3a3c907cd616bd738b540f8600ad94522cbc3f1b031d3')
+b2sums=('d56ba0c989f28c802b4474832f595360a246740a67aff8106a7ded8ce0c4636afac487d17b1e2470ee21741d95b71b78dbd7679e71bc1f84dbfc9d2f2c0d48ed')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 15, 2020 @ 19:14:48
  Author: aginiewicz
Revision: 628083

upgpkg: python-scikit-learn 0.23.0-1: python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:14:21 UTC (rev 628082)
+++ PKGBUILD2020-05-15 19:14:48 UTC (rev 628083)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-scikit-learn
-pkgver=0.22.2.post1
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)
 
source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('c6c57326941b1854112e6730961f31995ea60fa254e79daae1994e4cd5cb6f44')
+sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
 
 build() {
   cd "$srcdir"/scikit-learn-$pkgver


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

2020-05-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 15, 2020 @ 19:15:01
  Author: aginiewicz
Revision: 628084

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 628083, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:14:48 UTC (rev 628083)
+++ PKGBUILD2020-05-15 19:15:01 UTC (rev 628084)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.22.2.post1
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('c6c57326941b1854112e6730961f31995ea60fa254e79daae1994e4cd5cb6f44')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 628083, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:15:01 UTC (rev 628084)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-scikit-learn
+pkgver=0.23.0
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:14:21
  Author: anthraxx
Revision: 628082

archrelease: copy trunk to community-x86_64

Added:
  yara/repos/community-x86_64/PKGBUILD
(from rev 628081, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:14:16 UTC (rev 628081)
+++ PKGBUILD2020-05-15 19:14:21 UTC (rev 628082)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.11.0
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('x86_64')
-license=('BSD')
-depends=('openssl' 'file')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633')
-sha512sums=('26d800284a2de07195e4a480eb7125b1f5ad0265b284bfbeee10dbab162ea0f419c9e2ea5c4ed5fa25a46a2c9e3c6b077dfe1cafece79251e20d5d70f91b80a8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---with-crypto \
---enable-magic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 628081, 
yara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:14:21 UTC (rev 628082)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+provides=('libyara.so')
+source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d91b8df242299084916d9634e950359e7a9df26a7964ca2ca52cecf79a969d5aefd1c2dd89f5e762cf3a3c907cd616bd738b540f8600ad94522cbc3f1b031d3')
+b2sums=('d56ba0c989f28c802b4474832f595360a246740a67aff8106a7ded8ce0c4636afac487d17b1e2470ee21741d95b71b78dbd7679e71bc1f84dbfc9d2f2c0d48ed')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:14:16
  Author: anthraxx
Revision: 628081

upgpkg: yara 4.0.1-1

Modified:
  yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:10:00 UTC (rev 628080)
+++ PKGBUILD2020-05-15 19:14:16 UTC (rev 628081)
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=yara
-pkgver=3.11.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara'
@@ -10,9 +10,10 @@
 arch=('x86_64')
 license=('BSD')
 depends=('openssl' 'file')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633')
-sha512sums=('26d800284a2de07195e4a480eb7125b1f5ad0265b284bfbeee10dbab162ea0f419c9e2ea5c4ed5fa25a46a2c9e3c6b077dfe1cafece79251e20d5d70f91b80a8')
+provides=('libyara.so')
+source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d91b8df242299084916d9634e950359e7a9df26a7964ca2ca52cecf79a969d5aefd1c2dd89f5e762cf3a3c907cd616bd738b540f8600ad94522cbc3f1b031d3')
+b2sums=('d56ba0c989f28c802b4474832f595360a246740a67aff8106a7ded8ce0c4636afac487d17b1e2470ee21741d95b71b78dbd7679e71bc1f84dbfc9d2f2c0d48ed')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:09:56
  Author: anthraxx
Revision: 628079

upgpkg: pegtl 2.8.3-1

Modified:
  pegtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:02:38 UTC (rev 628078)
+++ PKGBUILD2020-05-15 19:09:56 UTC (rev 628079)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pegtl
-_gitcommit=7aff80da2ca4fcb0b47f32ba684ff2e1cd48c579
-pkgver=2.8.1
+_gitcommit=47e878ad4fd72c91253c9d47b6f17e001ca2dfcf
+pkgver=2.8.3
 pkgrel=1
 pkgdesc='Parsing Expression Grammar Template Library'
 url='https://github.com/taocpp/PEGTL'
@@ -18,14 +18,9 @@
   git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
+build() {
   cd ${pkgname}
-  mkdir -p build
-}
-
-build() {
-  cd ${pkgname}/build
-  cmake .. \
+  cmake -B build \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \
 -DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
@@ -32,7 +27,7 @@
 -DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
 -DPEGTL_BUILD_EXAMPLES=OFF \
 -DPEGTL_BUILD_TESTS=ON
-  make
+  make -C build VERRBOSE=1
 }
 
 check() {


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:10:00
  Author: anthraxx
Revision: 628080

archrelease: copy trunk to community-testing-any

Added:
  pegtl/repos/community-testing-any/
  pegtl/repos/community-testing-any/PKGBUILD
(from rev 628079, pegtl/trunk/PKGBUILD)

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

Copied: pegtl/repos/community-testing-any/PKGBUILD (from rev 628079, 
pegtl/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-05-15 19:10:00 UTC (rev 628080)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pegtl
+_gitcommit=47e878ad4fd72c91253c9d47b6f17e001ca2dfcf
+pkgver=2.8.3
+pkgrel=1
+pkgdesc='Parsing Expression Grammar Template Library'
+url='https://github.com/taocpp/PEGTL'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/taocpp/PEGTL#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('3AC06334B62566C11A5912FB014C496DEC39EB21') # Daniel Frey 

+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
+-DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
+-DPEGTL_BUILD_EXAMPLES=OFF \
+-DPEGTL_BUILD_TESTS=ON
+  make -C build VERRBOSE=1
+}
+
+check() {
+  cd ${pkgname}/build
+  ctest
+}
+
+package() {
+  cd ${pkgname}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dpm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dpm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:09:11
  Author: anthraxx
Revision: 383721

archrelease: copy trunk to extra-x86_64

Added:
  pgbouncer/repos/extra-x86_64/PKGBUILD
(from rev 383720, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
(from rev 383720, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
(from rev 383720, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-x86_64/pgbouncer.service
(from rev 383720, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
(from rev 383720, pgbouncer/trunk/pgbouncer.sysusers)
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf
(from rev 383720, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
Deleted:
  pgbouncer/repos/extra-x86_64/PKGBUILD
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
  pgbouncer/repos/extra-x86_64/pgbouncer.service
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|  110 +++---
 pgbouncer.ini   |  104 +--
 pgbouncer.logrotate |   16 +++---
 pgbouncer.service   |   22 -
 pgbouncer.sysusers  |6 +-
 pgbouncer.tmpfiles.conf |8 +--
 6 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:09:03 UTC (rev 383720)
+++ PKGBUILD2020-05-15 19:09:11 UTC (rev 383721)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-
-pkgname=pgbouncer
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Lightweight connection pooler for PostgreSQL'
-url='https://pgbouncer.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('libevent>=2.0' 'c-ares' 'systemd' 'pam')
-makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs')
-backup=('etc/pgbouncer/pgbouncer.ini'
-'etc/logrotate.d/pgbouncer')
-source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
-pgbouncer.ini
-pgbouncer.logrotate
-pgbouncer.service
-pgbouncer.tmpfiles.conf
-pgbouncer.sysusers)
-sha512sums=('2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115'
-
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
-
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
-
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-
'0757205e5cb5f679bab00bdbed2c828a536239f380d537498bc893c77162e0978308a5f38fae4cb6470f18d6ed0fe4a3ce8f00e85aef89b14bcf6e2eab05a696'
-
'05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-debug \
---with-pam
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -C test run_test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../pgbouncer.ini "${pkgdir}/etc/pgbouncer/pgbouncer.ini"
-  install -Dm 644 ../pgbouncer.logrotate "${pkgdir}/etc/logrotate.d/pgbouncer"
-  install -Dm 644 ../pgbouncer.service 
"${pkgdir}/usr/lib/systemd/system/pgbouncer.service"
-  install -Dm 644 ../pgbouncer.tmpfiles.conf 
"${pkgdir}/usr/lib/tmpfiles.d/pgbouncer.conf"
-  install -Dm 644 ../pgbouncer.sysusers 
"${pkgdir}/usr/lib/sysusers.d/pgbouncer.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgbouncer/repos/extra-x86_64/PKGBUILD (from rev 383720, 
pgbouncer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 19:09:11 UTC (rev 383721)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+
+pkgname=pgbouncer
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='Lightweight connection pooler for PostgreSQL'
+url='https://pgbouncer.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('libevent>=2.0' 'c-ares' 'systemd' 'pam')
+makedepends=('asciidoc' 'xmlto')
+checkdepends=('postgresql-libs' 'postgresql')
+backup=('etc/pgbouncer/pgbouncer.ini'
+'etc/logrotate.d/pgbouncer')
+source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
+pgbouncer.ini
+pgbouncer.logrotate
+pgbouncer.service
+pgbouncer.tmpfiles.conf
+

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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 19:09:03
  Author: anthraxx
Revision: 383720

upgpkg: pgbouncer 1.13.0-1

Modified:
  pgbouncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:55:18 UTC (rev 383719)
+++ PKGBUILD2020-05-15 19:09:03 UTC (rev 383720)
@@ -2,7 +2,7 @@
 # Contributor: Dan McGee 
 
 pkgname=pgbouncer
-pkgver=1.11.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('libevent>=2.0' 'c-ares' 'systemd' 'pam')
 makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs')
+checkdepends=('postgresql-libs' 'postgresql')
 backup=('etc/pgbouncer/pgbouncer.ini'
 'etc/logrotate.d/pgbouncer')
 
source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
@@ -19,7 +19,7 @@
 pgbouncer.service
 pgbouncer.tmpfiles.conf
 pgbouncer.sysusers)
-sha512sums=('2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115'
+sha512sums=('7fa05eebcfe827849a30e33c8f6e6332f5e12300712bbfec865bfa97a6f0132f82eb4bc44ac2dc5db87836c5049337db8619a1d4af7e51696c99d59c3223d9d7'
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
@@ -37,7 +37,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make -C test run_test
+  make -C test check
 }
 
 package() {


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

2020-05-15 Thread Laurent Carlier via arch-commits
Date: Friday, May 15, 2020 @ 19:02:31
  Author: lcarlier
Revision: 628077

upgpkg: lib32-mesa 20.0.7-2: disable lto - fixes segfault with gcc-10.1.0 
(FS#6)

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:30:26 UTC (rev 628076)
+++ PKGBUILD2020-05-15 19:02:31 UTC (rev 628077)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-opencl-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 
'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgver=20.0.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -35,7 +35,7 @@
   arch-meson mesa-$pkgver build \
 --native-file crossfile.ini \
 --libdir=/usr/lib32 \
--D b_lto=true \
+-D b_lto=false \
 -D b_ndebug=true \
 -D platforms=x11,wayland,drm,surfaceless \
 -D dri-drivers=i915,i965,r100,r200,nouveau \


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (6 files)

2020-05-15 Thread Laurent Carlier via arch-commits
Date: Friday, May 15, 2020 @ 19:02:38
  Author: lcarlier
Revision: 628078

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 628077, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 628077, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/crossfile.ini
(from rev 628077, lib32-mesa/trunk/crossfile.ini)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/crossfile.ini

---+
 LICENSE   |  166 +-
 PKGBUILD  |  356 
 crossfile.ini |4 
 3 files changed, 263 insertions(+), 263 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-15 19:02:31 UTC (rev 628077)
+++ LICENSE 2020-05-15 19:02:38 UTC (rev 628078)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 628077, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-15 19:02:38 UTC (rev 628078)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, 

[arch-commits] Commit in postgresql/repos (10 files)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:55:18
  Author: anthraxx
Revision: 383719

archrelease: copy trunk to testing-x86_64

Added:
  postgresql/repos/testing-x86_64/
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 383718, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 383718, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-perl-rpath.patch
(from rev 383718, postgresql/trunk/postgresql-perl-rpath.patch)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 383718, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 383718, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 383718, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 383718, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/postgresql.sysusers
(from rev 383718, postgresql/trunk/postgresql.sysusers)
  postgresql/repos/testing-x86_64/postgresql.tmpfiles
(from rev 383718, postgresql/trunk/postgresql.tmpfiles)

-+
 PKGBUILD|  218 ++
 postgresql-check-db-dir |   49 +
 postgresql-perl-rpath.patch |   13 ++
 postgresql-run-socket.patch |   12 ++
 postgresql.logrotate|4 
 postgresql.pam  |3 
 postgresql.service  |   43 
 postgresql.sysusers |1 
 postgresql.tmpfiles |2 
 9 files changed, 345 insertions(+)

Copied: postgresql/repos/testing-x86_64/PKGBUILD (from rev 383718, 
postgresql/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-15 18:55:18 UTC (rev 383719)
@@ -0,0 +1,218 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgbase=postgresql
+pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
+pkgver=12.3
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Sophisticated object-relational DBMS'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
+ 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+postgresql-run-socket.patch
+postgresql-perl-rpath.patch
+postgresql.pam
+postgresql.logrotate
+postgresql.service
+postgresql-check-db-dir
+postgresql.sysusers
+postgresql.tmpfiles)
+sha256sums=('94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41'
+'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
+'5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
+'25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
+'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
+'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
+'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
+sha512sums=('68e2d244ae2a9f2138d7569bcadc1cf6f62a410fa56ad1d4ac53206f2adefabb5ae136110b41ca9246df0f8b8cb039918997e0f8a81fc7e6efb7ad10b3a59ba1'
+
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
+
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
+
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
+
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
+
'ee0c010be07e8b5396cfd89c1d077b7c5573753d0210ea4e330e314c2759e25fbee9071e663f871855d65cc8ac75162af9e793dd10892f50f515e7a89cc8d6a0'
+
'eaaccae8dabad67d2bc54f74ec8d3ddb46257369b90080a2860b65d500053db6ace608be4c1b6baaeab4a03245dcbb5215eb41e468acc2304c037f094c2e7819'
+
'36f7a5d38370fdc4d4267fd5a8a8330f152a1077bf0f065b89d4a7b8112ccd42be2c46c863791b77de02013f28275a42219f4236e7cb837c3f8cfd5fcc7d3373'
+
'5fe81d716d56d515ee4ae1aac56652b7bf20346ea8413482fd9fdb79f0485d8c5ed099f4d2cc460cbe37686488f1354dec433905ce005da8fec772e783addc70')
+
+prepare() {
+  cd postgresql-${pkgver}
+  patch -p1 < ../postgresql-run-socket.patch
+  patch -p1 < ../postgresql-perl-rpath.patch
+}
+
+build() {
+  cd postgresql-${pkgver}
+  local 

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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:55:09
  Author: anthraxx
Revision: 383718

upgpkg: postgresql 12.3-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:53:34 UTC (rev 383717)
+++ PKGBUILD2020-05-15 18:55:09 UTC (rev 383718)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=12.2
+pkgver=12.3
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de'
+sha256sums=('94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -30,7 +30,7 @@
 'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-sha512sums=('0e0ce8e21856e8f43e58b840c10c4e3ffae6d5207e0d778e9176e36f8e20e34633cbb06f0030a7c963c3491bb7e941456d91b55444c561cfc6f283fba76f33ee'
+sha512sums=('68e2d244ae2a9f2138d7569bcadc1cf6f62a410fa56ad1d4ac53206f2adefabb5ae136110b41ca9246df0f8b8cb039918997e0f8a81fc7e6efb7ad10b3a59ba1'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:53:30
  Author: anthraxx
Revision: 383716

upgpkg: postgresql-old-upgrade 11.8-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:44:49 UTC (rev 383715)
+++ PKGBUILD2020-05-15 18:53:30 UTC (rev 383716)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=11.7
+pkgver=11.8
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -17,8 +17,8 @@
 'perl: for PL/Perl support'
 'tcl: for PL/Tcl support')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('324ae93a8846fbb6a25d562d271bc441ffa8794654c5b2839384834de220a313')
-sha512sums=('32c7ace228f9895241ce0d925fbfc60c0cd39f4cd35368fb10dc7db046151ffd59a9895b4c30a529627f0103051e84b4992ed60312cccd292489f3037076ca1e')
+sha256sums=('eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2')
+sha512sums=('fc3d0ebd224de60bda3fa71b6832958698238e9088cf46a80c376b8996cc3b2d017fde5dce1c1da1e5e6e23b78054aafad7ee1caa744bfb12c52317ccc8a1922')
 
 build() {
   cd postgresql-${pkgver}


[arch-commits] Commit in postgresql-old-upgrade/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:53:34
  Author: anthraxx
Revision: 383717

archrelease: copy trunk to extra-x86_64

Added:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 383716, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:53:30 UTC (rev 383716)
+++ PKGBUILD2020-05-15 18:53:34 UTC (rev 383717)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=11.7
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
- 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5')
-makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
-optdepends=('python2: for PL/Python 2 support'
-'python: for PL/Python 3 support'
-'perl: for PL/Perl support'
-'tcl: for PL/Tcl support')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('324ae93a8846fbb6a25d562d271bc441ffa8794654c5b2839384834de220a313')
-sha512sums=('32c7ace228f9895241ce0d925fbfc60c0cd39f4cd35368fb10dc7db046151ffd59a9895b4c30a529627f0103051e84b4992ed60312cccd292489f3037076ca1e')
-
-build() {
-  cd postgresql-${pkgver}
-  local options=(
---prefix=/opt/pgsql-${_majorver}
---with-gssapi
---with-libxml
---with-openssl
---with-perl
---with-python
---with-tcl
---with-pam
---without-readline
---with-system-tzdata=/usr/share/zoneinfo
---with-uuid=e2fs
---with-icu
---with-systemd
---with-ldap
---disable-nls
---enable-thread-safety
-  )
-
-  # only build plpython3 for now
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python
-  make -C src/pl/plpython all
-  make -C contrib/hstore_plpython all
-  make -C contrib/ltree_plpython all
-
-  # save plpython3 build and Makefile.global
-  cp -a src/pl/plpython{,3}
-  cp -a contrib/hstore_plpython{,3}
-  cp -a contrib/ltree_plpython{,3}
-  cp -a src/Makefile.global{,.python3}
-  make distclean
-
-  # regular build with everything
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python2
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd postgresql-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install plpython3
-  mv src/Makefile.global src/Makefile.global.save
-  cp src/Makefile.global.python3 src/Makefile.global
-  touch -r src/Makefile.global.save src/Makefile.global
-  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
-
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD (from rev 383716, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:53:34 UTC (rev 383717)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=11.8
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
+ 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5')
+makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
+optdepends=('python2: for PL/Python 2 support'
+'python: for PL/Python 3 support'
+'perl: for PL/Perl support'
+'tcl: for PL/Tcl support')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2')
+sha512sums=('fc3d0ebd224de60bda3fa71b6832958698238e9088cf46a80c376b8996cc3b2d017fde5dce1c1da1e5e6e23b78054aafad7ee1caa744bfb12c52317ccc8a1922')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--without-readline
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--disable-nls
+--enable-thread-safety
+  )
+
+  # only build plpython3 for now
+  ./configure ${options[@]} \

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

2020-05-15 Thread Laurent Carlier via arch-commits
Date: Friday, May 15, 2020 @ 18:44:41
  Author: lcarlier
Revision: 383714

upgpkg: mesa 20.0.7-2: disable lto - fixes segfault with gcc-10.1.0 (FS#6)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:29:38 UTC (rev 383713)
+++ PKGBUILD2020-05-15 18:44:41 UTC (rev 383714)
@@ -5,7 +5,7 @@
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=20.0.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd'
@@ -39,7 +39,7 @@
 
 build() {
   arch-meson mesa-$pkgver build \
--D b_lto=true \
+-D b_lto=false \
 -D b_ndebug=true \
 -D platforms=x11,wayland,drm,surfaceless \
 -D dri-drivers=i915,i965,r100,r200,nouveau \


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

2020-05-15 Thread Laurent Carlier via arch-commits
Date: Friday, May 15, 2020 @ 18:44:49
  Author: lcarlier
Revision: 383715

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/0001-omx-fix-build-with-gcc-10.patch
(from rev 383714, mesa/trunk/0001-omx-fix-build-with-gcc-10.patch)
  mesa/repos/extra-x86_64/0001-swr-Fix-build-with-GCC-10.patch
(from rev 383714, mesa/trunk/0001-swr-Fix-build-with-GCC-10.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 383714, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 383714, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/0001-omx-fix-build-with-gcc-10.patch
  mesa/repos/extra-x86_64/0001-swr-Fix-build-with-GCC-10.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 0001-omx-fix-build-with-gcc-10.patch |   80 +++---
 0001-swr-Fix-build-with-GCC-10.patch |  112 -
 LICENSE  |  166 ++---
 PKGBUILD |  398 -
 4 files changed, 378 insertions(+), 378 deletions(-)

Deleted: 0001-omx-fix-build-with-gcc-10.patch
===
--- 0001-omx-fix-build-with-gcc-10.patch2020-05-15 18:44:41 UTC (rev 
383714)
+++ 0001-omx-fix-build-with-gcc-10.patch2020-05-15 18:44:49 UTC (rev 
383715)
@@ -1,40 +0,0 @@
-From 283e815339a15fa99039c69f1e225269790ae955 Mon Sep 17 00:00:00 2001
-From: Pierre-Eric Pelloux-Prayer 
-Date: Thu, 5 Mar 2020 09:37:58 +0100
-Subject: [PATCH] omx: fix build with gcc 10
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-bellagio/omx header files reference a global variable without the
-extern keyworkd.
-Now that gcc-10 enables the '-fno-common' by default the build fails.
-Since these are external headers we can't easily fix them, so for
-now build the omx module with the '-fcommon' flag to keep the
-previous behavior.
-
-See https://gitlab.freedesktop.org/mesa/mesa/issues/2385
-
-Reviewed-by: Michel Dänzer 
-Part-of: 
-Signed-off-by: Laurent Carlier 

- src/gallium/state_trackers/omx/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/gallium/state_trackers/omx/meson.build 
b/src/gallium/state_trackers/omx/meson.build
-index 3aa82090c91..987d3e23c84 100644
 a/src/gallium/state_trackers/omx/meson.build
-+++ b/src/gallium/state_trackers/omx/meson.build
-@@ -65,7 +65,7 @@ endif
- libomx_st = static_library(
-   'omx_st',
-   files_omx,
--  c_args : [c_vis_args],
-+  c_args : [c_vis_args, '-fcommon'],
-   include_directories : inc_st_omx,
-   dependencies : dep_st_omx,
- )
--- 
-2.26.2
-

Copied: mesa/repos/extra-x86_64/0001-omx-fix-build-with-gcc-10.patch (from rev 
383714, mesa/trunk/0001-omx-fix-build-with-gcc-10.patch)
===
--- 0001-omx-fix-build-with-gcc-10.patch(rev 0)
+++ 0001-omx-fix-build-with-gcc-10.patch2020-05-15 18:44:49 UTC (rev 
383715)
@@ -0,0 +1,40 @@
+From 283e815339a15fa99039c69f1e225269790ae955 Mon Sep 17 00:00:00 2001
+From: Pierre-Eric Pelloux-Prayer 
+Date: Thu, 5 Mar 2020 09:37:58 +0100
+Subject: [PATCH] omx: fix build with gcc 10
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+bellagio/omx header files reference a global variable without the
+extern keyworkd.
+Now that gcc-10 enables the '-fno-common' by default the build fails.
+Since these are external headers we can't easily fix them, so for
+now build the omx module with the '-fcommon' flag to keep the
+previous behavior.
+
+See https://gitlab.freedesktop.org/mesa/mesa/issues/2385
+
+Reviewed-by: Michel Dänzer 
+Part-of: 
+Signed-off-by: Laurent Carlier 
+---
+ src/gallium/state_trackers/omx/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/gallium/state_trackers/omx/meson.build 
b/src/gallium/state_trackers/omx/meson.build
+index 3aa82090c91..987d3e23c84 100644
+--- a/src/gallium/state_trackers/omx/meson.build
 b/src/gallium/state_trackers/omx/meson.build
+@@ -65,7 +65,7 @@ endif
+ libomx_st = static_library(
+   'omx_st',
+   files_omx,
+-  c_args : [c_vis_args],
++  c_args : [c_vis_args, '-fcommon'],
+   include_directories : inc_st_omx,
+   dependencies : dep_st_omx,
+ )
+-- 
+2.26.2
+

Deleted: 0001-swr-Fix-build-with-GCC-10.patch
===
--- 0001-swr-Fix-build-with-GCC-10.patch2020-05-15 18:44:41 UTC (rev 
383714)
+++ 0001-swr-Fix-build-with-GCC-10.patch2020-05-15 18:44:49 UTC (rev 
383715)
@@ -1,56 +0,0 @@
-From 8dacf5f9d1df95c768016a1b92465bbabed37b54 Mon Sep 17 00:00:00 2001
-From: Vinson Lee 
-Date: Thu, 30 Jan 2020 20:48:26 -0800
-Subject: [PATCH] swr: 

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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:26:00
  Author: anthraxx
Revision: 628073

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:25:49 UTC (rev 628072)
+++ PKGBUILD2020-05-15 18:26:00 UTC (rev 628073)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=6.3
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('1f8384e9761d638782c612e6b0a71013dfaddbd3b6acf42a4378a45218761cb2'
-'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('a915ed9ab57be4f9ca2548db4e8549e671481bd0a6076aedfe3d6e32eacd7553b24d3b6a45b0f9bcf98ed80f8df9fe32d2896579c6130b37d4b9227b887af90e'
-
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  # requires java language level 6, which 13 has dropped
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll \
--PfinalRelease=true \
--Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-
-  # copy across documentation
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 628072, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:26:00 UTC (rev 628073)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=6.4
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('5e1aa86c1785125b7113d58700772d78f119281b97e742090bf23692e4bfea9f'
+'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
+sha512sums=('a6c2d8c8fc102691afeece8a58297bede8c476b13f65ee5e63ace7323a0ee0ab43e10e614f7f734d227fabb21c93e3b5dfbda89808a09c41225882389920ee89'
+
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  # requires java language 

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

2020-05-15 Thread Jelle van der Waa via arch-commits
Date: Friday, May 15, 2020 @ 18:26:04
  Author: jelle
Revision: 383711

archrelease: copy trunk to extra-x86_64

Added:
  dmapi/repos/extra-x86_64/PKGBUILD
(from rev 383710, dmapi/trunk/PKGBUILD)
  dmapi/repos/extra-x86_64/dmapi-headers.patch
(from rev 383710, dmapi/trunk/dmapi-headers.patch)
Deleted:
  dmapi/repos/extra-x86_64/PKGBUILD
  dmapi/repos/extra-x86_64/dmapi-headers.patch

-+
 PKGBUILD|   90 +-
 dmapi-headers.patch |   32 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:25:41 UTC (rev 383710)
+++ PKGBUILD2020-05-15 18:26:04 UTC (rev 383711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=dmapi
-pkgver=2.2.12
-pkgrel=3
-pkgdesc="Data migration API"
-arch=('x86_64')
-url="http://oss.sgi.com/projects/xfs/;
-license=('GPL')
-depends=('glibc')
-makedepends=('xfsprogs')
-provides=('xfsdmapi')
-conflicts=('xfsdmapi')
-replaces=('xfsdmapi')
-source=("ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$pkgver.tar.gz; 
dmapi-headers.patch)
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../dmapi-headers.patch # Fix build (Gentoo)
-}
-
-build() {
-  cd $srcdir/dmapi-$pkgver
-  [ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
-  export INSTALL_USER=root
-  export INSTALL_GROUP=root
-  export DEBUG=-DNDEBUG
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/dmapi-$pkgver
-  make DIST_ROOT=$pkgdir install install-dev
-  # the static lib
-  install -D -m644 libdm/.libs/libdm.a $pkgdir/usr/lib/libdm.a
-  # and the header file, please
-  install -D -m644 include/dmapi.h $pkgdir/usr/include/xfs/dmapi.h
-  # kill libexec dir
-  rm -rf $pkgdir/usr/libexec
-}
-md5sums=('cd825d4e141c16011367e0a0dd98c9c5'
- '6360c428bb89a1585669c3cf7a632208')

Copied: dmapi/repos/extra-x86_64/PKGBUILD (from rev 383710, 
dmapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:26:04 UTC (rev 383711)
@@ -0,0 +1,45 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=dmapi
+pkgver=2.2.12
+pkgrel=4
+pkgdesc="Data migration API"
+arch=('x86_64')
+url="http://oss.sgi.com/projects/xfs/;
+license=('GPL')
+depends=('glibc')
+makedepends=('xfsprogs')
+provides=('xfsdmapi')
+conflicts=('xfsdmapi')
+replaces=('xfsdmapi')
+#source=("ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/$pkgname-$pkgver.tar.gz;
 dmapi-headers.patch)
+source=(https://sources.archlinux.org/other/packages/dmapi/dmapi-$pkgver.tar.gz
 dmapi-headers.patch)
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../dmapi-headers.patch # Fix build (Gentoo)
+}
+
+build() {
+  cd dmapi-$pkgver
+  [ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
+  export INSTALL_USER=root
+  export INSTALL_GROUP=root
+  export DEBUG=-DNDEBUG
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd dmapi-$pkgver
+  make DIST_ROOT="$pkgdir" install install-dev
+  # the static lib
+  install -D -m644 libdm/.libs/libdm.a "$pkgdir"/usr/lib/libdm.a
+  # and the header file, please
+  install -D -m644 include/dmapi.h "$pkgdir"/usr/include/xfs/dmapi.h
+  # kill libexec dir
+  rm -rf "$pkgdir"/usr/libexec
+}
+md5sums=('cd825d4e141c16011367e0a0dd98c9c5'
+ '6360c428bb89a1585669c3cf7a632208')

Deleted: dmapi-headers.patch
===
--- dmapi-headers.patch 2020-05-15 18:25:41 UTC (rev 383710)
+++ dmapi-headers.patch 2020-05-15 18:26:04 UTC (rev 383711)
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/560212
-
-pull in headers for funcs that are used
-
 a/libdm/dm_handle2path.c
-+++ b/libdm/dm_handle2path.c
-@@ -20,6 +20,9 @@
- #include 
- #include "dmapi_lib.h"
- 
-+#include  /* open */
-+#include  /* close */
-+#include  /* strlen */
- #include 
- #include 
- #ifdef linux

Copied: dmapi/repos/extra-x86_64/dmapi-headers.patch (from rev 383710, 
dmapi/trunk/dmapi-headers.patch)
===
--- dmapi-headers.patch (rev 0)
+++ dmapi-headers.patch 2020-05-15 18:26:04 UTC (rev 383711)
@@ -0,0 +1,16 @@
+https://bugs.gentoo.org/560212
+
+pull in headers for funcs that are used
+
+--- a/libdm/dm_handle2path.c
 b/libdm/dm_handle2path.c
+@@ -20,6 +20,9 @@
+ #include 
+ #include "dmapi_lib.h"
+ 
++#include  /* open */
++#include  /* close */
++#include  /* strlen */
+ #include 
+ #include 
+ #ifdef linux


[arch-commits] Commit in gmic/trunk (PKGBUILD gmic-fix-cmake.patch)

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 18:29:52
  Author: arojas
Revision: 628074

Fix typo in bash completions path

Modified:
  gmic/trunk/PKGBUILD
  gmic/trunk/gmic-fix-cmake.patch

--+
 PKGBUILD |4 ++--
 gmic-fix-cmake.patch |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:26:00 UTC (rev 628073)
+++ PKGBUILD2020-05-15 18:29:52 UTC (rev 628074)
@@ -7,7 +7,7 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
 pkgver=2.9.0
-pkgrel=8
+pkgrel=9
 arch=(x86_64)
 url="https://gmic.eu/;
 license=(custom:CeCILL)
@@ -15,7 +15,7 @@
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch 
gmic-fix-cmake.patch)
 sha256sums=('6233695f9b27999dcc7cc3aa7480b0f192bd44de85209091a3b4b8a65ae8c4b5'
 'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296'
-'ef26ddb0d6c7df5ceed9aa5414aab6e2ad219a1a739f24b44d414852bcb50dde')
+'f4fd5e27434e9d5a030c22a0f279e32dc023bb4723ca09a6c10c7d2cac75')
 
 prepare() {
   mkdir -p build{,-qt,-krita,-gimp,-zart}

Modified: gmic-fix-cmake.patch
===
--- gmic-fix-cmake.patch2020-05-15 18:26:00 UTC (rev 628073)
+++ gmic-fix-cmake.patch2020-05-15 18:29:52 UTC (rev 628074)
@@ -1,5 +1,5 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c7c63f22..e07d15ab 100644
+index c7c63f22..e6e4a155 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -377,7 +377,7 @@ if(BUILD_MAN)
@@ -19,7 +19,7 @@
 +COMMAND LD_LIBRARY_PATH=${GMIC_BINARIES_PATH} ${GMIC_BINARIES_PATH}/gmic 
-v - ${CMAKE_SOURCE_DIR}/src/gmic_stdlib.gmic 
raw:${CMAKE_SOURCE_DIR}/src/gmic_stdlib.gmic,uchar -document_gmic bash > 
${CMAKE_BINARY_DIR}/resources/gmic_bashcompletion.sh
)
add_custom_target(bashcompletion ALL DEPENDS 
${CMAKE_BINARY_DIR}/resources/gmic_bashcompletion.sh)
-+  install(FILES ${CMAKE_BINARY_DIR}/resources/gmic_bashcompletion.sh RENAME 
gmic DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completion)
++  install(FILES ${CMAKE_BINARY_DIR}/resources/gmic_bashcompletion.sh RENAME 
gmic DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions)
  endif()
  
  include(CMakePackageConfigHelpers)


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

2020-05-15 Thread Anatol Pomozov via arch-commits
Date: Friday, May 15, 2020 @ 18:29:18
  Author: anatolik
Revision: 383712

upgpkg: ethtool 1:5.6-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:26:04 UTC (rev 383711)
+++ PKGBUILD2020-05-15 18:29:18 UTC (rev 383712)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=5.4
+pkgver=5.6
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -10,9 +10,9 @@
 arch=('x86_64')
 url="https://www.kernel.org/pub/software/network/ethtool/;
 license=('GPL')
-depends=('glibc')
+depends=('glibc' 'libmnl')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('67113d5adf08ec0cb2a3cb3b5de63280de6f7f3b'
+sha1sums=('7469d4e2c2d284e472307d1f1988bb668904f516'
   'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville 

 


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

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 18:30:10
  Author: arojas
Revision: 628075

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 628074, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/gmic-fix-cmake.patch
(from rev 628074, gmic/trunk/gmic-fix-cmake.patch)
  gmic/repos/community-x86_64/zart-opencv4.patch
(from rev 628074, gmic/trunk/zart-opencv4.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/gmic-fix-cmake.patch
  gmic/repos/community-x86_64/zart-opencv4.patch

--+
 PKGBUILD |  226 -
 gmic-fix-cmake.patch |   50 +-
 zart-opencv4.patch   |   44 -
 3 files changed, 160 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:29:52 UTC (rev 628074)
+++ PKGBUILD2020-05-15 18:30:10 UTC (rev 628075)
@@ -1,113 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.9.0
-pkgrel=8
-arch=(x86_64)
-url="https://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch 
gmic-fix-cmake.patch)
-sha256sums=('6233695f9b27999dcc7cc3aa7480b0f192bd44de85209091a3b4b8a65ae8c4b5'
-'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296'
-'ef26ddb0d6c7df5ceed9aa5414aab6e2ad219a1a739f24b44d414852bcb50dde')
-
-prepare() {
-  mkdir -p build{,-qt,-krita,-gimp,-zart}
-
-  sed -e 's|pkg_check_modules(OPENCV opencv)|pkg_check_modules(OPENCV 
opencv4)|' -i gmic-$pkgver/CMakeLists.txt
-
-  cd gmic-$pkgver
-  patch -p1 -i "$srcdir"/gmic-fix-cmake.patch
-
-# fix build with openCV 4.0
-  cd zart
-  patch -p1 -i ../../zart-opencv4.patch
-  sed -e 's|opencv|opencv4|' -i zart.pro
-}
-
-build() {
-  cd build
-  cmake ../gmic-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON
-  make
-
-  export LDFLAGS="$LDFLAGS -L../build"
-  cd ../build-qt
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=none
-  make
-
-  cd ../build-gimp
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=gimp
-  make
-
-  cd ../build-krita
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  make
-
-  cd ../build-zart
-  export CXXFLAGS=${CXXFLAGS/-O2/} # https://github.com/c-koi/zart/issues/14
-  qmake ../gmic-$pkgver/zart \
-GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on 
QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(graphicsmagick opencv fftw)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd ../build-qt
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  cd build-zart
-  install -Dm755 zart -t "$pkgdir"/usr/bin
-  install -Dm644 ../gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  cd build-gimp
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  cd build-krita
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 628074, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:30:10 UTC (rev 628075)
@@ -0,0 +1,113 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.9.0
+pkgrel=9
+arch=(x86_64)

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

2020-05-15 Thread Anatol Pomozov via arch-commits
Date: Friday, May 15, 2020 @ 18:29:38
  Author: anatolik
Revision: 383713

archrelease: copy trunk to testing-x86_64

Added:
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 383712, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 383712, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-15 18:29:38 UTC (rev 383713)
@@ -0,0 +1,33 @@
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=5.6
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc' 'libmnl')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha1sums=('7469d4e2c2d284e472307d1f1988bb668904f516'
+  'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Jelle van der Waa via arch-commits
Date: Friday, May 15, 2020 @ 18:25:41
  Author: jelle
Revision: 383710

Reproducible builds rebuild

Modified:
  dmapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:19:02 UTC (rev 383709)
+++ PKGBUILD2020-05-15 18:25:41 UTC (rev 383710)
@@ -2,7 +2,7 @@
 
 pkgname=dmapi
 pkgver=2.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc="Data migration API"
 arch=('x86_64')
 url="http://oss.sgi.com/projects/xfs/;


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:25:49
  Author: anthraxx
Revision: 628072

upgpkg: gradle 6.4-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:20:08 UTC (rev 628071)
+++ PKGBUILD2020-05-15 18:25:49 UTC (rev 628072)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=6.3
+pkgver=6.4
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('1f8384e9761d638782c612e6b0a71013dfaddbd3b6acf42a4378a45218761cb2'
+sha256sums=('5e1aa86c1785125b7113d58700772d78f119281b97e742090bf23692e4bfea9f'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('a915ed9ab57be4f9ca2548db4e8549e671481bd0a6076aedfe3d6e32eacd7553b24d3b6a45b0f9bcf98ed80f8df9fe32d2896579c6130b37d4b9227b887af90e'
+sha512sums=('a6c2d8c8fc102691afeece8a58297bede8c476b13f65ee5e63ace7323a0ee0ab43e10e614f7f734d227fabb21c93e3b5dfbda89808a09c41225882389920ee89'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 build() {


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

2020-05-15 Thread Eli Schwartz via arch-commits
Date: Friday, May 15, 2020 @ 18:20:08
  Author: eschwartz
Revision: 628071

archrelease: copy trunk to community-testing-x86_64

Added:
  seamonkey/repos/community-testing-x86_64/
  seamonkey/repos/community-testing-x86_64/PKGBUILD
(from rev 628070, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-testing-x86_64/mozconfig
(from rev 628070, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-testing-x86_64/seamonkey.install
(from rev 628070, seamonkey/trunk/seamonkey.install)

---+
 PKGBUILD  |   73 
 mozconfig |   53 +
 seamonkey.install |   13 +
 3 files changed, 139 insertions(+)

Copied: seamonkey/repos/community-testing-x86_64/PKGBUILD (from rev 628070, 
seamonkey/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-15 18:20:08 UTC (rev 628071)
@@ -0,0 +1,73 @@
+# Maintainer: Kyle Keen 
+
+pkgname=seamonkey
+pkgver=2.53.2
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types' 'mozilla-common'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/;
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
+"mozconfig")
+sha256sums=('d339a2968191368b3444635cf91d19b73d6499566c27e3833150d16083448a83'
+'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+install="$pkgname.install"
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2020-05-15 Thread Eli Schwartz via arch-commits
Date: Friday, May 15, 2020 @ 18:19:30
  Author: eschwartz
Revision: 628070

upgpkg: seamonkey 2.53.2-1: upstream release

With thanks to forum users @hjheins and @kifuna for suggesting these
modifications.

This lets us drop a bunch of hacks for the old version and also merges the
firefox API key usage here for a more consistent experience across packages.

Added:
  seamonkey/trunk/seamonkey.install
Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig
Deleted:
  seamonkey/trunk/gettid.patch
  seamonkey/trunk/no-crmf.diff
  seamonkey/trunk/patch-bug1435212.xz
  seamonkey/trunk/seamonkey-2.0-lang.patch

--+
 PKGBUILD |  105 -
 gettid.patch |   13 -
 mozconfig|   21 +++--
 no-crmf.diff |   15 --
 seamonkey-2.0-lang.patch |   11 
 seamonkey.install|   13 +
 6 files changed, 68 insertions(+), 110 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:19:29 UTC (rev 628069)
+++ PKGBUILD2020-05-15 18:19:30 UTC (rev 628070)
@@ -1,84 +1,55 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.49.4
-pkgrel=5
+pkgver=2.53.2
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'gtk3' 'hunspell' 
'icu'
- 'libevent' 'libpulse' 'libnotify' 'libvpx' 'libxt' 'mime-types' 
'mozilla-common'
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types' 'mozilla-common'
  'nss' 'sqlite' 'startup-notification')
-makedepends=('autoconf2.13' 'gst-plugins-base' 'imake' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'yasm' 'unzip' 'zip')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding'
-'networkmanager: Location detection via available WiFi networks')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
 url="https://www.seamonkey-project.org/;
-source=("https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
-mozconfig
-seamonkey-2.0-lang.patch
-patch-bug1435212.xz
-gettid.patch
-   no-crmf.diff)
-sha256sums=('c8a66774d0a3525698b559fa2c41397186f2de99c5733e35b8eafb0ae5ccc4ee'
-'6ff9fd323eec175eb02cfefd3136c79491c3b40be0b1f899da7c75c2f76259ca'
-'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
-'dce68858694f820a9a1fc2428038a88ea00b4835cea0778734db794fea3bb21a'
-'923154d052f041af15a2495ceb1f76f7c8619fd8bfc66a0bbedfeab2514adf0b'
-'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb')
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
+"mozconfig")
+sha256sums=('d339a2968191368b3444635cf91d19b73d6499566c27e3833150d16083448a83'
+'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+install="$pkgname.install"
 
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
 prepare() {
   cd "$pkgname-$pkgver"
   cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
 
-  # FS#48404
-  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
 
-  # ffmpeg 4.0 patch from freebsd
-  # 
https://github.com/freebsd/freebsd-ports/blob/master/www/seamonkey/files/patch-bug1435212
-  patch -Np1 -d mozilla -i ../../patch-bug1435212
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1533969
-  patch -Np1 -i ../gettid.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i 

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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 18:19:21
  Author: felixonmars
Revision: 628068

upgpkg: fcitx5-rime 0.0.0.20200516-1

Modified:
  fcitx5-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:18:52 UTC (rev 628067)
+++ PKGBUILD2020-05-15 18:19:21 UTC (rev 628068)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-rime
-pkgver=0.0.0.20200509
-_commit=83a0a2dad1195f3eb2af94cf51e5dbc84a637e42
+pkgver=0.0.0.20200516
+_commit=7ace933ca7dd7f8a816f4e651deb0c81a840b21f
 pkgrel=1
 pkgdesc="RIME support for Fcitx5"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'librime')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
-sha512sums=('42b416ce20ed1ca7c1836d07c75dd866e4d4c3fbbf71a5e08603170999d401ffa631bbf9e1f6e7f6f9d15daeabb2b03604138a3fc78d23aca5113df4538b034d')
+sha512sums=('3c0401e090d67b2b6f15869f6425db02a087e616d01157a96330186646ab21419a4af729c6dfa68fcd0b6529e4e6aa91cf4489e7a2b4fc83f231a2f33d9a4c5b')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 18:19:29
  Author: felixonmars
Revision: 628069

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/PKGBUILD
(from rev 628068, fcitx5-rime/trunk/PKGBUILD)
Deleted:
  fcitx5-rime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:19:21 UTC (rev 628068)
+++ PKGBUILD2020-05-15 18:19:29 UTC (rev 628069)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-rime
-pkgver=0.0.0.20200509
-_commit=83a0a2dad1195f3eb2af94cf51e5dbc84a637e42
-pkgrel=1
-pkgdesc="RIME support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-rime;
-license=('GPL')
-depends=('fcitx5' 'librime')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
-sha512sums=('42b416ce20ed1ca7c1836d07c75dd866e4d4c3fbbf71a5e08603170999d401ffa631bbf9e1f6e7f6f9d15daeabb2b03604138a3fc78d23aca5113df4538b034d')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-rime/repos/community-x86_64/PKGBUILD (from rev 628068, 
fcitx5-rime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:19:29 UTC (rev 628069)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-rime
+pkgver=0.0.0.20200516
+_commit=7ace933ca7dd7f8a816f4e651deb0c81a840b21f
+pkgrel=1
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime;
+license=('GPL')
+depends=('fcitx5' 'librime')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
+sha512sums=('3c0401e090d67b2b6f15869f6425db02a087e616d01157a96330186646ab21419a4af729c6dfa68fcd0b6529e4e6aa91cf4489e7a2b4fc83f231a2f33d9a4c5b')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:18:43
  Author: anthraxx
Revision: 628066

upgpkg: lib32-krb5 1.18.1-1

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 18:17:20 UTC (rev 628065)
+++ PKGBUILD2020-05-15 18:18:43 UTC (rev 628066)
@@ -5,7 +5,7 @@
 _pkgbasename=krb5
 pkgname=lib32-${_pkgbasename}
 _pkgvermajor=1.18
-pkgver=1.18
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='The Kerberos network authentication system (32-bit)'
 url='https://web.mit.edu/kerberos/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
 krb5-config_LDFLAGS.patch)
-sha512sums=('36a01ea310b4b3d0a3d209b641739575239e1ca5e93b3de99cb1fec83e82f9a70ad0761dd6eb77cda5c18c53044ab80168b00725642a0c2dfde0e492c42af6a9'
+sha512sums=('c96c9ed676c8ccb9b65d17bb1d982c266228c75030a2d8fd5d7952ee8cdf362a22d202e93018d1011a5e7bd9a9fabe69aa1578d1d2e4839a78b9916d8b8019ce'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
 validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 



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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:18:52
  Author: anthraxx
Revision: 628067

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 628066, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 628066, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

---+
 PKGBUILD  |  152 ++--
 krb5-config_LDFLAGS.patch |   24 +++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 18:18:43 UTC (rev 628066)
+++ PKGBUILD2020-05-15 18:18:52 UTC (rev 628067)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Stéphane Gaudreault 
-
-_pkgbasename=krb5
-pkgname=lib32-${_pkgbasename}
-_pkgvermajor=1.18
-pkgver=1.18
-pkgrel=1
-pkgdesc='The Kerberos network authentication system (32-bit)'
-url='https://web.mit.edu/kerberos/'
-arch=('x86_64')
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "${_pkgbasename}")
-makedepends=('perl')
-options=('!emptydirs')
-source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
-krb5-config_LDFLAGS.patch)
-sha512sums=('36a01ea310b4b3d0a3d209b641739575239e1ca5e93b3de99cb1fec83e82f9a70ad0761dd6eb77cda5c18c53044ab80168b00725642a0c2dfde0e492c42af6a9'
-'SKIP'
-
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
-validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

-  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

-
-prepare() {
-   cd ${_pkgbasename}-${pkgver}
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
-
-  # FS#25384
-  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
-}
-
-build() {
-   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
-
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
-   export CPPFLAGS+=" -I/usr/include/et"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd "${srcdir}/${_pkgbasename}-${pkgver}"
-   #make -C src check
-#}
-
-package() {
-   cd ${_pkgbasename}-${pkgver}/src
-   make DESTDIR="${pkgdir}" install
-
-   rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-   install -d "${pkgdir}/usr/share/licenses"
-   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 628066, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 18:18:52 UTC (rev 628067)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-${_pkgbasename}
+_pkgvermajor=1.18
+pkgver=1.18.1
+pkgrel=1
+pkgdesc='The Kerberos network authentication system (32-bit)'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "${_pkgbasename}")
+makedepends=('perl')
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch)
+sha512sums=('c96c9ed676c8ccb9b65d17bb1d982c266228c75030a2d8fd5d7952ee8cdf362a22d202e93018d1011a5e7bd9a9fabe69aa1578d1d2e4839a78b9916d8b8019ce'
+'SKIP'
+
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
+validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

+  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

+
+prepare() {
+   cd ${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
+
+  # FS#25384
+  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
+}
+
+build() {
+   cd 

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

2020-05-15 Thread Levente Polyak via arch-commits
Date: Friday, May 15, 2020 @ 18:17:20
  Author: anthraxx
Revision: 628065

archrelease: copy trunk to community-any

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

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

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

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

  1   2   3   4   >