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

2019-12-15 Thread Laurent Carlier via arch-commits
Date: Monday, December 16, 2019 @ 07:35:38
  Author: lcarlier
Revision: 537830

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 07:35:34 UTC (rev 537829)
+++ PKGBUILD2019-12-16 07:35:38 UTC (rev 537830)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2019.Q4.4
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('2ee126576e8b68edcdaf1aa149f29a3fd24961ea2038cb635608181e94c00a47')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 537829, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 07:35:38 UTC (rev 537830)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2019.Q4.4
+pkgrel=2
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('2ee126576e8b68edcdaf1aa149f29a3fd24961ea2038cb635608181e94c00a47')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+ 

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

2019-12-15 Thread Laurent Carlier via arch-commits
Date: Monday, December 16, 2019 @ 07:35:34
  Author: lcarlier
Revision: 537829

upgpkg: lib32-amdvlk 2019.Q4.4-2: package should provide lib32-vulkan-driver 
(FS#64854)

Modified:
  lib32-amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 05:03:44 UTC (rev 537828)
+++ PKGBUILD2019-12-16 07:35:34 UTC (rev 537829)
@@ -3,12 +3,12 @@
 
 pkgname=lib32-amdvlk
 pkgver=2019.Q4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
 url="https://github.com/GPUOpen-Drivers;
 license=('MIT')
-provides=('vulkan-driver')
+provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
 sha256sums=('2ee126576e8b68edcdaf1aa149f29a3fd24961ea2038cb635608181e94c00a47')


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

2019-12-15 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 16, 2019 @ 06:50:08
  Author: bisson
Revision: 371558

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 371557, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 06:49:49 UTC (rev 371557)
+++ PKGBUILD2019-12-16 06:50:08 UTC (rev 371558)
@@ -1,47 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 371557, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 06:50:08 UTC (rev 371558)
@@ -0,0 +1,47 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.13.1
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('1fb5951292e57428974d1fd8e60ae83292743f74e440efea3659ae83593e875d'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2019-12-15 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 16, 2019 @ 06:49:49
  Author: bisson
Revision: 371557

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 01:33:45 UTC (rev 371556)
+++ PKGBUILD2019-12-16 06:49:49 UTC (rev 371557)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
+sha256sums=('1fb5951292e57428974d1fd8e60ae83292743f74e440efea3659ae83593e875d'
 'SKIP')
 
 build() {


[arch-commits] Commit in monero-gui/trunk (PKGBUILD no-avx2.patch)

2019-12-15 Thread Kpcyrd via arch-commits
Date: Monday, December 16, 2019 @ 05:03:28
  Author: kpcyrd
Revision: 537827

Do not attempt to use AVX2 instructions

Added:
  monero-gui/trunk/no-avx2.patch
Modified:
  monero-gui/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 no-avx2.patch |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 01:33:46 UTC (rev 537826)
+++ PKGBUILD2019-12-16 05:03:28 UTC (rev 537827)
@@ -2,9 +2,9 @@
 
 pkgname=monero-gui
 pkgver=0.15.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Official QT GUI wallet for Monero, a private, secure, untraceable 
peer-to-peer currency"
-license=('custom:Cryptonote')
+license=('BSD')
 arch=('x86_64')
 url="https://getmonero.org/;
 depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'unbound'
@@ -13,9 +13,11 @@
 source=(
 
"${pkgname}"::"git+https://github.com/monero-project/monero-gui#tag=v${pkgver};
 "git+https://github.com/monero-project/monero.git;
+"no-avx2.patch"
 )
 sha512sums=('SKIP'
-'SKIP')
+'SKIP'
+
'dab89406ce77cd7e96adfe81156d262aa8457220b73dcfe86be50bf0322230319efb73517954e126ef77b8c90d68fb706d924ce432f9c6aabac3f94cd55ea553')
 
 prepare() {
   cd "${pkgname}"
@@ -22,6 +24,7 @@
   git submodule init
   git config submodule.monero.url "$srcdir/monero"
   git submodule update
+  patch --forward --strip=1 --input="${srcdir}/no-avx2.patch"
 }
 
 build() {

Added: no-avx2.patch
===
--- no-avx2.patch   (rev 0)
+++ no-avx2.patch   2019-12-16 05:03:28 UTC (rev 537827)
@@ -0,0 +1,13 @@
+diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
+index 90d0408..4f5bb91 100755
+--- a/get_libwallet_api.sh
 b/get_libwallet_api.sh
+@@ -158,7 +158,7 @@ elif [ "$platform" == "linux64" ]; then
+ elif [ "$STATIC" == true ]; then
+ cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D STATIC=ON -D 
ARCH="x86-64" -D BUILD_64=ON -D BUILD_TAG="linux-x64" -D BUILD_GUI_DEPS=ON -D 
INSTALL_VENDORED_LIBUNBOUND=ON $BUILD_TREZOR_FLAGS -D 
CMAKE_INSTALL_PREFIX="$MONERO_DIR"  ../..
+ else
+-cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D BUILD_TAG="linux-x64" 
-D BUILD_GUI_DEPS=ON $BUILD_TREZOR_FLAGS -D CMAKE_INSTALL_PREFIX="$MONERO_DIR"  
../..
++cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D ARCH="default" -D 
BUILD_TAG="linux-x64" -D BUILD_GUI_DEPS=ON $BUILD_TREZOR_FLAGS -D 
CMAKE_INSTALL_PREFIX="$MONERO_DIR"  ../..
+ fi
+ 
+ ## LINUX 32


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

2019-12-15 Thread Kpcyrd via arch-commits
Date: Monday, December 16, 2019 @ 05:03:44
  Author: kpcyrd
Revision: 537828

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 537827, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/no-avx2.patch
(from rev 537827, monero-gui/trunk/no-avx2.patch)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   79 +---
 no-avx2.patch |   13 +
 2 files changed, 54 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 05:03:28 UTC (rev 537827)
+++ PKGBUILD2019-12-16 05:03:44 UTC (rev 537828)
@@ -1,38 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.15.0.2
-pkgrel=2
-pkgdesc="Official QT GUI wallet for Monero, a private, secure, untraceable 
peer-to-peer currency"
-license=('custom:Cryptonote')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'unbound'
-'qt5-base' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-svg')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero-gui#tag=v${pkgver};
-"git+https://github.com/monero-project/monero.git;
-)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  QT_SELECT=5 ./build.sh
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 537827, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 05:03:44 UTC (rev 537828)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.15.0.2
+pkgrel=3
+pkgdesc="Official QT GUI wallet for Monero, a private, secure, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'unbound'
+'qt5-base' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-svg')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+
"${pkgname}"::"git+https://github.com/monero-project/monero-gui#tag=v${pkgver};
+"git+https://github.com/monero-project/monero.git;
+"no-avx2.patch"
+)
+sha512sums=('SKIP'
+'SKIP'
+
'dab89406ce77cd7e96adfe81156d262aa8457220b73dcfe86be50bf0322230319efb73517954e126ef77b8c90d68fb706d924ce432f9c6aabac3f94cd55ea553')
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+  patch --forward --strip=1 --input="${srcdir}/no-avx2.patch"
+}
+
+build() {
+  cd "${pkgname}"
+  QT_SELECT=5 ./build.sh
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/no-avx2.patch (from rev 537827, 
monero-gui/trunk/no-avx2.patch)
===
--- no-avx2.patch   (rev 0)
+++ no-avx2.patch   2019-12-16 05:03:44 UTC (rev 537828)
@@ -0,0 +1,13 @@
+diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
+index 90d0408..4f5bb91 100755
+--- a/get_libwallet_api.sh
 b/get_libwallet_api.sh
+@@ -158,7 +158,7 @@ elif [ "$platform" == "linux64" ]; then
+ elif [ "$STATIC" == true ]; then
+ cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D STATIC=ON -D 
ARCH="x86-64" -D BUILD_64=ON -D BUILD_TAG="linux-x64" -D BUILD_GUI_DEPS=ON -D 
INSTALL_VENDORED_LIBUNBOUND=ON $BUILD_TREZOR_FLAGS -D 
CMAKE_INSTALL_PREFIX="$MONERO_DIR"  ../..
+ else
+-cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D BUILD_TAG="linux-x64" 
-D BUILD_GUI_DEPS=ON $BUILD_TREZOR_FLAGS -D CMAKE_INSTALL_PREFIX="$MONERO_DIR"  
../..
++cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D ARCH="default" -D 
BUILD_TAG="linux-x64" -D BUILD_GUI_DEPS=ON $BUILD_TREZOR_FLAGS -D 
CMAKE_INSTALL_PREFIX="$MONERO_DIR"  ../..
+ fi
+ 
+ ## LINUX 32


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

2019-12-15 Thread Jan Steffens via arch-commits
Date: Monday, December 16, 2019 @ 01:33:46
  Author: heftig
Revision: 537826

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 01:33:22 UTC (rev 537825)
+++ PKGBUILD2019-12-16 01:33:46 UTC (rev 537826)
@@ -1,42 +0,0 @@
-# Contributor: Giovanni Scafora 
-# Contributor: Nezmer 
-
-pkgname=lib32-fribidi
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/fribidi/fribidi/;
-depends=('lib32-glibc' 'fribidi')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd fribidi
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd fribidi
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson fribidi build -D docs=false --libdir=/usr/lib32
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "$pkgdir"/usr/{include,share,bin}
-}

Copied: lib32-fribidi/repos/multilib-x86_64/PKGBUILD (from rev 537825, 
lib32-fribidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 01:33:46 UTC (rev 537826)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
+# Contributor: Nezmer 
+
+pkgname=lib32-fribidi
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
+url="https://github.com/fribidi/fribidi/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-glibc fribidi)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fribidi
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  cd fribidi
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson fribidi build \
+--libdir=/usr/lib32 \
+-D docs=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -rf "$pkgdir"/usr/{include,share,bin}
+}
+
+# vim:set sw=2 et:


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

2019-12-15 Thread Jan Steffens via arch-commits
Date: Monday, December 16, 2019 @ 01:33:22
  Author: heftig
Revision: 537825

1.0.8-1

Modified:
  lib32-fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 01:12:12 UTC (rev 537824)
+++ PKGBUILD2019-12-16 01:33:22 UTC (rev 537825)
@@ -1,18 +1,19 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=lib32-fribidi
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
-arch=('x86_64')
-license=('LGPL')
 url="https://github.com/fribidi/fribidi/;
-depends=('lib32-glibc' 'fribidi')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-glibc fribidi)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 pkgver() {
   cd fribidi
@@ -28,7 +29,9 @@
   export CXX="g++ -m32"
   export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
-  arch-meson fribidi build -D docs=false --libdir=/usr/lib32
+  arch-meson fribidi build \
+--libdir=/usr/lib32 \
+-D docs=false
   ninja -C build
 }
 
@@ -40,3 +43,5 @@
   DESTDIR="$pkgdir" meson install -C build
   rm -rf "$pkgdir"/usr/{include,share,bin}
 }
+
+# vim:set sw=2 et:


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

2019-12-15 Thread Jan Steffens via arch-commits
Date: Monday, December 16, 2019 @ 01:33:45
  Author: heftig
Revision: 371556

archrelease: copy trunk to extra-x86_64

Added:
  fribidi/repos/extra-x86_64/PKGBUILD
(from rev 371555, fribidi/trunk/PKGBUILD)
Deleted:
  fribidi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 01:33:00 UTC (rev 371555)
+++ PKGBUILD2019-12-16 01:33:45 UTC (rev 371556)
@@ -1,37 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Nezmer 
-
-pkgname=fribidi
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/fribidi/fribidi/;
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 371555, 
fribidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 01:33:45 UTC (rev 371556)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
+# Contributor: Nezmer 
+
+pkgname=fribidi
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+url="https://github.com/fribidi/fribidi/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fribidi
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  cd fribidi
+}
+
+build() {
+  arch-meson fribidi build \
+-D docs=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-12-15 Thread Jan Steffens via arch-commits
Date: Monday, December 16, 2019 @ 01:33:00
  Author: heftig
Revision: 371555

1.0.8-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
+++ PKGBUILD2019-12-16 01:33:00 UTC (rev 371555)
@@ -1,30 +1,32 @@
-# Maintainer: Giovanni Scafora 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
 url="https://github.com/fribidi/fribidi/;
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd fribidi
   git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
 }
 
 prepare() {
-  cd $pkgname
+  cd fribidi
 }
 
 build() {
-  arch-meson $pkgname build -D docs=false
+  arch-meson fribidi build \
+-D docs=false
   ninja -C build
 }
 
@@ -35,3 +37,5 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Monday, December 16, 2019 @ 01:12:12
  Author: lfleischer
