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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 11, 2020 @ 07:30:00
  Author: arojas
Revision: 773112

archrelease: copy trunk to community-x86_64

Added:
  lmms/repos/community-x86_64/PKGBUILD
(from rev 773111, lmms/trunk/PKGBUILD)
Deleted:
  lmms/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 07:29:50 UTC (rev 773111)
+++ PKGBUILD2020-12-11 07:30:00 UTC (rev 773112)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lukas Fleischer 
-# Contributor: Shinlun Hsieh 
-# Contributor: Mateusz Herych 
-# Contributor: Storyteller 
-
-pkgname=lmms
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='The Linux MultiMedia Studio'
-arch=('x86_64')
-url="https://lmms.io;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'lame' 'libx11' 'libxcb' 'qt5-base' 'qt5-x11extras'
-'sdl' 'sndio' 'zlib')
-makedepends=('alsa-lib' 'bash-completion' 'carla' 'cmake' 'doxygen'
-'extra-cmake-modules' 'fftw' 'fltk' 'fluidsynth' 'freetype2' 'jack' 'ladspa' 
'libgig'
-'libogg' 'libpulse' 'libsamplerate' 'libsndfile' 'libvorbis' 'portaudio'
-'qt5-tools' 'stk' 'wine')
-optdepends=('pulseaudio: pulseaudio support'
-'wine: VST plugin support')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz;)
-sha512sums=('df74d9e938f1c3807e9941b11db4ccfe9450e23b723c82774de15b7666ac39f1bfdd8519231e28849f994628190ecc92fa05d55bbc0b50a4421f2d183e729028')
-b2sums=('8b561068194e9a4af8260675e784c25a92b6b2f731c29b677cbc16581306bbadcf27ea529adbcd735ff4adffedf3dd98ec7b2d89428a63ea600d022ecdae58e4')
-
-prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LDFLAGS="${LDFLAGS}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--DWANT_QT5=ON \
--DWANT_SOUNDIO=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_MODULE_PATH=/usr/share/ECM/find-modules \
--DCMAKE_PREFIX_PATH=/usr/include/wine/windows \
--DWINE_INCLUDE_DIR=/usr/include/wine/windows \
--DWINE_LIBRARY=/usr/lib32/wine \
--DOpenGL_GL_PREFERENCE=GLVND \
--W no-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libfftw3f.so' 'libfltk.so' 'libfluidsynth.so'
-  'libgig.so' 'libogg.so' 'libportaudio.so' 'libpulse.so' 'libstk-4.6.1.so'
-  'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="${pkgdir}" install -C build
-}

Copied: lmms/repos/community-x86_64/PKGBUILD (from rev 773111, 
lmms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 07:30:00 UTC (rev 773112)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge 
+# Contributor: Lukas Fleischer 
+# Contributor: Shinlun Hsieh 
+# Contributor: Mateusz Herych 
+# Contributor: Storyteller 
+
+pkgname=lmms
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='The Linux MultiMedia Studio'
+arch=('x86_64')
+url="https://lmms.io;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'lame' 'libx11' 'libxcb' 'qt5-base' 'qt5-x11extras'
+'sdl' 'sndio' 'zlib')
+makedepends=('alsa-lib' 'bash-completion' 'carla' 'cmake' 'doxygen'
+'extra-cmake-modules' 'fftw' 'fltk' 'fluidsynth' 'freetype2' 'jack' 'ladspa' 
'libgig'
+'libogg' 'libpulse' 'libsamplerate' 'libsndfile' 'libvorbis' 'portaudio'
+'qt5-tools' 'stk' 'wine')
+optdepends=('pulseaudio: pulseaudio support'
+'wine: VST plugin support')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz;)
+sha512sums=('df74d9e938f1c3807e9941b11db4ccfe9450e23b723c82774de15b7666ac39f1bfdd8519231e28849f994628190ecc92fa05d55bbc0b50a4421f2d183e729028')
+b2sums=('8b561068194e9a4af8260675e784c25a92b6b2f731c29b677cbc16581306bbadcf27ea529adbcd735ff4adffedf3dd98ec7b2d89428a63ea600d022ecdae58e4')
+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LDFLAGS="${LDFLAGS}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-DWANT_QT5=ON \
+-DWANT_SOUNDIO=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_MODULE_PATH=/usr/share/ECM/find-modules \
+-DCMAKE_PREFIX_PATH=/usr/include/wine/windows \
+-DWINE_INCLUDE_DIR=/usr/include/wine/windows \
+-DWINE_LIBRARY=/usr/lib32/wine \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-W no-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libfltk.so' 'libfluidsynth.so'
+  'libgig.so' 'libogg.so' 'libportaudio.so' 'libpulse.so' 'libstk-4.6.1.so'
+  

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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 11, 2020 @ 07:29:50
  Author: arojas
Revision: 773111

Qt 5.15.2 rebuild (FS#68934)

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 07:02:25 UTC (rev 773110)
+++ PKGBUILD2020-12-11 07:29:50 UTC (rev 773111)
@@ -6,7 +6,7 @@
 
 pkgname=lmms
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io;


[arch-commits] Commit in (libwebrtc)

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 07:02:25
  Author: farseerfc
Revision: 773110

replace libwebrtc with libtg_owt

Deleted:
  libwebrtc/


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

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 06:48:20
  Author: farseerfc
Revision: 773108

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 06:47:52 UTC (rev 773107)
+++ PKGBUILD2020-12-11 06:48:20 UTC (rev 773108)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.4.7
-pkgrel=3
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'qt5-wayland' 'gtk3')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'libwebrtc')
-optdepends=('ttf-opensans: default Open Sans font family')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('712ab6896f89f7df0c7ac297039ee3b3532c159e17f66e4539b701a35d04d4709b558755d592d3cd91df541a2d2ca9f0485cf073c32f0b69a18848ab2ccd1993')
-
-prepare() {
-cd tdesktop-$pkgver-full/cmake
-# force webrtc link to libjpeg
-echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake . \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
--DDESKTOP_APP_SPECIAL_TARGET=""
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 773107, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 06:48:20 UTC (rev 773108)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.4.7
+pkgrel=4
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'qt5-wayland' 'gtk3')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'libtg_owt')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('712ab6896f89f7df0c7ac297039ee3b3532c159e17f66e4539b701a35d04d4709b558755d592d3cd91df541a2d2ca9f0485cf073c32f0b69a18848ab2ccd1993')
+
+prepare() {
+cd tdesktop-$pkgver-full/cmake
+# force webrtc link to libjpeg
+echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
+}
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake . \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
+-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
+-DDESKTOP_APP_SPECIAL_TARGET=""
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}


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

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 06:47:52
  Author: farseerfc
Revision: 773107

upgpkg: telegram-desktop 2.4.7-4: telegram-desktop build against libtg_owt

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 06:47:11 UTC (rev 773106)
+++ PKGBUILD2020-12-11 06:47:52 UTC (rev 773107)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=2.4.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -9,7 +9,7 @@
 license=('GPL3')
 depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
  'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'qt5-wayland' 'gtk3')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'libwebrtc')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'libtg_owt')
 optdepends=('ttf-opensans: default Open Sans font family')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
 
sha512sums=('712ab6896f89f7df0c7ac297039ee3b3532c159e17f66e4539b701a35d04d4709b558755d592d3cd91df541a2d2ca9f0485cf073c32f0b69a18848ab2ccd1993')


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

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 06:47:11
  Author: farseerfc
Revision: 773106

archrelease: copy trunk to community-x86_64

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

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

Copied: libtg_owt/repos/community-x86_64/PKGBUILD (from rev 773105, 
libtg_owt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-11 06:47:11 UTC (rev 773106)
@@ -0,0 +1,50 @@
+# Maintainer: Jiachen YANG 
+
+pkgname=libtg_owt
+_commit=75ac669
+pkgver=0.git1.${_commit}
+pkgrel=1
+pkgdesc='WebRTC library - static linked'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('custom:BSD')
+depends=('protobuf')
+makedepends=('git' 'ninja' 'unzip' 'cmake' 'libxrandr' 'libxcomposite' 
'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo')
+options=('staticlibs')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;)
+b2sums=('SKIP'
+'SKIP'
+'SKIP')
+replaces=('libwebrtc')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+  mkdir build
+  cd build
+  # path to openssl include is intentionally wrong, so that it will not mess 
up srtp include headers
+  cmake -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTG_OWT_SPECIAL_TARGET=linux \
+-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
+-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
+-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
+-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include \
+..
+  ninja
+}
+
+package() {
+  cd tg_owt/build
+  DESTDIR="${pkgdir}/" ninja install
+}


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

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 06:46:39
  Author: farseerfc
Revision: 773105

upgpkg: libtg_owt 0.git1.75ac669-1: add libtg_owt to replace libwebrtc

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 05:14:57 UTC (rev 773104)
+++ PKGBUILD2020-12-11 06:46:39 UTC (rev 773105)
@@ -22,8 +22,8 @@
 prepare() {
   cd tg_owt
   git submodule init
-  git config submodule.src/src/third_party/libvpx/source/libvpx 
"$srcdir"/libvpx
-  git config src/third_party/libyuv "$srcdir"/libyuv
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
   git submodule update
 }
 


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Friday, December 11, 2020 @ 05:14:57
  Author: eschwartz
Revision: 773104

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 773103, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  208 ++---
 1 file changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 05:14:39 UTC (rev 773103)
+++ PKGBUILD2020-12-11 05:14:57 UTC (rev 773104)
@@ -1,104 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgbase=calibre
-pkgname=calibre
-pkgver=5.6.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pychm' 'pygments' 'pyqt5'
-  'pyqtwebengine' 'regex' 'zeroconf')
-depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
- 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
- "${_py_deps[@]/#/python-}" 'qt5-svg' 'udisks2')
-makedepends=('qt5-x11extras' 'sip5' 'pyqt-builder' 'xdg-utils' 
'rapydscript-ng')
-checkdepends=('xorg-server-xvfb')
-optdepends=('poppler: required for converting pdf to html')
-conflicts=('calibre-common' 'calibre-python3')
-replaces=('calibre-common' 'calibre-python3')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('484a2e120fdbcff6c544d4c216afef0ff784c7665d3fd44d98acb0420d8f5e55'
-'SKIP')
-b2sums=('44941c50873c285aa552c5b4ac716e5d3dd6bc3e1a4f13b1003d42adb808566ec3a5083c683a40d9679524e4ae70eed6ec8bc4c70770991f9791bcea25387c42'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgbase}-${pkgver}"
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgbase}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgbase}-${pkgver}"
-
-LANG='en_US.UTF-8' python setup.py build
-LANG='en_US.UTF-8' python setup.py gui
-LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-cd "${pkgbase}-${pkgver}"
-
-_test_excludes=(
-# merely testing if a runtime-optional feature works, but is not
-# operative yet e.g. only tries checking if the optdepend is importable
-'speech_dispatcher'
-# tests if a completely unused module is bundled
-'pycryptodome'
-)
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-# one or two tests are a bit flaky, but the python3 build seems to succeed 
more often
-LANG='en_US.UTF-8' xvfb-run python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-cd "${pkgbase}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python3 -m compileall -d "${_destdir}" "${_file}"
-python3 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 773103, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 05:14:57 UTC (rev 773104)
@@ -0,0 +1,104 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# 

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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Friday, December 11, 2020 @ 05:14:39
  Author: eschwartz
Revision: 773103

upgpkg: calibre 5.7.0-1: upstream release

new TTS feature is public now, +1 optdepends

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 02:48:47 UTC (rev 773102)
+++ PKGBUILD2020-12-11 05:14:39 UTC (rev 773103)
@@ -8,8 +8,8 @@
 
 pkgbase=calibre
 pkgname=calibre
-pkgver=5.6.0
-pkgrel=2
+pkgver=5.7.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -23,14 +23,15 @@
  "${_py_deps[@]/#/python-}" 'qt5-svg' 'udisks2')
 makedepends=('qt5-x11extras' 'sip5' 'pyqt-builder' 'xdg-utils' 
'rapydscript-ng')
 checkdepends=('xorg-server-xvfb')
-optdepends=('poppler: required for converting pdf to html')
+optdepends=('poppler: required for converting pdf to html'
+'speech-dispatcher: TTS support in the viewer')
 conflicts=('calibre-common' 'calibre-python3')
 replaces=('calibre-common' 'calibre-python3')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('484a2e120fdbcff6c544d4c216afef0ff784c7665d3fd44d98acb0420d8f5e55'
+sha256sums=('31786bd09c551e87fcf2fe6544174099b0cac0e221f1ff73652c8e43e913b6b3'
 'SKIP')
-b2sums=('44941c50873c285aa552c5b4ac716e5d3dd6bc3e1a4f13b1003d42adb808566ec3a5083c683a40d9679524e4ae70eed6ec8bc4c70770991f9791bcea25387c42'
+b2sums=('265e33ddf8cc24ac71e68ea1146acdc14b3c47dc5aaa7fe4be3bc384678b1cc09b8835d209a4d2ca52832f73bada86d0d17a1c2319a58e451ee97a11a2da7f43'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
@@ -66,8 +67,7 @@
 cd "${pkgbase}-${pkgver}"
 
 _test_excludes=(
-# merely testing if a runtime-optional feature works, but is not
-# operative yet e.g. only tries checking if the optdepend is importable
+# merely testing if a runtime-optional feature optdepend is importable
 'speech_dispatcher'
 # tests if a completely unused module is bundled
 'pycryptodome'


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 02:48:47
  Author: anatolik
Revision: 773102

archrelease: copy trunk to community-x86_64

Added:
  libc++/repos/community-x86_64/
  libc++/repos/community-x86_64/PKGBUILD
(from rev 773101, libc++/trunk/PKGBUILD)

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

Copied: libc++/repos/community-x86_64/PKGBUILD (from rev 773101, 
libc++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-11 02:48:47 UTC (rev 773102)
@@ -0,0 +1,81 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=11.0.0
+pkgrel=2
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'llvm' 'libunwind' 'ninja' 'python')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
+noextract=("${source[@]##*/}")
+sha512sums=('b3e92091ac48772edc0c30801218ce646ef374e1968baab91df9005f58e11c3ce149b2c4c655c7001f8554fd337caa02c08783bc736153bf58f35fe008e624a4'
+'SKIP'
+
'c4360c330c27caa940b6881775e37f4801152ef9f12fe5ba754aa5d38214e588e975d760a79866d1eb26f9fba9ce9082c4248f0ac2e7d635d976b9456cc1a4aa'
+'SKIP'
+
'bfefe9784c9b466844d46e9882b93409b226277b3d98f05ff096a9b533fe1b112687122179e6e8678670f950968dbae7accf3f6ab0f0784cfb316ccab981dbcf'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build llvm/projects/libcxx llvm/projects/libcxxabi
+  bsdtar --strip-components 1 -zxf "${source[0]##*/}" -C llvm
+  bsdtar --strip-components 1 -zxf "${source[2]##*/}" -C llvm/projects/libcxx
+  bsdtar --strip-components 1 -zxf "${source[4]##*/}" -C 
llvm/projects/libcxxabi
+  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT 
llvm/projects/libcxxabi/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+"$srcdir"/llvm
+  ninja cxx cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+package_libc++() {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 11, 2020 @ 02:48:28
  Author: anatolik
Revision: 773101

upgpkg: libc++ 11.0.0-2

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 02:46:12 UTC (rev 773100)
+++ PKGBUILD2020-12-11 02:48:28 UTC (rev 773101)
@@ -35,9 +35,6 @@
  
 build() {
   cd build
-  # https://wiki.archlinux.org/index.php/Clang#Build_packages_with_Clang
-  # CFLAGS=${CFLAGS/-fvar-tracking-assignments}
-  # CXXFLAGS=${CXXFLAGS/-fvar-tracking-assignments}
 
   cmake \
 -G Ninja \


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

2020-12-10 Thread Daniel Bermond via arch-commits
Date: Friday, December 11, 2020 @ 02:46:12
  Author: dbermond
Revision: 773100

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   94 +--
 service|7 
 x11vnc.service |7 
 3 files changed, 57 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 02:45:43 UTC (rev 773099)
+++ PKGBUILD2020-12-11 02:46:12 UTC (rev 773100)
@@ -1,44 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=x11vnc
-epoch=1
-pkgver=0.9.16
-pkgrel=3
-pkgdesc='VNC server for real X displays'
-url='https://github.com/LibVNC/x11vnc'
-arch=('x86_64')
-license=('GPL2')
-optdepends=('tk: GUI support'
-'net-tools: -auth guess'
-'xf86-video-dummy: Xdummy script')
-depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama'
- 'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo')
-source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz;
-
"$pkgname-xfc-null-ptr.patch::https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch;
-
"$pkgname-gcc10.patch::https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch;
-'service')
-sha256sums=('885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba39bd32bd'
-'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
-'9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
-'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../$pkgname-xfc-null-ptr.patch # FS#65851
-   patch -p1 -i ../$pkgname-gcc10.patch
-   autoreconf --force --install
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
-}

Copied: x11vnc/repos/community-x86_64/PKGBUILD (from rev 773099, 
x11vnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 02:46:12 UTC (rev 773100)
@@ -0,0 +1,50 @@
+# Maintainer : Daniel Bermond 
+# Contributor: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.16
+pkgrel=4
+epoch=1
+_commit='4ca006fed80410bd9b061a1519bd5d9366bb0bc8'
+pkgdesc='VNC server for real X displays'
+url='https://github.com/LibVNC/x11vnc'
+arch=('x86_64')
+license=('GPL')
+depends=('libvncserver' 'openssl' 'libxcrypt' 'libxtst' 'libxext' 'libxinerama'
+ 'libxrandr' 'libxfixes' 'libxdamage' 'libxcomposite' 'libx11' 'avahi'
+ 'libxi' 'xorg-xdpyinfo')
+optdepends=('tk: for GUI support'
+'net-tools: for -auth guess'
+'xf86-video-dummy: for Xdummy script')
+makedepends=('git')
+source=("git+https://github.com/LibVNC/x11vnc.git#commit=${_commit}?signed;
+
'010-x11vnc-xfc-null-ptr.patch'::'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch'
+
'020-x11vnc-gcc10-fix.patch'::'https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch'
+
'030-x11vnc-scan-limit-access-to-shared-memory'::'https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch'
+'x11vnc.service')
+validpgpkeys=('25E71D2709955ECD4D041E03421BB3B45C6067F8') # Christian Beier
+sha256sums=('SKIP'
+'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
+'9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
+'6047df38ca8a27760a6359a7f4029dd006f0423a4cd262cb0833da41defe1792'
+'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
+
+prepare() {
+   patch -d x11vnc -Np1 -i "${srcdir}/010-x11vnc-xfc-null-ptr.patch" # 
FS#65851
+   patch -d x11vnc -Np1 -i "${srcdir}/020-x11vnc-gcc10-fix.patch"
+   patch -d x11vnc -Np1 -i 
"${srcdir}/030-x11vnc-scan-limit-access-to-shared-memory" # FS#68930
+   autoreconf -fi x11vnc
+}
+
+build() {
+   cd "$pkgname"
+   ./configure --prefix='/usr' --mandir='/usr/share/man'
+   make
+}
+
+package() {
+   make -C x11vnc DESTDIR="$pkgdir" install
+   install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}/usr/bin"
+   install -D -m644 x11vnc.service -t "${pkgdir}/usr/lib/systemd/system"
+}

Deleted: service
===
--- service 2020-12-11 

[arch-commits] Commit in x11vnc/trunk (PKGBUILD service x11vnc.service)

2020-12-10 Thread Daniel Bermond via arch-commits
Date: Friday, December 11, 2020 @ 02:45:43
  Author: dbermond
Revision: 773099

upgpkg: x11vnc 1:0.9.16-4: fix FS#68930

Added:
  x11vnc/trunk/x11vnc.service
(from rev 773098, x11vnc/trunk/service)
Modified:
  x11vnc/trunk/PKGBUILD
Deleted:
  x11vnc/trunk/service

+
 PKGBUILD   |   51 +++
 service|7 ---
 x11vnc.service |7 +++
 3 files changed, 34 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 02:23:36 UTC (rev 773098)
+++ PKGBUILD2020-12-11 02:45:43 UTC (rev 773099)
@@ -1,47 +1,50 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer : Daniel Bermond 
+# Contributor: Gaetan Bisson 
 # Contributor: damir 
 
 pkgname=x11vnc
+pkgver=0.9.16
+pkgrel=4
 epoch=1
-pkgver=0.9.16
-pkgrel=3
-_commit="4ca006fed80410bd9b061a1519bd5d9366bb0bc8"
+_commit='4ca006fed80410bd9b061a1519bd5d9366bb0bc8'
 pkgdesc='VNC server for real X displays'
 url='https://github.com/LibVNC/x11vnc'
 arch=('x86_64')
-license=('GPL2')
-optdepends=('tk: GUI support'
-'net-tools: -auth guess'
-'xf86-video-dummy: Xdummy script')
-depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama'
- 'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo')
-makedpends=('git')
+license=('GPL')
+depends=('libvncserver' 'openssl' 'libxcrypt' 'libxtst' 'libxext' 'libxinerama'
+ 'libxrandr' 'libxfixes' 'libxdamage' 'libxcomposite' 'libx11' 'avahi'
+ 'libxi' 'xorg-xdpyinfo')
+optdepends=('tk: for GUI support'
+'net-tools: for -auth guess'
+'xf86-video-dummy: for Xdummy script')
+makedepends=('git')
 source=("git+https://github.com/LibVNC/x11vnc.git#commit=${_commit}?signed;
-
"$pkgname-xfc-null-ptr.patch::https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch;
-
"$pkgname-gcc10.patch::https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch;
-'service')
+
'010-x11vnc-xfc-null-ptr.patch'::'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch'
+
'020-x11vnc-gcc10-fix.patch'::'https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch'
+
'030-x11vnc-scan-limit-access-to-shared-memory'::'https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch'
+'x11vnc.service')
 validpgpkeys=('25E71D2709955ECD4D041E03421BB3B45C6067F8') # Christian Beier
 sha256sums=('SKIP'
 'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
 '9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
+'6047df38ca8a27760a6359a7f4029dd006f0423a4cd262cb0833da41defe1792'
 'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
 
 prepare() {
-   cd "${srcdir}/${pkgname}"
-   patch -p1 -i ../$pkgname-xfc-null-ptr.patch # FS#65851
-   patch -p1 -i ../$pkgname-gcc10.patch
-   autoreconf --force --install
+   patch -d x11vnc -Np1 -i "${srcdir}/010-x11vnc-xfc-null-ptr.patch" # 
FS#65851
+   patch -d x11vnc -Np1 -i "${srcdir}/020-x11vnc-gcc10-fix.patch"
+   patch -d x11vnc -Np1 -i 
"${srcdir}/030-x11vnc-scan-limit-access-to-shared-memory" # FS#68930
+   autoreconf -fi x11vnc
 }
 
 build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
+   cd "$pkgname"
+   ./configure --prefix='/usr' --mandir='/usr/share/man'
make
 }
 
 package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-   install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+   make -C x11vnc DESTDIR="$pkgdir" install
+   install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}/usr/bin"
+   install -D -m644 x11vnc.service -t "${pkgdir}/usr/lib/systemd/system"
 }

Deleted: service
===
--- service 2020-12-11 02:23:36 UTC (rev 773098)
+++ service 2020-12-11 02:45:43 UTC (rev 773099)
@@ -1,7 +0,0 @@
-[Unit]
-Description=VNC Server for X11
-Requires=graphical.target
-After=graphical.target
-
-[Service]
-ExecStart=/usr/bin/x11vnc

Copied: x11vnc/trunk/x11vnc.service (from rev 773098, x11vnc/trunk/service)
===
--- x11vnc.service  (rev 0)
+++ x11vnc.service  2020-12-11 02:45:43 UTC (rev 773099)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc


[arch-commits] Commit in (4 files)

2020-12-10 Thread Jiachen Yang via arch-commits
Date: Friday, December 11, 2020 @ 02:23:36
  Author: farseerfc
Revision: 773098

add libtg_owt to replace libwebrtc

Added:
  libtg_owt/
  libtg_owt/repos/
  libtg_owt/trunk/
  libtg_owt/trunk/PKGBUILD

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

Added: libtg_owt/trunk/PKGBUILD
===
--- libtg_owt/trunk/PKGBUILD(rev 0)
+++ libtg_owt/trunk/PKGBUILD2020-12-11 02:23:36 UTC (rev 773098)
@@ -0,0 +1,50 @@
+# Maintainer: Jiachen YANG 
+
+pkgname=libtg_owt
+_commit=75ac669
+pkgver=0.git1.${_commit}
+pkgrel=1
+pkgdesc='WebRTC library - static linked'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('custom:BSD')
+depends=('protobuf')
+makedepends=('git' 'ninja' 'unzip' 'cmake' 'libxrandr' 'libxcomposite' 
'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo')
+options=('staticlibs')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;)
+b2sums=('SKIP'
+'SKIP'
+'SKIP')
+replaces=('libwebrtc')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/src/third_party/libvpx/source/libvpx 
"$srcdir"/libvpx
+  git config src/third_party/libyuv "$srcdir"/libyuv
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+  mkdir build
+  cd build
+  # path to openssl include is intentionally wrong, so that it will not mess 
up srtp include headers
+  cmake -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTG_OWT_SPECIAL_TARGET=linux \
+-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
+-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
+-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
+-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include \
+..
+  ninja
+}
+
+package() {
+  cd tg_owt/build
+  DESTDIR="${pkgdir}/" ninja install
+}


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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Friday, December 11, 2020 @ 01:50:34
  Author: polyzen
Revision: 773097

archrelease: copy trunk to community-any

Added:
  bitwarden_rs-web/repos/community-any/
  bitwarden_rs-web/repos/community-any/PKGBUILD
(from rev 773096, bitwarden_rs-web/trunk/PKGBUILD)
  bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install
(from rev 773096, bitwarden_rs-web/trunk/bitwarden_rs-web.install)

--+
 PKGBUILD |   43 +++
 bitwarden_rs-web.install |   12 
 2 files changed, 55 insertions(+)