Revision: 537824

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/PKGBUILD
(from rev 537823, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 01:11:57 UTC (rev 537823)
+++ PKGBUILD2019-12-16 01:12:12 UTC (rev 537824)
@@ -1,38 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Ivan Shapovalov 
-
-pkgname=minikube
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
-url="https://github.com/kubernetes/minikube;
-license=('Apache')
-arch=('x86_64')
-optdepends=(
-  'kubectl: to manage the cluster'
-  'virtualbox: to use --vm-driver=virtualbox'
-)
-makedepends=('git' 'go-pie' 'go-bindata')
-depends=('glibc')
-_minikube_commit='792dbf92a1de583fcee76f8791cff12e0c9440ad'
-source=("git+https://github.com/kubernetes/minikube.git#commit=${_minikube_commit};)
-md5sums=('SKIP')
-
-prepare() {
-  rm -rf "$srcdir/src"
-  mkdir -p "$srcdir/src/k8s.io"
-  mv -T "$srcdir/minikube" "$srcdir/src/k8s.io/minikube"
-}
-
-build() {
-  export GOPATH="$srcdir"
-  cd "$GOPATH/src/k8s.io/minikube"
-  make
-}
-
-package() {
-  install -Dm755 "$srcdir/src/k8s.io/minikube/out/minikube" -t 
"$pkgdir/usr/bin"
-
-  "$pkgdir/usr/bin/minikube" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/minikube"
-  "$pkgdir/usr/bin/minikube" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_minikube"
-}

Copied: minikube/repos/community-x86_64/PKGBUILD (from rev 537823, 
minikube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 01:12:12 UTC (rev 537824)
@@ -0,0 +1,38 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Ivan Shapovalov 
+
+pkgname=minikube
+pkgver=1.6.1
+_minikube_commit=50daf97bde270c1b7d7f6678590daa1a365519ca
+pkgrel=1
+pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
+url="https://github.com/kubernetes/minikube;
+license=('Apache')
+arch=('x86_64')
+optdepends=(
+  'kubectl: to manage the cluster'
+  'virtualbox: to use --vm-driver=virtualbox'
+)
+makedepends=('git' 'go-pie' 'go-bindata')
+depends=('glibc')
+source=("git+https://github.com/kubernetes/minikube.git#commit=${_minikube_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  rm -rf "$srcdir/src"
+  mkdir -p "$srcdir/src/k8s.io"
+  mv -T "$srcdir/minikube" "$srcdir/src/k8s.io/minikube"
+}
+
+build() {
+  export GOPATH="$srcdir"
+  cd "$GOPATH/src/k8s.io/minikube"
+  make
+}
+
+package() {
+  install -Dm755 "$srcdir/src/k8s.io/minikube/out/minikube" -t 
"$pkgdir/usr/bin"
+
+  "$pkgdir/usr/bin/minikube" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/minikube"
+  "$pkgdir/usr/bin/minikube" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_minikube"
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Monday, December 16, 2019 @ 01:11:57
  Author: lfleischer
Revision: 537823

upgpkg: minikube 1.6.1-1: upstream update

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 00:21:58 UTC (rev 537822)
+++ PKGBUILD2019-12-16 01:11:57 UTC (rev 537823)
@@ -2,7 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.6.0
+pkgver=1.6.1
+_minikube_commit=50daf97bde270c1b7d7f6678590daa1a365519ca
 pkgrel=1
 pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube;
@@ -14,7 +15,6 @@
 )
 makedepends=('git' 'go-pie' 'go-bindata')
 depends=('glibc')
-_minikube_commit='792dbf92a1de583fcee76f8791cff12e0c9440ad'
 
source=("git+https://github.com/kubernetes/minikube.git#commit=${_minikube_commit};)
 md5sums=('SKIP')
 


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

2019-12-15 Thread Filipe Laíns via arch-commits
Date: Monday, December 16, 2019 @ 00:21:58
  Author: ffy00
Revision: 537822

archrelease: copy trunk to community-x86_64

Added:
  mustache-d/repos/community-x86_64/PKGBUILD
(from rev 537821, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 00:21:43 UTC (rev 537821)
+++ PKGBUILD2019-12-16 00:21:58 UTC (rev 537822)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mustache-d
-pkgver=0.1.3
-pkgrel=16
-pkgdesc='Moustache template engine for D'
-arch=('x86_64')
-url='https://github.com/repeatedly/mustache-d'
-license=('Boost')
-makedepends=('meson' 'ldc' 'liblphobos')
-source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
-sha512sums=('ae70cc0ad0e94729ae2a2a8a8598a7489e457406fb61534641b25d7413749d3ba977591453fab438ce752a4b51d0f91777b5c470f53d7e3884a9f70aad736ded')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  # Build with LDC
-  export DC=ldc
-
-  arch-meson ../$pkgname-$pkgver
-
-  ninja
-}
-
-package() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 537821, 
mustache-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 00:21:58 UTC (rev 537822)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
+sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  # Build with LDC
+  export DC=ldc
+
+  arch-meson ../$pkgname-$pkgver
+
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2019-12-15 Thread Filipe Laíns via arch-commits
Date: Monday, December 16, 2019 @ 00:21:43
  Author: ffy00
Revision: 537821

upgpkg: mustache-d 0.1.4-1

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 23:17:58 UTC (rev 537820)
+++ PKGBUILD2019-12-16 00:21:43 UTC (rev 537821)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=mustache-d
-pkgver=0.1.3
-pkgrel=16
+pkgver=0.1.4
+pkgrel=1
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'
@@ -9,7 +9,7 @@
 license=('Boost')
 makedepends=('meson' 'ldc' 'liblphobos')
 
source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
-sha512sums=('ae70cc0ad0e94729ae2a2a8a8598a7489e457406fb61534641b25d7413749d3ba977591453fab438ce752a4b51d0f91777b5c470f53d7e3884a9f70aad736ded')
+sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
 
 prepare() {
   mkdir -p build


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

2019-12-15 Thread Bruno Pagani via arch-commits
Date: Sunday, December 15, 2019 @ 23:17:58
  Author: archange
Revision: 537820

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 537819, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 537819, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   73 -
 matterbridge.service |   54 ++--
 2 files changed, 63 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 23:15:18 UTC (rev 537819)
+++ PKGBUILD2019-12-15 23:17:58 UTC (rev 537820)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc)
-makedepends=(go-pie git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha256sums=('44893887a62d6a6ae7d749349a088e28a1342b941e9caf0be5e2264abce4498d'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 537819, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 23:17:58 UTC (rev 537820)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.16.3
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha256sums=('5406d94978a59a6776cf66cae3f519cceae3a210d57091da87db770c4d66b4e1'
+'SKIP'
+'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2019-12-15 23:15:18 UTC (rev 537819)
+++ matterbridge.service2019-12-15 23:17:58 UTC (rev 537820)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
537819, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2019-12-15 23:17:58 UTC (rev 537820)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge
+DynamicUser=yes
+ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml

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

2019-12-15 Thread Bruno Pagani via arch-commits
Date: Sunday, December 15, 2019 @ 23:15:18
  Author: archange
Revision: 537819

upgpkg: matterbridge 1.16.3-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 23:10:40 UTC (rev 537818)
+++ PKGBUILD2019-12-15 23:15:18 UTC (rev 537819)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 matterbridge.service)
-sha256sums=('44893887a62d6a6ae7d749349a088e28a1342b941e9caf0be5e2264abce4498d'
+sha256sums=('5406d94978a59a6776cf66cae3f519cceae3a210d57091da87db770c4d66b4e1'
 'SKIP'
 '89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
@@ -23,7 +23,6 @@
   go mod vendor
 }
 
-
 build() {
   cd ${pkgname}-${pkgver}
   go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .


[arch-commits] Commit in (kashmir)

2019-12-15 Thread Bruno Pagani via arch-commits
Date: Sunday, December 15, 2019 @ 23:10:40
  Author: archange
Revision: 537818

Removed obsolete package

Deleted:
  kashmir/


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

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 23:05:01
  Author: arojas
Revision: 371553

Build python bindings with sip5

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 22:53:31 UTC (rev 371552)
+++ PKGBUILD2019-12-15 23:05:01 UTC (rev 371553)
@@ -6,11 +6,11 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
 pkgver=2.11.3
-pkgrel=6
+pkgrel=7
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip')
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5')
 options=('!buildflags') # Fix Qt Designer plugin
 
source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
 sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
@@ -28,7 +28,7 @@
 make
 
 cd ../Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/
 make
 }
 


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

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 23:05:19
  Author: arojas
Revision: 371554

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 371553, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 23:05:01 UTC (rev 371553)
+++ PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.3
-pkgrel=5
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
-
-build() {
-cd "$srcdir"/QScintilla-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=(qt5-base)
-
-cd QScintilla-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python bindings for QScintilla2"
-depends=(qscintilla-qt5 python-pyqt5)
-replaces=(python-qscintilla-qt5-common)
-
-cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 371553, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.3
+pkgrel=7
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
+
+build() {
+cd "$srcdir"/QScintilla-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=(qt5-base)
+
+cd QScintilla-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+pkgdesc="Python bindings for QScintilla2"
+depends=(qscintilla-qt5 python-pyqt5)
+replaces=(python-qscintilla-qt5-common)
+
+cd QScintilla-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
+}


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

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 22:53:31
  Author: arojas
Revision: 371552

Rebuild to move sip files to the new location

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:40:22 UTC (rev 371551)
+++ PKGBUILD2019-12-15 22:53:31 UTC (rev 371552)
@@ -6,7 +6,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
 pkgver=2.11.3
-pkgrel=5
+pkgrel=6
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro;
@@ -49,5 +49,5 @@
 replaces=(python-qscintilla-qt5-common)
 
 cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 }


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

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 22:30:12
  Author: arojas
Revision: 537816

archrelease: copy trunk to community-x86_64

Added:
  frei0r-plugins/repos/community-x86_64/PKGBUILD
(from rev 537815, frei0r-plugins/trunk/PKGBUILD)
Deleted:
  frei0r-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 22:29:53 UTC (rev 537815)
+++ PKGBUILD2019-12-15 22:30:12 UTC (rev 537816)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-
-pkgname=frei0r-plugins
-pkgver=1.6.1
-pkgrel=7
-pkgdesc="Minimalistic plugin API for video effects"
-arch=('x86_64')
-url="https://frei0r.dyne.org/;
-license=('GPL')
-depends=('cairo' 'gavl')
-makedepends=('doxygen') # opencv - not compatible with 4.0
-#optdepends=('opencv: for facebl0r and facedetect plugins')
-source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
-sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: frei0r-plugins/repos/community-x86_64/PKGBUILD (from rev 537815, 
frei0r-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 22:30:12 UTC (rev 537816)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Minimalistic plugin API for video effects"
+arch=('x86_64')
+url="https://frei0r.dyne.org/;
+license=('GPL')
+depends=('cairo' 'gavl')
+makedepends=('cmake' 'doxygen') # opencv - not compatible with 4.0
+#optdepends=('opencv: for facebl0r and facedetect plugins')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
+sha256sums=('1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'
+'SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 22:29:53
  Author: arojas
Revision: 537815

Update to 1.7.0, switch to cmake - autotools is broken

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 19:46:16 UTC (rev 537814)
+++ PKGBUILD2019-12-15 22:29:53 UTC (rev 537815)
@@ -2,28 +2,29 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=frei0r-plugins
-pkgver=1.6.1
-pkgrel=7
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Minimalistic plugin API for video effects"
 arch=('x86_64')
 url="https://frei0r.dyne.org/;
 license=('GPL')
 depends=('cairo' 'gavl')
-makedepends=('doxygen') # opencv - not compatible with 4.0
+makedepends=('cmake' 'doxygen') # opencv - not compatible with 4.0
 #optdepends=('opencv: for facebl0r and facedetect plugins')
 source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
-sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
+sha256sums=('1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'
 'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install
 }


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

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:40:22
  Author: jelle
Revision: 371551

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 21:40:14 UTC (rev 371550)
+++ PKGBUILD2019-12-15 21:40:22 UTC (rev 371551)
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=pytest-qt
-pkgname=python-pytest-qt
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='pytest support for PyQt and PySide applications'
-arch=(any)
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-qt'
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pyqt5' 'pyside2' 'xorg-server-xvfb')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('8b3ce7b62621c55fb319966b162cb60663c5ef290f34e62e6a9329e67f530c2bde1329ae0b045b15c99ae14f5f6a5fef9ee930475fa700922c50ee725adf7983')
-
-build() {
-  cd ${_name}-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${_name}-$pkgver
-  PYTHONPATH=. PYTEST_QT_API=pyqt5 xvfb-run pytest --fixtures pytestqt .
-}
-
-package() {
-  cd ${_name}-$pkgver
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-}

Copied: python-pytest-qt/repos/community-any/PKGBUILD (from rev 371550, 
python-pytest-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 21:40:22 UTC (rev 371551)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+_name=pytest-qt
+pkgname=python-pytest-qt
+pkgver=3.3.0
+pkgrel=2
+pkgdesc='pytest support for PyQt and PySide applications'
+arch=(any)
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-qt'
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('8b3ce7b62621c55fb319966b162cb60663c5ef290f34e62e6a9329e67f530c2bde1329ae0b045b15c99ae14f5f6a5fef9ee930475fa700922c50ee725adf7983')
+
+build() {
+  cd ${_name}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-$pkgver
+  PYTHONPATH=. PYTEST_QT_API=pyqt5 xvfb-run pytest --fixtures pytestqt .
+}
+
+package() {
+  cd ${_name}-$pkgver
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:40:14
  Author: jelle
Revision: 371550

upgpkg: python-pytest-qt 3.3.0-2

Fixup add license

Modified:
  python-pytest-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:36:42 UTC (rev 371549)
+++ PKGBUILD2019-12-15 21:40:14 UTC (rev 371550)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')
@@ -27,4 +27,5 @@
 package() {
   cd ${_name}-$pkgver
   python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:36:42
  Author: jelle
Revision: 371549

archrelease: copy trunk to community-any

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

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

Copied: python-pytest-qt/repos/community-any/PKGBUILD (from rev 371548, 
python-pytest-qt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-15 21:36:42 UTC (rev 371549)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+
+_name=pytest-qt
+pkgname=python-pytest-qt
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='pytest support for PyQt and PySide applications'
+arch=(any)
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-qt'
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('8b3ce7b62621c55fb319966b162cb60663c5ef290f34e62e6a9329e67f530c2bde1329ae0b045b15c99ae14f5f6a5fef9ee930475fa700922c50ee725adf7983')
+
+build() {
+  cd ${_name}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-$pkgver
+  PYTHONPATH=. PYTEST_QT_API=pyqt5 xvfb-run pytest --fixtures pytestqt .
+}
+
+package() {
+  cd ${_name}-$pkgver
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}


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

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:36:32
  Author: jelle
Revision: 371548

upgpkg: python-pytest-qt 3.3.0-1

Initial commit, test dependency of enaml

Modified:
  python-pytest-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:16:50 UTC (rev 371547)
+++ PKGBUILD2019-12-15 21:36:32 UTC (rev 371548)
@@ -10,6 +10,7 @@
 url='https://github.com/pytest-dev/pytest-qt'
 depends=('python-pytest')
 makedepends=('python-setuptools-scm')
+checkdepends=('python-pyqt5' 'pyside2' 'xorg-server-xvfb')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
 
sha512sums=('8b3ce7b62621c55fb319966b162cb60663c5ef290f34e62e6a9329e67f530c2bde1329ae0b045b15c99ae14f5f6a5fef9ee930475fa700922c50ee725adf7983')
 
@@ -20,7 +21,7 @@
 
 check() {
   cd ${_name}-$pkgver
-  pytest
+  PYTHONPATH=. PYTEST_QT_API=pyqt5 xvfb-run pytest --fixtures pytestqt .
 }
 
 package() {


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

2019-12-15 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 15, 2019 @ 21:16:50
  Author: demize
Revision: 371547

Add link to signing key page

Modified:
  rhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:15:32 UTC (rev 371546)
+++ PKGBUILD2019-12-15 21:16:50 UTC (rev 371547)
@@ -22,6 +22,7 @@
 
 sha256sums=('42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6'
 'SKIP')
+# https://sourceforge.net/p/rhash/wiki/PublicKey/
 validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
 
 prepare() {


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

2019-12-15 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 15, 2019 @ 21:15:32
  Author: demize
Revision: 371546

archrelease: copy trunk to testing-x86_64

Added:
  rhash/repos/testing-x86_64/
  rhash/repos/testing-x86_64/PKGBUILD
(from rev 371545, rhash/trunk/PKGBUILD)

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

Copied: rhash/repos/testing-x86_64/PKGBUILD (from rev 371545, 
rhash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-15 21:15:32 UTC (rev 371546)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.9
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='https://github.com/rhash/RHash'
+license=('BSD')
+arch=('x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(rhash-$pkgver.tar.gz::https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
+
rhash-$pkgver.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
+
+sha256sums=('42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6'
+'SKIP')
+validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
+
+prepare() {
+  cd RHash-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --extra-cflags="$CFLAGS" 
--extra-ldflags="$LDFLAGS"
+}
+
+build() {
+  cd RHash-$pkgver
+  make
+}
+
+check() {
+  cd RHash-$pkgver
+  make test test-lib
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make DESTDIR="$pkgdir" install
+
+  # library, since the makefiles are still broken
+  make -C librhash DESTDIR="$pkgdir" install-lib-headers install-lib-shared 
install-so-link
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}


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

2019-12-15 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 15, 2019 @ 21:15:22
  Author: demize
Revision: 371545

upgpkg: rhash 1.3.9-1

Modified:
  rhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:06:39 UTC (rev 371544)
+++ PKGBUILD2019-12-15 21:15:22 UTC (rev 371545)
@@ -5,12 +5,12 @@
 # Contributor: reMiND 
 
 pkgname=rhash
-pkgver=1.3.8
+pkgver=1.3.9
 pkgrel=1
 
 pkgdesc='Utility for verifying hash sums of files'
 url='https://github.com/rhash/RHash'
-license=('custom' 'MIT')
+license=('BSD')
 arch=('x86_64')
 
 depends=('glibc')
@@ -17,10 +17,10 @@
 
 backup=('etc/rhashrc')
 
-source=(https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
-
https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
+source=(rhash-$pkgver.tar.gz::https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
+
rhash-$pkgver.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
 
-sha256sums=('be536a56acfefc87dbc8b1db30fc639020e41edf05518185ea98630e3df7c04c'
+sha256sums=('42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6'
 'SKIP')
 validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
 


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:31:02
  Author: andyrtr
Revision: 371543

archrelease: copy trunk to testing-x86_64

Added:
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 371542, cups-filters/trunk/PKGBUILD)

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

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 371542, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-15 20:31:02 UTC (rev 371543)
@@ -0,0 +1,55 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 "${pkgdir}"/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:30:57
  Author: andyrtr
Revision: 371542

upgpkg: cups-filters 1.26.0-1: upstream update 1.26.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 20:26:00 UTC (rev 371541)
+++ PKGBUILD2019-12-15 20:30:57 UTC (rev 371542)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.13
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc')
+sha256sums=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07')
 
 build() {
   cd "$pkgname"-$pkgver


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:25:42
  Author: andyrtr
Revision: 371540

upgpkg: cups 2.3.1-1: upstream update 2.3.1

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 20:14:56 UTC (rev 371539)
+++ PKGBUILD2019-12-15 20:25:42 UTC (rev 371540)
@@ -2,8 +2,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.3.1
+pkgrel=1
 arch=('x86_64')
 license=('Apache' 'custom')
 url="https://www.cups.org/;
@@ -20,7 +20,7 @@
 # bugfixes
 cups-systemd-socket.patch
 guid.patch)
-sha256sums=('acaf0229cf008ea8f06353ffd1bbd62d71dbe88990dd3330650ef87edb95a1a5'
+sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
 'SKIP'
 'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -156,11 +156,6 @@
   touch "${pkgdir}"/etc/cups/subscriptions.conf
   chgrp -R 209 "${pkgdir}"/etc/cups
 
-  # fix dbus policy location - --with-dbusdir doens't work
-  install -dm755 "${pkgdir}"/usr/share/dbus-1/system.d
-  mv "${pkgdir}"/etc/dbus-1/system.d/cups.conf 
"${pkgdir}"/usr/share/dbus-1/system.d
-  rm -rf "${pkgdir}"/etc/dbus-1
-
   # fix .desktop file
   sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open 
http://localhost:631/|g' "${pkgdir}"/usr/share/applications/cups.desktop
 


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:26:00
  Author: andyrtr
Revision: 371541

archrelease: copy trunk to testing-x86_64

Added:
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 371540, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 371540, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 371540, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 371540, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 371540, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 371540, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 371540, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/cups.sysusers
(from rev 371540, cups/trunk/cups.sysusers)
  cups/repos/testing-x86_64/guid.patch
(from rev 371540, cups/trunk/guid.patch)

--+
 PKGBUILD |  173 +
 cups-1.6.2-statedir.patch|   12 ++
 cups-no-export-ssllibs.patch |   12 ++
 cups-systemd-socket.patch|   37 
 cups.install |   20 
 cups.logrotate   |5 +
 cups.pam |3 
 cups.sysusers|2 
 guid.patch   |   42 +
 9 files changed, 306 insertions(+)

Copied: cups/repos/testing-x86_64/PKGBUILD (from rev 371540, 
cups/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-15 20:26:00 UTC (rev 371541)
@@ -0,0 +1,173 @@
+# Maintainer: Andreas Radke 
+
+pkgbase="cups"
+pkgname=('libcups' 'cups')
+pkgver=2.3.1
+pkgrel=1
+arch=('x86_64')
+license=('Apache' 'custom')
+url="https://www.cups.org/;
+makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
+ 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
+cups.logrotate
+cups.pam
+cups.sysusers
+# improve build and linking
+cups-no-export-ssllibs.patch
+cups-1.6.2-statedir.patch
+# bugfixes
+cups-systemd-socket.patch
+guid.patch)
+sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
+'SKIP'
+'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
+'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
+'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
+'656374f4933ad33d34bbaf4ac89ce4ee13c04fd398454eadbb8cbcf68418c704'
+'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
+validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
+
+prepare() {
+
+  cd "${pkgbase}"-${pkgver}
+
+  # improve build and linking
+  # Do not export SSL libs in cups-config
+  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
+  # move /var/run -> /run for pid file
+  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
+
+  # bug fixes
+  # make sure network is up when starting and notify systemd - FC
+  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
+
+  # FS#56818 - https://github.com/apple/cups/issues/5236
+  patch -Np1 -i "${srcdir}"/guid.patch
+
+  # set MaxLogSize to 0 to prevent using cups internal log rotation
+  sed -i -e '5i\ ' conf/cupsd.conf.in
+  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
+  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
+
+  # Rebuild configure script for not zipping man-pages.
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+}
+
+build() {
+  cd "${pkgbase}"-${pkgver}
+
+  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin \
+ --libdir=/usr/lib \
+ --with-logdir=/var/log/cups \
+ --with-docdir=/usr/share/cups/doc \
+ --with-exe-file-perm=0755 \
+ --with-cups-user=209 \
+ --with-cups-group=209 \
+ --enable-pam=yes \
+ --enable-raw-printing \
+ --enable-dbus=yes \
+ --with-dbusdir=/usr/share/dbus-1 \
+ --enable-ssl=yes \
+ --enable-relro \
+ 

[arch-commits] Commit in shadow/repos (13 files)

2019-12-15 Thread Dave Reisner via arch-commits
Date: Sunday, December 15, 2019 @ 20:14:56
  Author: dreisner
Revision: 371539

archrelease: copy trunk to testing-x86_64

Added:
  shadow/repos/testing-x86_64/
  shadow/repos/testing-x86_64/LICENSE
(from rev 371538, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 371538, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 371538, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 371538, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 371538, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/login.defs
(from rev 371538, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 371538, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 371538, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow.install
(from rev 371538, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 371538, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 371538, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 371538, shadow/trunk/useradd.defaults)

--+
 LICENSE  |   31 +++
 PKGBUILD |  138 +++
 chgpasswd|4 +
 chpasswd |6 +
 defaults.pam |6 +
 login.defs   |  208 +
 newusers |6 +
 passwd   |4 +
 shadow.install   |   15 +++
 shadow.service   |   11 ++
 shadow.timer |7 +
 useradd.defaults |9 ++
 12 files changed, 445 insertions(+)

Copied: shadow/repos/testing-x86_64/LICENSE (from rev 371538, 
shadow/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-12-15 20:14:56 UTC (rev 371539)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 1994, Julianne Frances Haugh
+ * Copyright (c) 1996 - 2000, Marek Michałkiewicz
+ * Copyright (c) 2001 - 2006, Tomasz Kłoczko
+ * Copyright (c) 2007 - 2009, Nicolas François
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. The name of the copyright holders or contributors may not be used to
+ *endorse or promote products derived from this software without
+ *specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
+ * HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */

Copied: shadow/repos/testing-x86_64/PKGBUILD (from rev 371538, 
shadow/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-15 20:14:56 UTC (rev 371539)
@@ -0,0 +1,138 @@
+# Maintainer: Dave Reisner 
+# Maintainer: Aaron Griffin 
+
+pkgname=shadow
+pkgver=4.8
+pkgrel=1
+pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
+arch=('x86_64')
+url='https://github.com/shadow-maint/shadow'
+license=('BSD')
+depends=('pam' 'acl' 'audit' 'libaudit.so')
+makedepends=('git' 'itstool' 'libxslt' 'docbook-xsl')
+backup=(etc/login.defs
+etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
+etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
+etc/pam.d/{chgpasswd,groupmems}
+etc/default/useradd)
+options=(strip debug)
+validpgpkeys=('D5C2F9BFCA128BBA22A77218872F702C4D6E25A8')  # Christian Perrier
+source=("git+https://github.com/shadow-maint/shadow.git#tag=$pkgver;
+LICENSE
+chgpasswd
+chpasswd
+defaults.pam
+login.defs
+newusers
+passwd
+

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

2019-12-15 Thread Dave Reisner via arch-commits
Date: Sunday, December 15, 2019 @ 20:13:55
  Author: dreisner
Revision: 371538

upgpkg: shadow 4.8-1

- build with --disable-account-tools-setuid (FS#64836)
- replace gnome-doc-utils with itstool to follow upstream change

Modified:
  shadow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 20:09:10 UTC (rev 371537)
+++ PKGBUILD2019-12-15 20:13:55 UTC (rev 371538)
@@ -2,14 +2,14 @@
 # Maintainer: Aaron Griffin 
 
 pkgname=shadow
-pkgver=4.7
-pkgrel=3
+pkgver=4.8
+pkgrel=1
 pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
 arch=('x86_64')
 url='https://github.com/shadow-maint/shadow'
 license=('BSD')
 depends=('pam' 'acl' 'audit' 'libaudit.so')
-makedepends=('git' 'libxslt' 'docbook-xsl' 'gnome-doc-utils')
+makedepends=('git' 'itstool' 'libxslt' 'docbook-xsl')
 backup=(etc/login.defs
 etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
 etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
@@ -50,8 +50,6 @@
   cd "$pkgname"
 
   local backports=(
-edf7547ad5aa650be868cf2dac58944773c12d75
-e293aa9cfca0619a63616af75532637dab60d49d
   )
 
   for commit in "${backports[@]}"; do
@@ -69,8 +67,9 @@
 --sbindir=/usr/bin \
 --libdir=/usr/lib \
 --mandir=/usr/share/man \
+--sysconfdir=/etc \
 --enable-man \
---sysconfdir=/etc \
+--disable-account-tools-setuid \
 --with-libpam \
 --with-group-name-max-length=32 \
 --with-audit \


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:09:10
  Author: andyrtr
Revision: 371537

archrelease: copy trunk to extra-x86_64

Added:
  libxpm/repos/extra-x86_64/PKGBUILD
(from rev 371536, libxpm/trunk/PKGBUILD)
Deleted:
  libxpm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 20:09:01 UTC (rev 371536)
+++ PKGBUILD2019-12-15 20:09:10 UTC (rev 371537)
@@ -1,30 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libxpm
-pkgver=3.5.12
-pkgrel=2
-pkgdesc="X11 pixmap library"
-arch=('x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('libxt' 'libxext')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2{,.sig})
-sha256sums=('fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec'
-'SKIP')
-validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-
-build() {
-  cd "${srcdir}/libXpm-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXpm-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxpm/repos/extra-x86_64/PKGBUILD (from rev 371536, 
libxpm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 20:09:10 UTC (rev 371537)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libxpm
+pkgver=3.5.13
+pkgrel=1
+pkgdesc="X11 pixmap library"
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('libxt' 'libxext')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2{,.sig})
+sha512sums=('3b8f6e926272f39b1d95135c2274c00f5aaee1f9fb2ef79f71628df5edeb7ba20158819ef6a778101cc4092493a3b5b613c53634fdccadcc0fc85f0605e5e9a5'
+'SKIP')
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
+
+build() {
+  cd libXpm-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd libXpm-${pkgver}
+  make check
+}
+
+package() {
+  cd libXpm-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:09:01
  Author: andyrtr
Revision: 371536

upgpkg: libxpm 3.5.13-1: upstream update 3.5.13

Modified:
  libxpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 19:38:02 UTC (rev 371535)
+++ PKGBUILD2019-12-15 20:09:01 UTC (rev 371536)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxpm
-pkgver=3.5.12
-pkgrel=2
+pkgver=3.5.13
+pkgrel=1
 pkgdesc="X11 pixmap library"
 arch=('x86_64')
 license=('custom')
@@ -11,20 +11,26 @@
 depends=('libxt' 'libxext')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2{,.sig})
-sha256sums=('fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec'
+sha512sums=('3b8f6e926272f39b1d95135c2274c00f5aaee1f9fb2ef79f71628df5edeb7ba20158819ef6a778101cc4092493a3b5b613c53634fdccadcc0fc85f0605e5e9a5'
 'SKIP')
 validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
 
 build() {
-  cd "${srcdir}/libXpm-${pkgver}"
+  cd libXpm-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
+check() {
+  cd libXpm-${pkgver}
+  make check
+}
+
 package() {
-  cd "${srcdir}/libXpm-${pkgver}"
+  cd libXpm-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:46:12
  Author: eworm
Revision: 537813

upgpkg: libmicrohttpd 0.9.69-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 19:44:57 UTC (rev 537812)
+++ PKGBUILD2019-12-15 19:46:12 UTC (rev 537813)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.68
+pkgver=0.9.69
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61'
+sha256sums=('fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e'
 'SKIP')
 
 build() {


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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:46:16
  Author: eworm
Revision: 537814

archrelease: copy trunk to community-x86_64

Added:
  libmicrohttpd/repos/community-x86_64/PKGBUILD
(from rev 537813, libmicrohttpd/trunk/PKGBUILD)
Deleted:
  libmicrohttpd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 19:46:12 UTC (rev 537813)
+++ PKGBUILD2019-12-15 19:46:16 UTC (rev 537814)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Norberto Lopes 
-# Contributor: Kao Dome 
-# Contributor: Dmitrij D. Czarkoff 
-# Contributor: Mathias Rohnstock 
-
-pkgname=libmicrohttpd
-pkgver=0.9.68
-pkgrel=1
-pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
-arch=('x86_64')
-url="https://www.gnu.org/software/libmicrohttpd/;
-license=('LGPL')
-depends=('gnutls')
-checkdepends=('curl')
-validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
-  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

-source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-dependency-tracking \
---disable-examples \
---enable-curl \
---enable-https \
---enable-largefile \
---enable-messages \
---with-pic
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libmicrohttpd/repos/community-x86_64/PKGBUILD (from rev 537813, 
libmicrohttpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 19:46:16 UTC (rev 537814)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.69
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:44:53
  Author: eworm
Revision: 537811

upgpkg: open-vm-tools 6:11.0.1-1

new upstream release

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 19:38:20 UTC (rev 537810)
+++ PKGBUILD2019-12-15 19:44:53 UTC (rev 537811)
@@ -3,7 +3,7 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=11.0.0
+pkgver=11.0.1
 pkgrel=1
 pkgdesc='The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 '0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch'
 'vmtoolsd.service'
 'vmware-vmblock-fuse.service')
-sha256sums=('e5c1929cef0fe6db76c8e5700a2160c31020651ab7a0618d5ac402d8e50d2ac7'
+sha256sums=('99f1e3c5245bb002c1e66cbb7a1078e1c3567db5f92cc2e00ab08557e9df4758'
 'c97484a15dbc65d7eb14bbd96dd3785e2a1a130a44e3950f9865a988c28bc137'
 '5a9403f78356873258521644068f2c9639b994d5954e5ad953934136822b2689'
 '99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f')


[arch-commits] Commit in open-vm-tools/repos/community-x86_64 (8 files)

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:44:57
  Author: eworm
Revision: 537812

archrelease: copy trunk to community-x86_64

Added:
  
open-vm-tools/repos/community-x86_64/0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch
(from rev 537811, 
open-vm-tools/trunk/0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 537811, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 537811, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
(from rev 537811, open-vm-tools/trunk/vmware-vmblock-fuse.service)
Deleted:
  
open-vm-tools/repos/community-x86_64/0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service

--+
 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch |  174 ++---
 PKGBUILD |  130 -
 vmtoolsd.service |   18 -
 vmware-vmblock-fuse.service  |   24 -
 4 files changed, 173 insertions(+), 173 deletions(-)

Deleted: 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch
===
--- 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch2019-12-15 
19:44:53 UTC (rev 537811)
+++ 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch2019-12-15 
19:44:57 UTC (rev 537812)
@@ -1,87 +0,0 @@
-From 89c0d444567eb525e8d083fb564c46d68e96660c Mon Sep 17 00:00:00 2001
-From: Oliver Kurth 
-Date: Mon, 30 Sep 2019 16:24:27 -0700
-Subject: [PATCH] GitHub Issue #367. Remove references to deprecated
- G_INLINE_FUNC.
-
-G_INLINE_FUNC was a work-around for compilers that didn't support
-static inline.  Change uses of it to static inline.

- open-vm-tools/lib/include/vmware/tools/plugin.h | 2 +-
- open-vm-tools/lib/include/vmware/tools/threadPool.h | 8 
- open-vm-tools/lib/include/vmware/tools/utils.h  | 9 -
- 3 files changed, 5 insertions(+), 14 deletions(-)
-
-diff --git a/open-vm-tools/lib/include/vmware/tools/plugin.h 
b/open-vm-tools/lib/include/vmware/tools/plugin.h
-index f9acc6a29..deefd1f3d 100644
 a/open-vm-tools/lib/include/vmware/tools/plugin.h
-+++ b/open-vm-tools/lib/include/vmware/tools/plugin.h
-@@ -290,7 +290,7 @@ typedef struct ToolsAppCtx {
-  *
-  * @return TRUE if COM is initialized when the function returns.
-  */
--G_INLINE_FUNC gboolean
-+static inline gboolean
- ToolsCore_InitializeCOM(ToolsAppCtx *ctx)
- {
-if (!ctx->comInitialized) {
-diff --git a/open-vm-tools/lib/include/vmware/tools/threadPool.h 
b/open-vm-tools/lib/include/vmware/tools/threadPool.h
-index 3f2082b3e..5880fbcff 100644
 a/open-vm-tools/lib/include/vmware/tools/threadPool.h
-+++ b/open-vm-tools/lib/include/vmware/tools/threadPool.h
-@@ -91,7 +91,7 @@ typedef struct ToolsCorePool {
-  
***
-  */
- 
--G_INLINE_FUNC ToolsCorePool *
-+static inline ToolsCorePool *
- ToolsCorePool_GetPool(ToolsAppCtx *ctx)
- {
-ToolsCorePool *pool = NULL;
-@@ -123,7 +123,7 @@ ToolsCorePool_GetPool(ToolsAppCtx *ctx)
-  
***
-  */
- 
--G_INLINE_FUNC guint
-+static inline guint
- ToolsCorePool_SubmitTask(ToolsAppCtx *ctx,
-  ToolsCorePoolCb cb,
-  gpointer data,
-@@ -153,7 +153,7 @@ ToolsCorePool_SubmitTask(ToolsAppCtx *ctx,
-  
***
-  */
- 
--G_INLINE_FUNC void
-+static inline void
- ToolsCorePool_CancelTask(ToolsAppCtx *ctx,
-  guint taskId)
- {
-@@ -197,7 +197,7 @@ ToolsCorePool_CancelTask(ToolsAppCtx *ctx,
-  
***
-  */
- 
--G_INLINE_FUNC gboolean
-+static inline gboolean
- ToolsCorePool_StartThread(ToolsAppCtx *ctx,
-   const gchar *threadName,
-   ToolsCorePoolCb cb,
-diff --git a/open-vm-tools/lib/include/vmware/tools/utils.h 
b/open-vm-tools/lib/include/vmware/tools/utils.h
-index f65745906..a3292d5c0 100644
 a/open-vm-tools/lib/include/vmware/tools/utils.h
-+++ b/open-vm-tools/lib/include/vmware/tools/utils.h
-@@ -51,15 +51,6 @@
- #  include 
- #endif
- 
--
--/* Work around a glib limitation: it doesn't set G_INLINE_FUNC on Win32. */
--#if defined(G_PLATFORM_WIN32)
--#  if defined(G_INLINE_FUNC)
--# undef G_INLINE_FUNC
--#  endif
--#  define G_INLINE_FUNC static __inline
--#endif
--
- #ifndef ABS
- #  define ABS(x) (((x) >= 0) ? (x) : -(x))
- #endif

Copied: 

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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:38:20
  Author: eworm
Revision: 537810

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 537809, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 537809, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-12-15 19:38:20 UTC (rev 537810)
@@ -0,0 +1,118 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='50a79652baa8650dc2bf7fe5979e67eb673a218e' # git rev-parse v${pkgver}
+pkgver=244.1
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
+
+-Daudit=false
+-Dgnu-efi=false
+-Dima=false
+-Dlibidn2=true
+-Dlz4=false
+-Dblkid=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibiptc=false
+-Dmanpages=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+-Dman=false
+-Dhtml=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:38:17
  Author: eworm
Revision: 537809

upgpkg: lib32-systemd 244.1-1

new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:39:37 UTC (rev 537808)
+++ PKGBUILD2019-12-15 19:38:17 UTC (rev 537809)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='ec298e702b87e2859f7f7864f51eef3360daf163' # git rev-parse v${pkgver}
-pkgver=244
+_tag='50a79652baa8650dc2bf7fe5979e67eb673a218e' # git rev-parse v${pkgver}
+pkgver=244.1
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')


[arch-commits] Commit in systemd/repos (21 files)

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:38:02
  Author: eworm
Revision: 371535

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 371534, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 371534, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 371534, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 371534, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 371534, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 371534, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 371534, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 371534, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 371534, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 371534, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 371534, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 371534, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 371534, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 371534, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 371534, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 371534, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 371534, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 371534, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 371534, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 371534, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  262 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 +
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 +++
 systemd-user.pam   |5 
 systemd.install|  109 +
 19 files changed, 836 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 371534, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2019-12-15 19:38:02 UTC (rev 371535)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2019-12-15 Thread Christian Hesse via arch-commits
Date: Sunday, December 15, 2019 @ 19:37:48
  Author: eworm
Revision: 371534

upgpkg: systemd 244.1-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:51:02 UTC (rev 371533)
+++ PKGBUILD2019-12-15 19:37:48 UTC (rev 371534)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='ec298e702b87e2859f7f7864f51eef3360daf163' # git rev-parse v${pkgver}
-pkgver=244
+_tag='50a79652baa8650dc2bf7fe5979e67eb673a218e' # git rev-parse v${pkgver}
+pkgver=244.1
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


[arch-commits] Commit in namcap/trunk (PKGBUILD namcap-fix-full-relro.patch)

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:50:53
  Author: svenstaro
Revision: 371532

upgpkg: namcap 3.2.10-1

Modified:
  namcap/trunk/PKGBUILD
Deleted:
  namcap/trunk/namcap-fix-full-relro.patch

-+
 PKGBUILD|9 +++--
 namcap-fix-full-relro.patch |   38 --
 2 files changed, 3 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:32:01 UTC (rev 371531)
+++ PKGBUILD2019-12-15 18:50:53 UTC (rev 371532)
@@ -2,8 +2,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=namcap
-pkgver=3.2.8
-pkgrel=5
+pkgver=3.2.10
+pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="https://projects.archlinux.org/namcap.git/;
@@ -12,11 +12,9 @@
  'binutils' 'elfutils' 'python-pyelftools')
 makedepends=('python-setuptools')
 
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
-namcap-fix-full-relro.patch
 namcap-ignore-so-no-pie.patch
 missing-desktop-file-utils.patch)
-sha512sums=('504b8294a86fdcc15946098fa57a4b6ca3bea0daf9ec51e7eab62078225b2102f527e123a9aeee33b8c4151adb8a59c5a682e25fd0330bd576d3da737f2a7d81'
-
'2ca2bebef6c2307b73081b424c1a6cc34f0087726c48bac7808b35d88ddab6d8668b09ebf964a46f48fde4ce2c2ab8b5fdcc5120864d412d24d66d623bd47b6c'
+sha512sums=('bdcca39cff873cc1ac7138bc2f218e808019424c1ff414b98f183400c08879a94fe7318049b1912dd094c1fced14b095a467465b04cd78cb9d1725cdbe2be821'
 
'df8a8c389aa9d619650d6e472409e4480095e09d5ea60b232a865e1a654dd9440e2228f1f098302b529d6db89f9cd0d8d066881da2bc3ca9ec07b17368efd2cf'
 
'74efb1939053f41129cd811cf84abef8ff84ca4673cb62c3115b9d56830a57a48fed021b9807a74299c4c4cf3ec1880733f91dd5d06f4b9ac294fc78a9b5498e')
 
@@ -23,7 +21,6 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -Np1 -i "${srcdir}/missing-desktop-file-utils.patch"
-  patch -Np1 -i "${srcdir}/namcap-fix-full-relro.patch"
   patch -Np1 -i "${srcdir}/namcap-ignore-so-no-pie.patch"
 }
 

Deleted: namcap-fix-full-relro.patch
===
--- namcap-fix-full-relro.patch 2019-12-15 18:32:01 UTC (rev 371531)
+++ namcap-fix-full-relro.patch 2019-12-15 18:50:53 UTC (rev 371532)
@@ -1,38 +0,0 @@
-From 4bf61fa3c5ecb928b2aaa526f8f56f3b5284d25f Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Tue, 11 Sep 2018 22:28:37 +0800
-Subject: elffiles: also check DF_BIND_NOW when checking FULL RELRO
-
-Looks like DF_BIND_NOW has the same function as DT_BIND_NOW.
-
-Signed-off-by: Kyle Keen 

- Namcap/rules/elffiles.py | 9 +++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/Namcap/rules/elffiles.py b/Namcap/rules/elffiles.py
-index d707a58..6cef680 100644
 a/Namcap/rules/elffiles.py
-+++ b/Namcap/rules/elffiles.py
-@@ -140,11 +140,16 @@ class ELFGnuRelroRule(TarballRule):
-   description = "Check for FULL RELRO in ELF files."
- 
-   def has_bind_now(self, elffile):
-+  DF_BIND_NOW = 0x08
-+
-   for section in elffile.iter_sections():
-   if not isinstance(section, DynamicSection):
-   continue
--  if any(tag.entry.d_tag == 'DT_BIND_NOW' for tag in 
section.iter_tags()):
--  return True
-+  for tag in section.iter_tags():
-+  if tag.entry.d_tag == 'DT_BIND_NOW':
-+  return True
-+  if tag.entry.d_tag == 'DT_FLAGS' and 
tag.entry.d_val & DF_BIND_NOW:
-+  return True
-   return False
- 
-   def analyze(self, pkginfo, tar):
--- 
-cgit v1.2.1-1-g437b
-


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

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:51:02
  Author: svenstaro
Revision: 371533

archrelease: copy trunk to extra-any

Added:
  namcap/repos/extra-any/PKGBUILD
(from rev 371532, namcap/trunk/PKGBUILD)
  namcap/repos/extra-any/missing-desktop-file-utils.patch
(from rev 371532, namcap/trunk/missing-desktop-file-utils.patch)
  namcap/repos/extra-any/namcap-ignore-so-no-pie.patch
(from rev 371532, namcap/trunk/namcap-ignore-so-no-pie.patch)
Deleted:
  namcap/repos/extra-any/PKGBUILD
  namcap/repos/extra-any/missing-desktop-file-utils.patch
  namcap/repos/extra-any/namcap-fix-full-relro.patch
  namcap/repos/extra-any/namcap-ignore-so-no-pie.patch

--+
 PKGBUILD |   89 +
 missing-desktop-file-utils.patch |   22 -
 namcap-fix-full-relro.patch  |   38 ---
 namcap-ignore-so-no-pie.patch|   52 ++---
 4 files changed, 80 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 18:50:53 UTC (rev 371532)
+++ PKGBUILD2019-12-15 18:51:02 UTC (rev 371533)
@@ -1,46 +0,0 @@
-# Maintainer : Rémy Oudompheng 
-# Contributor: Hugo Doria 
-
-pkgname=namcap
-pkgver=3.2.8
-pkgrel=5
-pkgdesc="A Pacman package analyzer"
-arch=('any')
-url="https://projects.archlinux.org/namcap.git/;
-license=('GPL')
-depends=('python' 'pyalpm>=0.5' 'licenses'
- 'binutils' 'elfutils' 'python-pyelftools')
-makedepends=('python-setuptools')
-source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
-namcap-fix-full-relro.patch
-namcap-ignore-so-no-pie.patch
-missing-desktop-file-utils.patch)
-sha512sums=('504b8294a86fdcc15946098fa57a4b6ca3bea0daf9ec51e7eab62078225b2102f527e123a9aeee33b8c4151adb8a59c5a682e25fd0330bd576d3da737f2a7d81'
-
'2ca2bebef6c2307b73081b424c1a6cc34f0087726c48bac7808b35d88ddab6d8668b09ebf964a46f48fde4ce2c2ab8b5fdcc5120864d412d24d66d623bd47b6c'
-
'df8a8c389aa9d619650d6e472409e4480095e09d5ea60b232a865e1a654dd9440e2228f1f098302b529d6db89f9cd0d8d066881da2bc3ca9ec07b17368efd2cf'
-
'74efb1939053f41129cd811cf84abef8ff84ca4673cb62c3115b9d56830a57a48fed021b9807a74299c4c4cf3ec1880733f91dd5d06f4b9ac294fc78a9b5498e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}/missing-desktop-file-utils.patch"
-  patch -Np1 -i "${srcdir}/namcap-fix-full-relro.patch"
-  patch -Np1 -i "${srcdir}/namcap-ignore-so-no-pie.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  env PARSE_PKGBUILD_PATH="${srcdir}/${pkgname}-${pkgver}" \
-  PATH="${srcdir}/${pkgname}-${pkgver}:$PATH" \
-  python setup.py test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}
-

Copied: namcap/repos/extra-any/PKGBUILD (from rev 371532, namcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 18:51:02 UTC (rev 371533)
@@ -0,0 +1,43 @@
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.2.10
+pkgrel=1
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="https://projects.archlinux.org/namcap.git/;
+license=('GPL')
+depends=('python' 'pyalpm>=0.5' 'licenses'
+ 'binutils' 'elfutils' 'python-pyelftools')
+makedepends=('python-setuptools')
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
+namcap-ignore-so-no-pie.patch
+missing-desktop-file-utils.patch)
+sha512sums=('bdcca39cff873cc1ac7138bc2f218e808019424c1ff414b98f183400c08879a94fe7318049b1912dd094c1fced14b095a467465b04cd78cb9d1725cdbe2be821'
+
'df8a8c389aa9d619650d6e472409e4480095e09d5ea60b232a865e1a654dd9440e2228f1f098302b529d6db89f9cd0d8d066881da2bc3ca9ec07b17368efd2cf'
+
'74efb1939053f41129cd811cf84abef8ff84ca4673cb62c3115b9d56830a57a48fed021b9807a74299c4c4cf3ec1880733f91dd5d06f4b9ac294fc78a9b5498e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/missing-desktop-file-utils.patch"
+  patch -Np1 -i "${srcdir}/namcap-ignore-so-no-pie.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH="${srcdir}/${pkgname}-${pkgver}" \
+  PATH="${srcdir}/${pkgname}-${pkgver}:$PATH" \
+  python setup.py test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}
+

Deleted: missing-desktop-file-utils.patch
===
--- missing-desktop-file-utils.patch2019-12-15 18:50:53 UTC (rev 371532)
+++ missing-desktop-file-utils.patch2019-12-15 18:51:02 UTC (rev 371533)
@@ -1,11 +0,0 @@
-diff -aur namcap-3.2.8/namcap-tags 

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

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:39:37
  Author: svenstaro
Revision: 537808

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 537807, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 537807, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 537807, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 537807, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 537807, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 537807, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 537807, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 537807, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 537807, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 537807, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  434 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 18:39:18 UTC (rev 537807)
+++ PKGBUILD2019-12-15 18:39:37 UTC (rev 537808)
@@ -1,217 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.5.1
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('c14f4ae2d0ce15c94ee3010e7f96175911c6b7c2390ce557706babc0ae133c830c84386d02da4e0806100d0d40c5d22ec2bdbf19eb552b8f899bfb706acf76bd'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-

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

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:39:18
  Author: svenstaro
Revision: 537807

upgpkg: gitlab 12.5.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:29:01 UTC (rev 537806)
+++ PKGBUILD2019-12-15 18:39:18 UTC (rev 537807)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.5.1
+pkgver=12.5.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 url="https://gitlab.com/gitlab-org/gitlab-foss;
 license=('MIT')
 options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
+depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl-1.0')
 makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
 optdepends=('postgresql: database backend'
 'python2-docutils: reStructuredText markup language support'
@@ -37,7 +37,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('c14f4ae2d0ce15c94ee3010e7f96175911c6b7c2390ce557706babc0ae133c830c84386d02da4e0806100d0d40c5d22ec2bdbf19eb552b8f899bfb706acf76bd'
+sha512sums=('b6343a155ead02464cec4380a97d4f85a0c8ad03362664f18d81cddc8b421311b6e13b4f6dc4573c89ff2feaaa43cfe83c0872e9167debadbd09f6efff763ea3'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:54
  Author: lfleischer
Revision: 371530

db-move: moved vlc from [testing] to [extra] (x86_64)

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

---+
 /PKGBUILD |  244 
 /lua53_compat.patch   |   30 +++
 /update-vlc-plugin-cache.hook |   11 +
 extra-x86_64/PKGBUILD |  244 
 extra-x86_64/lua53_compat.patch   |   30 ---
 extra-x86_64/update-vlc-plugin-cache.hook |   11 -
 6 files changed, 285 insertions(+), 285 deletions(-)

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

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:47
  Author: lfleischer
Revision: 371529

db-move: moved usbguard from [testing] to [extra] (x86_64)

Added:
  usbguard/repos/extra-x86_64/PKGBUILD
(from rev 371528, usbguard/repos/testing-x86_64/PKGBUILD)
  
usbguard/repos/extra-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch
(from rev 371528, 
usbguard/repos/testing-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch)
Deleted:
  usbguard/repos/extra-x86_64/PKGBUILD
  
usbguard/repos/extra-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch
  usbguard/repos/testing-x86_64/

-+
 /PKGBUILD   |   67 
+
 /make-explicitly-treat-pthread-as-first-level-depende.patch |  598 
++
 extra-x86_64/PKGBUILD   |   67 
-
 extra-x86_64/make-explicitly-treat-pthread-as-first-level-depende.patch |  598 
--
 4 files changed, 665 insertions(+), 665 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:41 UTC (rev 371528)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:47 UTC (rev 371529)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ian Beringer 
-
-pkgname=usbguard
-pkgver=0.7.5
-pkgrel=1
-pkgdesc='Software framework for implementing USB device authorization policies'
-url='https://github.com/dkopecek/usbguard'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'libqb' 'libqb.so' 'libsodium' 'libcap-ng' 'protobuf' 
'polkit' 'dbus-glib'
- 'audit' 'libaudit.so' 'libseccomp' 'libseccomp.so')
-makedepends=('catch2' 'pegtl' 'libxslt' 'asciidoc' 'systemd')
-provides=('libusbguard.so')
-backup=(etc/usbguard/usbguard-daemon.conf
-etc/usbguard/rules.conf)
-source=(https://github.com/dkopecek/usbguard/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-make-explicitly-treat-pthread-as-first-level-depende.patch)
-sha512sums=('b14f1cfaec676b5bc2f3aa2bda8be96ea8a6b3f02fc78f0fa7a58dd079c57886aae2c33a9e99cb9ccd53e5d6fa27712b978a2d19cd58b75dda34516d8caed0c4'
-'SKIP'
-
'02232be248aa11e543b0cd2f26e3ff735267b58bb3a255fc32e390f0efff302e4b749fee3927942585a799f0e7571836bc085f89aef43df5517a678b04596e5a')
-validpgpkeys=('FD9B3F9DCEBB5537A8FAF5213B0C109510712034') # Daniel Kopeček 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|/usr/include/catch|/usr/include/catch2|g' -i configure.ac
-  patch -Np1 < ../make-explicitly-treat-pthread-as-first-level-depende.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sys=/etc \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---enable-systemd \
---without-bundled-catch \
---without-bundled-pegtl \
---with-dbus \
---with-polkit \
---with-crypto-library=sodium
-  make
-  touch rules.conf
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL='install -p' DESTDIR="${pkgdir}" install
-
-  chmod 750 "${pkgdir}/etc/usbguard"
-  install -Dpm 600 usbguard-daemon.conf rules.conf -t "${pkgdir}/etc/usbguard"
-
-  # completion
-  install -Dpm 644 scripts/bash_completion/usbguard -t 
"${pkgdir}/usr/share/bash-completion/completions"
-  install -Dpm 644 scripts/usbguard-zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_usbguard"
-}
-
-# vim: ts=2 sw=2 et:

Copied: usbguard/repos/extra-x86_64/PKGBUILD (from rev 371528, 
usbguard/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:47 UTC (rev 371529)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ian Beringer 
+
+pkgname=usbguard
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Software framework for implementing USB device authorization policies'
+url='https://github.com/dkopecek/usbguard'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'libqb' 'libqb.so' 'libsodium' 'libcap-ng' 'protobuf' 
'polkit' 'dbus-glib'
+ 'audit' 'libaudit.so' 'libseccomp' 'libseccomp.so')
+makedepends=('catch2' 'pegtl' 'libxslt' 'asciidoc' 'systemd')
+provides=('libusbguard.so')
+backup=(etc/usbguard/usbguard-daemon.conf
+etc/usbguard/rules.conf)
+source=(https://github.com/dkopecek/usbguard/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
+make-explicitly-treat-pthread-as-first-level-depende.patch)
+sha512sums=('b14f1cfaec676b5bc2f3aa2bda8be96ea8a6b3f02fc78f0fa7a58dd079c57886aae2c33a9e99cb9ccd53e5d6fa27712b978a2d19cd58b75dda34516d8caed0c4'
+'SKIP'
+

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:41
  Author: lfleischer
Revision: 371528

db-move: moved protobuf-c from [testing] to [extra] (x86_64)

Added:
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 371527, protobuf-c/repos/testing-x86_64/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-x86_64/PKGBUILD
  protobuf-c/repos/testing-x86_64/

---+
 /PKGBUILD |   31 +++
 extra-x86_64/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:35 UTC (rev 371527)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:41 UTC (rev 371528)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 371527, 
protobuf-c/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:41 UTC (rev 371528)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:32:01
  Author: lfleischer
Revision: 371531

db-move: moved bison from [testing] to [core] (x86_64)

Added:
  bison/repos/core-x86_64/PKGBUILD
(from rev 371530, bison/repos/testing-x86_64/PKGBUILD)
Deleted:
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/testing-x86_64/

--+
 /PKGBUILD|   35 +++
 core-x86_64/PKGBUILD |   35 ---
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-12-15 18:31:54 UTC (rev 371530)
+++ core-x86_64/PKGBUILD2019-12-15 18:32:01 UTC (rev 371531)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="The GNU general-purpose parser generator"
-arch=('x86_64')
-license=('GPL3')
-url="https://www.gnu.org/software/bison/bison.html;
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1ceb9dfde2d03b24a4c1137f7f1b572'
- 'SKIP')
-
-validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bison/repos/core-x86_64/PKGBUILD (from rev 371530, 
bison/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-12-15 18:32:01 UTC (rev 371531)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=3.5
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c0230be066069f33c8445766833f3205'
+ 'SKIP')
+
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:30
  Author: lfleischer
Revision: 371526

db-move: moved libphonenumber from [testing] to [extra] (x86_64)

Added:
  libphonenumber/repos/extra-x86_64/PKGBUILD
(from rev 371525, libphonenumber/repos/testing-x86_64/PKGBUILD)
Deleted:
  libphonenumber/repos/extra-x86_64/PKGBUILD
  libphonenumber/repos/testing-x86_64/

---+
 /PKGBUILD |   40 
 extra-x86_64/PKGBUILD |   40 
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:22 UTC (rev 371525)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:30 UTC (rev 371526)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.10.20
-pkgrel=3
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber;
-arch=(x86_64)
-license=(Apache)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=b8da23f917f8553a0d06979d1da02f304d8f6659  # tags/v8.10.20^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
-  cmake -H$pkgname/cpp -Bbuild \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 371525, 
libphonenumber/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:30 UTC (rev 371526)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.11.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9')
+_commit=ca195d5aff67e4062b3957a4a7fdabca9d443acc  # tags/v8.11.0^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -H$pkgname/cpp -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:22
  Author: lfleischer
Revision: 371525

db-move: moved libgadu from [testing] to [extra] (x86_64)

Added:
  libgadu/repos/extra-x86_64/PKGBUILD
(from rev 371524, libgadu/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgadu/repos/extra-x86_64/PKGBUILD
  libgadu/repos/testing-x86_64/

---+
 /PKGBUILD |   28 
 extra-x86_64/PKGBUILD |   28 
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:17 UTC (rev 371524)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:22 UTC (rev 371525)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Mateusz Herych 
-
-pkgname=libgadu
-pkgver=1.12.2
-pkgrel=9
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('x86_64')
-url="https://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
-md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  ./protobufgen.sh
-  ./configure --prefix=/usr --disable-tests --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 371524, 
libgadu/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:22 UTC (rev 371525)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=10
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('x86_64')
+url="https://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:35
  Author: lfleischer
Revision: 371527

db-move: moved protobuf from [testing] to [extra] (x86_64)

Added:
  protobuf/repos/extra-x86_64/PKGBUILD
(from rev 371526, protobuf/repos/testing-x86_64/PKGBUILD)
Deleted:
  protobuf/repos/extra-x86_64/PKGBUILD
  protobuf/repos/testing-x86_64/

---+
 /PKGBUILD |   73 
 extra-x86_64/PKGBUILD |   63 -
 2 files changed, 73 insertions(+), 63 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:30 UTC (rev 371526)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:35 UTC (rev 371527)
@@ -1,63 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
-source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-md5sums=('52f203e1ed81373ac388cfdc2b683891')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
-  replaces=('protobuf-cpp')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=('python2' 'python2-six' "protobuf=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 371526, 
protobuf/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:35 UTC (rev 371527)
@@ -0,0 +1,73 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python-protobuf')
+pkgver=3.11.1
+pkgrel=2
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'zlib')
+makedepends=('unzip' 'python-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
+sha512sums=('7922f7d082cba1f39db618e4167890f0cf1257269d43912ea474379cb1cf85dd876e546b26eb46af0f0bdc0f95c2234313ce5aa2d8756cad9fa1b98f7c1d61e5')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+  cd python
+  python setup.py build --cpp_implementation
+}
+
+check() {
+  cd "$pkgbase-$pkgver"
+  make check
+
+  cd python
+  python setup.py test
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
+
+  cd "$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 editors/protobuf-mode.el \
+-t "$pkgdir/usr/share/emacs/site-lisp/"
+  install -vDm 644 editors/proto.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgbase-$pkgver"
+ 

[arch-commits] Commit in kismet/repos (9 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:17
  Author: lfleischer
Revision: 371524

db-move: moved kismet from [testing] to [extra] (x86_64)

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 371523, kismet/repos/testing-x86_64/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 371523, kismet/repos/testing-x86_64/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 371523, kismet/repos/testing-x86_64/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
(from rev 371523, kismet/repos/testing-x86_64/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch
  kismet/repos/testing-x86_64/

-+
 /PKGBUILD   |   72 ++
 /kismet.install |   19 +++
 /kismet.sysusers|1 
 /python-install-flags.patch |   45 ++
 extra-x86_64/PKGBUILD   |   72 --
 extra-x86_64/kismet.install |   19 ---
 extra-x86_64/kismet.sysusers|1 
 extra-x86_64/python-install-flags.patch |   45 --
 8 files changed, 137 insertions(+), 137 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:31:11 UTC (rev 371523)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:17 UTC (rev 371524)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2019_09_R1
-_realver="${pkgver//_/-}"
-pkgrel=4
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-url="https://www.kismetwireless.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
- 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
- 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy')
-makedepends=('python-setuptools')
-optdepends=(
-  'gpsd: log coordinates of detected networks'
-  'wireshark-cli: provide OUI files used to determine device manufacturer'
-  'wireshark-cli: mergecap, to merge multiple capture files'
-  'sox: provide the default kismet sound playback binary'
-  'festival: text-to-speech support'
-  'flite:  alternative/lightweight text-to-speech support')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-kismet.sysusers
-python-install-flags.patch)
-sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
-
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'b5eb82f343485fdf617de007ee7ef63e3375c54fea17664dca474965b6a548c4663b416ca062c039349eb141ad03c870997e5fa7ffa1d2058282171de80ca38e')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc/kismet
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 371523, 
kismet/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:17 UTC (rev 371524)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2019_09_R1
+_realver="${pkgver//_/-}"
+pkgrel=5
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:22:55
  Author: lfleischer
Revision: 537784

db-move: moved mixxx from [community-testing] to [community] (x86_64)

Added:
  mixxx/repos/community-x86_64/PKGBUILD
(from rev 537783, mixxx/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mixxx/repos/community-testing-x86_64/
  mixxx/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   69 
 community-x86_64/PKGBUILD |   68 ---
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:32 UTC (rev 537783)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:55 UTC (rev 537784)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
-# Contributor: Ali H. Caliskan 
-# Contributor: Ryan Coyner 
-# Contributor: Stefan Husmann 
-
-pkgname=mixxx
-pkgver=2.2.2
-pkgrel=3
-pkgdesc="Free, open source software for digital DJ'ing."
-arch=('x86_64')
-url="https://www.mixxx.org;
-license=('GPL2')
-groups=('pro-audio')
-depends=('chromaprint' 'faad2' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libFLAC.so'
-'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug' 'libmp4v2' 'libogg'
-'libportaudio.so' 'libportmidi.so' 'librubberband.so' 'libshout' 'libsndfile'
-'libtcmalloc.so' 'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so'
-'libvorbisfile.so' 'libx11' 'opusfile' 'protobuf' 'qt5-base' 'qt5-script'
-'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch' 'sqlite' 'taglib' 'upower'
-'wavpack')
-makedepends=('glu' 'lv2' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
-checkdepends=('xorg-server-xvfb')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;
-
"${pkgname}-scons-python3.patch::https://github.com/mixxxdj/mixxx/commit/73d02e58bcd.patch;
-
"${pkgname}-list-fix.patch::https://github.com/mixxxdj/mixxx/commit/03fad27e1f0.patch;)
-sha512sums=('3b9365bd9d9a7d387cd8791d7d9f6315116e04322370db103998d5e055a6de5e159a4605c7de96cbcf13e7d0653cbe53140dca18a8c3f1b688b227be2c4aeb6f'
-
'3dc0e7de1dbc6ab45b42ac418c03e5dd122411b0504b122050c27fbea41e7c5a5f9414c4189978e76d58d0c04e41aebe83addf7c449f80ae0a3674b00d018539'
-
'aaef4ff6a8f9384b97157dad5ad655ddd7efaecd277fc34c90e52fb67b1aba127bda4e9ba72152279210c77ca9a42d1beadcd04595f6f43a98bd7ef22dc2c880')
-
-prepare() {
-  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fixes for building with python3 based scons
-  patch -Np1 -i ../${pkgname}-scons-python3.patch
-  patch -Np1 -i ../${pkgname}-list-fix.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export SCONSFLAGS="-j $(nproc)"
-  scons prefix=/usr \
-build=release \
-faad=1 \
-modplug=1 \
-perftools=1 \
-perftools_profiler=1 \
-qt_sqlite_plugin=0 \
-qtkeychain=1 \
-test=1 \
-target=linux \
-virtualize=0 \
-wv=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run lin64_build/${pkgname}-test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  scons prefix=/usr \
-install_root="${pkgdir}/usr" \
-install
-  # removing the test executable
-  rm -v "${pkgdir}/usr/bin/${pkgname}-test"
-}

Copied: mixxx/repos/community-x86_64/PKGBUILD (from rev 537783, 
mixxx/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:55 UTC (rev 537784)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url="https://www.mixxx.org;
+license=('GPL2')
+groups=('pro-audio')
+depends=('chromaprint' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libfaad.so'
+'libFLAC.so' 'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug'
+'libmp4v2' 'libogg' 'libportaudio.so' 'libportmidi.so' 'libprotobuf-lite.so'
+'librubberband.so' 'libshout' 'libsndfile' 'libtcmalloc.so' 'libusb-1.0.so'
+'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'opusfile'
+'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch'
+'sqlite' 'taglib' 'upower' 'wavpack')
+makedepends=('glu' 'lv2' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
+checkdepends=('xorg-server-xvfb')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;
+
"${pkgname}-scons-python3.patch::https://github.com/mixxxdj/mixxx/commit/73d02e58bcd.patch;
+
"${pkgname}-list-fix.patch::https://github.com/mixxxdj/mixxx/commit/03fad27e1f0.patch;)

[arch-commits] Commit in hefur/repos (9 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:31:11
  Author: lfleischer
Revision: 371523

db-move: moved hefur from [testing] to [extra] (x86_64)

Added:
  hefur/repos/extra-x86_64/PKGBUILD
(from rev 371522, hefur/repos/testing-x86_64/PKGBUILD)
  hefur/repos/extra-x86_64/hefurd.service
(from rev 371522, hefur/repos/testing-x86_64/hefurd.service)
  hefur/repos/extra-x86_64/sysusers.conf
(from rev 371522, hefur/repos/testing-x86_64/sysusers.conf)
  hefur/repos/extra-x86_64/tmpfiles.conf
(from rev 371522, hefur/repos/testing-x86_64/tmpfiles.conf)
Deleted:
  hefur/repos/extra-x86_64/PKGBUILD
  hefur/repos/extra-x86_64/hefurd.service
  hefur/repos/extra-x86_64/sysusers.conf
  hefur/repos/extra-x86_64/tmpfiles.conf
  hefur/repos/testing-x86_64/

-+
 /PKGBUILD   |   45 ++
 /hefurd.service |   12 +++
 /sysusers.conf  |1 
 /tmpfiles.conf  |2 +
 extra-x86_64/PKGBUILD   |   45 --
 extra-x86_64/hefurd.service |   12 ---
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |2 -
 8 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-12-15 18:08:48 UTC (rev 371522)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:11 UTC (rev 371523)
@@ -1,45 +0,0 @@
-# Maintainer: Pierre Schmitz 
-# Contributor: Alexandre Bique 
-
-pkgname=hefur
-pkgver=0.6
-pkgrel=8
-pkgdesc='A standalone and lightweight BitTorrent tracker'
-arch=('x86_64')
-url='https://github.com/abique/hefur'
-license=('MIT')
-makedepends=('git' 'cmake' 'docbook-xsl')
-depends=('gnutls' 'xz' 'protobuf')
-source=("git+https://github.com/abique/${pkgname}.git#tag=${pkgver};
-'hefurd.service' 'tmpfiles.conf' 'sysusers.conf')
-md5sums=('SKIP'
- '3107be29769b8afde3574dc6e31d5b6a'
- 'b884385d6c87c350172427da4ba2688f'
- '7971708a1fe25c1b51e0a05e812f17c9')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-   git submodule init
-   git submodule update
-   sed -i "s/PROJECT_NUMBER.*/PROJECT_NUMBER=${pkgver}/g" Doxyfile
-}
-
-build() {
-   cd ${srcdir}/${pkgname}/manual
-   xsltproc -o manual.html 
/usr/share/xml/docbook/xsl-stylesheets-*/html/docbook.xsl manual.xml
-
-   cd ${srcdir}/${pkgname}
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}/build
-   DESTDIR=${pkgdir} make install
-   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
-   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
-   install -D -m644 ${srcdir}/sysusers.conf 
${pkgdir}/usr/lib/sysusers.d/hefurd.conf
-   install -D -m644 ${srcdir}/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
-}

Copied: hefur/repos/extra-x86_64/PKGBUILD (from rev 371522, 
hefur/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-15 18:31:11 UTC (rev 371523)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Schmitz 
+# Contributor: Alexandre Bique 
+
+pkgname=hefur
+pkgver=0.6
+pkgrel=9
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('x86_64')
+url='https://github.com/abique/hefur'
+license=('MIT')
+makedepends=('git' 'cmake' 'docbook-xsl')
+depends=('gnutls' 'xz' 'protobuf')
+source=("git+https://github.com/abique/${pkgname}.git#tag=${pkgver};
+'hefurd.service' 'tmpfiles.conf' 'sysusers.conf')
+md5sums=('SKIP'
+ '3107be29769b8afde3574dc6e31d5b6a'
+ 'b884385d6c87c350172427da4ba2688f'
+ '7971708a1fe25c1b51e0a05e812f17c9')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   git submodule init
+   git submodule update
+   sed -i "s/PROJECT_NUMBER.*/PROJECT_NUMBER=${pkgver}/g" Doxyfile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}/manual
+   xsltproc -o manual.html 
/usr/share/xml/docbook/xsl-stylesheets-*/html/docbook.xsl manual.xml
+
+   cd ${srcdir}/${pkgname}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/sysusers.conf 
${pkgdir}/usr/lib/sysusers.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+}

Deleted: extra-x86_64/hefurd.service
===
--- 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:29:01
  Author: lfleischer
Revision: 537806

db-move: moved uranium from [community-testing] to [community] (any)

Added:
  uranium/repos/community-any/PKGBUILD
(from rev 537805, uranium/repos/community-testing-any/PKGBUILD)
Deleted:
  uranium/repos/community-any/PKGBUILD
  uranium/repos/community-testing-any/

+
 /PKGBUILD  |   36 
 community-any/PKGBUILD |   36 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-15 18:28:52 UTC (rev 537805)
+++ community-any/PKGBUILD  2019-12-15 18:29:01 UTC (rev 537806)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=uranium
-pkgver=4.3.0
-pkgrel=5
-pkgdesc="A Python framework for building Desktop applications."
-url="https://github.com/Ultimaker/Uranium;
-arch=('any')
-license=('LGPL')
-depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 
'python-numpy' 'arcus' 'python-shapely')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38')
-
-prepare() {
-  cd Uranium-${pkgver}
-  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-}
-
-build() {
-  cd Uranium-${pkgver}
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd Uranium-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uranium/repos/community-any/PKGBUILD (from rev 537805, 
uranium/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-15 18:29:01 UTC (rev 537806)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=uranium
+pkgver=4.4.0
+pkgrel=2
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium;
+arch=('any')
+license=('LGPL')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 
'python-numpy' 'arcus' 'python-shapely')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('6906804add202b19931e01844f418256168e560265b217e725a4d9d0acf21800')
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:28:52
  Author: lfleischer
Revision: 537805

db-move: moved libsavitar from [community-testing] to [community] (x86_64)

Added:
  libsavitar/repos/community-x86_64/PKGBUILD
(from rev 537804, libsavitar/repos/community-testing-x86_64/PKGBUILD)
  libsavitar/repos/community-x86_64/use_system_pugixml.patch
(from rev 537804, 
libsavitar/repos/community-testing-x86_64/use_system_pugixml.patch)
Deleted:
  libsavitar/repos/community-testing-x86_64/
  libsavitar/repos/community-x86_64/PKGBUILD
  libsavitar/repos/community-x86_64/use_system_pugixml.patch

---+
 /PKGBUILD |   41 +
 /use_system_pugixml.patch |   67 
 community-x86_64/PKGBUILD |   41 -
 community-x86_64/use_system_pugixml.patch |   67 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:28:42 UTC (rev 537804)
+++ community-x86_64/PKGBUILD   2019-12-15 18:28:52 UTC (rev 537805)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: neodarz 
-
-pkgname=libsavitar
-pkgver=4.3.0
-pkgrel=3
-pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
-arch=('x86_64')
-url="https://github.com/Ultimaker/libsavitar;
-license=('AGPL')
-depends=('python' 'pugixml')
-makedepends=('cmake' 'python-sip' 'sip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
-sha512sums=('4accce4a96deddfe148540c3abb3cba391178ffc34b88ea77e07053c36eb2c3d6aa7b040ec386ba5bb2eb9e6d9c371b5c35fae268f953694f6ccd9e6c82223d6'
-
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
-
-prepare() {
-  cd "libSavitar-${pkgver}"
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
-
-  # don't install a second system pugixml; WONTFIX upstream due to:
-  # "It's been decided that an external dependency makes setting up your
-  # development environment for Cura needlessly difficult."
-  patch -Np1 -i "$srcdir"/use_system_pugixml.patch
-}
-
-build() {
-  cd "libSavitar-${pkgver}"
-  mkdir  build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "libSavitar-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsavitar/repos/community-x86_64/PKGBUILD (from rev 537804, 
libsavitar/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:28:52 UTC (rev 537805)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: neodarz 
+
+pkgname=libsavitar
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
+arch=('x86_64')
+url="https://github.com/Ultimaker/libsavitar;
+license=('AGPL')
+depends=('python' 'pugixml')
+makedepends=('cmake' 'python-sip' 'sip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
+sha512sums=('a8039fed9c0b00f3698f37e0b0653a43b8f5b0461fd734687461114f2df63a9781520f45d7b25f598b2f1dfa5c24585cb297a7408029cea4273df614c33a2e98'
+
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
+
+prepare() {
+  cd "libSavitar-${pkgver}"
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+
+  # don't install a second system pugixml; WONTFIX upstream due to:
+  # "It's been decided that an external dependency makes setting up your
+  # development environment for Cura needlessly difficult."
+  patch -Np1 -i "$srcdir"/use_system_pugixml.patch
+}
+
+build() {
+  cd "libSavitar-${pkgver}"
+  mkdir  build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "libSavitar-${pkgver}/build"
+  make 

[arch-commits] Commit in cura-binary-data/repos (3 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:28:33
  Author: lfleischer
Revision: 537803

db-move: moved cura-binary-data from [community-testing] to [community] (any)

Added:
  cura-binary-data/repos/community-any/PKGBUILD
(from rev 537802, cura-binary-data/repos/community-testing-any/PKGBUILD)
Deleted:
  cura-binary-data/repos/community-any/PKGBUILD
  cura-binary-data/repos/community-testing-any/

+
 /PKGBUILD  |   20 
 community-any/PKGBUILD |   20 
 2 files changed, 20 insertions(+), 20 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-15 18:28:17 UTC (rev 537802)
+++ community-any/PKGBUILD  2019-12-15 18:28:33 UTC (rev 537803)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle  van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura-binary-data
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname};
-license=('AGPL')
-arch=('any')
-source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('644aed81aa39e676cdeac1b3aee4e6dffabf9d4e')
-
-package(){
-  install -d "${pkgdir}/usr/share/"
-  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
-  
-  # see https://github.com/Ultimaker/cura-binary-data/issues/6
-  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
-}

Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 537802, 
cura-binary-data/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-15 18:28:33 UTC (rev 537803)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura-binary-data
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname};
+license=('AGPL')
+arch=('any')
+source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('a9ed4c093e5336e197e0b6a3e76c37b486ebec61')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}


[arch-commits] Commit in cura-resources-materials/repos (3 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:28:42
  Author: lfleischer
Revision: 537804

db-move: moved cura-resources-materials from [community-testing] to [community] 
(any)

Added:
  cura-resources-materials/repos/community-any/PKGBUILD
(from rev 537803, 
cura-resources-materials/repos/community-testing-any/PKGBUILD)
Deleted:
  cura-resources-materials/repos/community-any/PKGBUILD
  cura-resources-materials/repos/community-testing-any/

+
 /PKGBUILD  |   18 ++
 community-any/PKGBUILD |   18 --
 2 files changed, 18 insertions(+), 18 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-15 18:28:33 UTC (rev 537803)
+++ community-any/PKGBUILD  2019-12-15 18:28:42 UTC (rev 537804)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Uffe Jakobsen 
- 
-pkgname=cura-resources-materials
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Missing materials resources for Cura"
-url="https://ultimaker.com/en/products/cura-software;
-license=("AGPL")
-arch=("any")
-source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('d47d7bb42fb72f324ea825a51e71b2f9fa83890f')
-
-package()
-{
-  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
-  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
-}

Copied: cura-resources-materials/repos/community-any/PKGBUILD (from rev 537803, 
cura-resources-materials/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-15 18:28:42 UTC (rev 537804)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+url="https://ultimaker.com/en/products/cura-software;
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('84e3a2dd28ec48926ef4904eac3e33d387832551')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:28:17
  Author: lfleischer
Revision: 537802

db-move: moved cura from [community-testing] to [community] (any)

Added:
  cura/repos/community-any/PKGBUILD
(from rev 537801, cura/repos/community-testing-any/PKGBUILD)
Deleted:
  cura/repos/community-any/PKGBUILD
  cura/repos/community-testing-any/

+
 /PKGBUILD  |   51 +++
 community-any/PKGBUILD |   50 --
 2 files changed, 51 insertions(+), 50 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-15 18:28:08 UTC (rev 537801)
+++ community-any/PKGBUILD  2019-12-15 18:28:17 UTC (rev 537802)
@@ -1,50 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura
-pkgver=4.3.0
-pkgrel=2
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
- 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects')
-makedepends=('qt5-tools' 'cmake')
-optdepends=('python-zeroconf: network printing support')
-provides=('cura')
-url="https://ultimaker.com/en/products/cura-software;
-license=('LGPL')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('3f4ae11e4e28b151e9587c197f814bc97bc225fb2819f4dabaab392ef9896bb119d6fab0df48c9eb4a390a815815d27045eefa933e2e4a9d53331db8d79ea815')
-
-# Build order
-# arcus -> uranium -> curaengine -> libsavitar ->
-
-prepare(){
-  cd Cura-${pkgver}
-  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-}
-
-build(){
-  cd Cura-${pkgver}
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
--DCURA_VERSION=$pkgver \
--DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1
-
-  make
-}
-
-package(){
-  cd Cura-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  
-  # make sure cura can find uranium plugins:
-  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
-
-  # don't ever send any user or print info through the internet to Ultimaker
-  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
-}

Copied: cura/repos/community-any/PKGBUILD (from rev 537801, 
cura/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-15 18:28:17 UTC (rev 537802)
@@ -0,0 +1,51 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
+ 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects'
+ 'python-certifi')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('python-zeroconf: network printing support')
+provides=('cura')
+url="https://ultimaker.com/en/products/cura-software;
+license=('LGPL')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/v${pkgver}.tar.gz)
+sha512sums=('7728553d15fc843c0f2aca83e1ce3df9806835eedd0be6d7447c3edd18cda7e4a23400192f70b1c385841463126dea5bbfc7316f8f12ed26b9392047cabc69d3')
+
+# Build order
+# arcus -> uranium -> curaengine -> libsavitar ->
+
+prepare(){
+  cd Cura-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+}
+
+build(){
+  cd Cura-${pkgver}
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
+-DCURA_VERSION=$pkgver \
+-DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1
+
+  make
+}
+
+package(){
+  cd Cura-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  
+  # make sure cura can find uranium plugins:
+  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
+
+  # don't ever send any user or print info through the internet to Ultimaker
+  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
+}


[arch-commits] Commit in unbound/repos (9 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:28:08
  Author: lfleischer
Revision: 537801

db-move: moved unbound from [community-testing] to [community] (x86_64)

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 537800, unbound/repos/community-testing-x86_64/PKGBUILD)
  unbound/repos/community-x86_64/hook
(from rev 537800, unbound/repos/community-testing-x86_64/hook)
  unbound/repos/community-x86_64/sysusers.d
(from rev 537800, unbound/repos/community-testing-x86_64/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 537800, unbound/repos/community-testing-x86_64/tmpfiles.d)
Deleted:
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   67 ++
 /hook   |   10 +
 /sysusers.d |1 
 /tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   81 --
 community-x86_64/hook   |   10 -
 community-x86_64/sysusers.d |1 
 community-x86_64/tmpfiles.d |1 
 8 files changed, 79 insertions(+), 93 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:27:58 UTC (rev 537800)
+++ community-x86_64/PKGBUILD   2019-12-15 18:28:08 UTC (rev 537801)
@@ -1,81 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.9.5
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
-
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
-
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
-
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
-
'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57'
-'SKIP'
-'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
-'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
-'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
-'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
-'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
-   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
-   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
-   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
-   patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE 

[arch-commits] Commit in umurmur/repos (9 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:27:58
  Author: lfleischer
Revision: 537800

db-move: moved umurmur from [community-testing] to [community] (x86_64)

Added:
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 537799, umurmur/repos/community-testing-x86_64/PKGBUILD)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 537799, umurmur/repos/community-testing-x86_64/umurmur.service)
  umurmur/repos/community-x86_64/umurmur.sysusers
(from rev 537799, umurmur/repos/community-testing-x86_64/umurmur.sysusers)
  umurmur/repos/community-x86_64/umurmur.tmpfiles
(from rev 537799, umurmur/repos/community-testing-x86_64/umurmur.tmpfiles)
Deleted:
  umurmur/repos/community-testing-x86_64/
  umurmur/repos/community-x86_64/PKGBUILD
  umurmur/repos/community-x86_64/umurmur.service
  umurmur/repos/community-x86_64/umurmur.sysusers
  umurmur/repos/community-x86_64/umurmur.tmpfiles

---+
 /PKGBUILD |   55 
 /umurmur.service  |   26 +
 /umurmur.sysusers |1 
 /umurmur.tmpfiles |1 
 community-x86_64/PKGBUILD |   55 
 community-x86_64/umurmur.service  |   26 -
 community-x86_64/umurmur.sysusers |1 
 community-x86_64/umurmur.tmpfiles |1 
 8 files changed, 83 insertions(+), 83 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:26:27 UTC (rev 537799)
+++ community-x86_64/PKGBUILD   2019-12-15 18:27:58 UTC (rev 537800)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Runge 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Knauer 
-# Contributor: xav 
-
-pkgname=umurmur
-pkgver=0.2.17
-pkgrel=16
-pkgdesc='Minimalistic Mumble server'
-url="https://github.com/umurmur/umurmur;
-arch=('x86_64')
-license=('BSD')
-depends=('mbedtls' 'libconfig' 'protobuf-c')
-makedepends=('cmake')
-backup=('etc/umurmur/umurmur.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
-umurmur.sysusers
-umurmur.service
-umurmur.tmpfiles)
-sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
-'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
-'b8b22b6299777fbd1d12e3105280c8585ceca9b6caf7b8d3ab0642c5a56b031f'
-'287068f47fc035a70e2ae0c8434e8013f176d185bf7688216c36976982fe4491')
-sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
-
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
-
'746a3e2d9e8c5154bdfb2cef6cbe39cccf0356bc1dde0434b92ec1a6b224a5bfa51fd15483c3ac5a75292eae7a6d4b0431ecb2a586bdd9fcc3fe9b2a7bff64a1'
-
'825b50448231b5d791e87d7c4c471fdfe2e9a1560dad6fc90c2f4f8d0c5ed682291bf20b147a6a8c7ae361aeb8b1a11c24c6d41ffc17f06fb0f5ccd8208a899a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSSL=mbedtls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -vDm 640 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
-  rm -r "${pkgdir}/usr/etc"
-  install -vDm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -vDm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
-  install -vDm 644 "${srcdir}/umurmur.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/umurmur.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-x86_64/PKGBUILD (from rev 537799, 
umurmur/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:27:58 UTC (rev 537800)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=17
+pkgdesc='Minimalistic Mumble server'
+url="https://github.com/umurmur/umurmur;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libconfig.so' 'libprotobuf-c.so' 'mbedtls')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service
+umurmur.tmpfiles)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:26:27
  Author: lfleischer
Revision: 537799

db-move: moved tensorflow from [community-testing] to [community] (x86_64)

Added:
  tensorflow/repos/community-x86_64/Add-grpc-fix-for-gettid.patch
(from rev 537798, 
tensorflow/repos/community-testing-x86_64/Add-grpc-fix-for-gettid.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 537798, tensorflow/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-x86_64/Add-grpc-fix-for-gettid.patch
  tensorflow/repos/community-x86_64/PKGBUILD

+
 /Add-grpc-fix-for-gettid.patch |  113 +
 /PKGBUILD  |  266 +++
 community-x86_64/Add-grpc-fix-for-gettid.patch |  113 -
 community-x86_64/PKGBUILD  |  266 ---
 4 files changed, 379 insertions(+), 379 deletions(-)

Deleted: community-x86_64/Add-grpc-fix-for-gettid.patch
===
--- community-x86_64/Add-grpc-fix-for-gettid.patch  2019-12-15 18:26:18 UTC 
(rev 537798)
+++ community-x86_64/Add-grpc-fix-for-gettid.patch  2019-12-15 18:26:27 UTC 
(rev 537799)
@@ -1,113 +0,0 @@
-From e50d1fa554154b7e398ef7a0357f646e22cd51cf Mon Sep 17 00:00:00 2001
-From: Jianjun Liu 
-Date: Thu, 29 Aug 2019 14:56:13 +0800
-Subject: [PATCH] Add grpc fix for gettid
-
-Add gettid fix on gettid conflict because of glibc
-
-Signed-off-by: Jianjun Liu 

- tensorflow/workspace.bzl  |  1 +
- third_party/Rename-gettid-functions.patch | 78 +++
- 2 files changed, 79 insertions(+)
- create mode 100644 third_party/Rename-gettid-functions.patch
-
-diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
-index 55d7eb93..33e86087 100755
 a/tensorflow/workspace.bzl
-+++ b/tensorflow/workspace.bzl
-@@ -486,6 +486,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
- # WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change 
the below rule
- tf_http_archive(
- name = "grpc",
-+  patch_file = clean_dep("//third_party:Rename-gettid-functions.patch"),
- sha256 = 
"67a6c26db56f345f7cee846e681db2c23f919eba46dd639b09462d1b6203d28c",
- strip_prefix = "grpc-4566c2a29ebec0835643b972eb99f4306c4234a3",
- system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
-diff --git a/third_party/Rename-gettid-functions.patch 
b/third_party/Rename-gettid-functions.patch
-new file mode 100644
-index ..90bd9115
 /dev/null
-+++ b/third_party/Rename-gettid-functions.patch
-@@ -0,0 +1,78 @@
-+From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
-+From: Benjamin Peterson 
-+Date: Fri, 3 May 2019 08:11:00 -0700
-+Subject: [PATCH] Rename gettid() functions.
-+
-+glibc 2.30 will declare its own gettid; see 
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92.
 Rename the grpc versions to avoid naming conflicts.
-+---
-+ src/core/lib/gpr/log_linux.cc  | 4 ++--
-+ src/core/lib/gpr/log_posix.cc  | 4 ++--
-+ src/core/lib/iomgr/ev_epollex_linux.cc | 4 ++--
-+ 3 files changed, 6 insertions(+), 6 deletions(-)
-+
-+diff --git a/src/core/lib/gpr/log_linux.cc b/src/core/lib/gpr/log_linux.cc
-+index 561276f0c20..8b597b4cf2f 100644
-+--- a/src/core/lib/gpr/log_linux.cc
- b/src/core/lib/gpr/log_linux.cc
-+@@ -40,7 +40,7 @@
-+ #include 
-+ #include 
-+ 
-+-static long gettid(void) { return syscall(__NR_gettid); }
-++static long sys_gettid(void) { return syscall(__NR_gettid); }
-+ 
-+ void gpr_log(const char* file, int line, gpr_log_severity severity,
-+  const char* format, ...) {
-+@@ -70,7 +70,7 @@ void gpr_default_log(gpr_log_func_args* args) {
-+   gpr_timespec now = gpr_now(GPR_CLOCK_REALTIME);
-+   struct tm tm;
-+   static __thread long tid = 0;
-+-  if (tid == 0) tid = gettid();
-++  if (tid == 0) tid = sys_gettid();
-+ 
-+   timer = static_cast(now.tv_sec);
-+   final_slash = strrchr(args->file, '/');
-+diff --git a/src/core/lib/gpr/log_posix.cc b/src/core/lib/gpr/log_posix.cc
-+index b6edc14ab6b..2f7c6ce3760 100644
-+--- a/src/core/lib/gpr/log_posix.cc
- b/src/core/lib/gpr/log_posix.cc
-+@@ -31,7 +31,7 @@
-+ #include 
-+ #include 
-+ 
-+-static intptr_t gettid(void) { return (intptr_t)pthread_self(); }
-++static intptr_t sys_gettid(void) { return (intptr_t)pthread_self(); }
-+ 
-+ void gpr_log(const char* file, int line, gpr_log_severity severity,
-+  const char* format, ...) {
-+@@ -86,7 +86,7 @@ void gpr_default_log(gpr_log_func_args* args) {
-+   char* prefix;
-+   gpr_asprintf(, "%s%s.%09d %7" PRIdPTR " %s:%d]",
-+gpr_log_severity_string(args->severity), time_buffer,
-+-   (int)(now.tv_nsec), gettid(), display_file, args->line);
-++   

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:26:09
  Author: lfleischer
Revision: 537797

db-move: moved strawberry from [community-testing] to [community] (x86_64)

Added:
  strawberry/repos/community-x86_64/PKGBUILD
(from rev 537796, strawberry/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  strawberry/repos/community-testing-x86_64/
  strawberry/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   34 ++
 community-x86_64/PKGBUILD |   34 --
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:25:45 UTC (rev 537796)
+++ community-x86_64/PKGBUILD   2019-12-15 18:26:09 UTC (rev 537797)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="https://www.strawbs.org/;
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
-makedepends=(cmake boost qt5-tools)
-optdepends=('gst-libav: additional codecs'
-'gst-plugins-bad: additional codecs'
-'gst-plugins-ugly: additional codecs')
-source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('50bed2598acb0fe10b38174e9b6fb87668373a7638797eabb2c96ce841f5e957')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_TAGLIB=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 537796, 
strawberry/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:26:09 UTC (rev 537797)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.6.7
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/;
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('50bed2598acb0fe10b38174e9b6fb87668373a7638797eabb2c96ce841f5e957')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:26:18
  Author: lfleischer
Revision: 537798

db-move: moved sysdig from [community-testing] to [community] (x86_64)

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 537797, sysdig/repos/community-testing-x86_64/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 537797, 
sysdig/repos/community-testing-x86_64/bashcomp-location.patch)
  sysdig/repos/community-x86_64/glibc.patch
(from rev 537797, sysdig/repos/community-testing-x86_64/glibc.patch)
Deleted:
  sysdig/repos/community-testing-x86_64/
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch
  sysdig/repos/community-x86_64/glibc.patch

--+
 /PKGBUILD|   54 +
 /bashcomp-location.patch |   13 ++
 /glibc.patch |   12 ++
 community-x86_64/PKGBUILD|   54 -
 community-x86_64/bashcomp-location.patch |   13 --
 community-x86_64/glibc.patch |   12 --
 6 files changed, 79 insertions(+), 79 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:26:09 UTC (rev 537797)
+++ community-x86_64/PKGBUILD   2019-12-15 18:26:18 UTC (rev 537798)
@@ -1,54 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.26.4
-pkgrel=3
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="https://www.sysdig.com/;
-license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch"
-"glibc.patch")
-sha256sums=('7c15ee25abf6cca850eaf6f4e42e25a1d9ad2b775ae794028f94afbd1ce9d271'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
-'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-  patch -p1 -i "$srcdir"/glibc.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
--DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 537797, 
sysdig/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:26:18 UTC (rev 537798)
@@ -0,0 +1,54 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.26.4
+pkgrel=4
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch"
+"glibc.patch")
+sha256sums=('7c15ee25abf6cca850eaf6f4e42e25a1d9ad2b775ae794028f94afbd1ce9d271'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
+'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/glibc.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
+-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+

[arch-commits] Commit in root/repos (13 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:25:45
  Author: lfleischer
Revision: 537796

db-move: moved root from [community-testing] to [community] (x86_64)

Added:
  root/repos/community-x86_64/PKGBUILD
(from rev 537795, root/repos/community-testing-x86_64/PKGBUILD)
  root/repos/community-x86_64/add_missing_include_ROOT-10315.patch
(from rev 537795, 
root/repos/community-testing-x86_64/add_missing_include_ROOT-10315.patch)
  root/repos/community-x86_64/root.pc.tpl
(from rev 537795, root/repos/community-testing-x86_64/root.pc.tpl)
  root/repos/community-x86_64/root.xml
(from rev 537795, root/repos/community-testing-x86_64/root.xml)
  root/repos/community-x86_64/settings-cuda.cmake
(from rev 537795, root/repos/community-testing-x86_64/settings-cuda.cmake)
  root/repos/community-x86_64/settings.cmake
(from rev 537795, root/repos/community-testing-x86_64/settings.cmake)
Deleted:
  root/repos/community-testing-x86_64/
  root/repos/community-x86_64/PKGBUILD
  root/repos/community-x86_64/add_missing_include_ROOT-10315.patch
  root/repos/community-x86_64/root.pc.tpl
  root/repos/community-x86_64/root.xml
  root/repos/community-x86_64/settings-cuda.cmake
  root/repos/community-x86_64/settings.cmake

---+
 /PKGBUILD |  236 
 /add_missing_include_ROOT-10315.patch |   22 +
 /root.pc.tpl  |   11 
 /root.xml |   14 
 /settings-cuda.cmake  |  102 ++
 /settings.cmake   |  101 ++
 community-x86_64/PKGBUILD |  236 
 community-x86_64/add_missing_include_ROOT-10315.patch |   22 -
 community-x86_64/root.pc.tpl  |   11 
 community-x86_64/root.xml |   14 
 community-x86_64/settings-cuda.cmake  |  102 --
 community-x86_64/settings.cmake   |  101 --
 12 files changed, 486 insertions(+), 486 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:56 UTC (rev 537795)
+++ community-x86_64/PKGBUILD   2019-12-15 18:25:45 UTC (rev 537796)
@@ -1,236 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
-# Contributor: Scott Lawrence < bytbox at gmail dot com >
-# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
-# Contributor: Sebastian Voecking < voeck at web dot de >
-
-pkgbase=root
-pkgname=('root' 'root-cuda')
-pkgver=6.18.04
-pkgrel=6
-pkgdesc='C++ data analysis framework and interpreter from CERN'
-arch=('x86_64')
-url='https://root.cern.ch'
-license=('LGPL2.1')
-makedepends=('ccache'
- 'cern-vdt'
- 'cfitsio'
- 'cmake'
- 'cuda'
- 'fcgi'
- 'fftw'
- 'ftgl'
- 'blas'
- 'gcc-fortran'
- 'gcc8'
- 'gcc8-fortran'
- 'giflib'
- 'git'
- 'gl2ps'
- 'glew'
- 'go-pie'
- 'gsl'
- 'hicolor-icon-theme'
- 'intel-tbb'
- 'libafterimage'
- 'libmariadbclient'
- 'librsvg'
- 'libxpm'
- 'ocaml'
- 'ocaml-ctypes'
- 'openssl'
- 'postgresql-libs'
- 'pythia8>=8.2.40-1'
- 'python'
- 'python-numpy'
- 'sqlite'
- 'tex-gyre-fonts'
- 'unuran'
- 'vc'
- 'xmlrpc-c'
- 'xrootd>=4.6.0-2'
- 'xxhash>=0.6.5-1'
- 'z3')
-depends=('blas'
- 'desktop-file-utils'
- 'fcgi'
- 'fftw'
- 'ftgl'
- 'giflib'
- 'gl2ps'
- 'glew'
- 'graphviz'
- 'gsl'
- 'hicolor-icon-theme'
- 'intel-tbb'
- 'libafterimage'
- 'librsvg'
- 'libxpm'
- 'tex-gyre-fonts'
- 'unixodbc'
- 'xxhash>=0.6.5-1')
-optdepends=('cfitsio: Read images and data from FITS files'
-'cern-vdt: Add a set of fast and vectorisable mathematical 
functions'
-'libmariadbclient: MySQL support'
-'openssl: OpenSSL support'
-'postgresql-libs: PostgreSQL support'
-'pythia8>=8.2.40-1: Pythia8 EG support'
-'sqlite: SQLite support'
-'tcsh: Legacy CSH support'
-'unuran: Support non-uniform random numbers'
-'vc: Add types for portable and intuitive SIMD programming'
-'libxml2: XML parser interface'
-'xrootd: Support remote file server and client')

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:47
  Author: lfleischer
Revision: 537794

db-move: moved powerdns-recursor from [community-testing] to [community] 
(x86_64)

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 537793, powerdns-recursor/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  powerdns-recursor/repos/community-testing-x86_64/
  powerdns-recursor/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:37 UTC (rev 537793)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:47 UTC (rev 537794)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-# Contributor: Remi Gacogne 
-
-pkgname=powerdns-recursor
-pkgver=4.2.0
-pkgrel=3
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'lua' 'openssl' 
'protobuf'
- 'libboost_context.so')
-makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
-sha512sums=('e4be63c1be70f0dfd7aab71f1184d5cc1d15e60e775451a96e8472db6fb3825762ebd6f51b593b167389868bbfde0538612b14a04c03f3f60a7e49f7882e78bf'
-'SKIP')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

-
-build() {
-  cd pdns-recursor-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/powerdns \
---disable-silent-rules \
---enable-reproducible \
---enable-systemd \
---enable-protobuf \
---enable-libsodium
-  make
-}
-
-package() {
-  cd pdns-recursor-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 537793, 
powerdns-recursor/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:47 UTC (rev 537794)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.2.0
+pkgrel=4
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('e4be63c1be70f0dfd7aab71f1184d5cc1d15e60e775451a96e8472db6fb3825762ebd6f51b593b167389868bbfde0538612b14a04c03f3f60a7e49f7882e78bf'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:56
  Author: lfleischer
Revision: 537795

db-move: moved python-pytorch from [community-testing] to [community] (x86_64)

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 537794, python-pytorch/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  python-pytorch/repos/community-testing-x86_64/
  python-pytorch/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  163 
 community-x86_64/PKGBUILD |  163 
 2 files changed, 163 insertions(+), 163 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:47 UTC (rev 537794)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:56 UTC (rev 537795)
@@ -1,163 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.3.1
-pkgrel=4
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  # https://github.com/pytorch/pytorch/issues/26555
-  sed -i 's#^  ${CMAKE_CURRENT_SOURCE_DIR}/tensor_iterator_test.cpp##g' 
aten/src/ATen/test/CMakeLists.txt
-
-  # Fix build with Python 3.8
-  # https://github.com/pytorch/pytorch/issues/28060
-  find -name '*.cpp' -exec sed -i '/tp_print/s/nullptr/0/' {} +
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++-8
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 
TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent setup.py from re-running CMake and rebuilding
-  sed -e 's/RUN_BUILD_DEPS = True/RUN_BUILD_DEPS = False/g' -i setup.py
-
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
-  install -d "${pkgdir}/usr/lib"
-
-  # put CMake files in correct place
-  mv "${pkgdir}/${pytorchpath}/share/cmake" "${pkgdir}/usr/lib/cmake"
-
-  # put C++ API in correct place
-  mv 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:37
  Author: lfleischer
Revision: 537793

db-move: moved powerdns from [community-testing] to [community] (x86_64)

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 537792, powerdns/repos/community-testing-x86_64/PKGBUILD)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 537792, powerdns/repos/community-testing-x86_64/sysusers.conf)
Deleted:
  powerdns/repos/community-testing-x86_64/
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/sysusers.conf

+
 /PKGBUILD  |   78 +++
 /sysusers.conf |1 
 community-x86_64/PKGBUILD  |   78 ---
 community-x86_64/sysusers.conf |1 
 4 files changed, 79 insertions(+), 79 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:28 UTC (rev 537792)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:37 UTC (rev 537793)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Remi Gacogne 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.2.0
-pkgrel=6
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
- 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
- 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'opendbx: OpenDBX backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('ee67c132458e539d522aaa5835237dc64d92ad546f51e0ef86366964f7105631f2bd1e6c5d19d85466d95e1982f6410aeb14932c265fddfd301e403e76542624'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---enable-libsodium \
---enable-botan \
---enable-tools \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 537792, 
powerdns/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:37 UTC (rev 537793)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.2.0
+pkgrel=7
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:15
  Author: lfleischer
Revision: 537791

db-move: moved paraview from [community-testing] to [community] (x86_64)

Added:
  paraview/repos/community-x86_64/PKGBUILD
(from rev 537790, paraview/repos/community-testing-x86_64/PKGBUILD)
  paraview/repos/community-x86_64/paraview-system-pugixml.patch
(from rev 537790, 
paraview/repos/community-testing-x86_64/paraview-system-pugixml.patch)
Deleted:
  paraview/repos/community-testing-x86_64/
  paraview/repos/community-x86_64/PKGBUILD
  paraview/repos/community-x86_64/paraview-system-pugixml.patch

+
 /PKGBUILD  |  101 +++
 /paraview-system-pugixml.patch |   19 
 community-x86_64/PKGBUILD  |  101 ---
 community-x86_64/paraview-system-pugixml.patch |   19 
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:06 UTC (rev 537790)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:15 UTC (rev 537791)
@@ -1,101 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Oliver Goethel 
-# Contributor: eolianoe eolianoe 
-# Contributor: George Eleftheriou 
-# Contributor: Mathias Anselmann 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Michele Mocciola 
-# Contributor: Simon Zilliken 
-# Contributor: chuckdaniels
-
-_pkg=paraview
-_mpi=openmpi
-pkgname=${_pkg}
-#-${_mpi}
-pkgver=5.7.0
-pkgrel=2
-pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
-arch=(x86_64)
-url="https://www.paraview.org;
-license=(BSD custom)
-depends=(boost-libs qt5-tools qt5-x11extras intel-tbb openmpi ffmpeg ospray
- python-numpy cgns protobuf
- double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp
- libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal
- proj pugixml libtheora libtiff zlib)
-#gl2ps
-#libharu
-#sqlite apparently not used in this VTK configuration
-optdepends=(python-matplotlib)
-makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
-source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
-paraview-system-pugixml.patch
-
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch;)
-sha256sums=('e41e597e1be462974a03031380d9e5ba9a7efcdb22e4ca2f3fec50361f310874'
-'dd2e23298ab5a07da0e799c3db313ed3f9d2a403d7228d50748206b535b6f65f'
-'3beff972e7e9236f2e8ab596be8f893ae7e9346a140c4538d9e8d88c3378b916')
-
-prepare() {
-mkdir -p build
-patch -Np0 -i ./paraview-system-pugixml.patch
-patch -d ParaView-v${pkgver}/VTK -p1 -i "$srcdir"/vtk-python-3.8.patch # 
Fix build with python 3.8 
-}
-
-build() {
-cd build
-
-# Flags to enable system libs in VTK building, as in VTK package
-# GL2PS has non-upstreamed patches
-# KISSFFT is not packaged
-# VERDICT is not packaged
-# ZFP is not packaged
-# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
-# SQLITE apparently not used in this VTK configuration
-local VTK_USE_SYSTEM_LIB=""
-for lib in doubleconversion eigen expat freetype glew hdf5 jpeg jsoncpp 
libproj libxml2 lz4 lzma mpi4py netcdf ogg pegtl png pugixml theora tiff utf8 
zlib
-do
-VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_vtk${lib}:BOOL=ON 
-DVTK_MODULE_USE_EXTERNAL_VTK_${lib}:BOOL=ON "
-done
-# Specific system libs for ParaView version
-for lib in cgns protobuf
-do
-VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_ParaView_${lib}:BOOL=ON 
"
-done
-
-cmake ../ParaView-v${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPARAVIEW_ENABLE_FFMPEG=ON \
--DPARAVIEW_ENABLE_GDAL=ON \
--DPARAVIEW_ENABLE_PDAL=ON \
--DPARAVIEW_ENABLE_PYTHON=ON \
--DPARAVIEW_ENABLE_VISITBRIDGE=ON \
--DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
--DPARAVIEW_USE_MPI=ON \
--DPARAVIEW_USE_RAYTRACING=ON \
--DVTK_ENABLE_OSPRAY=ON \
--DVTK_PYTHON_FULL_THREADSAFE=ON \
--DVTK_PYTHON_VERSION=3 \
--DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
--DVTKm_ENABLE_MPI=ON \
--DVTKm_ENABLE_RENDERING=ON \
--DVTKm_USE_DOUBLE_PRECISION=ON \
--DVTK_MODULE_ENABLE_VTK_GeovisCore=YES \
--DVTK_MODULE_ENABLE_VTK_GeovisGDAL=YES \
--DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \
--DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \
-${VTK_USE_SYSTEM_LIB} \
--GNinja
-
-ninja ${MAKEFLAGS}
-}
-
-package() {
-cd build
-
-DESTDIR="${pkgdir}" ninja install
-
-# Install license
-install -Dm644 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:28
  Author: lfleischer
Revision: 537792

db-move: moved postgis from [community-testing] to [community] (x86_64)

Added:
  postgis/repos/community-x86_64/PKGBUILD
(from rev 537791, postgis/repos/community-testing-x86_64/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 537791, postgis/repos/community-testing-x86_64/postgis.changelog)
Deleted:
  postgis/repos/community-testing-x86_64/
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

+
 /PKGBUILD  |   30 +++
 /postgis.changelog |  134 +++
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/postgis.changelog |  134 ---
 4 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:24:15 UTC (rev 537791)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:28 UTC (rev 537792)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="https://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
-makedepends=('clang' 'llvm')
-changelog=$pkgname.changelog
-# options=('!makeflags')
-source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c06fd2cd5cea0119106ffe17a7235d893c2bbe6f4b63c8617c767630973ba594')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 537791, 
postgis/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:28 UTC (rev 537792)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+# options=('!makeflags')
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c06fd2cd5cea0119106ffe17a7235d893c2bbe6f4b63c8617c767630973ba594')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/postgis.changelog
===
--- community-x86_64/postgis.changelog  2019-12-15 18:24:15 UTC (rev 537791)
+++ community-x86_64/postgis.changelog  2019-12-15 18:24:28 UTC (rev 537792)
@@ -1,134 +0,0 @@
-2019-11-27 Jaroslav Lichtblau 
-* postgis-3.0.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-* postgis-2.5.3-2 protobuf 3.10 rebuild
-
-2019-09-18 Jaroslav Lichtblau 
-* postgis-2.5.3-1
-
-2019-06-16 Jaroslav Lichtblau 
-* postgis-2.5.2-1
-
-2019-03-04 Jaroslav Lichtblau 
-* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
-
-2018-11-21 Jaroslav Lichtblau 
-* postgis-2.5.1-1
-
-2018-11-17 Jaroslav Lichtblau 
-* postgis-2.5.0-2 - postgresql rebuild
-
-2018-09-30 Jaroslav Lichtblau 
-* postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau 
-* postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau 
-* postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau 
-* postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau 
-* postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau 
-* postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau 
-* postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau 
-* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:24:06
  Author: lfleischer
Revision: 537790

db-move: moved nsjail from [community-testing] to [community] (x86_64)

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 537789, nsjail/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nsjail/repos/community-testing-x86_64/
  nsjail/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   30 ++
 community-x86_64/PKGBUILD |   29 -
 2 files changed, 30 insertions(+), 29 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:23:55 UTC (rev 537789)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:06 UTC (rev 537790)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.9
-pkgrel=3
-pkgdesc="Light-weight process isolation tool"
-arch=(x86_64)
-url="https://nsjail.com;
-license=(Apache)
-depends=(protobuf libnl)
-makedepends=(git)
-source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
-sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 537789, 
nsjail/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:24:06 UTC (rev 537790)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.9
+pkgrel=4
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com;
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:44
  Author: lfleischer
Revision: 537788

db-move: moved nageru from [community-testing] to [community] (x86_64)

Added:
  nageru/repos/community-x86_64/PKGBUILD
(from rev 537787, nageru/repos/community-testing-x86_64/PKGBUILD)
  nageru/repos/community-x86_64/luajit-patch.patch
(from rev 537787, nageru/repos/community-testing-x86_64/luajit-patch.patch)
  nageru/repos/community-x86_64/meson-options.patch
(from rev 537787, nageru/repos/community-testing-x86_64/meson-options.patch)
Deleted:
  nageru/repos/community-testing-x86_64/
  nageru/repos/community-x86_64/PKGBUILD
  nageru/repos/community-x86_64/luajit-patch.patch
  nageru/repos/community-x86_64/meson-options.patch

--+
 /PKGBUILD|   43 
 /luajit-patch.patch  |  113 +
 /meson-options.patch |   13 +++
 community-x86_64/PKGBUILD|   43 
 community-x86_64/luajit-patch.patch  |  113 -
 community-x86_64/meson-options.patch |   13 ---
 6 files changed, 169 insertions(+), 169 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:23:34 UTC (rev 537787)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:44 UTC (rev 537788)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=nageru
-pkgver=1.8.6
-pkgrel=2
-pkgdesc="live video mixer, based around the standard M/E workflow."
-arch=(x86_64)
-url="https://nageru.sesse.net/;
-license=('GPL3')
-depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
- 'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
- 'sqlite3' 'luajit' 'cmake')
-makedepends=('meson' 'eigen')
-source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz;
-"meson-options.patch"
-"luajit-patch.patch")
-sha256sums=('67dcb070a23589f624d7067c4b09fe11faa9b1c756b884c50473545fdf7817b3'
-'1bb7d87d6d6359ffe95d605c29ff5f73728929d9393498b74fdf36c6469fdaba'
-'480c4de61188684fc8d1727a2e3ec615d33892234e8466db8011589e9277bdf7')
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -Np1 -i "${srcdir}/luajit-patch.patch"
-patch -Np1 -i "${srcdir}/meson-options.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C ../build test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir" ninja -C ../build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nageru/repos/community-x86_64/PKGBUILD (from rev 537787, 
nageru/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:44 UTC (rev 537788)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+
+pkgname=nageru
+pkgver=1.8.6
+pkgrel=3
+pkgdesc="live video mixer, based around the standard M/E workflow."
+arch=(x86_64)
+url="https://nageru.sesse.net/;
+license=('GPL3')
+depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
+ 'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
+ 'sqlite3' 'luajit' 'cmake')
+makedepends=('meson' 'eigen')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz;
+"meson-options.patch"
+"luajit-patch.patch")
+sha256sums=('67dcb070a23589f624d7067c4b09fe11faa9b1c756b884c50473545fdf7817b3'
+'1bb7d87d6d6359ffe95d605c29ff5f73728929d9393498b74fdf36c6469fdaba'
+'480c4de61188684fc8d1727a2e3ec615d33892234e8466db8011589e9277bdf7')
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i "${srcdir}/luajit-patch.patch"
+patch -Np1 -i "${srcdir}/meson-options.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C ../build test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir" ninja -C ../build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/luajit-patch.patch
===
--- community-x86_64/luajit-patch.patch 2019-12-15 18:23:34 UTC (rev 537787)
+++ community-x86_64/luajit-patch.patch 2019-12-15 18:23:44 UTC (rev 537788)
@@ -1,113 +0,0 @@
-diff --git a/README b/README
-index ed86214..86eb42a 100644
 a/README
-+++ b/README
-@@ -70,7 +70,7 @@ Nageru currently needs:
-  - libzita-resampler, for resampling sound sources so that they are in sync
-between sources, and also for oversampling for the peak meter.
- 
-- - LuaJIT, for driving the theme engine. You will need at least version 2.1.
-+ - LuaJIT, for driving the theme engine.
- 
-  - libjpeg, for encoding MJPEG streams when VA-API JPEG support is not
-available.
-@@ -257,3 +257,27 @@ SHALL THE COPYRIGHT HOLDERS OR 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:55
  Author: lfleischer
Revision: 537789

db-move: moved nccl from [community-testing] to [community] (x86_64)

Added:
  nccl/repos/community-x86_64/PKGBUILD
(from rev 537788, nccl/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nccl/repos/community-testing-x86_64/
  nccl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   44 
 community-x86_64/PKGBUILD |   43 ---
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:23:44 UTC (rev 537788)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:55 UTC (rev 537789)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=nccl
-pkgver=2.5.6
-pkgrel=1
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-1;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-x86_64/PKGBUILD (from rev 537788, 
nccl/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:55 UTC (rev 537789)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.5.6
+_upstr_pkgrel=2
+pkgrel=3
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in murmur/repos (12 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:34
  Author: lfleischer
Revision: 537787

db-move: moved murmur from [community-testing] to [community] (x86_64)

Added:
  murmur/repos/community-x86_64/PKGBUILD
(from rev 537786, murmur/repos/community-testing-x86_64/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 537786, murmur/repos/community-testing-x86_64/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 537786, murmur/repos/community-testing-x86_64/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 537786, murmur/repos/community-testing-x86_64/murmur.service)
  murmur/repos/community-x86_64/murmur.sysusers
(from rev 537786, murmur/repos/community-testing-x86_64/murmur.sysusers)
  murmur/repos/community-x86_64/murmur.tmpfiles
(from rev 537786, murmur/repos/community-testing-x86_64/murmur.tmpfiles)
Deleted:
  murmur/repos/community-testing-x86_64/
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service
  murmur/repos/community-x86_64/murmur.sysusers

---+
 /PKGBUILD |   64 
 /murmur.dbus.conf |   22 
 /murmur.install   |6 +++
 /murmur.service   |   12 ++
 /murmur.sysusers  |1 
 community-x86_64/PKGBUILD |   59 -
 community-x86_64/murmur.dbus.conf |   22 
 community-x86_64/murmur.install   |6 ---
 community-x86_64/murmur.service   |   12 --
 community-x86_64/murmur.sysusers  |1 
 community-x86_64/murmur.tmpfiles  |2 +
 11 files changed, 107 insertions(+), 100 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:23:23 UTC (rev 537786)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:34 UTC (rev 537787)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Otto Allmendinger 
-# Contributor: Malte Rabenseifner 
-
-pkgname=murmur
-pkgver=1.3.0
-_pkgver=1.3.0
-__pkgver=1.3.0
-pkgrel=3
-pkgdesc="The voice chat application server for Mumble"
-arch=('x86_64')
-url="http://mumble.sourceforge.net;
-license=('BSD')
-depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
-makedepends=(boost python qt5-tools)
-backup=("etc/murmur.ini")
-install="murmur.install"
-source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig}
-"murmur.dbus.conf"
-"murmur.service"
-"murmur.sysusers")
-sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
-'SKIP'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
-validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
-
-build() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  qmake-qt5 main.pro CONFIG+="no-client grpc"
-  make release
-}
-
-package() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  sed -e "1i; vi:ft=cfg" \
--e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
--e "s|;logfile=murmur.log|logfile=|" \
--e "s|;uname=|uname=murmur|" \
--i scripts/murmur.ini
-
-  install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur
-  install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd
-  install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini
-  install -Dm644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
-  install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README
-  install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1
-  install -Dm644 "${srcdir}"/murmur.service 
"${pkgdir}"/usr/lib/systemd/system/murmur.service
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/murmur.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
-
-  install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
-  install -Dm644 src/murmur/MurmurRPC.proto 
${pkgdir}/usr/share/murmur/MurmurRPC.proto
-}
-
-# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-x86_64/PKGBUILD (from rev 537786, 
murmur/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:05
  Author: lfleischer
Revision: 537785

db-move: moved mosh from [community-testing] to [community] (x86_64)

Added:
  mosh/repos/community-x86_64/PKGBUILD
(from rev 537784, mosh/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:55 UTC (rev 537784)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:05 UTC (rev 537785)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=11
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=(x86_64)
-url='https://mosh.org/'
-license=(GPL3)
-depends=(libutempter openssh openssl perl-io-tty protobuf)
-makedepends=(git)
-options=(!emptydirs)
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
-"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 537784, 
mosh/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:05 UTC (rev 537785)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=11
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:23
  Author: lfleischer
Revision: 537786

db-move: moved mumble from [community-testing] to [community] (x86_64)

Added:
  mumble/repos/community-x86_64/PKGBUILD
(from rev 537785, mumble/repos/community-testing-x86_64/PKGBUILD)
  mumble/repos/community-x86_64/mumble-protobuf-3.7.patch
(from rev 537785, 
mumble/repos/community-testing-x86_64/mumble-protobuf-3.7.patch)
Deleted:
  mumble/repos/community-testing-x86_64/
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble-protobuf-3.7.patch

+
 /PKGBUILD  |   63 ++
 /mumble-protobuf-3.7.patch |  800 +++
 community-x86_64/PKGBUILD  |   57 -
 community-x86_64/mumble-protobuf-3.7.patch |  800 ---
 4 files changed, 863 insertions(+), 857 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:23:05 UTC (rev 537785)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:23 UTC (rev 537786)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-pkgname=mumble
-pkgver=1.3.0
-pkgrel=4
-arch=('x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
- xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
-makedepends=(boost mesa python qt5-tools)
-optdepends=('speech-dispatcher: Text-to-speech support'
-'espeak-ng: Text-to-speech support')
-url="https://www.mumble.info/;
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
-sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
-'SKIP')
-validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  qmake-qt5 main.pro \
-CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
-no-embed-qt-translations no-update packaged" \
-DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
-INCLUDEPATH+="/usr/include/speech-dispatcher" \
-LIBS+="-lpng16 -lfreetype -lXrender -lfontconfig"
-  make release
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
-  install -m755 -D ./release/plugins/liblink.so 
"$pkgdir"/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
"$pkgdir"/usr/share/applications/mumble.desktop
-  install -m755 -d "$pkgdir"/usr/share/man/man1
-  install -m644 -D ./man/mum* "$pkgdir"/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-x86_64/PKGBUILD (from rev 537785, 
mumble/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:23 UTC (rev 537786)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+pkgname=mumble
+pkgver=1.3.0
+pkgrel=5
+arch=('x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('alsa-lib' 'avahi' 'desktop-file-utils' 'gcc-libs' 'glibc'
+'hicolor-icon-theme' 'libprotobuf.so' 'libpulse' 'libsndfile' 'libspeechd'
+'libx11' 'libxi' 'lsb-release' 'openssl' 'opus' 'qt5-base' 'qt5-svg' 'speex'
+'xdg-utils')
+makedepends=(boost mesa python qt5-tools)
+optdepends=('speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
+url="https://www.mumble.info/;
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP')

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:22:32
  Author: lfleischer
Revision: 537783

db-move: moved magma from [community-testing] to [community] (x86_64)

Added:
  magma/repos/community-x86_64/PKGBUILD
(from rev 537782, magma/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  magma/repos/community-testing-x86_64/
  magma/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   43 +++
 community-x86_64/PKGBUILD |   43 ---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:24 UTC (rev 537782)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:32 UTC (rev 537783)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: bartus 
-# Contributor: pingplug 
-# Contributor: cornholio 
-
-pkgname=magma
-pkgver=2.5.2
-pkgrel=2
-pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
-arch=('x86_64')
-url="https://icl.cs.utk.edu/magma/;
-license=('custom')
-depends=('blas' 'lapack' 'cuda')
-makedepends=('gcc-fortran' 'cmake')
-optdepends=('python2: for examples and tests')
-source=("http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('065feb85558f9dd6f4cc4db36ac633a3f787827fc832d0b578a049a43a195620')
-
-build() {
-  cd "${srcdir}/magma-${pkgver}"
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DGPU_TARGET="sm_30 sm_32 sm_35 sm_37 sm_50 sm_53 sm_60 sm_61 sm_62 sm_70 
sm_72 sm_75"
-  make
-}
-
-package() {
-  cd "${srcdir}"/magma-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  mkdir -p ${pkgdir}/usr/share/magma/example
-  cp -r ${srcdir}/magma-${pkgver}/example/* ${pkgdir}/usr/share/magma/example/
-  mkdir -p ${pkgdir}/usr/share/magma/testing
-  cp -r ${srcdir}/magma-${pkgver}/testing/* ${pkgdir}/usr/share/magma/testing/
-  install -Dm644 ${srcdir}/magma-${pkgver}/COPYRIGHT 
${pkgdir}/usr/share/licenses/magma/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: magma/repos/community-x86_64/PKGBUILD (from rev 537782, 
magma/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:32 UTC (rev 537783)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: bartus 
+# Contributor: pingplug 
+# Contributor: cornholio 
+
+pkgname=magma
+pkgver=2.5.2
+pkgrel=3
+pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
+arch=('x86_64')
+url="https://icl.cs.utk.edu/magma/;
+license=('custom')
+depends=('blas' 'lapack' 'cuda')
+makedepends=('gcc-fortran' 'cmake')
+optdepends=('python2: for examples and tests')
+source=("http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('065feb85558f9dd6f4cc4db36ac633a3f787827fc832d0b578a049a43a195620')
+
+build() {
+  cd "${srcdir}/magma-${pkgver}"
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DGPU_TARGET="sm_30 sm_32 sm_35 sm_37 sm_50 sm_53 sm_60 sm_61 sm_62 sm_70 
sm_72 sm_75"
+  make
+}
+
+package() {
+  cd "${srcdir}"/magma-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  mkdir -p ${pkgdir}/usr/share/magma/example
+  cp -r ${srcdir}/magma-${pkgver}/example/* ${pkgdir}/usr/share/magma/example/
+  mkdir -p ${pkgdir}/usr/share/magma/testing
+  cp -r ${srcdir}/magma-${pkgver}/testing/* ${pkgdir}/usr/share/magma/testing/
+  install -Dm644 ${srcdir}/magma-${pkgver}/COPYRIGHT 
${pkgdir}/usr/share/licenses/magma/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in hyperion/repos (11 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:22:13
  Author: lfleischer
Revision: 537781

db-move: moved hyperion from [community-testing] to [community] (x86_64)

Added:
  
hyperion/repos/community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
(from rev 537780, 
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
  hyperion/repos/community-x86_64/PKGBUILD
(from rev 537780, hyperion/repos/community-testing-x86_64/PKGBUILD)
  hyperion/repos/community-x86_64/hyperion.install
(from rev 537780, hyperion/repos/community-testing-x86_64/hyperion.install)
  hyperion/repos/community-x86_64/hyperion.sysusers
(from rev 537780, hyperion/repos/community-testing-x86_64/hyperion.sysusers)
  hyperion/repos/community-x86_64/hyperiond.service
(from rev 537780, hyperion/repos/community-testing-x86_64/hyperiond.service)
Deleted:
  hyperion/repos/community-testing-x86_64/
  
hyperion/repos/community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
  hyperion/repos/community-x86_64/PKGBUILD
  hyperion/repos/community-x86_64/hyperion.install
  hyperion/repos/community-x86_64/hyperion.sysusers
  hyperion/repos/community-x86_64/hyperiond.service

---+
 /0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch |   26 
+++
 /PKGBUILD |   66 
++
 /hyperion.install |   20 
+++
 /hyperion.sysusers|2 
 /hyperiond.service|   14 ++
 community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch |   26 
---
 community-x86_64/PKGBUILD |   66 
--
 community-x86_64/hyperion.install |   20 
---
 community-x86_64/hyperion.sysusers|2 
 community-x86_64/hyperiond.service|   14 --
 10 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
===
--- community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
2019-12-15 18:22:00 UTC (rev 537780)
+++ community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
2019-12-15 18:22:13 UTC (rev 537781)
@@ -1,26 +0,0 @@
-From 88ae95d522bfdda4c29a1116367aad8c7d948779 Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Sat, 21 Oct 2017 12:46:49 +0200
-Subject: [PATCH] Fix no decleration of `assert` with GCC 7.2
-
-Add a missing include for cassert to fix the -fpermissive compiler
-error.

- include/utils/Image.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/utils/Image.h b/include/utils/Image.h
-index e8c82e4..dad57a2 100644
 a/include/utils/Image.h
-+++ b/include/utils/Image.h
-@@ -1,6 +1,7 @@
- #pragma once
- 
- // STL includes
-+#include 
- #include 
- #include 
- #include 
--- 
-2.14.2
-

Copied: 
hyperion/repos/community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
 (from rev 537780, 
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
===
--- community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
(rev 0)
+++ community-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
2019-12-15 18:22:13 UTC (rev 537781)
@@ -0,0 +1,26 @@
+From 88ae95d522bfdda4c29a1116367aad8c7d948779 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Sat, 21 Oct 2017 12:46:49 +0200
+Subject: [PATCH] Fix no decleration of `assert` with GCC 7.2
+
+Add a missing include for cassert to fix the -fpermissive compiler
+error.
+---
+ include/utils/Image.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/utils/Image.h b/include/utils/Image.h
+index e8c82e4..dad57a2 100644
+--- a/include/utils/Image.h
 b/include/utils/Image.h
+@@ -1,6 +1,7 @@
+ #pragma once
+ 
+ // STL includes
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.14.2
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:00 UTC (rev 537780)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:13 UTC (rev 537781)
@@ -1,66 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Christopher Reimer 
-
-pkgname=hyperion
-pkgver=1.03.2
-pkgrel=19
-pkgdesc="An opensource 'AmbiLight' implementation"
-arch=('x86_64')
-url="https://github.com/hyperion-project/hyperion;
-license=('MIT')
-depends=('libusb' 'protobuf' 'python' 'qt5-base')
-optdepends=('xorg-server: X11 grabbing')

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:21:40
  Author: lfleischer
Revision: 537778

db-move: moved curaengine from [community-testing] to [community] (x86_64)

Added:
  curaengine/repos/community-x86_64/PKGBUILD
(from rev 53, curaengine/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  curaengine/repos/community-testing-x86_64/
  curaengine/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   44 
 community-x86_64/PKGBUILD |   44 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:21:05 UTC (rev 53)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:40 UTC (rev 537778)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=curaengine
-pkgver=4.3.0
-pkgrel=2
-pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
-url="https://github.com/Ultimaker/CuraEngine;
-arch=('x86_64')
-license=('AGPL')
-depends=('arcus' 'rapidjson' 'polyclipping')
-# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
-# Work with system openmp
-# Package polyclipping in the repos
-checkdepends=('cppunit')
-makedepends=('cmake' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
-
-
-build() {
-  cd CuraEngine-${pkgver}
-  mkdir -p build
-  cd build
-
-   cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-check() {
-  cd CuraEngine-${pkgver}/build
-  make test
-}
-
-package() {
-  cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-x86_64/PKGBUILD (from rev 53, 
curaengine/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:40 UTC (rev 537778)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64')
+license=('AGPL')
+depends=('arcus' 'rapidjson' 'polyclipping')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Work with system openmp
+# Package polyclipping in the repos
+checkdepends=('cppunit')
+makedepends=('cmake' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:21:51
  Author: lfleischer
Revision: 537779

db-move: moved etherwall from [community-testing] to [community] (x86_64)

Added:
  etherwall/repos/community-x86_64/PKGBUILD
(from rev 537778, etherwall/repos/community-testing-x86_64/PKGBUILD)
  etherwall/repos/community-x86_64/etherwall.desktop
(from rev 537778, 
etherwall/repos/community-testing-x86_64/etherwall.desktop)
Deleted:
  etherwall/repos/community-testing-x86_64/
  etherwall/repos/community-x86_64/PKGBUILD
  etherwall/repos/community-x86_64/etherwall.desktop

+
 /PKGBUILD  |   41 +++
 /etherwall.desktop |9 +++
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/etherwall.desktop |9 ---
 4 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:21:40 UTC (rev 537778)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:51 UTC (rev 537779)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ales Katona 
-
-pkgname=etherwall
-pkgver=2.4.0
-_ewnodecommit=7d8ed7de3dcb6d2be63745e755bd492e30bd4111
-_trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
-pkgrel=2
-pkgdesc="Ethereum GUI Wallet (QT5)"
-arch=('x86_64')
-url="https://etherwall.com;
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'systemd-libs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
-
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
-
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
-etherwall.desktop)
-sha512sums=('87b6936980580d209a35b382e2eb4f769f45a2eec2580048a71de07992095fb49696e99014139c2df9857fbdbd0301cd9def47f544285c770ce154c00bf9c59a'
-
'1ced81663bb742e7a9378eff60f12865ecc2bed7b2657511723eefa0bcb4aa7a461f6de94d117581f5a19a4d1816757519981914d828f5b2f1b757406816df97'
-
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
-
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
-
-build() {
-  cd "etherwall-$pkgver"
-  rmdir "src/ew-node"
-  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
-
-  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
-  qmake -config release && make
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/bin"
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  mkdir -p "$pkgdir/usr/share/applications"
-
-  cd "etherwall-$pkgver"
-  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
-  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
-  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
-}

Copied: etherwall/repos/community-x86_64/PKGBUILD (from rev 537778, 
etherwall/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:51 UTC (rev 537779)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.4.0
+_ewnodecommit=7d8ed7de3dcb6d2be63745e755bd492e30bd4111
+_trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
+pkgrel=3
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="https://etherwall.com;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'systemd-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
+etherwall.desktop)
+sha512sums=('87b6936980580d209a35b382e2eb4f769f45a2eec2580048a71de07992095fb49696e99014139c2df9857fbdbd0301cd9def47f544285c770ce154c00bf9c59a'
+
'1ced81663bb742e7a9378eff60f12865ecc2bed7b2657511723eefa0bcb4aa7a461f6de94d117581f5a19a4d1816757519981914d828f5b2f1b757406816df97'
+
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:22:00
  Author: lfleischer
Revision: 537780

db-move: moved grpc from [community-testing] to [community] (x86_64)

Added:
  grpc/repos/community-x86_64/PKGBUILD
(from rev 537779, grpc/repos/community-testing-x86_64/PKGBUILD)
  grpc/repos/community-x86_64/makefile.patch
(from rev 537779, grpc/repos/community-testing-x86_64/makefile.patch)
Deleted:
  grpc/repos/community-testing-x86_64/
  grpc/repos/community-x86_64/PKGBUILD
  grpc/repos/community-x86_64/makefile.patch

-+
 /PKGBUILD   |  104 ++
 /makefile.patch |   15 +
 community-x86_64/PKGBUILD   |  104 --
 community-x86_64/makefile.patch |   15 -
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:21:51 UTC (rev 537779)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:00 UTC (rev 537780)
@@ -1,104 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Aleksey Filippov 
-# Contributor: Victor Aurélio Santos 
-
-pkgbase='grpc'
-pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.25.0
-_gtestver=1.8.1
-_upbver=931bbecbd3230ae7f22efa5d203639facc47f719
-pkgrel=3
-pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
-arch=('x86_64')
-url='https://grpc.io'
-license=('BSD')
-makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags'
- 'cython')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-
"https://github.com/google/googletest/archive/release-$_gtestver/googletest-$_gtestver.tar.gz;
-
"https://github.com/protocolbuffers/upb/archive/$_upbver/upb-$_upbver.tar.gz;
-"makefile.patch")
-sha256sums=('ffbe61269160ea745e487f79b0fd06b6edd3d50c6d9123f053b5634737cf2f69'
-'9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c'
-'95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa'
-'f292cb387f0cf7567e6e8004a6dd57bf0375abbaa8968dcd97cbd7e72409670f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/makefile.patch"
-
-  sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i 
Makefile
-
-  ln -sf "$srcdir/googletest-release-$_gtestver/"{googlemock,googletest} \
-third_party/googletest
-
-  rm -rf third_party/upb
-  ln -s "$srcdir/upb-$_upbver" third_party/upb
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS="$CFLAGS -Wno-unused-parameter"
-  export CXXFLAGS="$CXXFLAGS -Wno-unused-parameter"
-
-  make prefix=/usr
-  make prefix=/usr grpc_cli
-
-  # Don't install it as part of main package
-  mv bins/opt/grpc_cli .
-
-  # Python
-  GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_CARES=1 \
-  python setup.py build
-
-  # PHP
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  phpize
-  LDFLAGS=-L"$srcdir/$pkgname-$pkgver/libs/opt" ./configure 
--enable-grpc="$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package_grpc() {
-  depends=('c-ares' 'protobuf' 'openssl')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make prefix="$pkgdir/usr" install
-  find "$pkgdir"/usr/{include,share,lib/pkgconfig} -type f -exec chmod a-x {} +
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-grpcio() {
-  depends=('c-ares' 'python')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_php-grpc() {
-  depends=('grpc' 'php')
-  backup=('etc/php/conf.d/grpc.ini')
-
-  # Install PHP extension.
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  make install "INSTALL_ROOT=$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove RPATH
-  chrpath -d "$pkgdir/usr/lib/php/modules/grpc.so"
-
-  echo ';extension=grpc.so' >grpc.ini
-  install -Dm644 grpc.ini "$pkgdir/etc/php/conf.d/grpc.ini"
-}
-
-package_grpc-cli() {
-  depends=('c-ares' 'gflags' 'protobuf' 'openssl')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  install -Dm755 grpc_cli "$pkgdir"/usr/bin/grpc_cli
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: grpc/repos/community-x86_64/PKGBUILD (from rev 537779, 
grpc/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:00 UTC (rev 537780)
@@ -0,0 +1,104 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Aleksey Filippov 
+# Contributor: Victor Aurélio Santos 
+
+pkgbase='grpc'

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:22:24
  Author: lfleischer
Revision: 537782

db-move: moved knot from [community-testing] to [community] (x86_64)

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 537781, knot/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  knot/repos/community-testing-x86_64/
  knot/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   61 
 community-x86_64/PKGBUILD |   61 
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:13 UTC (rev 537781)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:24 UTC (rev 537782)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="High-performance authoritative-only DNS server"
-arch=(x86_64)
-url="https://www.knot-dns.cz/;
-license=(GPL3)
-depends=(libedit gnutls liburcu lmdb
- libidn2 systemd libcap-ng
- fstrm protobuf-c libmaxminddb)
-backup=('etc/knot/knot.conf')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(f19121956caa360c387923654f13e4c97b3fb9093d242e110d7e0916b8d8a04d 
SKIP)
-validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 537781, 
knot/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:22:24 UTC (rev 537782)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.9.1
+pkgrel=2
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/;
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=(f19121956caa360c387923654f13e4c97b3fb9093d242e110d7e0916b8d8a04d 
SKIP)
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:21:05
  Author: lfleischer
Revision: 53

db-move: moved cudnn from [community-testing] to [community] (x86_64)

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 537776, 
cudnn/repos/community-testing-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 537776, cudnn/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  cudnn/repos/community-testing-x86_64/
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   53 
 community-x86_64/PKGBUILD |   53 
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
(Binary files differ)

Copied: cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 537776, 
cudnn/repos/community-testing-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:19:08 UTC (rev 537776)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:05 UTC (rev 53)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.6.5.32
-_cudaver=10.1
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-depends=('cuda>=10')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
-source=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('ef6e96902bdeaf99615f4d5b9e93c3d5627dac239f465a17c58175964131d5c56ff3469000ce40e7f6412d083a075ede0d9cdb447761df6980c88a61bfe571ce'
-
'eef97e540946907f3b6f3c4e600b39e4c8e7578bb41210442a0e6a7d43c5f2002e192690abd311c4088af57b28247f305b1906ee8754780ad562c1c31c045b1d'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v7.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  install -Dm644 \
-  "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
-  
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-}
-
-# vim: ft=sh syn=sh et

Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 537776, 
cudnn/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:21:05 UTC (rev 53)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.6.5.32
+_cudaver=10.1
+pkgrel=2
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+depends=('cuda>=10')
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
+source=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:48
  Author: lfleischer
Revision: 537774

db-move: moved cockatrice from [community-testing] to [community] (x86_64)

Added:
  cockatrice/repos/community-x86_64/PKGBUILD
(from rev 537773, cockatrice/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  cockatrice/repos/community-testing-x86_64/
  cockatrice/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:39 UTC (rev 537773)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:48 UTC (rev 537774)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=cockatrice
-_pkgname=Cockatrice
-pkgver=2.7.2
-_date=2019-08-31
-_tag=$_date-Release-$pkgver
-pkgrel=2
-pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
-arch=('x86_64')
-url='https://cockatrice.github.io'
-license=('GPL2')
-depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
-makedepends=('cmake' 'git' 'zlib')
-checkdepends=('gtest' 'valgrind')
-optdepends=('zlib: Load zipped files in Oracle')
-provides=('cockatrice-client' 'cockatrice-server')
-conflicts=('cockatrice-client' 'cockatrice-server')
-source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag;)
-sha512sums=('SKIP')
-
-build() {
-  mkdir -p $_pkgname/build
-  cd $_pkgname/build
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_ORACLE=ON \
-   -DWITH_CLIENT=ON \
-   -DWITH_SERVER=ON \
-   -DTEST=ON
-
-  make
-}
-
-#check() {
-#  cd $_pkgname/build
-#
-#  make test
-#}
-
-package() {
-  cd $_pkgname/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: cockatrice/repos/community-x86_64/PKGBUILD (from rev 537773, 
cockatrice/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:48 UTC (rev 537774)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.7.2
+_date=2019-08-31
+_tag=$_date-Release-$pkgver
+pkgrel=3
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest' 'valgrind')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag;)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in cuda/repos (11 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:19:08
  Author: lfleischer
Revision: 537776

db-move: moved cuda from [community-testing] to [community] (x86_64)

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 537775, cuda/repos/community-testing-x86_64/PKGBUILD)
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
(from rev 537775, 
cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff)
  cuda/repos/community-x86_64/cuda.conf
(from rev 537775, cuda/repos/community-testing-x86_64/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 537775, cuda/repos/community-testing-x86_64/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 537775, cuda/repos/community-testing-x86_64/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

-+
 /PKGBUILD   |   88 ++
 /cuda-findgllib_mk.diff |   22 +++
 /cuda.conf  |3 +
 /cuda.install   |   11 +++
 /cuda.sh|2 
 community-x86_64/PKGBUILD   |   88 --
 community-x86_64/cuda-findgllib_mk.diff |   22 ---
 community-x86_64/cuda.conf  |3 -
 community-x86_64/cuda.install   |   11 ---
 community-x86_64/cuda.sh|2 
 10 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:58 UTC (rev 537775)
+++ community-x86_64/PKGBUILD   2019-12-15 18:19:08 UTC (rev 537776)
@@ -1,88 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.2.89
-_driverver=440.33.01
-pkgrel=1
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuda-zone;
-license=('custom:NVIDIA')
-depends=('gcc8-libs'  'gcc8' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime=8: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_${pkgver}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('ad8da539ff5df7caf411d1e497ff3d6978cfa8a1fd9150fa4846089e92a604ea56be8631f3efdfe7229a655b8d2d28e6edb32f5731530a77d6f00241cc7aab6e'
-
'b3691913027b8390161c7412d87a905712d90434cc82027a52f203f8ae3dda755738f734f8190277471e4541d685b524568ad03af58d4b7ebad346eee11c10e4'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${pkgver}_${_driverver}_linux.run --target "${srcdir}" --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
-  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
-
-  # Define compilers for CUDA to use.
-  # This allows us to use older versions of GCC if we have to.
-  ln -s /usr/bin/gcc-8 "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-8 "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 | 
while read -rd $'\0' _lib; do
-_base=${_lib%.so.*}
-_current_soname=$(basename ${_lib%.*})
-while [[ $_current_soname != $(basename $_base) ]]; do
-  ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  _current_soname=${_current_soname%.*}
-done
-  done
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:58
  Author: lfleischer
Revision: 537775

db-move: moved collectd from [community-testing] to [community] (x86_64)

Added:
  collectd/repos/community-x86_64/PKGBUILD
(from rev 537774, collectd/repos/community-testing-x86_64/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 537774, collectd/repos/community-testing-x86_64/service)
Deleted:
  collectd/repos/community-testing-x86_64/
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/service

---+
 /PKGBUILD |   77 
 /service  |   13 +++
 community-x86_64/PKGBUILD |   77 
 community-x86_64/service  |   13 ---
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:48 UTC (rev 537774)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:58 UTC (rev 537775)
@@ -1,77 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'mariadb-libs: mysql plugin'
-'systemd-libs: UdevNameAttr option'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin'
-'librabbitmq-c: amqp plugin')
-
-makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables' 'libnsl')
-
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
'https://github.com/collectd/collectd/pull/3344/commits/071af20ddcde3b58ddceacfd6eb95b6756af4323.patch'
-'service')
-sha256sums=('869a6ae404f4b9aa0e830b8639629ddc29ad071b2717ff21bbb6e86d09cb6f58'
-'c859da73801553d2f2d36d53ad4f8f5314dd9be7980c0563eb7ac021a87cd6ae'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../071af20ddcde3b58ddceacfd6eb95b6756af4323.patch
-   ./build.sh
-   sed 's/ -Werror//g' -i configure
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-x86_64/PKGBUILD (from rev 537774, 
collectd/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:58 UTC (rev 537775)
@@ -0,0 +1,77 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:39
  Author: lfleischer
Revision: 537773

db-move: moved clementine from [community-testing] to [community] (x86_64)

Added:
  clementine/repos/community-x86_64/PKGBUILD
(from rev 537772, clementine/repos/community-testing-x86_64/PKGBUILD)
  clementine/repos/community-x86_64/clementine-gcc6.patch
(from rev 537772, 
clementine/repos/community-testing-x86_64/clementine-gcc6.patch)
Deleted:
  clementine/repos/community-testing-x86_64/
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine-gcc6.patch

+
 /PKGBUILD  |   97 +++
 /clementine-gcc6.patch |   22 +++
 community-x86_64/PKGBUILD  |   97 ---
 community-x86_64/clementine-gcc6.patch |   22 ---
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:25 UTC (rev 537772)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:39 UTC (rev 537773)
@@ -1,97 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Stéphane Gaudreault 
-# Contributor: BlackEagle 
-# Contributor: Dany Martineau 
-
-pkgname=clementine
-pkgver=1.3.1.r831.664c5a31f
-pkgrel=2
-pkgdesc='A modern music player and library organizer'
-url=https://www.clementine-player.org/
-license=(GPL)
-arch=(x86_64)
-depends=(
-  chromaprint
-  crypto++
-  fftw
-  glew
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  libcdio
-  libgl
-  libgpod
-  liblastfm-qt5
-  libmtp
-  libmygpo-qt5
-  libpulse
-  libx11
-  protobuf
-  qt5-base
-  qt5-x11extras
-  sqlite
-  zlib
-)
-makedepends=(
-  boost
-  cmake
-  git
-  mesa
-  qt5-tools
-  sparsehash
-)
-optdepends=(
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'gst-libav: Libav plugin'
-  'gvfs: Various devices support'
-)
-source=(
-  
git+https://github.com/clementine-player/Clementine.git#commit=664c5a31f9cf519af5a4c3adcb30dbbc73d037d6
-  clementine-gcc6.patch
-)
-sha256sums=(
-  SKIP
-  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
-)
-
-pkgver() {
-  cd Clementine
-
-  git describe --tags | sed 's/-/.r/; s/-g/./'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  cd Clementine
-
-  # Fix build with GCC 6
-  patch -p1 -i ../clementine-gcc6.patch
-  # https://github.com/clementine-player/Clementine/pull/5630
-  git cherry-pick -n 8a6cc8b5069265e1e92e22def985e22c5955e503
-  # FS#58413
-  git cherry-pick -n -m 1 75f9439843a0e9cdc26cd739d5e1dbd93bd974bc
-  # Fix DI.FM
-  git cherry-pick -n ddfa5e63f1ef0e243a007efbe576fceb9b2442e8
-}
-
-build() {
-  cd build
-
-  cmake ../Clementine \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 537772, 
clementine/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:39 UTC (rev 537773)
@@ -0,0 +1,97 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1.r831.664c5a31f
+pkgrel=3
+pkgdesc='A modern music player and library organizer'
+url=https://www.clementine-player.org/
+license=(GPL)
+arch=(x86_64)
+depends=(
+  chromaprint
+  crypto++
+  fftw
+  glew
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  libcdio
+  libgl
+  libgpod
+  liblastfm-qt5
+  libmtp
+  libmygpo-qt5
+  libpulse
+  libx11
+  protobuf
+  qt5-base
+  qt5-x11extras
+  sqlite
+  zlib
+)
+makedepends=(
+  boost
+  cmake
+  git
+  mesa
+  qt5-tools
+  sparsehash
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'gst-libav: Libav plugin'
+  'gvfs: Various devices support'
+)
+source=(
+  
git+https://github.com/clementine-player/Clementine.git#commit=664c5a31f9cf519af5a4c3adcb30dbbc73d037d6
+  clementine-gcc6.patch
+)
+sha256sums=(
+  SKIP
+  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
+)
+
+pkgver() {
+  cd Clementine
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd Clementine
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  git cherry-pick -n 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:10
  Author: lfleischer
Revision: 537771

db-move: moved arrayfire from [community-testing] to [community] (x86_64)

Added:
  arrayfire/repos/community-x86_64/PKGBUILD
(from rev 537770, arrayfire/repos/community-testing-x86_64/PKGBUILD)
  arrayfire/repos/community-x86_64/doc_warn_not_error.patch
(from rev 537770, 
arrayfire/repos/community-testing-x86_64/doc_warn_not_error.patch)
Deleted:
  arrayfire/repos/community-testing-x86_64/
  arrayfire/repos/community-x86_64/PKGBUILD
  arrayfire/repos/community-x86_64/doc_warn_not_error.patch

---+
 /PKGBUILD |   65 
 /doc_warn_not_error.patch |   13 +
 community-x86_64/PKGBUILD |   65 
 community-x86_64/doc_warn_not_error.patch |   13 -
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:01 UTC (rev 537770)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:10 UTC (rev 537771)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='https://arrayfire.com'
-pkgver=3.6.4
-arch=('x86_64')
-pkgrel=4
-license=('BSD')
-depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'git' 'ninja' 'boost1.69')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
-'doc_warn_not_error.patch')
-sha512sums=('febda2cd6f4a8d0bba2e5effaf92e93d37ab3283ff71f5fe1bd236fc71f3121c2e58988b20b97e457dee0077f67ea51406f17eac463c378d7655ad8be4aa3e53'
-
'63c745da51347fc94e02b031cb0606216f523acc350866658ebed7ac09115217a934285ecb731391f11c2934984f106564153eaca1b9c6d578db2b0904c0741d')
-
-prepare() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/doc_warn_not_error.patch"
-
-  mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  cd build
-  cmake .. \
-  -GNinja \
-  -DGOOGLETEST_VERSION=1.9.0 \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DAF_WITH_IMAGEIO=ON \
-  -DAF_BUILD_CPU=ON \
-  -DAF_BUILD_OPENCL=ON \
-  -DAF_WITH_NONFREE=ON \
-  -DAF_BUILD_EXAMPLES=ON \
-  -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
 \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCUDA_HOST_COMPILER=/usr/bin/gcc
-
-  ninja
-}
-
-# check() {
-#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
-#
-#   # Some tests fail :(
-#   make test
-# }
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  DESTDIR="${pkgdir}/" ninja install
-}

Copied: arrayfire/repos/community-x86_64/PKGBUILD (from rev 537770, 
arrayfire/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:10 UTC (rev 537771)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='https://arrayfire.com'
+pkgver=3.6.4
+arch=('x86_64')
+pkgrel=5
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'git' 'ninja' 'boost1.69')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+options=('!buildflags')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
+'doc_warn_not_error.patch')
+sha512sums=('febda2cd6f4a8d0bba2e5effaf92e93d37ab3283ff71f5fe1bd236fc71f3121c2e58988b20b97e457dee0077f67ea51406f17eac463c378d7655ad8be4aa3e53'
+
'63c745da51347fc94e02b031cb0606216f523acc350866658ebed7ac09115217a934285ecb731391f11c2934984f106564153eaca1b9c6d578db2b0904c0741d')
+
+prepare() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/doc_warn_not_error.patch"
+
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cd build
+  cmake .. \
+  -GNinja \
+  -DGOOGLETEST_VERSION=1.9.0 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:25
  Author: lfleischer
Revision: 537772

db-move: moved blender from [community-testing] to [community] (x86_64)

Added:
  blender/repos/community-x86_64/PKGBUILD
(from rev 537771, blender/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  blender/repos/community-testing-x86_64/
  blender/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   85 
 community-x86_64/PKGBUILD |   85 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:18:10 UTC (rev 537771)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:25 UTC (rev 537772)
@@ -1,85 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.81a
-# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
-
-pkgname=blender
-pkgver=2.81.a
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=2
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 
'openimagedenoise'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url "${srcdir}/blender-addons"
-  git config submodule."release/scripts/addons_contrib".url 
"${srcdir}/blender-addons-contrib"
-  git config submodule."release/datafiles/locale".url 
"${srcdir}/blender-translations"
-  git config submodule."source/tools".url "${srcdir}/blender-dev-tools"
-  git submodule update
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"/build
-
-  cmake \
--GNinja \
--C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DPYTHON_VERSION=3.8 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.8 \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.8
-  ninja
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  DESTDIR="${pkgdir}" ninja install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-x86_64/PKGBUILD (from rev 537771, 
blender/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:25 UTC (rev 537772)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually 

[arch-commits] Commit in android-tools/repos (11 files)

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:17:50
  Author: lfleischer
Revision: 537769

db-move: moved android-tools from [community-testing] to [community] (x86_64)

Added:
  android-tools/repos/community-x86_64/PKGBUILD
(from rev 537768, android-tools/repos/community-testing-x86_64/PKGBUILD)
  android-tools/repos/community-x86_64/bash_completion.fastboot
(from rev 537768, 
android-tools/repos/community-testing-x86_64/bash_completion.fastboot)
  android-tools/repos/community-x86_64/deployagent.jar
(from rev 537768, 
android-tools/repos/community-testing-x86_64/deployagent.jar)
  android-tools/repos/community-x86_64/fix_build_core.patch
(from rev 537768, 
android-tools/repos/community-testing-x86_64/fix_build_core.patch)
  android-tools/repos/community-x86_64/generate_build.rb
(from rev 537768, 
android-tools/repos/community-testing-x86_64/generate_build.rb)
Deleted:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-x86_64/PKGBUILD
  android-tools/repos/community-x86_64/bash_completion.fastboot
  android-tools/repos/community-x86_64/deployagent.jar
  android-tools/repos/community-x86_64/fix_build_core.patch
  android-tools/repos/community-x86_64/generate_build.rb

---+
 /PKGBUILD |   87 +
 /bash_completion.fastboot |   90 +
 /fix_build_core.patch |  104 ++
 /generate_build.rb|  466 
 community-x86_64/PKGBUILD |   87 -
 community-x86_64/bash_completion.fastboot |   90 -
 community-x86_64/fix_build_core.patch |  104 --
 community-x86_64/generate_build.rb|  466 
 8 files changed, 747 insertions(+), 747 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:17:41 UTC (rev 537768)
+++ community-x86_64/PKGBUILD   2019-12-15 18:17:50 UTC (rev 537769)
@@ -1,87 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: 謝致邦 
-# Contributor: Alucryd 
-
-pkgname=android-tools
-pkgver=29.0.5
-pkgrel=1
-tag=platform-tools-$pkgver
-pkgdesc='Android platform tools'
-arch=(x86_64)
-url='http://tools.android.com/'
-license=(Apache MIT)
-depends=(pcre2 libusb protobuf)
-optdepends=('python: for mkbootimg script'
-'python2: for unpack_bootimg & avbtool scripts')
-# depend on 'vim' for 'xxd' tool.
-makedepends=(git clang gtest ruby cmake ninja go-pie 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)
-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
-git+https://android.googlesource.com/platform/system/extras#tag=$tag
-
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag
-git+https://android.googlesource.com/platform/external/selinux#tag=$tag
-
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://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:
-#  java, protobuf-java, dex compiler, Android base libs.
-# To avoid the complexity we prebuilt the lib from the Android sources directly
-# using following instructiuons:
-#   (See https://wiki.archlinux.org/index.php/Android for context)
-# 
-#   source build/envsetup.sh
-#   lunch full-eng
-#   mmm system/core/adb/
-#   cp ./target/product/generic/system/framework/deployagent.jar .
-   deployagent.jar
-fix_build_core.patch
-bash_completion.fastboot)
-# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'acb02d8c048411fd21d00d57909a45aa6a6a6a7a'
-  'd9dfac30245faa0a96968b96f3acd9ad536f4910'
-  '31779cd6c0df710be9589bd2ee4f697f59b100fd'
-  '7004dbd0c193668827174880de6f8434de8ceaee')
-
-prepare() {
-  PLATFORM_TOOLS_VERSION="$pkgver-$pkgrel" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
-
-  cd "$srcdir"/core
-  patch -p1 < ../fix_build_core.patch
-
-  cd "$srcdir"/avb
-  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
-
-  cd 

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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:18:01
  Author: lfleischer
Revision: 537770

db-move: moved arcus from [community-testing] to [community] (x86_64)

Added:
  arcus/repos/community-x86_64/PKGBUILD
(from rev 537769, arcus/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  arcus/repos/community-testing-x86_64/
  arcus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   38 ++
 community-x86_64/PKGBUILD |   38 --
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:17:50 UTC (rev 537769)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:01 UTC (rev 537770)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-# upstreamed renamed to libarcus
-pkgname=arcus
-pkgver=4.3.0
-pkgrel=4
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64')
-license=('LGPL')
-makedepends=('cmake' 'sip')
-depends=('python' 'protobuf' 'python-sip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-sha512sums=('b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-x86_64/PKGBUILD (from rev 537769, 
arcus/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:18:01 UTC (rev 537770)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+# upstreamed renamed to libarcus
+pkgname=arcus
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64')
+license=('LGPL')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
+sha512sums=('c469780b751ad8c0386732b715dfebba3abdd1c694c1375d74b09445c3bf5dc6f67784056a1089cbf7b95addc161d7abfed2907242082b08f4e36f7db0da9943')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-15 Thread David Runge via arch-commits
Date: Sunday, December 15, 2019 @ 18:17:35
  Author: dvzrv
Revision: 537767

upgpkg: x42-plugins 20191215-1

Upgrading to 20191215. Updating maintainer info. Adding all direct library 
dependencies. Adding news file.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:10:51 UTC (rev 537766)
+++ PKGBUILD2019-12-15 18:17:35 UTC (rev 537767)
@@ -1,24 +1,25 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20191013
+pkgver=20191215
 pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
 license=('GPL2' 'GPL3')
+groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'fftw' 'ftgl' 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme'
-'libsamplerate' 'libltc' 'libx11' 'pango' 'zita-convolver')
-makedepends=('gendesk' 'help2man' 'jack' 'liblo' 'lv2' 'ttf-dejavu')
-optdepends=('jack: for standalone applications'
-'liblo: for standalone applications')
-groups=('lv2-plugins' 'pro-audio')
+'libglvnd' 'libltc.so' 'libsamplerate' 'libsndfile' 'libx11'
+'libzita-convolver.so' 'pango')
+makedepends=('gendesk' 'help2man' 'libjack.so' 'liblo.so' 'lv2' 'ttf-dejavu')
+optdepends=('libjack.so: for standalone applications'
+'liblo.so: for standalone applications')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"x42-plugins.png::https://x42-plugins.com/x42/static/img/x42.png;
+"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
 "${pkgname}.directory"
 "${pkgname}.menu")
-sha512sums=('c0c394efe5bd3bd80ccf0278ab5f97ed0f9484d9953388f0e5dae89b20562e0d6fa6bf2714d9d1e5dec6d4e0cbdabf2e54be537137903400b7314e8cf2b2539b'
+sha512sums=('047d16089eaa9a4c1b84e8487484d395e341a2bddf57dac56f0f1a939a2ca5d19a41faa9ea653618cb66dd2d960061d375b4ad97d36108b57de333c305c820fa'
 
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
 
'a4f25224da25f0bc9015290d5cc20051bfa02abc8dce54244e7d4a98e3f8bf1ea58afb8adf6f38818126c509f3551f4012417d9e17af701b1ae7f917df8b794d'
 
'ce8f056a034e3bccff1087016c2df550dad32d3c03fb72135623322e46c24b6f5ec5fd3a1478ba5c42a90ec757157f951fd40fb00903c9a20f6e631db454e856')
@@ -159,5 +160,7 @@
 -t "${pkgdir}/etc/xdg/menus/applications-merged/"
   install -vDm 644 "../${pkgname}.directory" \
 -t "${pkgdir}/usr/share/desktop-directories/"
+  install -vDm 644 plugin.news \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 # vim:set ts=2 sw=2 et:


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

2019-12-15 Thread David Runge via arch-commits
  --pkgname "x42-meter-${type}" \
-  --name "x42-meter ${meter_types[$type]}" \
-  --pkgdesc "${meter_types[$type]}" \
-  --exec "x42-meter $type" \
-  --icon "x42-meter" \
-  --genericname "Audio Meter" \
-  --categories "x42-plugins"
-done
-;;
-  tuna)
-for type in {0,1}; do
-  gendesk -n \
-  --pkgname "x42-${name}-${type}" \
-  --name "x42-${name} ${tuna_types[$type]}" \
-  --pkgdesc "${tuna_types[$type]}" \
-  --exec "x42-${name} $type" \
-  --icon "x42-${name}" \
-  --genericname "Music Instrument Tuner" \
-  --categories "x42-plugins"
-done
-;;
-  *)
-gendesk -n \
---pkgname "x42-${name}" \
---name "x42-${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "x42-plugins"
-;;
-esac
-  done
-  # moving images to correct location so installation is not such a hassle 
later on
-  mv -v fat1.lv2/img/x42{_,-}fat1.png
-  mv -v mixtri.lv2/img/x42{_,-}mixtri.png
-  mv -v meters.lv2/img/x42-meter{s,}.png
-  mv -v matrixmixer.lv2/img/x42-matrixmixer{,8x8}.png
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  make
-}
-
-package() {
-  declare -A _dirs=(
-  ["darc"]="darc.lv2"
-  ["dpl"]="dpl.lv2"
-  ["fat1"]="fat1.lv2"
-  ["fil4"]="fil4.lv2"
-  ["matrixmixer8x8"]="matrixmixer.lv2"
-  ["meter"]="meters.lv2"
-  ["mixtri"]="mixtri.lv2"
-  ["scope"]="sisco.lv2"
-  ["spectr"]="spectra.lv2"
-  ["stepseq"]="stepseq.lv2"
-  ["tuna"]="tuna.lv2"
-  )
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-  # xdg desktop integration
-  install -vDm 644 ./*.desktop -t "${pkgdir}/usr/share/applications/"
-  # icons
-  for name in "${_names[@]}"; do
-if [[ "$name" != 'fil4' ]]; then
-  install -vDm 644 "${_dirs[$name]}/img/x42-${name}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-fi
-  done
-  install -vDm 644 "../${pkgname}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-  # menu integration
-  install -vDm 644 "../${pkgname}.menu" \
--t "${pkgdir}/etc/xdg/menus/applications-merged/"
-  install -vDm 644 "../${pkgname}.directory" \
--t "${pkgdir}/usr/share/desktop-directories/"
-}
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 537767, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 18:17:41 UTC (rev 537768)
@@ -0,0 +1,166 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20191215
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL2' 'GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'ftgl' 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme'
+'libglvnd' 'libltc.so' 'libsamplerate' 'libsndfile' 'libx11'
+'libzita-convolver.so' 'pango')
+makedepends=('gendesk' 'help2man' 'libjack.so' 'liblo.so' 'lv2' 'ttf-dejavu')
+optdepends=('libjack.so: for standalone applications'
+'liblo.so: for standalone applications')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
+"${pkgname}.directory"
+"${pkgname}.menu")
+sha512sums=('047d16089eaa9a4c1b84e8487484d395e341a2bddf57dac56f0f1a939a2ca5d19a41faa9ea653618cb66dd2d960061d375b4ad97d36108b57de333c305c820fa'
+
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
+
'a4f25224da25f0bc9015290d5cc20051bfa02abc8dce54244e7d4a98e3f8bf1ea58afb8adf6f38818126c509f3551f4012417d9e17af701b1ae7f917df8b794d'
+
'ce8f056a034e3bccff1087016c2df550dad32d3c03fb72135623322e46c24b6f5ec5fd3a1478ba5c42a90ec757157f951fd40fb00903c9a20f6e631db454e856')
+
+_names=('darc' 'dpl' 'fat1' 'fil4' '

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

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:10:51
  Author: svenstaro
Revision: 537766

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 537765, arrayfire/trunk/PKGBUILD)
  arrayfire/repos/community-testing-x86_64/doc_warn_not_error.patch
(from rev 537765, arrayfire/trunk/doc_warn_not_error.patch)
Deleted:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
  arrayfire/repos/community-testing-x86_64/doc_warn_not_error.patch

--+
 PKGBUILD |  130 ++---
 doc_warn_not_error.patch |   26 -
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 18:10:43 UTC (rev 537765)
+++ PKGBUILD2019-12-15 18:10:51 UTC (rev 537766)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='https://arrayfire.com'
-pkgver=3.6.4
-arch=('x86_64')
-pkgrel=3
-license=('BSD')
-depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'git' 'ninja' 'boost1.69')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
-'doc_warn_not_error.patch')
-sha512sums=('febda2cd6f4a8d0bba2e5effaf92e93d37ab3283ff71f5fe1bd236fc71f3121c2e58988b20b97e457dee0077f67ea51406f17eac463c378d7655ad8be4aa3e53'
-
'63c745da51347fc94e02b031cb0606216f523acc350866658ebed7ac09115217a934285ecb731391f11c2934984f106564153eaca1b9c6d578db2b0904c0741d')
-
-prepare() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/doc_warn_not_error.patch"
-
-  mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  cd build
-  cmake .. \
-  -GNinja \
-  -DGOOGLETEST_VERSION=1.9.0 \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DAF_WITH_IMAGEIO=ON \
-  -DAF_BUILD_CPU=ON \
-  -DAF_BUILD_OPENCL=ON \
-  -DAF_WITH_NONFREE=ON \
-  -DAF_BUILD_EXAMPLES=ON \
-  -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
 \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCUDA_HOST_COMPILER=/usr/bin/gcc
-
-  ninja
-}
-
-# check() {
-#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
-#
-#   # Some tests fail :(
-#   make test
-# }
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  DESTDIR="${pkgdir}/" ninja install
-}

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 537765, 
arrayfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 18:10:51 UTC (rev 537766)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='https://arrayfire.com'
+pkgver=3.6.4
+arch=('x86_64')
+pkgrel=5
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'git' 'ninja' 'boost1.69')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+options=('!buildflags')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
+'doc_warn_not_error.patch')
+sha512sums=('febda2cd6f4a8d0bba2e5effaf92e93d37ab3283ff71f5fe1bd236fc71f3121c2e58988b20b97e457dee0077f67ea51406f17eac463c378d7655ad8be4aa3e53'
+
'63c745da51347fc94e02b031cb0606216f523acc350866658ebed7ac09115217a934285ecb731391f11c2934984f106564153eaca1b9c6d578db2b0904c0741d')
+
+prepare() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/doc_warn_not_error.patch"
+
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cd build
+  cmake .. \
+  -GNinja \
+  -DGOOGLETEST_VERSION=1.9.0 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DAF_WITH_IMAGEIO=ON \
+  -DAF_BUILD_CPU=ON \
+  -DAF_BUILD_OPENCL=ON \
+  -DAF_WITH_NONFREE=ON \
+  -DAF_BUILD_EXAMPLES=ON \
+  -DAF_BUILD_DOCS=ON \
+  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
 \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCUDA_HOST_COMPILER=/usr/bin/gcc
+
+  

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

2019-12-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 15, 2019 @ 18:10:43
  Author: svenstaro
Revision: 537765

upgpkg: arrayfire 3.6.4-5

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 18:08:52 UTC (rev 537764)
+++ PKGBUILD2019-12-15 18:10:43 UTC (rev 537765)
@@ -4,7 +4,7 @@
 url='https://arrayfire.com'
 pkgver=3.6.4
 arch=('x86_64')
-pkgrel=4
+pkgrel=5
 license=('BSD')
 depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'git' 'ninja' 'boost1.69')


  1   2   >