Copied: bitwarden_rs-web/repos/community-any/PKGBUILD (from rev 773096, 
bitwarden_rs-web/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-12-11 01:50:34 UTC (rev 773097)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Markus Richter 
+
+pkgname=bitwarden_rs-web
+pkgver=2.17.1
+pkgrel=1
+pkgdesc='Bitwarden web vault with the patches to make it work with 
bitwarden_rs'
+arch=('any')
+url=https://github.com/dani-garcia/bw_web_builds
+license=('GPL3')
+depends=('bitwarden_rs')
+makedepends=('git' 'npm' 'python2')
+replaces=('bitwarden_rs-vault')
+install=$pkgname.install
+source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$pkgver;
+'git+https://github.com/bitwarden/jslib.git'
+
"$pkgname-v$pkgver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$pkgver.patch;)
+b2sums=('SKIP'
+'SKIP'
+
'da88c88d7a7bb034c3307992eb3a868928961c00bb44f4ad5b3adbf51c5858b365a0592c04071d8bf011911ec4cf69ae0f6bc8160bc07491b1e5f36c43d60dd9')
+
+prepare() {
+  cd bitwarden-web
+  git submodule init
+  git config submodule.jslib.url ../jslib
+  git submodule update
+  patch --forward --strip=1 --input=../$pkgname-v$pkgver.patch
+}
+
+build() {
+  cd bitwarden-web
+  npm install
+  npm audit fix
+  npm run dist
+}
+
+package() {
+  cd bitwarden-web
+  install -d "$pkgdir"/usr/share/$pkgname
+  cp -R build/* "$pkgdir"/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install (from rev 
773096, bitwarden_rs-web/trunk/bitwarden_rs-web.install)
===
--- community-any/bitwarden_rs-web.install  (rev 0)
+++ community-any/bitwarden_rs-web.install  2020-12-11 01:50:34 UTC (rev 
773097)
@@ -0,0 +1,12 @@
+post_install() {
+  cat << EOF
+Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
+/etc/bitwarden_rs.env.
+
+If upgrading from the AUR package, set the new path:
+WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web
+
+Restart bitwarden_rs after configuration changes have been made:
+# systemctl restart bitwarden_rs
+EOF
+}


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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Friday, December 11, 2020 @ 01:50:01
  Author: polyzen
Revision: 773096

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  109 +-
 bitwarden_rs.install   |   48 +-
 bitwarden_rs.service   |  110 +--
 bitwarden_rs.sysusers.conf |2 
 bitwarden_rs.tmpfiles  |6 +-
 5 files changed, 138 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 01:18:53 UTC (rev 773095)
+++ PKGBUILD2020-12-11 01:50:01 UTC (rev 773096)
@@ -1,54 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Markus Richter 
-# Contributor: Timothée Ravier https://github.com/dani-garcia/bitwarden_rs
-license=('GPL3')
-depends=('mariadb-libs' 'openssl' 'postgresql-libs' 'sqlite')
-makedepends=('rustup')
-optdepends=('bitwarden_rs-vault: for the web app')
-backup=('etc/bitwarden_rs.env')
-install=$pkgname.install
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-"$pkgname.service"
-"$pkgname.sysusers.conf"
-"$pkgname.tmpfiles")
-b2sums=('faf4a3e0cba6905547c347bd8d7939e2412116d5c9b226e49cddd04306b6e69e00e1f5d7b1b09493ff02614d5417b34cd9c54cb3efffbf238e23e3f54bacd5d1'
-
'22bc90b8c49b6a26610ec840f04481fe3c7fcffc82434df3ee6adba4555787ba44c7b58dfcb181a28d4a6c943db6e7f7f439b67995c5aa06c23035002765de09'
-
'c44af94e19724ba23a11cec3ccc46ff9db307a058564d539dc533308e75ff43cfb5e42515bd49fdeb86e02cbc7575dc87c3b132d9d28d49f7e8fedab598c06f5'
-
'a2a6a128a405b4dbd06eb84c25b1971a5dcab4b918d6fec74da317b76485eda6b4b16ad972a85d9c8267b0a848787761fae75cd6bbb81d970a8cbc8683a2fc42')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,# DATA_FOLDER=data,DATA_FOLDER=/var/lib/bitwarden_rs,
-  s,# WEB_VAULT_ENABLED=true,WEB_VAULT_ENABLED=false,
-  s,# LOG_FILE=/path/to/log,# LOG_FILE=/var/log/bitwarden_rs.log,
-  /^# ROCKET_TLS/a ROCKET_LIMITS={json=10485760}' .env.template
-}
-
-build() {
-  cd $pkgname-$pkgver
-  rustup set profile minimal
-  BWRS_VERSION="$pkgver" cargo build --release --locked --features 
sqlite,mysql,postgresql
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked --features sqlite,mysql,postgresql
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 .env.template "$pkgdir"/etc/bitwarden_rs.env
-  install -Dt "$pkgdir"/usr/bin target/release/bitwarden_rs
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system ../bitwarden_rs.service
-  install -Dm644 ../$pkgname.sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/bitwarden_rs.conf
-  install -Dm644 ../bitwarden_rs.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/bitwarden_rs.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitwarden_rs/repos/community-x86_64/PKGBUILD (from rev 773095, 
bitwarden_rs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 01:50:01 UTC (rev 773096)
@@ -0,0 +1,55 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Markus Richter 
+# Contributor: Timothée Ravier https://github.com/dani-garcia/bitwarden_rs
+license=('GPL3')
+depends=('mariadb-libs' 'openssl' 'postgresql-libs' 'sqlite')
+makedepends=('rustup')
+optdepends=('bitwarden_rs-web: for the web app')
+backup=('etc/bitwarden_rs.env')
+install=$pkgname.install
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+"$pkgname.service"
+"$pkgname.sysusers.conf"
+"$pkgname.tmpfiles")
+b2sums=('faf4a3e0cba6905547c347bd8d7939e2412116d5c9b226e49cddd04306b6e69e00e1f5d7b1b09493ff02614d5417b34cd9c54cb3efffbf238e23e3f54bacd5d1'
+
'22bc90b8c49b6a26610ec840f04481fe3c7fcffc82434df3ee6adba4555787ba44c7b58dfcb181a28d4a6c943db6e7f7f439b67995c5aa06c23035002765de09'
+
'c44af94e19724ba23a11cec3ccc46ff9db307a058564d539dc533308e75ff43cfb5e42515bd49fdeb86e02cbc7575dc87c3b132d9d28d49f7e8fedab598c06f5'
+

[arch-commits] Commit in bitwarden_rs (6 files)

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Friday, December 11, 2020 @ 01:18:53
  Author: polyzen
Revision: 773095

Add bitwarden_rs-web

Added:
  bitwarden_rs-web/
  bitwarden_rs-web/repos/
  bitwarden_rs-web/trunk/
  bitwarden_rs-web/trunk/PKGBUILD
  bitwarden_rs-web/trunk/bitwarden_rs-web.install
Modified:
  bitwarden_rs/trunk/PKGBUILD

-+
 -web/trunk/PKGBUILD |   43 ++
 -web/trunk/bitwarden_rs-web.install |   12 +
 trunk/PKGBUILD  |7 +++--
 3 files changed, 59 insertions(+), 3 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-12-10 23:38:55 UTC (rev 773094)
+++ trunk/PKGBUILD  2020-12-11 01:18:53 UTC (rev 773095)
@@ -4,7 +4,7 @@
 
 pkgname=bitwarden_rs
 pkgver=1.17.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Unofficial Bitwarden compatible server written in Rust'
 arch=('x86_64')
 url=https://github.com/dani-garcia/bitwarden_rs
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('mariadb-libs' 'openssl' 'postgresql-libs' 'sqlite')
 makedepends=('rustup')
-optdepends=('bitwarden_rs-vault: for the web app')
+optdepends=('bitwarden_rs-web: for the web app')
 backup=('etc/bitwarden_rs.env')
 install=$pkgname.install
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
@@ -26,8 +26,9 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's,# DATA_FOLDER=data,DATA_FOLDER=/var/lib/bitwarden_rs,
+  s,web-vault/,/usr/share/bitwarden_rs-web,
   s,# WEB_VAULT_ENABLED=true,WEB_VAULT_ENABLED=false,
-  s,# LOG_FILE=/path/to/log,# LOG_FILE=/var/log/bitwarden_rs.log,
+  s,/path/to/log,/var/log/bitwarden_rs.log,
   /^# ROCKET_TLS/a ROCKET_LIMITS={json=10485760}' .env.template
 }
 

Added: -web/trunk/PKGBUILD
===
--- -web/trunk/PKGBUILD (rev 0)
+++ -web/trunk/PKGBUILD 2020-12-11 01:18:53 UTC (rev 773095)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Markus Richter 
+
+pkgname=bitwarden_rs-web
+pkgver=2.17.1
+pkgrel=1
+pkgdesc='Bitwarden web vault with the patches to make it work with 
bitwarden_rs'
+arch=('any')
+url=https://github.com/dani-garcia/bw_web_builds
+license=('GPL3')
+depends=('bitwarden_rs')
+makedepends=('git' 'npm' 'python2')
+replaces=('bitwarden_rs-vault')
+install=$pkgname.install
+source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$pkgver;
+'git+https://github.com/bitwarden/jslib.git'
+
"$pkgname-v$pkgver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$pkgver.patch;)
+b2sums=('SKIP'
+'SKIP'
+
'da88c88d7a7bb034c3307992eb3a868928961c00bb44f4ad5b3adbf51c5858b365a0592c04071d8bf011911ec4cf69ae0f6bc8160bc07491b1e5f36c43d60dd9')
+
+prepare() {
+  cd bitwarden-web
+  git submodule init
+  git config submodule.jslib.url ../jslib
+  git submodule update
+  patch --forward --strip=1 --input=../$pkgname-v$pkgver.patch
+}
+
+build() {
+  cd bitwarden-web
+  npm install
+  npm audit fix
+  npm run dist
+}
+
+package() {
+  cd bitwarden-web
+  install -d "$pkgdir"/usr/share/$pkgname
+  cp -R build/* "$pkgdir"/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Added: -web/trunk/bitwarden_rs-web.install
===
--- -web/trunk/bitwarden_rs-web.install (rev 0)
+++ -web/trunk/bitwarden_rs-web.install 2020-12-11 01:18:53 UTC (rev 773095)
@@ -0,0 +1,12 @@
+post_install() {
+  cat << EOF
+Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
+/etc/bitwarden_rs.env.
+
+If upgrading from the AUR package, set the new path:
+WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web
+
+Restart bitwarden_rs after configuration changes have been made:
+# systemctl restart bitwarden_rs
+EOF
+}


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:36:02
  Author: heftig
Revision: 403958

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 403957, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 403957, mutter/trunk/mutter.install)

+
 PKGBUILD   |   57 +++
 mutter.install |7 ++
 2 files changed, 64 insertions(+)

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 403957, 
mutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-11 00:36:02 UTC (rev 403958)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.38.2
+pkgrel=2
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
+ xorg-xwayland graphene)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+checkdepends=(xorg-server-xvfb)
+provides=(libmutter-7.so)
+groups=(gnome)
+install=mutter.install
+_commit=9b9051c2172078e623e8a4b0e45e38004c394a92  # tags/3.38.2^0
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  # Stacking test flaky
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 403957, 
mutter/trunk/mutter.install)
===
--- testing-x86_64/mutter.install   (rev 0)
+++ testing-x86_64/mutter.install   2020-12-11 00:36:02 UTC (rev 403958)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:35:53
  Author: heftig
Revision: 403957

3.38.2-2: enable xwayland_initfd (only possible with Xwayland from master)

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 00:28:32 UTC (rev 403956)
+++ PKGBUILD2020-12-11 00:35:53 UTC (rev 403957)
@@ -4,7 +4,7 @@
 
 pkgname=mutter
 pkgver=3.38.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
  libcanberra startup-notification zenity libsm gnome-desktop upower
  libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
- xorg-server-xwayland graphene)
+ xorg-xwayland graphene)
 makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
 checkdepends=(xorg-server-xvfb)
 provides=(libmutter-7.so)
@@ -37,7 +37,6 @@
   arch-meson $pkgname build \
 -D egl_device=true \
 -D wayland_eglstream=true \
--D xwayland_initfd=disabled \
 -D installed_tests=false
   meson compile -C build
 }


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:28:32
  Author: heftig
Revision: 403955

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 403952, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 403952, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  224 +++---
 arch-fonts.diff |  214 +--
 2 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 00:28:31 UTC (rev 403954)
+++ PKGBUILD2020-12-11 00:28:32 UTC (rev 403955)
@@ -1,112 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.11.45
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('784da2fe10ebc413c9d91eb51a9cf28c948c07875dc8d386dd04dc2cbc1c5f28'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-
-# Use correct options for inkscape<1.0
-  sed -e 's|--export-file|--export-png|' -i 
"$pkgdir"/etc/ImageMagick-6/delegates.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 403952, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 00:28:32 UTC (rev 403955)
@@ -0,0 +1,112 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.11.48
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 

[arch-commits] Commit in sof-firmware/repos/extra-any (PKGBUILD PKGBUILD)

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:28:31
  Author: heftig
Revision: 403953

archrelease: copy trunk to extra-any

Added:
  sof-firmware/repos/extra-any/PKGBUILD
(from rev 403952, sof-firmware/trunk/PKGBUILD)
Deleted:
  sof-firmware/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 00:27:26 UTC (rev 403952)
+++ PKGBUILD2020-12-11 00:28:31 UTC (rev 403953)
@@ -1,24 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=sof-firmware
-pkgver=1.6
-pkgrel=2
-pkgdesc="Sound Open Firmware"
-arch=(any)
-url="https://www.sofproject.org/;
-license=(custom:BSD custom:ISC)
-options=(!strip)
-_tarname=sof-bin-stable-v$pkgver
-source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/stable-v$pkgver.tar.gz)
-sha256sums=('04c8ca78ce1e14276efc5b984e360341b4de0d56e50a25a2377f411c1b8e0e88')
-
-package() {
-  cd $_tarname
-
-  mkdir -p "$pkgdir/usr/lib/firmware"
-  ROOT="$pkgdir/usr" SOF_VERSION=v$pkgver ./go.sh
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
-}
-
-# vim:set sw=2 et:

Copied: sof-firmware/repos/extra-any/PKGBUILD (from rev 403952, 
sof-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 00:28:31 UTC (rev 403953)
@@ -0,0 +1,25 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=sof-firmware
+pkgver=1.6
+pkgrel=3
+pkgdesc="Sound Open Firmware"
+arch=(any)
+url="https://www.sofproject.org/;
+license=(custom:BSD custom:ISC)
+options=(!strip)
+_commit=faa5bdc276651f3f8b7c77612fff770bd778987b
+_tarname=sof-bin-$_commit
+source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/$_commit.tar.gz)
+sha256sums=('f4ce1ad9422eeb0a4c5710c1873801ca5a598ed68aa5ed4418a27efc66ad2045')
+
+package() {
+  cd $_tarname
+
+  mkdir -p "$pkgdir/usr/lib/firmware"
+  ROOT="$pkgdir/usr" SOF_VERSION=v$pkgver ./go.sh
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
+}
+
+# vim:set sw=2 et:


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:28:32
  Author: heftig
Revision: 403956

archrelease: copy trunk to extra-x86_64

Added:
  aom/repos/extra-x86_64/PKGBUILD
(from rev 403952, aom/trunk/PKGBUILD)
Deleted:
  aom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 00:28:32 UTC (rev 403955)
+++ PKGBUILD2020-12-11 00:28:32 UTC (rev 403956)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Chocobo1 
-
-pkgname=aom
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Alliance for Open Media video codec"
-url="https://aomedia.org/;
-arch=(x86_64)
-license=(BSD custom:PATENTS)
-depends=(gcc-libs)
-makedepends=(git cmake ninja doxygen yasm)
-provides=(libaom.so)
-_commit=bb35ba9148543f22ba7d8642e4fbd29ae301f5dc  # tags/v2.0.0^0
-source=("git+https://aomedia.googlesource.com/aom#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-errata/.errata/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -H$pkgname -Bbuild -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=1 \
--DENABLE_TESTS=0
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -r build/docs/html "$pkgdir/usr/share/doc/$pkgname"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname/{LICENSE,PATENTS}
-}
-
-# vim:set et sw=2:

Copied: aom/repos/extra-x86_64/PKGBUILD (from rev 403952, aom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 00:28:32 UTC (rev 403956)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Chocobo1 
+
+pkgname=aom
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Alliance for Open Media video codec"
+url="https://aomedia.org/;
+arch=(x86_64)
+license=(BSD custom:PATENTS)
+depends=(gcc-libs)
+makedepends=(git cmake ninja doxygen yasm)
+provides=(libaom.so)
+_commit=b52ee6d44adaef8a08f6984390de050d64df9faa  # tags/v2.0.1^0
+source=("git+https://aomedia.googlesource.com/aom#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-errata/.errata/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -S $pkgname -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=1 \
+-DENABLE_TESTS=0
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -r build/docs/html "$pkgdir/usr/share/doc/$pkgname"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname/{LICENSE,PATENTS}
+}
+
+# vim:set et sw=2:


[arch-commits] Commit in gnome-tweaks/repos/extra-any (PKGBUILD PKGBUILD)

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:28:31
  Author: heftig
Revision: 403954

archrelease: copy trunk to extra-any

Added:
  gnome-tweaks/repos/extra-any/PKGBUILD
(from rev 403952, gnome-tweaks/trunk/PKGBUILD)
Deleted:
  gnome-tweaks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 00:28:31 UTC (rev 403953)
+++ PKGBUILD2020-12-11 00:28:31 UTC (rev 403954)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-tweaks
-pkgver=3.34.0
-pkgrel=5
-pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
-url="https://wiki.gnome.org/Apps/Tweaks;
-arch=(any)
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject libhandy0)
-makedepends=(git meson)
-groups=(gnome-extra)
-provides=("gnome-tweak-tool=$pkgver")
-conflicts=(gnome-tweak-tool)
-replaces=(gnome-tweak-tool)
-_commit=44f73bb706863aae50a52bb9514c525cdc01293d  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-tweaks/repos/extra-any/PKGBUILD (from rev 403952, 
gnome-tweaks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 00:28:31 UTC (rev 403954)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-tweaks
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
+url="https://wiki.gnome.org/Apps/Tweaks;
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject libhandy0)
+makedepends=(git meson)
+groups=(gnome-extra)
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+_commit=6e8fedad09c48fe942156ebcf3a88dc3c9698e54  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:27:26
  Author: heftig
Revision: 403952

2.0.1-1

Modified:
  aom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 00:26:47 UTC (rev 403951)
+++ PKGBUILD2020-12-11 00:27:26 UTC (rev 403952)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Chocobo1 
 
 pkgname=aom
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Alliance for Open Media video codec"
 url="https://aomedia.org/;
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(git cmake ninja doxygen yasm)
 provides=(libaom.so)
-_commit=bb35ba9148543f22ba7d8642e4fbd29ae301f5dc  # tags/v2.0.0^0
+_commit=b52ee6d44adaef8a08f6984390de050d64df9faa  # tags/v2.0.1^0
 source=("git+https://aomedia.googlesource.com/aom#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 }
 
 build() {
-  cmake -H$pkgname -Bbuild -G Ninja \
+  cmake -S $pkgname -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=1 \
 -DENABLE_TESTS=0
@@ -33,7 +33,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
+  DESTDIR="$pkgdir" cmake --install build
 
   mkdir -p "$pkgdir/usr/share/doc"
   cp -r build/docs/html "$pkgdir/usr/share/doc/$pkgname"


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:26:47
  Author: heftig
Revision: 403951

3.34.1-1

Modified:
  gnome-tweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 00:25:19 UTC (rev 403950)
+++ PKGBUILD2020-12-11 00:26:47 UTC (rev 403951)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-tweaks
-pkgver=3.34.0
-pkgrel=5
+pkgver=3.34.1
+pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks;
 arch=(any)
@@ -14,7 +14,7 @@
 provides=("gnome-tweak-tool=$pkgver")
 conflicts=(gnome-tweak-tool)
 replaces=(gnome-tweak-tool)
-_commit=44f73bb706863aae50a52bb9514c525cdc01293d  # tags/3.34.0^0
+_commit=6e8fedad09c48fe942156ebcf3a88dc3c9698e54  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:25:19
  Author: heftig
Revision: 403950

6.9.11.48-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 00:23:41 UTC (rev 403949)
+++ PKGBUILD2020-12-11 00:25:19 UTC (rev 403950)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.11.45
+pkgver=6.9.11.48
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('784da2fe10ebc413c9d91eb51a9cf28c948c07875dc8d386dd04dc2cbc1c5f28'
+sha256sums=('147b7773d0a30bd48145fb3fa9af5899c46ae454511d1c40ce9ee3c97d9d1655'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 11, 2020 @ 00:23:41
  Author: heftig
Revision: 403949

1.6-3

Modified:
  sof-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 22:03:27 UTC (rev 403948)
+++ PKGBUILD2020-12-11 00:23:41 UTC (rev 403949)
@@ -2,15 +2,16 @@
 
 pkgname=sof-firmware
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Sound Open Firmware"
 arch=(any)
 url="https://www.sofproject.org/;
 license=(custom:BSD custom:ISC)
 options=(!strip)
-_tarname=sof-bin-stable-v$pkgver
-source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/stable-v$pkgver.tar.gz)
-sha256sums=('04c8ca78ce1e14276efc5b984e360341b4de0d56e50a25a2377f411c1b8e0e88')
+_commit=faa5bdc276651f3f8b7c77612fff770bd778987b
+_tarname=sof-bin-$_commit
+source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/$_commit.tar.gz)
+sha256sums=('f4ce1ad9422eeb0a4c5710c1873801ca5a598ed68aa5ed4418a27efc66ad2045')
 
 package() {
   cd $_tarname


[arch-commits] Commit in (libc++ libc++/repos libc++/trunk libc++/trunk/PKGBUILD)

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 23:38:55
  Author: anatolik
Revision: 773094

libc++: move from AUR to [community]

Added:
  libc++/
  libc++/repos/
  libc++/trunk/
  libc++/trunk/PKGBUILD

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

Added: libc++/trunk/PKGBUILD
===
--- libc++/trunk/PKGBUILD   (rev 0)
+++ libc++/trunk/PKGBUILD   2020-12-10 23:38:55 UTC (rev 773094)
@@ -0,0 +1,84 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=11.0.0
+pkgrel=2
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'llvm' 'libunwind' 'ninja' 'python')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
+noextract=("${source[@]##*/}")
+sha512sums=('b3e92091ac48772edc0c30801218ce646ef374e1968baab91df9005f58e11c3ce149b2c4c655c7001f8554fd337caa02c08783bc736153bf58f35fe008e624a4'
+'SKIP'
+
'c4360c330c27caa940b6881775e37f4801152ef9f12fe5ba754aa5d38214e588e975d760a79866d1eb26f9fba9ce9082c4248f0ac2e7d635d976b9456cc1a4aa'
+'SKIP'
+
'bfefe9784c9b466844d46e9882b93409b226277b3d98f05ff096a9b533fe1b112687122179e6e8678670f950968dbae7accf3f6ab0f0784cfb316ccab981dbcf'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build llvm/projects/libcxx llvm/projects/libcxxabi
+  bsdtar --strip-components 1 -zxf "${source[0]##*/}" -C llvm
+  bsdtar --strip-components 1 -zxf "${source[2]##*/}" -C llvm/projects/libcxx
+  bsdtar --strip-components 1 -zxf "${source[4]##*/}" -C 
llvm/projects/libcxxabi
+  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT 
llvm/projects/libcxxabi/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+  # https://wiki.archlinux.org/index.php/Clang#Build_packages_with_Clang
+  # CFLAGS=${CFLAGS/-fvar-tracking-assignments}
+  # CXXFLAGS=${CXXFLAGS/-fvar-tracking-assignments}
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+"$srcdir"/llvm
+  ninja cxx cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+package_libc++() {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


Property changes on: libc++/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 22:03:27
  Author: arojas
Revision: 403948

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 403947, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 403947, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  240 +++---
 arch-fonts.diff |  214 
 2 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 22:03:15 UTC (rev 403947)
+++ PKGBUILD2020-12-10 22:03:27 UTC (rev 403948)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.46
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('6098853e9fe83bf126a06d2daab5e020e906c6299358cb4d52bef8f37171636e'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 403947, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 22:03:27 UTC (rev 403948)
@@ -0,0 +1,120 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.10.48
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"

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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 22:03:15
  Author: arojas
Revision: 403947

Update to 7.0.10.48

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:04:40 UTC (rev 403946)
+++ PKGBUILD2020-12-10 22:03:15 UTC (rev 403947)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.46
+pkgver=7.0.10.48
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('6098853e9fe83bf126a06d2daab5e020e906c6299358cb4d52bef8f37171636e'
+sha256sums=('0989f47383eca1c598603c2169b3ac9fa1a2a945e5325b9266592b457db48a08'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 10, 2020 @ 21:57:33
  Author: polyzen
Revision: 773093

archrelease: copy trunk to community-any

Added:
  dehydrated/repos/community-any/PKGBUILD
(from rev 773092, dehydrated/trunk/PKGBUILD)
  dehydrated/repos/community-any/dehydrated.service
(from rev 773092, dehydrated/trunk/dehydrated.service)
  dehydrated/repos/community-any/dehydrated.timer
(from rev 773092, dehydrated/trunk/dehydrated.timer)
Deleted:
  dehydrated/repos/community-any/PKGBUILD
  dehydrated/repos/community-any/dehydrated.service
  dehydrated/repos/community-any/dehydrated.timer

+
 PKGBUILD   |   64 +--
 dehydrated.service |   12 -
 dehydrated.timer   |   16 ++--
 3 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:57:08 UTC (rev 773092)
+++ PKGBUILD2020-12-10 21:57:33 UTC (rev 773093)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: VVL 
-# Contributor: Alexander Görtz 
-# Contributor: Patrick Burroughs (Celti) 
-
-pkgname=dehydrated
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
-arch=('any')
-url=https://dehydrated.io
-license=('MIT')
-depends=('curl' 'diffutils' 'openssl')
-optdepends=('sudo: for DEHYDRATED_USER option')
-source=("https://github.com/$pkgname-io/$pkgname/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
-"$pkgname".{service,timer})
-b2sums=('35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488'
-
'd897cdf34621b377e6f9e6ba6d6a351f3290f6b08fd57fce723a85e44fe73b75003941bfa625e2213f4bb26e0753ab7d3e1f50a2530d0b6c37766b3061bec2ce'
-
'96dedbba91da53e7ceffbd8463021fc77dc11fa4e54d7f8869b71a7cc25e826a154e903ff154fa40ae2c75dbd8abfc9ad724ac4e60f4ae629684633dead2f4a6')
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/etc/$pkgname
-  install -Dt "$pkgdir"/usr/bin $pkgname
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system 
../$pkgname.{service,timer}
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dehydrated/repos/community-any/PKGBUILD (from rev 773092, 
dehydrated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 21:57:33 UTC (rev 773093)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: VVL 
+# Contributor: Alexander Görtz 
+# Contributor: Patrick Burroughs (Celti) 
+
+pkgname=dehydrated
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
+arch=('any')
+url=https://dehydrated.io
+license=('MIT')
+depends=('curl' 'diffutils' 'openssl')
+optdepends=('sudo: for the DEHYDRATED_USER option')
+source=("https://github.com/$pkgname-io/$pkgname/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
+"$pkgname".{service,timer})
+b2sums=('35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488'
+
'd897cdf34621b377e6f9e6ba6d6a351f3290f6b08fd57fce723a85e44fe73b75003941bfa625e2213f4bb26e0753ab7d3e1f50a2530d0b6c37766b3061bec2ce'
+
'96dedbba91da53e7ceffbd8463021fc77dc11fa4e54d7f8869b71a7cc25e826a154e903ff154fa40ae2c75dbd8abfc9ad724ac4e60f4ae629684633dead2f4a6')
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/etc/$pkgname
+  install -Dt "$pkgdir"/usr/bin $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system 
../$pkgname.{service,timer}
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dehydrated.service
===
--- dehydrated.service  2020-12-10 21:57:08 UTC (rev 773092)
+++ dehydrated.service  2020-12-10 21:57:33 UTC (rev 773093)
@@ -1,6 +0,0 @@
-[Unit]
-Description=Check and renew ACME TLS certificates
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/dehydrated -c

Copied: dehydrated/repos/community-any/dehydrated.service (from rev 773092, 
dehydrated/trunk/dehydrated.service)
===
--- dehydrated.service  (rev 0)
+++ dehydrated.service  2020-12-10 21:57:33 UTC (rev 773093)
@@ -0,0 +1,6 @@
+[Unit]
+Description=Check and renew ACME TLS certificates
+

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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 10, 2020 @ 21:57:08
  Author: polyzen
Revision: 773092

upgpkg: dehydrated 0.7.0-2: Minor touch-up

Modified:
  dehydrated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 21:55:29 UTC (rev 773091)
+++ PKGBUILD2020-12-10 21:57:08 UTC (rev 773092)
@@ -5,13 +5,13 @@
 
 pkgname=dehydrated
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
 arch=('any')
 url=https://dehydrated.io
 license=('MIT')
 depends=('curl' 'diffutils' 'openssl')
-optdepends=('sudo: for DEHYDRATED_USER option')
+optdepends=('sudo: for the DEHYDRATED_USER option')
 
source=("https://github.com/$pkgname-io/$pkgname/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
 "$pkgname".{service,timer})
 
b2sums=('35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488'


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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 10, 2020 @ 21:55:29
  Author: polyzen
Revision: 773091

archrelease: copy trunk to community-any

Added:
  dehydrated/repos/community-any/PKGBUILD
(from rev 773090, dehydrated/trunk/PKGBUILD)
  dehydrated/repos/community-any/dehydrated.service
(from rev 773090, dehydrated/trunk/dehydrated.service)
  dehydrated/repos/community-any/dehydrated.timer
(from rev 773090, dehydrated/trunk/dehydrated.timer)
Deleted:
  dehydrated/repos/community-any/PKGBUILD
  dehydrated/repos/community-any/dehydrated.service
  dehydrated/repos/community-any/dehydrated.timer

+
 PKGBUILD   |   61 ++-
 dehydrated.service |   12 +-
 dehydrated.timer   |   16 ++---
 3 files changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:55:01 UTC (rev 773090)
+++ PKGBUILD2020-12-10 21:55:29 UTC (rev 773091)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: VVL 
-# Contributor: Alexander Görtz 
-# Contributor: Patrick Burroughs (Celti) 
-
-pkgname=dehydrated
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
-arch=('any')
-url=https://dehydrated.io
-license=('MIT')
-source=("https://github.com/lukas2511/dehydrated/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
-"$pkgname".{service,timer})
-depends=('curl' 'openssl')
-sha512sums=('da8ff3ecb7ddeb25356469fa272aef4e7c3705049caf88d09656dbc4baf29e0efa135e6f154c78cec82da17a27a78f2145ee3b7bd71521a080e10550d09b8a53'
-
'e3cb75d50e35b14121f605b1fc19c027e8143075eef93c2d5a59c98c0266b0e934c9c315522490e8f49e54c7a8d2f6db3bbff27d4adc6eb39f7547488103cd8c'
-
'56847122a86573c06973b7eb74dd53fe3010394dff478f3a9d7ccc872f41fd4e8fdf236cd5e3ff1075210c4aaa6c9afaa79b2bd29da277c42d8075993e24a81a')
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/etc/dehydrated
-  install -Dm755 -t "$pkgdir"/usr/bin $pkgname
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system 
../$pkgname.{service,timer}
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}

Copied: dehydrated/repos/community-any/PKGBUILD (from rev 773090, 
dehydrated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 21:55:29 UTC (rev 773091)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: VVL 
+# Contributor: Alexander Görtz 
+# Contributor: Patrick Burroughs (Celti) 
+
+pkgname=dehydrated
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
+arch=('any')
+url=https://dehydrated.io
+license=('MIT')
+depends=('curl' 'diffutils' 'openssl')
+optdepends=('sudo: for DEHYDRATED_USER option')
+source=("https://github.com/$pkgname-io/$pkgname/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
+"$pkgname".{service,timer})
+b2sums=('35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488'
+
'd897cdf34621b377e6f9e6ba6d6a351f3290f6b08fd57fce723a85e44fe73b75003941bfa625e2213f4bb26e0753ab7d3e1f50a2530d0b6c37766b3061bec2ce'
+
'96dedbba91da53e7ceffbd8463021fc77dc11fa4e54d7f8869b71a7cc25e826a154e903ff154fa40ae2c75dbd8abfc9ad724ac4e60f4ae629684633dead2f4a6')
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/etc/$pkgname
+  install -Dt "$pkgdir"/usr/bin $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system 
../$pkgname.{service,timer}
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dehydrated.service
===
--- dehydrated.service  2020-12-10 21:55:01 UTC (rev 773090)
+++ dehydrated.service  2020-12-10 21:55:29 UTC (rev 773091)
@@ -1,6 +0,0 @@
-[Unit]
-Description=Check and renew ACME TLS certificates
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/dehydrated -c

Copied: dehydrated/repos/community-any/dehydrated.service (from rev 773090, 
dehydrated/trunk/dehydrated.service)
===
--- dehydrated.service  (rev 0)
+++ dehydrated.service  2020-12-10 21:55:29 UTC (rev 773091)
@@ -0,0 +1,6 @@
+[Unit]
+Description=Check and renew ACME TLS certificates
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/dehydrated -c

Deleted: 

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

2020-12-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 10, 2020 @ 21:55:01
  Author: polyzen
Revision: 773090

upgpkg: dehydrated 0.7.0-1

Modified:
  dehydrated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 21:44:43 UTC (rev 773089)
+++ PKGBUILD2020-12-10 21:55:01 UTC (rev 773090)
@@ -4,23 +4,24 @@
 # Contributor: Patrick Burroughs (Celti) 
 
 pkgname=dehydrated
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='letsencrypt/acme client implemented as a shell-script – just add 
water'
 arch=('any')
 url=https://dehydrated.io
 license=('MIT')
-source=("https://github.com/lukas2511/dehydrated/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
+depends=('curl' 'diffutils' 'openssl')
+optdepends=('sudo: for DEHYDRATED_USER option')
+source=("https://github.com/$pkgname-io/$pkgname/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;
 "$pkgname".{service,timer})
-depends=('curl' 'openssl')
-sha512sums=('da8ff3ecb7ddeb25356469fa272aef4e7c3705049caf88d09656dbc4baf29e0efa135e6f154c78cec82da17a27a78f2145ee3b7bd71521a080e10550d09b8a53'
-
'e3cb75d50e35b14121f605b1fc19c027e8143075eef93c2d5a59c98c0266b0e934c9c315522490e8f49e54c7a8d2f6db3bbff27d4adc6eb39f7547488103cd8c'
-
'56847122a86573c06973b7eb74dd53fe3010394dff478f3a9d7ccc872f41fd4e8fdf236cd5e3ff1075210c4aaa6c9afaa79b2bd29da277c42d8075993e24a81a')
+b2sums=('35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488'
+
'd897cdf34621b377e6f9e6ba6d6a351f3290f6b08fd57fce723a85e44fe73b75003941bfa625e2213f4bb26e0753ab7d3e1f50a2530d0b6c37766b3061bec2ce'
+
'96dedbba91da53e7ceffbd8463021fc77dc11fa4e54d7f8869b71a7cc25e826a154e903ff154fa40ae2c75dbd8abfc9ad724ac4e60f4ae629684633dead2f4a6')
 
 package() {
   cd $pkgname-$pkgver
-  install -d "$pkgdir"/etc/dehydrated
-  install -Dm755 -t "$pkgdir"/usr/bin $pkgname
+  install -d "$pkgdir"/etc/$pkgname
+  install -Dt "$pkgdir"/usr/bin $pkgname
   install -Dm644 -t "$pkgdir"/usr/lib/systemd/system 
../$pkgname.{service,timer}
   install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
   install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
@@ -27,3 +28,5 @@
   install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
+
+# vim:set ts=2 sw=2 et:


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 21:44:43
  Author: eschwartz
Revision: 773089

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/community-x86_64/PKGBUILD
(from rev 773088, xreader/trunk/PKGBUILD)
Deleted:
  xreader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:44:28 UTC (rev 773088)
+++ PKGBUILD2020-12-10 21:44:43 UTC (rev 773089)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Nate Simon 
-
-pkgname=xreader
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-groups=('x-apps')
-depends=('poppler-glib' 'webkit2gtk' 'xapps')
-optdepends=('djvulibre: support for djvu files'
-'libgxps: support for xps files'
-'libspectre: support for dvi and ps files'
-'mathjax2: support for math in epub files'
-'texlive-bin: support for dvi files')
-makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
- 'libgxps' 'libspectre' 'texlive-bin')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7343a06a987f178b5273078c9922e51afd582235c5969807346974724478cbcd')
-b2sums=('e7e21b0578e9b228528ae5049fbb90c67400d3e6be3bd11e10dd53e888df7b6b370c089f74eddfc3c7e7fcee981821d7ce96f24b6df20aaa599422abc6cae80e')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  -Dmathjax-directory=/usr/share/mathjax2 \
-  -Dcomics=true \
-  -Ddjvu=true \
-  -Ddvi=true \
-  -Dt1lib=true \
-  -Dpixbuf=true \
-  -Dintrospection=true \
-  -Dhelp_files=true \
-  -Dtests=false \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 773088, 
xreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 21:44:43 UTC (rev 773089)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+groups=('x-apps')
+depends=('poppler-glib' 'webkit2gtk' 'xapps')
+optdepends=('djvulibre: support for djvu files'
+'libgxps: support for xps files'
+'libspectre: support for dvi and ps files'
+'mathjax2: support for math in epub files'
+'texlive-bin: support for dvi files')
+makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
+ 'libgxps' 'libspectre' 'texlive-bin')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f')
+b2sums=('432ad0e51cce81dd238b933d048c6e4d1c65cad184ba4221386e9e6ca8c7f9c7ae58c5a46fa089732a632cc690f8fd36c11c71cfdadd4f7af679d16ef98d4897')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  -Dmathjax-directory=/usr/share/mathjax2 \
+  -Dcomics=true \
+  -Ddjvu=true \
+  -Ddvi=true \
+  -Dt1lib=true \
+  -Dpixbuf=true \
+  -Dintrospection=true \
+  -Dhelp_files=true \
+  -Dtests=false \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+}


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 21:44:28
  Author: eschwartz
Revision: 773088

upgpkg: xreader 2.8.1-1: upstream translation-only release

Modified:
  xreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 21:34:20 UTC (rev 773087)
+++ PKGBUILD2020-12-10 21:44:28 UTC (rev 773088)
@@ -2,7 +2,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xreader
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=('x86_64')
@@ -18,8 +18,8 @@
 makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
  'libgxps' 'libspectre' 'texlive-bin')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7343a06a987f178b5273078c9922e51afd582235c5969807346974724478cbcd')
-b2sums=('e7e21b0578e9b228528ae5049fbb90c67400d3e6be3bd11e10dd53e888df7b6b370c089f74eddfc3c7e7fcee981821d7ce96f24b6df20aaa599422abc6cae80e')
+sha256sums=('3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f')
+b2sums=('432ad0e51cce81dd238b933d048c6e4d1c65cad184ba4221386e9e6ca8c7f9c7ae58c5a46fa089732a632cc690f8fd36c11c71cfdadd4f7af679d16ef98d4897')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 21:34:20
  Author: felixonmars
Revision: 773087

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:34:03 UTC (rev 773086)
+++ PKGBUILD2020-12-10 21:34:20 UTC (rev 773087)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.43.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('129760a9c58f264e25c403fcacf9e1ab41267faee637856230341a91d6965a6c2fd05b9a8a12b6977377f8abc26ed7151384ad08195b03ddf62e8445b216eacf')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 773086, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 21:34:20 UTC (rev 773087)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.43.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('428a7f1cfb379ebb3d3bea01727ad1633d2e591bea00de15d7967856af8b1aaa9371d278e51be9a0a902adaeff63215a2e87205309f058e371f6ad331737a11f')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
+
+  

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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 21:34:03
  Author: felixonmars
Revision: 773086

upgpkg: python-hypothesis 5.43.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 21:27:32 UTC (rev 773085)
+++ PKGBUILD2020-12-10 21:34:03 UTC (rev 773086)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.43.0
+pkgver=5.43.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('129760a9c58f264e25c403fcacf9e1ab41267faee637856230341a91d6965a6c2fd05b9a8a12b6977377f8abc26ed7151384ad08195b03ddf62e8445b216eacf')
+sha512sums=('428a7f1cfb379ebb3d3bea01727ad1633d2e591bea00de15d7967856af8b1aaa9371d278e51be9a0a902adaeff63215a2e87205309f058e371f6ad331737a11f')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-12-10 Thread Kpcyrd via arch-commits
Date: Thursday, December 10, 2020 @ 21:27:32
  Author: kpcyrd
Revision: 773085

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 773084, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 773084, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 773084, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 773084, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 773084, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:27:09 UTC (rev 773084)
+++ PKGBUILD2020-12-10 21:27:32 UTC (rev 773085)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.38.2
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org;
-depends=('libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz;
-)
-sha512sums=('fb95083483b5d236829d0a42cae2393da58845edee723c398a2b0f25b1d277c9c1dd10f09323b53d719b410603ce9cb186d9a5ebfdbb7db2420e0377d9fd0801'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('74ed0f367bf760c4dab7ea664c88d8bae295cd3368d7dd9e2cadd1bb5a1fd359a83585529bb8b646f25e4593bb407b8f94adfbfd1d617f0c3660c2f476f194e4'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("resolutions": \{)#"resolutions": {"node-sass/node-gyp": 
"^6.0.0",#' -i package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"

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

2020-12-10 Thread Kpcyrd via arch-commits
Date: Thursday, December 10, 2020 @ 21:27:09
  Author: kpcyrd
Revision: 773084

upgpkg: signal-desktop 1.39.2-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
+++ PKGBUILD2020-12-10 21:27:09 UTC (rev 773084)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.38.2
+pkgver=1.39.2
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz;
 )
-sha512sums=('fb95083483b5d236829d0a42cae2393da58845edee723c398a2b0f25b1d277c9c1dd10f09323b53d719b410603ce9cb186d9a5ebfdbb7db2420e0377d9fd0801'
+sha512sums=('20bdefdc963b93edc9db75cd1385079b27518b496a9ef269ef2cbb3f93612f9b790a7dcac31904f0c6783f8618e693d717940080d7291e105bddd0c41c43'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('74ed0f367bf760c4dab7ea664c88d8bae295cd3368d7dd9e2cadd1bb5a1fd359a83585529bb8b646f25e4593bb407b8f94adfbfd1d617f0c3660c2f476f194e4'
+b2sums=('0294bae37a8bce7d3261791c49da0fbcaa348304b20c61b6943177cef8acceab6c221ff4f54c220d86623f6748444514bb857d3a45ff8f7e854d06109e11ff39'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:51:52
  Author: jelle
Revision: 773083

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 20:51:47 UTC (rev 773082)
+++ PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-_name=progressbar2
-pkgname=python-progressbar
-pkgdesc="A progress bar for Python"
-pkgver=3.53.1
-pkgrel=4
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
-'SKIP')
-b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest config
-  rm -v pytest.ini
-}
-
-build() {
-  export PYTHONHASHSEED=0
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 773082, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+_name=progressbar2
+pkgname=python-progressbar
+pkgdesc="A progress bar for Python"
+pkgver=3.53.1
+pkgrel=5
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
+'SKIP')
+b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # don't care about custom pytest config
+  rm -v pytest.ini
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  # Don't write pyc files of tests so the package is reproducible.
+  PYTHONDONTWRITEBYTECODE=1 pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:51:47
  Author: jelle
Revision: 773082

Make package reproducible by not installing test pyc files

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:46:06 UTC (rev 773081)
+++ PKGBUILD2020-12-10 20:51:47 UTC (rev 773082)
@@ -6,7 +6,7 @@
 pkgname=python-progressbar
 pkgdesc="A progress bar for Python"
 pkgver=3.53.1
-pkgrel=4
+pkgrel=5
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=('any')
@@ -28,7 +28,6 @@
 }
 
 build() {
-  export PYTHONHASHSEED=0
   cd "${pkgname}-${pkgver}"
   python setup.py build
 }
@@ -36,7 +35,8 @@
 check() {
   cd "${pkgname}-${pkgver}"
   export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
+  # Don't write pyc files of tests so the package is reproducible.
+  PYTHONDONTWRITEBYTECODE=1 pytest -v
 }
 
 package() {


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 20:46:06
  Author: felixonmars
Revision: 773081

archrelease: copy trunk to community-any

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

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

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

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


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 20:45:56
  Author: felixonmars
Revision: 773080

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:45:51 UTC (rev 773079)
+++ PKGBUILD2020-12-10 20:45:56 UTC (rev 773080)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20201210054753
+pkgver=20201210100433
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('8ed189c6415c67319e8a0065b3aab39b1561065f3fc1f44a0dbbccfa8c94cf196899f5a98017cd31254998d18d99d2ef125c2e2a57bcc66855d541f94d31ecb2')
+sha512sums=('8f8f37beec31d4ed523c1aec9ce32a4e228a6fcee66f4277ff01cad9bf348970b499307f9c66184404f7feb4dab7da210e2cfb63db1a691a9fa64fc19aed8903')
 
 prepare() {
   mkdir .gopath


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 20:45:51
  Author: felixonmars
Revision: 773079

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/PKGBUILD
(from rev 773078, marked/trunk/PKGBUILD)
Deleted:
  marked/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 20:45:39 UTC (rev 773078)
+++ PKGBUILD2020-12-10 20:45:51 UTC (rev 773079)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d8096a8189d53ce73d583c96bbb4b90c968466c7e4e9d361fe779ab50dc81d45b840bbad33f54f487f651bb6e27fe5e315673d2bd5d1dd0bd1f9f5ee10299f74')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 773078, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 20:45:51 UTC (rev 773079)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('eef56e48467c83f1c7de12bf047fffcd263ef1f55638107cee8cb0dca8040b88e51e149600b1f480ca85ad475ee52abc7b6f4f2ac889e8e257dfc2bcd368')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 20:45:39
  Author: felixonmars
Revision: 773078

upgpkg: marked 1.2.6-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:15:04 UTC (rev 773077)
+++ PKGBUILD2020-12-10 20:45:39 UTC (rev 773078)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d8096a8189d53ce73d583c96bbb4b90c968466c7e4e9d361fe779ab50dc81d45b840bbad33f54f487f651bb6e27fe5e315673d2bd5d1dd0bd1f9f5ee10299f74')
+sha512sums=('eef56e48467c83f1c7de12bf047fffcd263ef1f55638107cee8cb0dca8040b88e51e149600b1f480ca85ad475ee52abc7b6f4f2ac889e8e257dfc2bcd368')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:15:04
  Author: dvzrv
Revision: 773077

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libusb/repos/multilib-testing-x86_64/PKGBUILD (from rev 773076, 
lib32-libusb/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-10 20:15:04 UTC (rev 773077)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: 3V0LU710N 
+
+_name=libusb
+pkgname=lib32-libusb
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="A cross-platform user library to access USB devices (32-bit)"
+arch=('x86_64')
+url="http://libusb.info/;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-systemd' 'libusb')
+provides=('libusb-1.0.so')
+makedepends=('gcc-multilib')
+source=("https://github.com/${_name}/${_name}/releases/download/v$pkgver/${_name}-$pkgver.tar.bz2;)
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --disable-static
+  make
+}
+
+package () {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:14:57
  Author: dvzrv
Revision: 773076

upgpkg: lib32-libusb 1.0.24-1: Upgrade to 1.0.24.

Modified:
  lib32-libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:03:08 UTC (rev 773075)
+++ PKGBUILD2020-12-10 20:14:57 UTC (rev 773076)
@@ -4,8 +4,8 @@
 
 _name=libusb
 pkgname=lib32-libusb
-pkgver=1.0.23
-pkgrel=2
+pkgver=1.0.24
+pkgrel=1
 pkgdesc="A cross-platform user library to access USB devices (32-bit)"
 arch=('x86_64')
 url="http://libusb.info/;
@@ -14,8 +14,8 @@
 provides=('libusb-1.0.so')
 makedepends=('gcc-multilib')
 
source=("https://github.com/${_name}/${_name}/releases/download/v$pkgver/${_name}-$pkgver.tar.bz2;)
-sha512sums=('73430ad31dd405e76a9c6c55086961003989c44964e2735b5076f9ca849e3f6fe71d10a66b74b111f0c34a0d2cb744b9ca105863c552123fce4ec0bbdd2ec15b')
-b2sums=('4eaf8cce0047b85c3057c67b53769739c50a39c4d34e94659b030fb11f02309f9217e93d35d78f699c55256346cf8b14827c8ddf495caeeacc522c51f473abc2')
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-12-10 Thread Christian Hesse via arch-commits
Date: Thursday, December 10, 2020 @ 20:04:40
  Author: eworm
Revision: 403946

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 403945, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 403945, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   20 
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 403945, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-12-10 20:04:40 UTC (rev 403946)
@@ -0,0 +1,26 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20201210
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('e350246064c36911b7bb816fae4f59bc91e69912309c2ca7ad80caf6f2ba4117'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
403945, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2020-12-10 20:04:40 UTC (rev 
403946)
@@ -0,0 +1,20 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of alad
+   # See https://bugs.archlinux.org/task/35478
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A \
+   2>/dev/null
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2020-12-10 Thread Christian Hesse via arch-commits
Date: Thursday, December 10, 2020 @ 20:04:37
  Author: eworm
Revision: 403945

upgpkg: archlinux-keyring 20201210-1: updated keyring

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:02:32 UTC (rev 403944)
+++ PKGBUILD2020-12-10 20:04:37 UTC (rev 403945)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20201028
+pkgver=20201210
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d9797e64da8446c74f3c1a69a52d35ef1d0b9ec09b9930e9f7e902bb5eac5d49'
+sha256sums=('e350246064c36911b7bb816fae4f59bc91e69912309c2ca7ad80caf6f2ba4117'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 



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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 20:03:08
  Author: eschwartz
Revision: 773075

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 773074, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 20:02:52 UTC (rev 773074)
+++ PKGBUILD2020-12-10 20:03:08 UTC (rev 773075)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=4.6.2
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL2')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b3bd19f140792988ce05e5a33e1beed9018048690bbd38db050c1c7b8c60091466892bbcfecc056118321a16aed80ca79df9a1c5b756c3c28539f940d9408517')
-b2sums=('a1c8feb175be6bdb3bca3040c1e4a9227ccca744128f28b3ffd1e1ae53e103e6c2e40d5f2af54aa69ad9489d5be9acf4bbeda5175bd2c6f271bfbf6415494438')
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-cp -r usr/ "${pkgdir}"
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 773074, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 20:03:08 UTC (rev 773075)
@@ -0,0 +1,26 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL2')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('f23e58b21113a16bf366606030d3ce4faae0a25325b1619fc3ee0cad3f9434bd3781d288b9eabaf5e3b3ae547361cb0419093d696eae64c6cde164e6fab65381')
+b2sums=('7c26ab2eb33e38e0e562bc7adc5193252fa5f6c2bddbbabf6d7b80281c0d2a542ed244402dc245d3ec7acd6e27ff2eaa872181f7a1a51719065e1d83f7fa00b8')
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+cp -r usr/ "${pkgdir}"
+}


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:52
  Author: eschwartz
Revision: 773074

upgpkg: cinnamon-translations 4.8.1-1: at long last, an update that actually 
contains updated translations

The package finally joins the rest of the cinnamon ecosystem in becoming 4.8.x

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:02:31 UTC (rev 773073)
+++ PKGBUILD2020-12-10 20:02:52 UTC (rev 773074)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=4.6.2
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL2')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b3bd19f140792988ce05e5a33e1beed9018048690bbd38db050c1c7b8c60091466892bbcfecc056118321a16aed80ca79df9a1c5b756c3c28539f940d9408517')
-b2sums=('a1c8feb175be6bdb3bca3040c1e4a9227ccca744128f28b3ffd1e1ae53e103e6c2e40d5f2af54aa69ad9489d5be9acf4bbeda5175bd2c6f271bfbf6415494438')
+sha512sums=('f23e58b21113a16bf366606030d3ce4faae0a25325b1619fc3ee0cad3f9434bd3781d288b9eabaf5e3b3ae547361cb0419093d696eae64c6cde164e6fab65381')
+b2sums=('7c26ab2eb33e38e0e562bc7adc5193252fa5f6c2bddbbabf6d7b80281c0d2a542ed244402dc245d3ec7acd6e27ff2eaa872181f7a1a51719065e1d83f7fa00b8')
 
 build() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:32
  Author: dvzrv
Revision: 403944

archrelease: copy trunk to testing-x86_64

Added:
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 403943, libusb/trunk/PKGBUILD)

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

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 403943, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-10 20:02:32 UTC (rev 403944)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="Library that provides generic access to USB devices"
+arch=('x86_64')
+url="https://libusb.info/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('systemd')
+provides=('libusb-1.0.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v$pkgver/${pkgname}-$pkgver.tar.bz2;)
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package () {
+  depends+=('libudev.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:31
  Author: jelle
Revision: 773073

archrelease: copy trunk to community-x86_64

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

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

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

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

2020-12-10 Thread David Runge via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:26
  Author: dvzrv
Revision: 403943

upgpkg: libusb 1.0.24-1: Upgrade to 1.0.24.

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:42:06 UTC (rev 403942)
+++ PKGBUILD2020-12-10 20:02:26 UTC (rev 403943)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libusb
-pkgver=1.0.23
-pkgrel=3
+pkgver=1.0.24
+pkgrel=1
 pkgdesc="Library that provides generic access to USB devices"
 arch=('x86_64')
 url="https://libusb.info/;
@@ -13,8 +13,8 @@
 makedepends=('systemd')
 provides=('libusb-1.0.so')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v$pkgver/${pkgname}-$pkgver.tar.bz2;)
-sha512sums=('73430ad31dd405e76a9c6c55086961003989c44964e2735b5076f9ca849e3f6fe71d10a66b74b111f0c34a0d2cb744b9ca105863c552123fce4ec0bbdd2ec15b')
-b2sums=('4eaf8cce0047b85c3057c67b53769739c50a39c4d34e94659b030fb11f02309f9217e93d35d78f699c55256346cf8b14827c8ddf495caeeacc522c51f473abc2')
+sha512sums=('5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc')
+b2sums=('f6188b5af1225cf8b6d1486b6efcf48e837ee4f2e3592adab3ae6aae0a74a67aa54f40f0dd547f951a194d40954f2ee33acf741d2eee0b8449ce64f2edcf1018')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:17
  Author: jelle
Revision: 773072

upgpkg: grafana 7.3.5-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:58:48 UTC (rev 773071)
+++ PKGBUILD2020-12-10 20:02:17 UTC (rev 773072)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.3.4
+pkgver=7.3.5
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


[arch-commits] Commit in kde-development-environment-meta/repos/community-any (8 files)

2020-12-10 Thread Antonio Rojas via arch-commits
=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
-sha256sums=('ee95e46239bcf16ea99afd4b3eb6939cdbbafc0aeaa35699086df75c2b6500bf'
-'92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238')
-noextract=()
-
-package() {
-install -Dm644 org.kde.development.appdata.xml 
"$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
-install -Dm644 kdesdk-devenv-dependencies.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
-}

Copied: kde-development-environment-meta/repos/community-any/PKGBUILD (from rev 
773070, kde-development-environment-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 19:58:48 UTC (rev 773071)
@@ -0,0 +1,159 @@
+# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
+# Don't manually edit the PKGBUILD, edit the upstream template instead
+
+pkgname=kde-development-environment-meta
+pkgver=20201210
+pkgrel=1
+pkgdesc='Metapackage to install a full KDE development environment'
+arch=(any)
+url='https://phabricator.kde.org/T3722'
+license=(LGPL)
+depends=(akonadi-calendar
+ akonadi-contacts
+ akonadi-mime
+ akonadi-notes
+ akonadi-search
+ attica
+ baloo
+ baloo-widgets
+ bash-completion
+ bluez-qt
+ calendarsupport
+ clang
+ cmake
+ eventviews
+ extra-cmake-modules
+ frameworkintegration
+ gcc
+ gettext
+ git
+ grantleetheme
+ incidenceeditor
+ kactivities
+ kactivities-stats
+ kalarmcal
+ karchive
+ kauth
+ kbookmarks
+ kcalendarcore
+ kcalutils
+ kcmutils
+ kcodecs
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcontacts
+ kcoreaddons
+ kcrash
+ kdav
+ kdbusaddons
+ kdeclarative
+ kdelibs4support
+ kdesignerplugin
+ kdesu
+ kdewebkit
+ kdnssd
+ kdoctools
+ kemoticons
+ kfilemetadata
+ kglobalaccel
+ kguiaddons
+ kholidays
+ khtml
+ ki18n
+ kiconthemes
+ kidentitymanagement
+ kidletime
+ kimap
+ kinit
+ kio
+ kirigami2
+ kitemmodels
+ kitemviews
+ kjobwidgets
+ kjs
+ kjsembed
+ kldap
+ kmailtransport
+ kmbox
+ kmediaplayer
+ kmime
+ knewstuff
+ knotifications
+ knotifyconfig
+ konqueror
+ kontactinterface
+ kpackage
+ kparts
+ kpeople
+ kpeoplevcard
+ kpimtextedit
+ kplotting
+ kpty
+ kquickcharts
+ kross
+ krunner
+ kservice
+ ktexteditor
+ ktextwidgets
+ ktnef
+ kunitconversion
+ kwallet
+ kwayland
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ kxmlrpcclient
+ libakonadi
+ libgravatar
+ libkcddb
+ libkcompactdisc
+ libkdcraw
+ libkdegames
+ libkdepim
+ libkexiv2
+ libkipi
+ libkleo
+ libkmahjongg
+ libksane
+ libkscreen
+ libksieve
+ libksysguard
+ libktorrent
+ libkvkontakte
+ libmediawiki
+ mailcommon
+ mailimporter
+ make
+ messagelib
+ modemmanager-qt
+ networkmanager-qt
+ ninja
+ pimcommon
+ plasma-framework
+ prison
+ pulseaudio-qt
+ purpose
+ qqc2-desktop-style
+ qt5-base
+ qt5-declarative
+ qt5-webengine
+ solid
+ sonnet
+ syndication
+ syntax-highlighting
+ threadweaver)
+optdepends=(kate
+kdevelop
+plasma-sdk
+plasma-workspace)
+makedepends=()
+source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
+sha256sums=('3400f5bce02cd234f2b38974fc4ae399976748cf3f51a58c96763e211dd9297a'
+'92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238')
+noextract=()
+
+package() {
+install -Dm644 org.kde.development.appdata.xml 
"$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
+install -Dm644 kdesdk-devenv-dependencies.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
+}

Deleted: README
===
--- README  2020-12-10 19:58:35 UTC (rev 773070)
+++ README  2020-12-10 19:58:48 UTC (rev 773071)
@@ -1,7 +0,0 @@
-To generate the PKGBUILD:
-
-$ git clone https://invent.kde.org/kde/kdesdk-deve

[arch-commits] Commit in kde-development-environment-meta/trunk (2 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 19:58:35
  Author: arojas
Revision: 773070

Rebuild to remove kdepim-apps-libs dependency

Modified:
  kde-development-environment-meta/trunk/PKGBUILD
  kde-development-environment-meta/trunk/org.kde.development.appdata.xml

-+
 PKGBUILD|6 ++
 org.kde.development.appdata.xml |9 +
 2 files changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:38:57 UTC (rev 773069)
+++ PKGBUILD2020-12-10 19:58:35 UTC (rev 773070)
@@ -2,7 +2,7 @@
 # Don't manually edit the PKGBUILD, edit the upstream template instead
 
 pkgname=kde-development-environment-meta
-pkgver=20200828
+pkgver=20201210
 pkgrel=1
 pkgdesc='Metapackage to install a full KDE development environment'
 arch=(any)
@@ -49,7 +49,6 @@
  kdbusaddons
  kdeclarative
  kdelibs4support
- kdepim-apps-libs
  kdesignerplugin
  kdesu
  kdewebkit
@@ -123,7 +122,6 @@
  libktorrent
  libkvkontakte
  libmediawiki
- linux-headers
  mailcommon
  mailimporter
  make
@@ -151,7 +149,7 @@
 plasma-workspace)
 makedepends=()
 source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
-sha256sums=('ee95e46239bcf16ea99afd4b3eb6939cdbbafc0aeaa35699086df75c2b6500bf'
+sha256sums=('3400f5bce02cd234f2b38974fc4ae399976748cf3f51a58c96763e211dd9297a'
 '92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238')
 noextract=()
 

Modified: org.kde.development.appdata.xml
===
--- org.kde.development.appdata.xml 2020-12-10 19:38:57 UTC (rev 773069)
+++ org.kde.development.appdata.xml 2020-12-10 19:58:35 UTC (rev 773070)
@@ -6,7 +6,10 @@
   KDE Software Development Kit
   Joc de desenvolupament de programari del KDE
   Joc de desenvolupament de programari del 
KDE
+  Εργαλειοθήκη ανάπτυξης KDE λογισμικού (SDK)
+  KDE Software Development Kit
   Kit de desarrollo de software de KDE
+  KDE arenduskomplekt
   Bibliothèque de développement de logiciels pour 
KDE
   Strumenti di sviluppo dei programmi di KDE
   KDE Software Development Kit
@@ -21,6 +24,8 @@
   A full SDK for developing Qt and KDE Applications
   Un SDK complet per a desenvolupar aplicacions Qt i 
KDE
   Un SDK complet per a desenvolupar 
aplicacions Qt i KDE
+  Ένα πλήρες SDK για την ανάπτυξη Qt και KDE 
εφαρμογών
+  A full SDK for developing Qt and KDE 
Applications
   Un completo SDK para desarrollar aplicaciones de Qt y 
de KDE
   Une bibliothèque complète pour le développement 
d'applications Qt et KDE
   Una SDK completa per sviluppare applicazioni Qt e 
KDE
@@ -35,6 +40,8 @@
 This is the KDE SDK: everything you need for developing Qt-based KDE 
software.
 Aquest és el SDK del KDE: tot el que cal per a 
desenvolupar programari KDE basat en les Qt.
 Aquest és el SDK del KDE: tot el que cal per a 
desenvolupar programari KDE basat en les Qt.
+Αυτό είναι το SDK του KDE: ό,τι χρειάζεστε για να 
αναπτύξετε KDE λογισμικό με βάση την Qt.
+This is the KDE SDK: everything you need for 
developing Qt-based KDE software.
 Esto es KDE SDK: todo lo que necesita para desarrollar 
software de KDE basado en Qt.
 Ceci est une bibliothèque KDE, tout ce dont vous avez 
besoin pour le développement de logiciels KDE utilisant Qt.
 Questa è una SDK di KDE: tutto quello che ti può servire 
per sviluppare programmi di KDE basati su Qt.
@@ -47,6 +54,8 @@
 It will install the required dependencies for compiling most KDE 
software (Frameworks, Applications, and Plasma). It will also offer to install 
tools that make KDE development easy, including the KDevelop IDE, Kate text 
editor, and Cuttlefish icon viewer.
 Instal·larà les dependències requerides per a compilar la 
majoria del programari KDE (Frameworks, aplicacions i Plasma). També oferirà la 
instal·lació d'eines que faciliten el desenvolupament del KDE, incloent l'IDE 
KDevelop, l'editor de text Kate i el visor d'icones Cuttlefish.
 Instal·larà les dependències requerides per a 
compilar la majoria del programari KDE (Frameworks, aplicacions i Plasma). 
També oferirà la instal·lació d'eines que faciliten el desenvolupament del KDE, 
incloent l'IDE KDevelop, l'editor de text Kate i el visor d'icones 
Cuttlefish.
+Θα εγκαταστήσει τις απαραίτητες εξαρτήσεις για τη 
μεταγλώττιση του μεγαλύτερου μέρους του λογισμικού του KDE (Frameworks, 
Εφαρμογές και Plasma). Θα προτείνει επίσης την εγκατάσταση εργαλείων που θα 
διευκολύνουν την ανάπτυξη του KDE μαζί και του KDevelp IDE, τον κειμενογράφου 
Kate και του προγράμματος προβολής εικονιδίων Cuttlefish.
+It will install the required dependencies for 
compiling most KDE software (Frameworks, Applications, and Plasma). It will 
also offer to install tools

[arch-commits] Commit in (kdepim-apps-libs)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 19:42:06
  Author: arojas
Revision: 403942

Drop obsolete library

Deleted:
  kdepim-apps-libs/


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 19:38:57
  Author: eschwartz
Revision: 773069

archrelease: copy trunk to community-x86_64

Added:
  xapp/repos/community-x86_64/PKGBUILD
(from rev 773068, xapp/trunk/PKGBUILD)
Deleted:
  xapp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 19:38:41 UTC (rev 773068)
+++ PKGBUILD2020-12-10 19:38:57 UTC (rev 773069)
@@ -1,49 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapp
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-provides=('xapps')
-conflicts=('xapps')
-replaces=('xapps')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b86b307768a68b0090a890dd951702970c5ceb69d31ba26a0e8719ec5d5ab053')
-b2sums=('326e1e6e582fd2c3f8e878ad286da90678e577a4ed0a85e105b1d3cf3e744700c65f3ea40b0feac38407582a104a760a241522fff858d9349b850c68ccfcf796')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapp/repos/community-x86_64/PKGBUILD (from rev 773068, 
xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 19:38:57 UTC (rev 773069)
@@ -0,0 +1,49 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapp
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+provides=('xapps')
+conflicts=('xapps')
+replaces=('xapps')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('7583fa65ee1cb2ed78be59cf313726c28a47c88c79c1cc3db0fcb83355621cdd')
+b2sums=('44ba3e599f821f6cfb9d8c9e7f77f34200fcabbb7323c45792ad9968cc9ac7e34526ebaab5f7278115ecc4d4cb284fa0dec572ab418b72f2e74bc25f5237560b')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 19:38:41
  Author: eschwartz
Revision: 773068

upgpkg: xapp 2.0.3-1: upstream release

Modified:
  xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:37:54 UTC (rev 773067)
+++ PKGBUILD2020-12-10 19:38:41 UTC (rev 773068)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapp
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('xapps')
 replaces=('xapps')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b86b307768a68b0090a890dd951702970c5ceb69d31ba26a0e8719ec5d5ab053')
-b2sums=('326e1e6e582fd2c3f8e878ad286da90678e577a4ed0a85e105b1d3cf3e744700c65f3ea40b0feac38407582a104a760a241522fff858d9349b850c68ccfcf796')
+sha256sums=('7583fa65ee1cb2ed78be59cf313726c28a47c88c79c1cc3db0fcb83355621cdd')
+b2sums=('44ba3e599f821f6cfb9d8c9e7f77f34200fcabbb7323c45792ad9968cc9ac7e34526ebaab5f7278115ecc4d4cb284fa0dec572ab418b72f2e74bc25f5237560b')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-12-10 Thread Morten Linderud via arch-commits
Date: Thursday, December 10, 2020 @ 19:37:54
  Author: foxboron
Revision: 773067

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   85 
 plocate-build.service |   11 --
 plocate.install   |   10 +
 plocate.sysusers  |1 
 plocate.tmpfiles  |2 -
 5 files changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 19:37:36 UTC (rev 773066)
+++ PKGBUILD2020-12-10 19:37:54 UTC (rev 773067)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Hans-Nikolai Viessmann 
-
-pkgname=plocate
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
-arch=('x86_64' 'i686')
-url="https://plocate.sesse.net;
-license=('GPL2')
-depends=('zstd' 'liburing' 'mlocate')
-makedepends=('meson')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.tmpfiles'
-'plocate-build.service')
-sha256sums=('528541eede06170aa16488b2c24abad2e527a12053a62a4a49d0eac3a41e21d3'
-'d2a8a86dc9b4bb2bf24dbfeb302101fca9dded2fbe204892f6ee3f9a9836a7dc'
-'1aacfdfb905d78eaa207f6cf295b0993c0863d27445eb02d7236bc8075b22e7e')
-
-build() {
-cd $pkgname-$pkgver
-
-arch-meson \
--Dinstall_cron=false \
--Dlocategroup=locate \
-../build
-
-meson compile -C ../build
-}
-
-package() {
-cd $pkgname-$pkgver
-DESTDIR="$pkgdir" meson install -C ../build
-
-chgrp 21 "${pkgdir}/usr/bin/plocate"
-chmod 2755 "${pkgdir}/usr/bin/plocate"
-
-install -Dm644 ../plocate-build.service 
"${pkgdir}/usr/lib/systemd/system/plocate-build.service"
-install ../build/update-plocate.sh "${pkgdir}/usr/bin/update-plocate.sh"
-install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 773066, 
plocate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 19:37:54 UTC (rev 773067)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Contributor: Hans-Nikolai Viessmann 
+
+pkgname=plocate
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
+arch=('x86_64' 'i686')
+url="https://plocate.sesse.net;
+license=('GPL2')
+install=plocate.install
+depends=('zstd' 'liburing' 'systemd')
+makedepends=('meson')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+'plocate.sysusers'
+'plocate.tmpfiles')
+sha256sums=('d59dc67f8621f702507601cef5cd548e227e800e6d2a032fa83a2cdcd2e38cf7'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
+
+build() {
+cd $pkgname-$pkgver
+arch-meson \
+-Dinstall_cron=false \
+-Dinstall_systemd=true\
+-Dlocategroup=locate \
+-Dupdatedb_progname=updatedb.plocate \
+../build
+meson compile -C ../build
+}
+
+package() {
+cd $pkgname-$pkgver
+DESTDIR="$pkgdir" meson install -C ../build
+
+chgrp 21 "${pkgdir}/usr/bin/plocate"
+chmod 2755 "${pkgdir}/usr/bin/plocate"
+
+install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+
+mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
+   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
+}

Deleted: plocate-build.service
===
--- plocate-build.service   2020-12-10 19:37:36 UTC (rev 773066)
+++ plocate-build.service   2020-12-10 19:37:54 UTC (rev 773067)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Update plocate database
-After=updatedb.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/update-plocate.sh
-IOSchedulingClass=idle
-
-[Install]
-WantedBy=updatedb.service

Copied: plocate/repos/community-x86_64/plocate.install (from rev 773066, 
plocate/trunk/plocate.install)
===
--- plocate.install (rev 0)
+++ plocate.install 2020-12-10 19:37:54 UTC (rev 773067)
@@ -0,0 +1,10 @@
+post_upgrade() {
+  

[arch-commits] Commit in plocate/trunk (plocate-build.service)

2020-12-10 Thread Morten Linderud via arch-commits
Date: Thursday, December 10, 2020 @ 19:37:36
  Author: foxboron
Revision: 773066

Removed build service 

Deleted:
  plocate/trunk/plocate-build.service

---+
 plocate-build.service |   11 ---
 1 file changed, 11 deletions(-)

Deleted: plocate-build.service
===
--- plocate-build.service   2020-12-10 19:37:36 UTC (rev 773065)
+++ plocate-build.service   2020-12-10 19:37:36 UTC (rev 773066)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Update plocate database
-After=updatedb.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/update-plocate.sh
-IOSchedulingClass=idle
-
-[Install]
-WantedBy=updatedb.service


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

2020-12-10 Thread Morten Linderud via arch-commits
Date: Thursday, December 10, 2020 @ 19:36:48
  Author: foxboron
Revision: 773063

upgpkg: plocate 1.1.2-1

Added:
  plocate/trunk/plocate.install
  plocate/trunk/plocate.sysusers
Modified:
  plocate/trunk/PKGBUILD
  plocate/trunk/plocate.tmpfiles

--+
 PKGBUILD |   25 ++---
 plocate.install  |   10 ++
 plocate.sysusers |1 +
 plocate.tmpfiles |2 +-
 4 files changed, 26 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 18:59:31 UTC (rev 773062)
+++ PKGBUILD2020-12-10 19:36:48 UTC (rev 773063)
@@ -2,29 +2,30 @@
 # Contributor: Hans-Nikolai Viessmann 
 
 pkgname=plocate
-pkgver=1.0.7
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
 arch=('x86_64' 'i686')
 url="https://plocate.sesse.net;
 license=('GPL2')
-depends=('zstd' 'liburing' 'mlocate')
+install=plocate.install
+depends=('zstd' 'liburing' 'systemd')
 makedepends=('meson')
 source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.tmpfiles'
-'plocate-build.service')
-sha256sums=('528541eede06170aa16488b2c24abad2e527a12053a62a4a49d0eac3a41e21d3'
-'d2a8a86dc9b4bb2bf24dbfeb302101fca9dded2fbe204892f6ee3f9a9836a7dc'
-'1aacfdfb905d78eaa207f6cf295b0993c0863d27445eb02d7236bc8075b22e7e')
+'plocate.sysusers'
+'plocate.tmpfiles')
+sha256sums=('d59dc67f8621f702507601cef5cd548e227e800e6d2a032fa83a2cdcd2e38cf7'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
 
 build() {
 cd $pkgname-$pkgver
-
 arch-meson \
 -Dinstall_cron=false \
+-Dinstall_systemd=true\
 -Dlocategroup=locate \
+-Dupdatedb_progname=updatedb.plocate \
 ../build
-
 meson compile -C ../build
 }
 
@@ -35,7 +36,9 @@
 chgrp 21 "${pkgdir}/usr/bin/plocate"
 chmod 2755 "${pkgdir}/usr/bin/plocate"
 
-install -Dm644 ../plocate-build.service 
"${pkgdir}/usr/lib/systemd/system/plocate-build.service"
-install ../build/update-plocate.sh "${pkgdir}/usr/bin/update-plocate.sh"
 install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+
+mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
+   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
 }

Added: plocate.install
===
--- plocate.install (rev 0)
+++ plocate.install 2020-12-10 19:36:48 UTC (rev 773063)
@@ -0,0 +1,10 @@
+post_upgrade() {
+  cat << EOF
+plocate now provides it's own "updatedb". plocate-build.service is deprecated
+and should be removed. Enable plocate-updatedb.service.
+EOF
+}
+
+post_install(){
+  post_upgrade
+}

Added: plocate.sysusers
===
--- plocate.sysusers(rev 0)
+++ plocate.sysusers2020-12-10 19:36:48 UTC (rev 773063)
@@ -0,0 +1 @@
+g locate 21 - -

Modified: plocate.tmpfiles
===
--- plocate.tmpfiles2020-12-10 18:59:31 UTC (rev 773062)
+++ plocate.tmpfiles2020-12-10 19:36:48 UTC (rev 773063)
@@ -1 +1 @@
-f /var/lib/mlocate/plocate.db   0750 root locate
+f /var/lib/plocate/plocate.db   0750 root locate


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 19:18:26
  Author: felixonmars
Revision: 403716

archrelease: copy trunk to extra-x86_64

Added:
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 403715, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 19:18:13 UTC (rev 403715)
+++ PKGBUILD2020-12-10 19:18:26 UTC (rev 403716)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.3
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
-  'python-pretend' 'python-hypothesis' 'python-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd cryptography-$pkgver
-  python setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 403715, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 19:18:26 UTC (rev 403716)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('62192fe0fd3bb8844ccc0056ab72a42b038db2a4ecb0928543c520b85e1de93066dab0d604acf23d37395d68172b9618f81c6022a59ec49725bc1862096d15d1')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 19:18:13
  Author: felixonmars
Revision: 403715

upgpkg: python-cryptography 3.3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:05:42 UTC (rev 403714)
+++ PKGBUILD2020-12-10 19:18:13 UTC (rev 403715)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
+sha512sums=('62192fe0fd3bb8844ccc0056ab72a42b038db2a4ecb0928543c520b85e1de93066dab0d604acf23d37395d68172b9618f81c6022a59ec49725bc1862096d15d1')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-12-10 Thread Andreas Radke via arch-commits
Date: Thursday, December 10, 2020 @ 19:05:42
  Author: andyrtr
Revision: 403714

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xwayland/repos/testing-x86_64/PKGBUILD
(from rev 403713, xorg-xwayland/trunk/PKGBUILD)
Deleted:
  xorg-xwayland/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 19:05:33 UTC (rev 403713)
+++ PKGBUILD2020-12-10 19:05:42 UTC (rev 403714)
@@ -1,74 +0,0 @@
-# Maintainer: AndyRTR 
-
-pkgname=xorg-xwayland
-_commit=36e353bcf428c4e6a31292ffa749ea6395cba4a3 # xserver-master-branch 
2020-12-08
-pkgver=1.20.0.r792.g36e353bcf
-pkgrel=2
-arch=('x86_64')
-license=('custom')
-groups=('xorg')
-url="https://xorg.freedesktop.org;
-pkgdesc="run X clients under wayland"
-depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2' 'pixman')
-makedepends=('meson' 'git' 
- 'xorgproto' 'xtrans'
- 'pixman' 'libxkbfile' 'libxfont2' 'dbus'
- 'xorg-font-util'
- 'wayland' 'wayland-protocols'
- 'libdrm' 'libepoxy' 'mesa-libgl'
- 'systemd'
- 'egl-wayland'
-)
-source=("git+https://gitlab.freedesktop.org/xorg/xserver#commit=${_commit};)
-sha256sums=('SKIP')
-provides=('xorg-server-xwayland')
-conflicts=('xorg-server-xwayland')
-replaces=('xorg-server-xwayland')
-
-pkgver() {
-  cd xserver
-  git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-#  export CFLAGS=${CFLAGS/-fno-plt}
-#  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-#  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  arch-meson xserver build \
--D os_vendor="Arch Linux" \
--D ipv6=true \
--D xvfb=false \
--D xnest=false \
--D xcsecurity=true \
--D xorg=false \
--D xephyr=false \
--D xwayland=true \
--D xwayland_eglstream=true \
--D xwin=false \
--D xquartz=false \
--D glamor=true \
--D udev=true \
--D systemd_logind=true \
--D suid_wrapper=true \
--D xkb_dir=/usr/share/X11/xkb \
--D xkb_output_dir=/var/lib/xkb
-
-  # Print config
-  meson configure build
-  ninja -C build
-}
-
-package() {
-
-  # bin + manpage
-  install -m755 -Dt "${pkgdir}"/usr/bin build/hw/xwayland/Xwayland
-  install -m644 -Dt "${pkgdir}"/usr/share/man/man1/Xwayland.1 
build/hw/xwayland/Xwayland.1
-
-  # license
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
-}
-

Copied: xorg-xwayland/repos/testing-x86_64/PKGBUILD (from rev 403713, 
xorg-xwayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 19:05:42 UTC (rev 403714)
@@ -0,0 +1,75 @@
+# Maintainer: AndyRTR 
+
+pkgname=xorg-xwayland
+_commit=36e353bcf428c4e6a31292ffa749ea6395cba4a3 # xserver-master-branch 
2020-12-08
+pkgver=1.20.0.r792.g36e353bcf
+pkgrel=3
+arch=('x86_64')
+license=('custom')
+groups=('xorg')
+url="https://xorg.freedesktop.org;
+pkgdesc="run X clients under wayland"
+depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2' 'pixman')
+makedepends=('meson' 'git' 
+ 'xorgproto' 'xtrans'
+ 'pixman' 'libxkbfile' 'libxfont2' 'dbus'
+ 'xorg-font-util'
+ 'wayland' 'wayland-protocols'
+ 'libdrm' 'libepoxy' 'mesa-libgl'
+ 'systemd'
+ 'egl-wayland'
+)
+source=("git+https://gitlab.freedesktop.org/xorg/xserver#commit=${_commit};)
+sha256sums=('SKIP')
+provides=('xorg-server-xwayland')
+conflicts=('xorg-server-xwayland')
+replaces=('xorg-server-xwayland')
+
+pkgver() {
+  cd xserver
+  git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+#  export CFLAGS=${CFLAGS/-fno-plt}
+#  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+#  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  arch-meson xserver build \
+-D os_vendor="Arch Linux" \
+-D ipv6=true \
+-D xvfb=false \
+-D xnest=false \
+-D xcsecurity=true \
+-D xorg=false \
+-D xephyr=false \
+-D xwayland=true \
+-D xwayland_eglstream=true \
+-D xwin=false \
+-D xquartz=false \
+-D glamor=true \
+-D udev=true \
+-D systemd_logind=true \
+-D suid_wrapper=true \
+-D xkb_dir=/usr/share/X11/xkb \
+-D xkb_output_dir=/var/lib/xkb
+
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+package() {
+
+  # bin + 

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

2020-12-10 Thread Andreas Radke via arch-commits
Date: Thursday, December 10, 2020 @ 19:05:33
  Author: andyrtr
Revision: 403713

upgpkg: xorg-xwayland 1.20.0.r792.g36e353bcf-3: add pkgconfig file - FS#68926

Modified:
  xorg-xwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:57:23 UTC (rev 403712)
+++ PKGBUILD2020-12-10 19:05:33 UTC (rev 403713)
@@ -3,7 +3,7 @@
 pkgname=xorg-xwayland
 _commit=36e353bcf428c4e6a31292ffa749ea6395cba4a3 # xserver-master-branch 
2020-12-08
 pkgver=1.20.0.r792.g36e353bcf
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -64,9 +64,10 @@
 
 package() {
 
-  # bin + manpage
+  # bin + manpage + .pc file
   install -m755 -Dt "${pkgdir}"/usr/bin build/hw/xwayland/Xwayland
   install -m644 -Dt "${pkgdir}"/usr/share/man/man1/Xwayland.1 
build/hw/xwayland/Xwayland.1
+  install -m644 -Dt "${pkgdir}"/usr/lib/pkgconfig build/hw/xwayland/xwayland.pc
 
   # license
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 18:59:31
  Author: eschwartz
Revision: 773062

archrelease: copy trunk to community-x86_64

Added:
  xed/repos/community-x86_64/PKGBUILD
(from rev 773061, xed/trunk/PKGBUILD)
Deleted:
  xed/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 18:59:15 UTC (rev 773061)
+++ PKGBUILD2020-12-10 18:59:31 UTC (rev 773062)
@@ -1,33 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Nate Simon 
-
-pkgname=xed
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="A small and lightweight text editor. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-groups=('x-apps')
-depends=('gspell' 'gtksourceview4' 'libpeas' 'xapps')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4b46d17e087fbea163d20a18eac6a75c2c2d75ae6999d88dc1cecd1456b74e3f')
-b2sums=('8d37dbc9e9e8afd1303e6d911585b59b7586b58eba5ef7bd8e4a4925af7cf8b67afc249f8744f676f02f2fcb28a6e1d9e58b66217e54abea2525f34621ec7c2a')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: xed/repos/community-x86_64/PKGBUILD (from rev 773061, 
xed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 18:59:31 UTC (rev 773062)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Nate Simon 
+
+pkgname=xed
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="A small and lightweight text editor. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+groups=('x-apps')
+depends=('gspell' 'gtksourceview4' 'libpeas' 'xapps')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('b310d4bd00d42329264989c233707499207e320710be9e007dd49db3670bd00d')
+b2sums=('7d0dbd4fbe1ea52cb88aa4010b71e20b76a17b1a6a5fca58fa32a202472f641961602bfdd01a21c1fee617bf6a377e266ee6d52ec004149b3b88865d83a02aab')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+}


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

2020-12-10 Thread Eli Schwartz via arch-commits
Date: Thursday, December 10, 2020 @ 18:59:15
  Author: eschwartz
Revision: 773061

upgpkg: xed 2.8.2-1: upstream translation-only release

Modified:
  xed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 18:17:12 UTC (rev 773060)
+++ PKGBUILD2020-12-10 18:59:15 UTC (rev 773061)
@@ -2,7 +2,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xed
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="A small and lightweight text editor. X-Apps Project."
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('gspell' 'gtksourceview4' 'libpeas' 'xapps')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4b46d17e087fbea163d20a18eac6a75c2c2d75ae6999d88dc1cecd1456b74e3f')
-b2sums=('8d37dbc9e9e8afd1303e6d911585b59b7586b58eba5ef7bd8e4a4925af7cf8b67afc249f8744f676f02f2fcb28a6e1d9e58b66217e54abea2525f34621ec7c2a')
+sha256sums=('b310d4bd00d42329264989c233707499207e320710be9e007dd49db3670bd00d')
+b2sums=('7d0dbd4fbe1ea52cb88aa4010b71e20b76a17b1a6a5fca58fa32a202472f641961602bfdd01a21c1fee617bf6a377e266ee6d52ec004149b3b88865d83a02aab')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 18:17:12
  Author: jelle
Revision: 773060

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 18:17:03 UTC (rev 773059)
+++ PKGBUILD2020-12-10 18:17:12 UTC (rev 773060)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-_name=progressbar2
-pkgname=python-progressbar
-pkgdesc="A progress bar for Python"
-pkgver=3.53.1
-pkgrel=3
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
-'SKIP')
-b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest config
-  rm -v pytest.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 773059, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 18:17:12 UTC (rev 773060)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+_name=progressbar2
+pkgname=python-progressbar
+pkgdesc="A progress bar for Python"
+pkgver=3.53.1
+pkgrel=4
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
+'SKIP')
+b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # don't care about custom pytest config
+  rm -v pytest.ini
+}
+
+build() {
+  export PYTHONHASHSEED=0
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 18:17:03
  Author: jelle
Revision: 773059

Make package reproducible by settings PYTHONHASHSEED

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 18:16:05 UTC (rev 773058)
+++ PKGBUILD2020-12-10 18:17:03 UTC (rev 773059)
@@ -6,7 +6,7 @@
 pkgname=python-progressbar
 pkgdesc="A progress bar for Python"
 pkgver=3.53.1
-pkgrel=3
+pkgrel=4
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=('any')
@@ -28,6 +28,7 @@
 }
 
 build() {
+  export PYTHONHASHSEED=0
   cd "${pkgname}-${pkgver}"
   python setup.py build
 }


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 18:16:05
  Author: felixonmars
Revision: 773058

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 773057, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 18:15:56 UTC (rev 773057)
+++ PKGBUILD2020-12-10 18:16:05 UTC (rev 773058)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cryptography-vectors
-pkgver=3.3
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography-vectors;
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('b177567de3fbd745ea9ca475bbd67c40b757322180ba217039d8d5c29c7a17e779e5bd787a7e8e27257f6825a428e3ed768303ccb02f3cfb081716422b02cfcd')
-
-package() {
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
773057, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 18:16:05 UTC (rev 773058)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cryptography-vectors
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography-vectors;
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
+sha512sums=('a102535bd3cf72118106ca7268d5a9921738d41f81247940c550961d61cb0d1869095b7891c39e8dc15816f7d38230622846747b4b7a3f226f09306cf86220bd')
+
+package() {
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 18:15:56
  Author: felixonmars
Revision: 773057

upgpkg: python-cryptography-vectors 3.3.1-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 18:07:06 UTC (rev 773056)
+++ PKGBUILD2020-12-10 18:15:56 UTC (rev 773057)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cryptography-vectors
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('b177567de3fbd745ea9ca475bbd67c40b757322180ba217039d8d5c29c7a17e779e5bd787a7e8e27257f6825a428e3ed768303ccb02f3cfb081716422b02cfcd')
+sha512sums=('a102535bd3cf72118106ca7268d5a9921738d41f81247940c550961d61cb0d1869095b7891c39e8dc15816f7d38230622846747b4b7a3f226f09306cf86220bd')
 
 package() {
cd cryptography_vectors-$pkgver


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 18:07:06
  Author: arojas
Revision: 773056

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 773055, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/giac-test-pari-2.11.patch
(from rev 773055, giac/trunk/giac-test-pari-2.11.patch)
Deleted:
  giac/repos/community-x86_64/PKGBUILD
  giac/repos/community-x86_64/giac-test-pari-2.11.patch

---+
 PKGBUILD  |  115 ++--
 giac-test-pari-2.11.patch |   34 ++---
 2 files changed, 75 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 18:06:55 UTC (rev 773055)
+++ PKGBUILD2020-12-10 18:07:06 UTC (rev 773056)
@@ -1,57 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.6.0-31
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;
- giac-test-pari-2.11.patch)
-sha256sums=('b520ee8724c73111a1ff93ec9810ac4cca67c342d7d00f6ca3ff89ae11f221b7'
-'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
-
-prepare() {
-  cd $pkgbase-${pkgver%.*}
-  patch -p1 -i ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
-}
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgbase-${pkgver%.*}
-
-  make check
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  optdepends=('perl: for pgiac')
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm 
libsamplerate)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 773055, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 18:07:06 UTC (rev 773056)
@@ -0,0 +1,58 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.6.0-37
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;
+ giac-test-pari-2.11.patch)
+sha256sums=('10f54d4bd516cc31a4b41e77505a1e5e127e2a48f020d8628ef52e7818559305'
+'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  patch -p1 -i ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-${pkgver%.*}
+
+#  tests fail with pari 2.13
+#  make check
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  optdepends=('perl: for pgiac')
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm 
libsamplerate)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: giac-test-pari-2.11.patch
===
--- giac-test-pari-2.11.patch   2020-12-10 18:06:55 UTC (rev 773055)
+++ giac-test-pari-2.11.patch   2020-12-10 18:07:06 UTC (rev 773056)
@@ -1,17 +0,0 @@
-Change test output for PARI 2.11
-
-See https://trac.sagemath.org/ticket/25567
-and https://xcas.univ-grenoble-alpes.fr/forum/viewtopic.php?f=4=2102
-
-diff -ru a/check/TP11-sol.cas.out1 b/check/TP11-sol.cas.out1
 a/check/TP11-sol.cas.out1  2014-10-21 10:51:48.0 +0200
-+++ b/check/TP11-sol.cas.out1  2018-08-07 17:04:12.528052773 +0200
-@@ -10,7 +10,7 @@
- 107374182400061203284109008409,
- 2^3*3*389*733*156904374622257604823879982847602392900751802349981470895277241,
- "Done",

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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 18:06:55
  Author: arojas
Revision: 773055

Update to 1.6.0.37

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:53:02 UTC (rev 773054)
+++ PKGBUILD2020-12-10 18:06:55 UTC (rev 773055)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.6.0-31
+_pkgver=1.6.0-37
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
 makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;
  giac-test-pari-2.11.patch)
-sha256sums=('b520ee8724c73111a1ff93ec9810ac4cca67c342d7d00f6ca3ff89ae11f221b7'
+sha256sums=('10f54d4bd516cc31a4b41e77505a1e5e127e2a48f020d8628ef52e7818559305'
 'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
 prepare() {
@@ -30,7 +30,8 @@
 check() {
   cd $pkgbase-${pkgver%.*}
 
-  make check
+#  tests fail with pari 2.13
+#  make check
 }
 
 package_xcas() {


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:57:23
  Author: arojas
Revision: 403712

archrelease: copy trunk to testing-x86_64

Added:
  kdeconnect/repos/testing-x86_64/PKGBUILD
(from rev 403711, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/testing-x86_64/kdeconnect-openssh-8.2.patch
(from rev 403711, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)
Deleted:
  kdeconnect/repos/testing-x86_64/PKGBUILD
  kdeconnect/repos/testing-x86_64/kdeconnect-openssh-8.2.patch

--+
 PKGBUILD |   68 ++---
 kdeconnect-openssh-8.2.patch |   24 +++---
 2 files changed, 43 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 17:57:09 UTC (rev 403711)
+++ PKGBUILD2020-12-10 17:57:23 UTC (rev 403712)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=20.12.0
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-arch=(x86_64)
-license=(GPL)
-groups=(kde-applications kde-network)
-depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus 
integration' 'qt5-tools: for some runcommand plugin actions')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig}
- kdeconnect-openssh-8.2.patch)
-sha256sums=('92339009b2b41337827a6fa22b500a46ca192e6fa4cd493af13f9b9f9ad58d20'
-'SKIP'
-'8bcf0d39dfe059af866f48719562dfe7db7fcb0f20ee75d7adda9784fca0ba64')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  patch -d $pkgname-kde-$pkgver -p1 -i ../kdeconnect-openssh-8.2.patch # Fix 
file browsing with openssh 8.2
-}
-
-build() {
-  cmake -B build -S $pkgname-kde-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBEXECDIR=lib
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdeconnect/repos/testing-x86_64/PKGBUILD (from rev 403711, 
kdeconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 17:57:23 UTC (rev 403712)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=20.12.0
+pkgrel=2
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+arch=(x86_64)
+license=(GPL)
+groups=(kde-applications kde-network)
+depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus 
integration' 'qt5-tools: for some runcommand plugin actions')
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig})
+sha256sums=('92339009b2b41337827a6fa22b500a46ca192e6fa4cd493af13f9b9f9ad58d20'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: kdeconnect-openssh-8.2.patch
===
--- kdeconnect-openssh-8.2.patch2020-12-10 17:57:09 UTC (rev 403711)
+++ kdeconnect-openssh-8.2.patch2020-12-10 17:57:23 UTC (rev 403712)
@@ -1,12 +0,0 @@
-diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
-index fca9907c..f673c9f7 100644
 a/plugins/sftp/mounter.cpp
-+++ b/plugins/sftp/mounter.cpp
-@@ -145,6 +145,7 @@ void Mounter::onPackageReceived(const NetworkPacket& np)
- << QStringLiteral("-o") << QStringLiteral("reconnect")
- << QStringLiteral("-o") << QStringLiteral("ServerAliveInterval=30")
- << QStringLiteral("-o") << QStringLiteral("password_stdin")
-+<< QStringLiteral("-o") << 
QStringLiteral("KexAlgorithms=+diffie-hellman-group14-sha1")
- ;
- 
- m_proc->setProgram(program, arguments);

Copied: kdeconnect/repos/testing-x86_64/kdeconnect-openssh-8.2.patch (from rev 
403711, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)
===
--- kdeconnect-openssh-8.2.patch(rev 0)
+++ kdeconnect-openssh-8.2.patch2020-12-10 

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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:57:09
  Author: arojas
Revision: 403711

Drop patch that should no longer be needed

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:49:08 UTC (rev 403710)
+++ PKGBUILD2020-12-10 17:57:09 UTC (rev 403711)
@@ -4,7 +4,7 @@
 
 pkgname=kdeconnect
 pkgver=20.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 arch=(x86_64)
@@ -13,18 +13,12 @@
 depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus 
integration' 'qt5-tools: for some runcommand plugin actions')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig}
- kdeconnect-openssh-8.2.patch)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig})
 sha256sums=('92339009b2b41337827a6fa22b500a46ca192e6fa4cd493af13f9b9f9ad58d20'
-'SKIP'
-'8bcf0d39dfe059af866f48719562dfe7db7fcb0f20ee75d7adda9784fca0ba64')
+'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
-prepare() {
-  patch -d $pkgname-kde-$pkgver -p1 -i ../kdeconnect-openssh-8.2.patch # Fix 
file browsing with openssh 8.2
-}
-
 build() {
   cmake -B build -S $pkgname-kde-$pkgver \
 -DBUILD_TESTING=OFF \


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:53:02
  Author: arojas
Revision: 773054

archrelease: copy trunk to community-testing-x86_64

Added:
  zanshin/repos/community-testing-x86_64/
  zanshin/repos/community-testing-x86_64/PKGBUILD
(from rev 773053, zanshin/trunk/PKGBUILD)

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

Copied: zanshin/repos/community-testing-x86_64/PKGBUILD (from rev 773053, 
zanshin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-10 17:53:02 UTC (rev 773054)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.5.71
+pkgrel=3
+pkgdesc="To-do management application based on Akonadi"
+arch=(x86_64)
+url="https://zanshin.kde.org;
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
zanshin-kontactinterface-20.08.patch::"https://invent.kde.org/pim/zanshin/-/commit/4850c089.patch;)
+sha256sums=('b0933d2d9a63bba372966da0ba9e313b85ab2d6aa513a43657da90c65a33612c'
+'SKIP'
+'089577115e1711bb3302a373c9c4c488aea8ed445c9f9a5439f6ddbd2e4a0956')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # Kevin Ottens 

+  2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../zanshin-kontactinterface-20.08.patch # 
Fix build with kontactinterface 20.08
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:52:52
  Author: arojas
Revision: 773053

akonadi 20.12 rebuild

Modified:
  zanshin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
+++ PKGBUILD2020-12-10 17:52:52 UTC (rev 773053)
@@ -2,7 +2,7 @@
 
 pkgname=zanshin
 pkgver=0.5.71
-pkgrel=2
+pkgrel=3
 pkgdesc="To-do management application based on Akonadi"
 arch=(x86_64)
 url="https://zanshin.kde.org;


[arch-commits] Commit in pyside6 (3 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:49:08
  Author: arojas
Revision: 403710

archrelease: copy trunk to extra-x86_64

Added:
  pyside6/repos/
  pyside6/repos/extra-x86_64/
  pyside6/repos/extra-x86_64/PKGBUILD
(from rev 403709, pyside6/trunk/PKGBUILD)

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

Copied: pyside6/repos/extra-x86_64/PKGBUILD (from rev 403709, 
pyside6/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-10 17:49:08 UTC (rev 403710)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pyside6
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+pkgdesc='Enables the use of Qt6 APIs in Python applications'
+depends=(shiboken6 qt6-declarative)
+makedepends=(cmake python qt6-tools qt6-quickcontrols2 qt6-svg)
+optdepends=('qt6-tools: QtHelp, QtUiTools bindings' 'qt6-quickcontrols2: 
QtQuickControls2 bindings' 'qt6-svg: QtSvg bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4')
+
+build() {
+  cmake -B build -S ${_pkgfqn}/sources/pyside6 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:48:57
  Author: arojas
Revision: 403709

Add pyside6

Added:
  pyside6/
  pyside6/trunk/
  pyside6/trunk/PKGBUILD

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

Added: pyside6/trunk/PKGBUILD
===
--- pyside6/trunk/PKGBUILD  (rev 0)
+++ pyside6/trunk/PKGBUILD  2020-12-10 17:48:57 UTC (rev 403709)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pyside6
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+pkgdesc='Enables the use of Qt6 APIs in Python applications'
+depends=(shiboken6 qt6-declarative)
+makedepends=(cmake python qt6-tools qt6-quickcontrols2 qt6-svg)
+optdepends=('qt6-tools: QtHelp, QtUiTools bindings' 'qt6-quickcontrols2: 
QtQuickControls2 bindings' 'qt6-svg: QtSvg bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4')
+
+build() {
+  cmake -B build -S ${_pkgfqn}/sources/pyside6 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 17:34:13
  Author: anatolik
Revision: 773052

archrelease: copy trunk to community-any

Added:
  ruby-activesupport/repos/community-any/PKGBUILD
(from rev 773051, ruby-activesupport/trunk/PKGBUILD)
Deleted:
  ruby-activesupport/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 17:33:52 UTC (rev 773051)
+++ PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-
-_name=activesupport
-pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=2
-pkgdesc='A collection of utility classes and standard library extensions'
-arch=('any')
-url="https://github.com/rails/rails/tree/master/activesupport;
-license=('MIT')
-# bootstrap activesupport without i18n (circular dependency)
-depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
-makedepends=('git' 'ruby-rake')
-# TODO: package ruby-dalli
-checkdepends=('ruby-minitest')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

-  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

-)
-
-prepare() {
-  cd "${pkgname}-${pkgver}/activesupport"
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
-  # bootstrap activesupport (circular dependency on i18n)
-  sed -r '/i18n/d' -i "${_name}.gemspec"
-}
-
-build() {
-  cd "$pkgname-$pkgver/activesupport"
-  gem build "${_name}.gemspec"
-}
-
-# bootstrap activesupport without tests (circular dependency on i18n)
-# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
-# check() {
-#   cd "$pkgname-$pkgver/activesupport"
-#   rake test
-# }
-
-package() {
-  cd "$pkgname-$pkgver/activesupport"
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  ${_name}-${pkgver}.gem
-  install -vDm 644 MIT-LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  cd "${pkgdir}/${_gemdir}"
-  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-build_info extensions
-}

Copied: ruby-activesupport/repos/community-any/PKGBUILD (from rev 773051, 
ruby-activesupport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+_name=activesupport
+pkgname=ruby-activesupport
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='A collection of utility classes and standard library extensions'
+arch=('any')
+url="https://github.com/rails/rails/tree/master/activesupport;
+license=('MIT')
+# bootstrap activesupport without i18n (circular dependency)
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
+makedepends=('git' 'ruby-rake')
+# TODO: package ruby-dalli
+checkdepends=('ruby-minitest')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

+  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

+)
+
+prepare() {
+  cd "${pkgname}-${pkgver}/activesupport"
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i "${_name}.gemspec"
+  # bootstrap activesupport (circular dependency on i18n)
+  sed -r '/i18n/d' -i "${_name}.gemspec"
+}
+
+build() {
+  cd "$pkgname-$pkgver/activesupport"
+  gem build "${_name}.gemspec"
+}
+
+# bootstrap activesupport without tests (circular dependency on i18n)
+# unspecified dependency on ruby-dalli: 
https://github.com/rails/rails/issues/38134
+# check() {
+#   cd "$pkgname-$pkgver/activesupport"
+#   rake test
+# }
+
+package() {
+  cd "$pkgname-$pkgver/activesupport"
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  ${_name}-${pkgver}.gem
+  install -vDm 644 MIT-LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
+build_info extensions
+}


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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 17:33:52
  Author: anatolik
Revision: 773051

upgpkg: ruby-activesupport 6.1.0-1

Modified:
  ruby-activesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:25:04 UTC (rev 773050)
+++ PKGBUILD2020-12-10 17:33:52 UTC (rev 773051)
@@ -2,8 +2,8 @@
 
 _name=activesupport
 pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport;


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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 16:35:42
  Author: felixonmars
Revision: 773049

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 16:35:31 UTC (rev 773048)
+++ PKGBUILD2020-12-10 16:35:42 UTC (rev 773049)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.42.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('73739ec3207c73796245e5a01cb21044f9d81987fb52fcac6d91ce4892ed43043fcd24b904f5195590e3595bc79252100892acc3e7b2253060903b2958c120a8')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 773048, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 16:35:42 UTC (rev 773049)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.43.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('129760a9c58f264e25c403fcacf9e1ab41267faee637856230341a91d6965a6c2fd05b9a8a12b6977377f8abc26ed7151384ad08195b03ddf62e8445b216eacf')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
+
+  

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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 16:35:31
  Author: felixonmars
Revision: 773048

upgpkg: python-hypothesis 5.43.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 15:26:57 UTC (rev 773047)
+++ PKGBUILD2020-12-10 16:35:31 UTC (rev 773048)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.42.3
+pkgver=5.43.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('73739ec3207c73796245e5a01cb21044f9d81987fb52fcac6d91ce4892ed43043fcd24b904f5195590e3595bc79252100892acc3e7b2253060903b2958c120a8')
+sha512sums=('129760a9c58f264e25c403fcacf9e1ab41267faee637856230341a91d6965a6c2fd05b9a8a12b6977377f8abc26ed7151384ad08195b03ddf62e8445b216eacf')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in shiboken6 (3 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:27:13
  Author: arojas
Revision: 403705

archrelease: copy trunk to extra-x86_64

Added:
  shiboken6/repos/
  shiboken6/repos/extra-x86_64/
  shiboken6/repos/extra-x86_64/PKGBUILD
(from rev 403704, shiboken6/trunk/PKGBUILD)

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

Copied: shiboken6/repos/extra-x86_64/PKGBUILD (from rev 403704, 
shiboken6/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-10 16:27:13 UTC (rev 403705)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=shiboken6
+_qtver=6.0.0
+_clangver=11.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+depends=(clang=$_clangver llvm libxslt qt6-base)
+makedepends=(cmake python-sphinx)
+optdepends=('python: Python bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4')
+
+build() {
+  cmake -B build -S ${_pkgfqn}/sources/shiboken6 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:27:03
  Author: arojas
Revision: 403704

Add shiboken6

Added:
  shiboken6/
  shiboken6/trunk/
  shiboken6/trunk/PKGBUILD

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

Added: shiboken6/trunk/PKGBUILD
===
--- shiboken6/trunk/PKGBUILD(rev 0)
+++ shiboken6/trunk/PKGBUILD2020-12-10 16:27:03 UTC (rev 403704)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=shiboken6
+_qtver=6.0.0
+_clangver=11.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+depends=(clang=$_clangver llvm libxslt qt6-base)
+makedepends=(cmake python-sphinx)
+optdepends=('python: Python bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4')
+
+build() {
+  cmake -B build -S ${_pkgfqn}/sources/shiboken6 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:20:47
  Author: arojas
Revision: 403703

git--

Modified:
  qt6-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 16:20:34 UTC (rev 403702)
+++ PKGBUILD2020-12-10 16:20:47 UTC (rev 403703)
@@ -11,7 +11,7 @@
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
 depends=(qt6-base jasper libwebp)
-makedepends=(cmake git)
+makedepends=(cmake)
 groups=(qt6)
 _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:20:34
  Author: arojas
Revision: 403702

git--

Modified:
  qt6-networkauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 16:12:23 UTC (rev 403701)
+++ PKGBUILD2020-12-10 16:20:34 UTC (rev 403702)
@@ -11,7 +11,7 @@
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Network authentication module'
 depends=(qt6-base)
-makedepends=(cmake git)
+makedepends=(cmake)
 groups=(qt6)
 _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:12:23
  Author: arojas
Revision: 403701

archrelease: copy trunk to extra-x86_64

Added:
  qt6-imageformats/repos/extra-x86_64/PKGBUILD
(from rev 403700, qt6-imageformats/trunk/PKGBUILD)
Deleted:
  qt6-imageformats/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 16:12:14 UTC (rev 403700)
+++ PKGBUILD2020-12-10 16:12:23 UTC (rev 403701)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-imageformats
-_qtver=6.0.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=(qt6-base jasper libwebp)
-makedepends=(cmake git)
-groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
-
-build() {
-  cmake -B build -S $_pkgfn
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-imageformats/repos/extra-x86_64/PKGBUILD (from rev 403700, 
qt6-imageformats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 16:12:23 UTC (rev 403701)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('6f2823151425656f67d1b7198a9677e236f371a0213e651604c817a0b0a10846')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:12:14
  Author: arojas
Revision: 403700

Build from tarball

Modified:
  qt6-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 16:10:58 UTC (rev 403699)
+++ PKGBUILD2020-12-10 16:12:14 UTC (rev 403700)
@@ -5,7 +5,7 @@
 pkgname=qt6-imageformats
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,9 +13,9 @@
 depends=(qt6-base jasper libwebp)
 makedepends=(cmake git)
 groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('6f2823151425656f67d1b7198a9677e236f371a0213e651604c817a0b0a10846')
 
 build() {
   cmake -B build -S $_pkgfn


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:10:58
  Author: arojas
Revision: 403699

archrelease: copy trunk to extra-x86_64

Added:
  qt6-networkauth/repos/extra-x86_64/PKGBUILD
(from rev 403698, qt6-networkauth/trunk/PKGBUILD)
Deleted:
  qt6-networkauth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 16:10:48 UTC (rev 403698)
+++ PKGBUILD2020-12-10 16:10:58 UTC (rev 403699)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-networkauth
-_qtver=6.0.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt6-base)
-makedepends=(cmake git)
-groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
-
-build() {
-  cmake -B build -S $_pkgfn
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-networkauth/repos/extra-x86_64/PKGBUILD (from rev 403698, 
qt6-networkauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 16:10:58 UTC (rev 403699)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('83fa07b7a76537220e9b16b92c24abb4633f14f5be6c16ad706795ddd181c7e8')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:10:48
  Author: arojas
Revision: 403698

Build from tarball

Modified:
  qt6-networkauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 16:08:21 UTC (rev 403697)
+++ PKGBUILD2020-12-10 16:10:48 UTC (rev 403698)
@@ -5,7 +5,7 @@
 pkgname=qt6-networkauth
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,9 +13,9 @@
 depends=(qt6-base)
 makedepends=(cmake git)
 groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('83fa07b7a76537220e9b16b92c24abb4633f14f5be6c16ad706795ddd181c7e8')
 
 build() {
   cmake -B build -S $_pkgfn


[arch-commits] Commit in qt6-3d/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:08:21
  Author: arojas
Revision: 403697

archrelease: copy trunk to extra-x86_64

Added:
  qt6-3d/repos/extra-x86_64/PKGBUILD
(from rev 403696, qt6-3d/trunk/PKGBUILD)
Deleted:
  qt6-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 16:08:11 UTC (rev 403696)
+++ PKGBUILD2020-12-10 16:08:21 UTC (rev 403697)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-3d
-_qtver=6.0.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=(qt6-base)
-makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
-optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
-groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
-
-build() {
-  cmake -B build -S $_pkgfn
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-3d/repos/extra-x86_64/PKGBUILD (from rev 403696, 
qt6-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 16:08:21 UTC (rev 403697)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('ebca4357d6f1ebe70b344d1e94b5b81bae00fc421da4af8fcacb1f82740ce3c7')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 16:08:11
  Author: arojas
Revision: 403696

Build from tarball

Modified:
  qt6-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 14:39:51 UTC (rev 403695)
+++ PKGBUILD2020-12-10 16:08:11 UTC (rev 403696)
@@ -5,18 +5,18 @@
 pkgname=qt6-3d
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
 depends=(qt6-base)
-makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
 optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
 groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz;)
+sha256sums=('ebca4357d6f1ebe70b344d1e94b5b81bae00fc421da4af8fcacb1f82740ce3c7')
 
 build() {
   cmake -B build -S $_pkgfn


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

2020-12-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 10, 2020 @ 15:26:57
  Author: svenstaro
Revision: 773047

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 773046, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD
  tensorboard/repos/community-x86_64/bump-tensorflow.patch
  tensorboard/repos/community-x86_64/fix-grpc-deps.patch

---+
 PKGBUILD  |  119 +---
 bump-tensorflow.patch |   18 ---
 fix-grpc-deps.patch   |   47 --
 3 files changed, 54 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 15:26:52 UTC (rev 773046)
+++ PKGBUILD2020-12-10 15:26:57 UTC (rev 773047)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=2.3.0
-pkgrel=5
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-grpcio' 'python-google-auth-oauthlib'
- 'python-tensorboard_plugin_wit' 'absl-py')
-optdepends=('python-tensorflow: advanced features for TensorBoard')
-makedepends=('bazel' 'tree')
-source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
-'bump-tensorflow.patch'
-'fix-grpc-deps.patch')
-sha512sums=('0f3299be1fc69d4e2c5cf4ee49a79bbed7b8321f8daa7dfb39390dce17fef4b11db72c8090503d10b152cfeed06aa8935ddbe8d18049692c3f4394c5cdee833f'
-
'87b38bb13b580f29ff4a28b150ee572b651630686292a73e1accf79b964433e9e4b19ca6193c5098ad642fee51fa2d3c97139c7bc1b7c1f9763d18710458d375'
-
'e3b339285ea1ee46e0cc560f9ef509d2307d15090bc740ae9cc322daafd1db1180458b565a234043049c5208679bb982360b7b364df7d97ffe671669')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "${srcdir}/bump-tensorflow.patch"
-  patch -Np1 -i "${srcdir}/fix-grpc-deps.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  bazel build --experimental_repo_remote_exec tensorboard:tensorboard
-  bazel build --experimental_repo_remote_exec 
//tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp 
tensorboard/pip_package/{README.rst,MANIFEST.in,setup.py,requirements.txt} 
pypackage
-  cp README.md pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.9/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.9/site-packages/tensorboard-${pkgver}-py3.9.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 773046, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 15:26:57 UTC (rev 773047)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-grpcio' 'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit' 'absl-py')
+optdepends=('python-tensorflow: advanced features for TensorBoard')
+makedepends=('bazel' 'tree')
+source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
+sha512sums=('f9df59c1b3e200bb64fb49ad8e025aea34a6ac9c97cc29a2f7f28850a2f6853b00e1ac07c66b0d78cc0e14bc60b461fd639c83288c2315fa70811aeaa57a1cde')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  bazel build --experimental_repo_remote_exec tensorboard:tensorboard
+  bazel build --experimental_repo_remote_exec 
//tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 

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

2020-12-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 10, 2020 @ 15:26:52
  Author: svenstaro
Revision: 773046

upgpkg: tensorboard 2.4.0-1

Modified:
  tensorboard/trunk/PKGBUILD
Deleted:
  tensorboard/trunk/bump-tensorflow.patch
  tensorboard/trunk/fix-grpc-deps.patch

---+
 PKGBUILD  |   19 ---
 bump-tensorflow.patch |   18 --
 fix-grpc-deps.patch   |   47 ---
 3 files changed, 4 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 15:07:08 UTC (rev 773045)
+++ PKGBUILD2020-12-10 15:26:52 UTC (rev 773046)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=tensorboard
-pkgver=2.3.0
-pkgrel=5
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
@@ -12,20 +12,9 @@
  'python-tensorboard_plugin_wit' 'absl-py')
 optdepends=('python-tensorflow: advanced features for TensorBoard')
 makedepends=('bazel' 'tree')
-source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
-'bump-tensorflow.patch'
-'fix-grpc-deps.patch')
-sha512sums=('0f3299be1fc69d4e2c5cf4ee49a79bbed7b8321f8daa7dfb39390dce17fef4b11db72c8090503d10b152cfeed06aa8935ddbe8d18049692c3f4394c5cdee833f'
-
'87b38bb13b580f29ff4a28b150ee572b651630686292a73e1accf79b964433e9e4b19ca6193c5098ad642fee51fa2d3c97139c7bc1b7c1f9763d18710458d375'
-
'e3b339285ea1ee46e0cc560f9ef509d2307d15090bc740ae9cc322daafd1db1180458b565a234043049c5208679bb982360b7b364df7d97ffe671669')
+source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
+sha512sums=('f9df59c1b3e200bb64fb49ad8e025aea34a6ac9c97cc29a2f7f28850a2f6853b00e1ac07c66b0d78cc0e14bc60b461fd639c83288c2315fa70811aeaa57a1cde')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "${srcdir}/bump-tensorflow.patch"
-  patch -Np1 -i "${srcdir}/fix-grpc-deps.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
 

Deleted: bump-tensorflow.patch
===
--- bump-tensorflow.patch   2020-12-10 15:07:08 UTC (rev 773045)
+++ bump-tensorflow.patch   2020-12-10 15:26:52 UTC (rev 773046)
@@ -1,18 +0,0 @@
-diff -aur tensorboard-2.2.0-old/WORKSPACE tensorboard-2.2.0-new/WORKSPACE
 tensorboard-2.2.0-old/WORKSPACE2020-03-24 15:41:29.0 +0200
-+++ tensorboard-2.2.0-new/WORKSPACE2020-03-26 12:40:24.515353787 +0200
-@@ -103,11 +103,10 @@
- name = "org_tensorflow",
- # NOTE: when updating this, MAKE SURE to also update the protobuf_js 
runtime version
- # in third_party/workspace.bzl to >= the protobuf/protoc version provided 
by TF.
--sha256 = 
"638e541a4981f52c69da4a311815f1e7989bf1d67a41d204511966e1daed14f7",
--strip_prefix = "tensorflow-2.1.0",
-+sha256 = 
"69cd836f87b8c53506c4f706f655d423270f5a563b76dc1cfa60fbc3184185a3",
-+strip_prefix = "tensorflow-2.2.0",
- urls = [
--
"http://mirror.tensorflow.org/github.com/tensorflow/tensorflow/archive/v2.1.0.tar.gz;,
  # 2020-01-06
--"https://github.com/tensorflow/tensorflow/archive/v2.1.0.tar.gz;,
-+"https://github.com/tensorflow/tensorflow/archive/v2.2.0.tar.gz;,
- ],
- )
- 

Deleted: fix-grpc-deps.patch
===
--- fix-grpc-deps.patch 2020-12-10 15:07:08 UTC (rev 773045)
+++ fix-grpc-deps.patch 2020-12-10 15:26:52 UTC (rev 773046)
@@ -1,47 +0,0 @@
-diff -aur tensorboard-2.2.0-old/third_party/workspace.bzl 
tensorboard-2.2.0-new/third_party/workspace.bzl
 tensorboard-2.2.0-old/third_party/workspace.bzl2020-03-24 
15:41:29.0 +0200
-+++ tensorboard-2.2.0-new/third_party/workspace.bzl2020-04-07 
18:09:49.309586469 +0300
-@@ -55,6 +55,18 @@
-   actual = "@org_pythonhosted_six",
-   )
- 
-+  # gRPC's BUILD file depends on //external:protobuf_clib.
-+  native.bind(
-+  name = "protobuf_clib",
-+  actual = "@com_google_protobuf//:protoc_lib",
-+  )
-+
-+  # gRPC's BUILD file depends on //external:protobuf_headers.
-+  native.bind(
-+  name = "protobuf_headers",
-+  actual = "@com_google_protobuf//:protobuf_headers",
-+  )
-+
-   platform_http_file(
-   name = "org_chromium_chromium",
-   licenses = ["notice"],  # BSD 3-clause (maybe more?)
-diff -aur tensorboard-2.2.0-old/WORKSPACE tensorboard-2.2.0-new/WORKSPACE
 tensorboard-2.2.0-old/WORKSPACE2020-04-07 18:11:04.789583868 +0300
-+++ tensorboard-2.2.0-new/WORKSPACE2020-04-07 18:11:15.819583488 +0300
-@@ -113,6 +113,21 @@
- load("@org_tensorflow//tensorflow:workspace.bzl", "tf_workspace")
- tf_workspace()
- 
-+# add upb dep
-+http_archive(
-+name = "upb",
-+urls = [
-+
"https://github.com/protocolbuffers/upb/archive/ef25ea52814b48f1d945e25b5b1b19b04eea3ad8.tar.gz;
-+],

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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 15:07:08
  Author: arojas
Revision: 773045

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
(from rev 773044, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 773044, 
labplot/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-10 15:07:08 UTC (rev 773045)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.8.1
+pkgrel=3
+arch=(x86_64)
+pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
+url="https://labplot.kde.org/;
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt 
kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('726909a8335921c742c4d92f3ecdb447ddee0d74568c50a22330c79e079a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 15:06:58
  Author: arojas
Revision: 773044

cantor 20.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 14:40:38 UTC (rev 773043)
+++ PKGBUILD2020-12-10 15:06:58 UTC (rev 773044)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


  1   2   3   4   >