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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:35:55
  Author: arojas
Revision: 406229

archrelease: copy trunk to extra-x86_64

Added:
  shiboken2/repos/extra-x86_64/PKGBUILD
(from rev 406228, shiboken2/trunk/PKGBUILD)
Deleted:
  shiboken2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 07:35:45 UTC (rev 406228)
+++ PKGBUILD2021-01-14 07:35:55 UTC (rev 406229)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=shiboken2
-pkgname=(shiboken2 python-shiboken2)
-_qtver=5.15.2
-_clangver=11.0.1
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL2 LGPL)
-pkgdesc='Generates bindings for C++ libraries using CPython source code'
-makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
-_pkgfqn=pyside-setup-opensource-src-$_qtver
-source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418')
-
-build() {
-  cmake -B build -S ${_pkgfqn}/sources/shiboken2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DUSE_PYTHON_VERSION=3
-  cmake --build build
-}
-
-package_shiboken2() {
-  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
-
-  DESTDIR="$pkgdir" cmake --install build
-# Provided in python-shiboken2
-  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
-}
-
-package_python-shiboken2() {
-  depends=(python)
-
-  DESTDIR="$pkgdir" cmake --install build
-# Provided in shiboken2
-  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
-}

Copied: shiboken2/repos/extra-x86_64/PKGBUILD (from rev 406228, 
shiboken2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 07:35:55 UTC (rev 406229)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.15.2
+_clangver=11.0.1
+pkgver=${_qtver/-/}
+pkgrel=4
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418')
+
+build() {
+  cmake -B build -S ${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  cmake --build build
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  DESTDIR="$pkgdir" cmake --install build
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+# Conflicts with shiboken6 and doesn't work anyway
+  rm "$pkgdir"/usr/bin/shiboken_tool.py
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  DESTDIR="$pkgdir" cmake --install build
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
+}


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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:35:45
  Author: arojas
Revision: 406228

Remove broken script that conflicts with shiboken6 (FS#69319)

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 07:03:48 UTC (rev 406227)
+++ PKGBUILD2021-01-14 07:35:45 UTC (rev 406228)
@@ -6,7 +6,7 @@
 _qtver=5.15.2
 _clangver=11.0.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -30,6 +30,8 @@
   DESTDIR="$pkgdir" cmake --install build
 # Provided in python-shiboken2
   rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+# Conflicts with shiboken6 and doesn't work anyway
+  rm "$pkgdir"/usr/bin/shiboken_tool.py
 }
 
 package_python-shiboken2() {


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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:21:31
  Author: arojas
Revision: 820770

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 820769, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 07:21:22 UTC (rev 820769)
+++ PKGBUILD2021-01-14 07:21:31 UTC (rev 820770)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.23
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('dd4224d59e50c3e04370749c4295bf5ada48217384b66a5e3758eb12277f5c2e')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 820769, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 07:21:31 UTC (rev 820770)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.24
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('f3a9c378a45748d2ab9987a8d6b44b7f388b56798499d20945f22fe83148c5cb')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:21:22
  Author: arojas
Revision: 820769

Update to 14.31.24

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 07:06:39 UTC (rev 820768)
+++ PKGBUILD2021-01-14 07:21:22 UTC (rev 820769)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.23
+pkgver=14.31.24
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('dd4224d59e50c3e04370749c4295bf5ada48217384b66a5e3758eb12277f5c2e')
+sha256sums=('f3a9c378a45748d2ab9987a8d6b44b7f388b56798499d20945f22fe83148c5cb')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2021-01-13 Thread Christian Hesse via arch-commits
Date: Thursday, January 14, 2021 @ 07:06:39
  Author: eworm
Revision: 820768

archrelease: copy trunk to community-staging-x86_64

Added:
  mpv/repos/community-staging-x86_64/
  mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 820767, mpv/trunk/PKGBUILD)

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

Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 820767, 
mpv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-14 07:06:39 UTC (rev 820768)
@@ -0,0 +1,68 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+_tag='d5ae9f70ea1f21c1d3794df5345a6a9366188660' # git rev-parse v${pkgver}
+pkgver=0.33.0
+pkgrel=4
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('x86_64')
+# We link against libraries that are licensed GPLv3 explicitly, so our
+# package is GPLv3 only as well. (Is this still correct?)
+license=('GPL3')
+url='https://mpv.io/'
+depends=('alsa-lib' 'libasound.so' 'desktop-file-utils' 'ffmpeg' 
'libavcodec.so' 'libavdevice.so'
+ 'libavfilter.so' 'libavformat.so' 'libavutil.so' 'libswresample.so' 
'libswscale.so'
+ 'glibc' 'hicolor-icon-theme' 'jack' 'libjack.so' 'lcms2' 
'liblcms2.so' 'libarchive'
+ 'libarchive.so' 'libass' 'libass.so' 'libbluray' 'libbluray.so' 
'libcaca' 'libcdio'
+ 'libcdio-paranoia' 'libdrm' 'libdvdnav' 'libdvdread' 'libegl' 'libgl' 
'libglvnd'
+ 'libjpeg' 'libjpeg.so' 'libplacebo' 'libplacebo.so' 'libpulse' 
'libpulse.so'
+ 'libva' 'libva.so' 'libva-drm.so' 'libva-wayland.so' 'libva-x11.so' 
'libvdpau' 'libx11'
+ 'libxext' 'libxinerama' 'libxkbcommon' 'libxkbcommon.so' 'libxrandr' 
'libxss'
+ 'libxv' 'lua52' 'mesa' 'mujs' 'rubberband' 'librubberband.so' 
'shaderc'
+ 'libshaderc_shared.so' 'uchardet' 'vulkan-icd-loader' 'wayland' 
'xdg-utils'
+ 'zlib')
+makedepends=('git' 'python-docutils' 'ladspa' 'wayland-protocols'
+ 'ffnvcodec-headers' 'vulkan-headers' 'waf')
+optdepends=('youtube-dl: for video-sharing websites playback')
+provides=('libmpv.so')
+options=('!emptydirs')
+validpgpkeys=('145077D82501AA20152CACCE8D769208D5E31419') # sfan5 

+source=("git+https://github.com/mpv-player/mpv.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+
+  # vo_gpu: placebo: update for upstream API changes
+  git cherry-pick -n 7c4465cefb27d4e0d07535d368febdf77b579566
+}
+
+build() {
+  cd ${pkgname}
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-dvb \
+--enable-dvdnav \
+--enable-libarchive \
+--enable-libmpv-shared \
+--disable-build-date
+
+  waf build
+}
+
+package() {
+  cd ${pkgname}
+
+  waf install --destdir="$pkgdir"
+
+  install -m0644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+
+  install -m0644 TOOLS/lua/* \
+-D -t "$pkgdir"/usr/share/mpv/scripts
+}


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

2021-01-13 Thread Christian Hesse via arch-commits
Date: Thursday, January 14, 2021 @ 07:06:36
  Author: eworm
Revision: 820767

upgpkg: mpv 1:0.33.0-4: libplacebo 3.104.0 soname bump

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 07:03:14 UTC (rev 820766)
+++ PKGBUILD2021-01-14 07:06:36 UTC (rev 820767)
@@ -6,7 +6,7 @@
 epoch=1
 _tag='d5ae9f70ea1f21c1d3794df5345a6a9366188660' # git rev-parse v${pkgver}
 pkgver=0.33.0
-pkgrel=3
+pkgrel=4
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
 # We link against libraries that are licensed GPLv3 explicitly, so our
@@ -33,6 +33,13 @@
 source=("git+https://github.com/mpv-player/mpv.git#tag=${_tag}?signed;)
 sha256sums=('SKIP')
 
+prepare() {
+  cd ${pkgname}
+
+  # vo_gpu: placebo: update for upstream API changes
+  git cherry-pick -n 7c4465cefb27d4e0d07535d368febdf77b579566
+}
+
 build() {
   cd ${pkgname}
 


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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:03:48
  Author: arojas
Revision: 406227

archrelease: copy trunk to extra-x86_64

Added:
  libkgapi/repos/extra-x86_64/PKGBUILD
(from rev 406226, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 07:03:39 UTC (rev 406226)
+++ PKGBUILD2021-01-14 07:03:48 UTC (rev 406227)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=20.12.1
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalendarcore kcontacts kwallet)
-makedepends=(extra-cmake-modules qt5-tools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0df9a24e68d50f67e171ff5c6404891956c7fe675351bda8f8ab2a84ffa2a833'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 406226, 
libkgapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 07:03:48 UTC (rev 406227)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=20.12.1
+pkgrel=2
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalendarcore kcontacts kwallet)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-429406.patch::"https://invent.kde.org/pim/libkgapi/commit/d81d2470.patch;)
+sha256sums=('0df9a24e68d50f67e171ff5c6404891956c7fe675351bda8f8ab2a84ffa2a833'
+'SKIP'
+'28e88bd0862d7fe56f2b6a9f96b3454e73c1cafe36c813762ed963b78a89ec4f')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-429406.patch # Fix authentication 
prompts popping up every hour
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-01-13 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 07:03:39
  Author: arojas
Revision: 406226

Fix annoying authentication prompts every hour

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 06:22:47 UTC (rev 406225)
+++ PKGBUILD2021-01-14 07:03:39 UTC (rev 406226)
@@ -3,7 +3,7 @@
 
 pkgname=libkgapi
 pkgver=20.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://www.kde.org/'
 arch=(x86_64)
@@ -10,12 +10,18 @@
 license=(GPL LGPL FDL)
 depends=(kcalendarcore kcontacts kwallet)
 makedepends=(extra-cmake-modules qt5-tools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-429406.patch::"https://invent.kde.org/pim/libkgapi/commit/d81d2470.patch;)
 sha256sums=('0df9a24e68d50f67e171ff5c6404891956c7fe675351bda8f8ab2a84ffa2a833'
-'SKIP')
+'SKIP'
+'28e88bd0862d7fe56f2b6a9f96b3454e73c1cafe36c813762ed963b78a89ec4f')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-429406.patch # Fix authentication 
prompts popping up every hour
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF


[arch-commits] Commit in open-vm-tools/repos (4 files)

2021-01-13 Thread Christian Hesse via arch-commits
Date: Thursday, January 14, 2021 @ 07:03:14
  Author: eworm
Revision: 820766

archrelease: copy trunk to community-testing-x86_64

Added:
  open-vm-tools/repos/community-testing-x86_64/
  open-vm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 820765, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service
(from rev 820765, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service
(from rev 820765, open-vm-tools/trunk/vmware-vmblock-fuse.service)

-+
 PKGBUILD|   58 ++
 vmtoolsd.service|9 ++
 vmware-vmblock-fuse.service |   12 
 3 files changed, 79 insertions(+)

Copied: open-vm-tools/repos/community-testing-x86_64/PKGBUILD (from rev 820765, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-01-14 07:03:14 UTC (rev 820766)
@@ -0,0 +1,58 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Krzysztof Raczkowski 
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=11.2.5
+pkgrel=1
+pkgdesc='The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools'
+arch=('x86_64')
+url='https://github.com/vmware/open-vm-tools'
+license=('LGPL')
+depends=('fuse2' 'icu' 'iproute2' 'libdnet' 'libmspack' 'libsigc++'
+ 'libxcrypt' 'libcrypt.so' 'libxss' 'lsb-release' 'procps-ng'
+ 'uriparser' 'gdk-pixbuf-xlib')
+makedepends=('chrpath' 'doxygen' 'gtkmm3' 'libxtst' 'python' 'rpcsvc-proto')
+optdepends=('gtkmm3: DnD/CP plugin'
+'libxtst: DnD/CP, resolution set plugins'
+'netctl: suspend-resume network state'
+'networkmanager: suspend-resume network state')
+backup=('etc/xdg/autostart/vmware-user.desktop')
+options=('docs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz;
+'vmtoolsd.service'
+'vmware-vmblock-fuse.service')
+sha256sums=('7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188'
+'5a9403f78356873258521644068f2c9639b994d5954e5ad953934136822b2689'
+'99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f')
+
+build() {
+  cd "$srcdir/$pkgname-stable-${pkgver}/open-vm-tools/"
+
+  autoreconf -vi
+  sh ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--without-xmlsecurity \
+--without-kernel-modules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-stable-${pkgver}/open-vm-tools/"
+
+  make install DESTDIR="$pkgdir"
+  chmod 7755 "$pkgdir"/usr/bin/vmware-user-suid-wrapper
+
+  # install vmware-xdg-detect-de
+  install -D -m0755 scripts/common/vmware-xdg-detect-de 
"$pkgdir"/usr/bin/vmware-xdg-detect-de
+
+  # We don't want a symlink in /sbin
+  rm "$pkgdir"/sbin/mount.vmhgfs
+  rmdir "$pkgdir"/sbin
+
+  # install systemd files
+  install -D -m0644 "$srcdir"/vmtoolsd.service 
"$pkgdir"/usr/lib/systemd/system/vmtoolsd.service
+  install -D -m0644 "$srcdir"/vmware-vmblock-fuse.service 
"$pkgdir"/usr/lib/systemd/system/vmware-vmblock-fuse.service
+}

Copied: open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service (from rev 
820765, open-vm-tools/trunk/vmtoolsd.service)
===
--- community-testing-x86_64/vmtoolsd.service   (rev 0)
+++ community-testing-x86_64/vmtoolsd.service   2021-01-14 07:03:14 UTC (rev 
820766)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Virtual Machine Tools (VMware Tools)
+ConditionVirtualization=vmware
+
+[Service]
+ExecStart=/usr/bin/vmtoolsd
+
+[Install]
+WantedBy=multi-user.target

Copied: 
open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service (from 
rev 820765, open-vm-tools/trunk/vmware-vmblock-fuse.service)
===
--- community-testing-x86_64/vmware-vmblock-fuse.service
(rev 0)
+++ community-testing-x86_64/vmware-vmblock-fuse.service2021-01-14 
07:03:14 UTC (rev 820766)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Virtual Machine Tools (vmware-vmblock-fuse)
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+RuntimeDirectory=vmblock-fuse
+RuntimeDirectoryMode=755
+ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o 
subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
+
+[Install]
+WantedBy=multi-user.target


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

2021-01-13 Thread Christian Hesse via arch-commits
Date: Thursday, January 14, 2021 @ 07:03:05
  Author: eworm
Revision: 820765

upgpkg: open-vm-tools 6:11.2.5-1: new upstream release

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 04:16:09 UTC (rev 820764)
+++ PKGBUILD2021-01-14 07:03:05 UTC (rev 820765)
@@ -3,7 +3,7 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=11.2.0
+pkgver=11.2.5
 pkgrel=1
 pkgdesc='The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('fuse2' 'icu' 'iproute2' 'libdnet' 'libmspack' 'libsigc++'
  'libxcrypt' 'libcrypt.so' 'libxss' 'lsb-release' 'procps-ng'
- 'uriparser')
+ 'uriparser' 'gdk-pixbuf-xlib')
 makedepends=('chrpath' 'doxygen' 'gtkmm3' 'libxtst' 'python' 'rpcsvc-proto')
 optdepends=('gtkmm3: DnD/CP plugin'
 'libxtst: DnD/CP, resolution set plugins'
@@ -22,7 +22,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz;
 'vmtoolsd.service'
 'vmware-vmblock-fuse.service')
-sha256sums=('280970a15dd8210b89e68df5fce64fa8bfb3ff7ca3737ce5ebf8634d8c1a2494'
+sha256sums=('7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188'
 '5a9403f78356873258521644068f2c9639b994d5954e5ad953934136822b2689'
 '99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f')
 


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

2021-01-13 Thread Andreas Radke via arch-commits
Date: Thursday, January 14, 2021 @ 06:22:47
  Author: andyrtr
Revision: 406225

archrelease: copy trunk to testing-x86_64

Added:
  gssproxy/repos/testing-x86_64/
  gssproxy/repos/testing-x86_64/PKGBUILD
(from rev 406224, gssproxy/trunk/PKGBUILD)

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

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 406224, 
gssproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-14 06:22:47 UTC (rev 406225)
@@ -0,0 +1,77 @@
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(x86_64)
+url="https://github.com/gssapi/gssproxy;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs' 'makeflags')
+backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
+etc/gss/mech.d/gssproxy.conf)
+source=(https://github.com/gssapi/gssproxy/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('ab81c40d6c7b1908751feb107d8da66603b7681fb67aa7a1f30194a81d542ca89e6c2f34425e9356b9c55eb3691bfa240ba41441c01498af45e862a133cd088a')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "s/syslog.target //" systemd/gssproxy.service.in
+  
+  autoreconf -vfi
+}
+
+build() {
+  cd gssproxy-$pkgver
+
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd \
+--with-gpp-default-behavior=REMOTE_FIRST
+
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/share/doc
+
+  # install default config files
+  install -m644 examples/gssproxy.conf "$pkgdir"/etc/gssproxy/gssproxy.conf
+  # nfs services
+  install -m644 examples/24-nfs-server.conf 
"$pkgdir"/etc/gssproxy/24-nfs-server.conf
+  install -m644 examples/99-nfs-client.conf 
"$pkgdir"/etc/gssproxy/99-nfs-client.conf
+  # httpd service / use Arch UID/GID http/33 (by pkg filesystem)
+  install -m644 examples/80-httpd.conf "$pkgdir"/etc/gssproxy/80-httpd.conf
+  sed -i -e "s:euid = apache:euid = http:" "$pkgdir"/etc/gssproxy/80-httpd.conf
+
+  install -Dm644 examples/mech  "$pkgdir"/etc/gss/mech.d/gssproxy.conf
+  
+  # FS#51574
+  install -m700 -d ${pkgdir}/var/lib/gssproxy/rcache
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}


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

2021-01-13 Thread Andreas Radke via arch-commits
Date: Thursday, January 14, 2021 @ 06:22:38
  Author: andyrtr
Revision: 406224

upgpkg: gssproxy 0.8.4-1: upstream update 0.8.4

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 01:14:54 UTC (rev 406223)
+++ PKGBUILD2021-01-14 06:22:38 UTC (rev 406224)
@@ -2,7 +2,7 @@
 # Contributor: Mantas Mikulėnas 
 
 pkgname=gssproxy
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(x86_64)
@@ -9,12 +9,12 @@
 url="https://github.com/gssapi/gssproxy;
 license=('custom: MIT')
 depends=('krb5' 'popt' 'ding-libs')
-makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+makedepends=('libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
 options=('emptydirs' 'makeflags')
 backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
 etc/gss/mech.d/gssproxy.conf)
 
source=(https://github.com/gssapi/gssproxy/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('144b10ec4e19ad2ded5ae57adf1ca311e2fc6c2b97e202eedde69d82c8d50afc0459ac36c7fc5d5290184eb68547a696b33e8a069fde43478104ac26b2c98bc2')
+sha512sums=('ab81c40d6c7b1908751feb107d8da66603b7681fb67aa7a1f30194a81d542ca89e6c2f34425e9356b9c55eb3691bfa240ba41441c01498af45e862a133cd088a')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"


[arch-commits] Commit in electron9/repos/community-x86_64 (30 files)

2021-01-13 Thread Nicola Squartini via arch-commits
Date: Thursday, January 14, 2021 @ 04:16:09
  Author: tensor5
Revision: 820764

archrelease: copy trunk to community-x86_64

Added:
  electron9/repos/community-x86_64/PKGBUILD
(from rev 820763, electron9/trunk/PKGBUILD)
  
electron9/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 820763, 
electron9/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
electron9/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 820763, 
electron9/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  electron9/repos/community-x86_64/chromium-83-gcc-10.patch
(from rev 820763, electron9/trunk/chromium-83-gcc-10.patch)
  electron9/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 820763, electron9/trunk/chromium-ffmpeg-4.3.patch)
  electron9/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 820763, electron9/trunk/chromium-skia-harmony.patch)
  electron9/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 820763, electron9/trunk/clean-up-a-call-to-set_utf8.patch)
  electron9/repos/community-x86_64/default_app-icon.patch
(from rev 820763, electron9/trunk/default_app-icon.patch)
  electron9/repos/community-x86_64/electron9.desktop
(from rev 820763, electron9/trunk/electron9.desktop)
  
electron9/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 820763, 
electron9/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  
electron9/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 820763, 
electron9/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
electron9/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 820763, 
electron9/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
electron9/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 820763, 
electron9/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  electron9/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 820763, electron9/trunk/use-system-libraries-in-node.patch)
  
electron9/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 820763, 
electron9/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  electron9/repos/community-x86_64/PKGBUILD
  
electron9/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
electron9/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  electron9/repos/community-x86_64/chromium-83-gcc-10.patch
  electron9/repos/community-x86_64/chromium-ffmpeg-4.3.patch
  electron9/repos/community-x86_64/chromium-skia-harmony.patch
  electron9/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
  electron9/repos/community-x86_64/default_app-icon.patch
  electron9/repos/community-x86_64/electron9.desktop
  
electron9/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  
electron9/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
electron9/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
electron9/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  electron9/repos/community-x86_64/use-system-libraries-in-node.patch
  
electron9/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  458 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 +++---
 chromium-83-gcc-10.patch   |  128 +--
 chromium-ffmpeg-4.3.patch  |   42 -
 chromium-skia-harmony.patch|   28 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 default_app-icon.patch |   42 -
 electron9.desktop  |   14 
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 ++--
 use-system-libraries-in-node.patch |  112 +-
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 
 15 files changed, 1003 insertions(+), 1003 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 04:14:29 UTC (rev 820763)
+++ PKGBUILD2021-01-14 04:16:09 UTC (rev 820764)
@@ -1,229 +0,0 @@
-# 

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

2021-01-13 Thread Nicola Squartini via arch-commits
Date: Thursday, January 14, 2021 @ 04:14:29
  Author: tensor5
Revision: 820763

upgpkg: electron9 9.4.1-1

Modified:
  electron9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 03:55:55 UTC (rev 820762)
+++ PKGBUILD2021-01-14 04:14:29 UTC (rev 820763)
@@ -1,10 +1,10 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron9
-pkgver=9.4.0
-_commit=f37c1ff6443f2ef6cd946886c735533bf6260c19
+pkgver=9.4.1
+_commit=2f4928fc0ebed0edd85f692f59af3f119ad05520
 _chromiumver=83.0.4103.122
-pkgrel=3
+pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'


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

2021-01-13 Thread Eli Schwartz via arch-commits
Date: Thursday, January 14, 2021 @ 03:55:39
  Author: eschwartz
Revision: 820761

upgpkg: cinnamon-settings-daemon 4.8.5-1: upstream release containing the 
previous patch

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 03:21:49 UTC (rev 820760)
+++ PKGBUILD2021-01-14 03:55:39 UTC (rev 820761)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=4.8.4
-pkgrel=2
+pkgver=4.8.5
+pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -15,23 +15,10 @@
 optdepends=('cinnamon-translations: i18n')
 makedepends=('meson' 'samurai' 'xf86-input-wacom')
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"https://github.com/linuxmint/cinnamon-settings-daemon/pull/321/commits/e7d59b47217073f1e411e07135b3fd3833b0a54a.patch;)
-sha512sums=('b92af7c7cc0f4bfa6043f8db011838de6b3e165f4cea926cf5c11774c0aca0bc3a74cdb4a3590209f7adc4539c26520ef5dbdf3e6678440092dc926f090e0275'
-
'49df180676d03aef22017f634809e85938510ca0bad082675765165fff2f6fb881c8dfd7804e6395c79f5442aad7df7b05634a30df6a462bb6028b4a3480af4d')
-b2sums=('6354ee6ece519b50cf59a35e26f7c34a19be0f923c2b22ac41addfcd5302d37ccb0ec319aaf1a2f6450c4e1a573d3696257fa87a7849ba0a8ca6b8202d2c9b07'
-
'1d2ef73924f19df9d481d4211ebf43ac36a240842a5a5e117c6b76e01f210401bfe6ba3e51429190335a2075c85b8b4f4b8ac813cc7cf49ce0e9d595b7a0b4e6')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('4a1d128b3f6faf3e2c13420d3569d4fd8cfaa1798ba5cf83fcb692662b9888d22f9f4bfb6fe18af59d0632583a2730a07e3ab48cca12c357b2d318d205fd7d0a')
+b2sums=('b3ddd72e55c10c2cacc6dd29145e381395bd2ef68db7082a0770bb3eb647964041ed023d4a8357f2adcf5e8c9f8f713bac837809ed5926cc0434c2dc3e5c90ad')
 
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-# FS#69309 -- version 4.8.4 has no changes other than deleting lots of
-# programs and replacing them with broken symlinks. Fix via
-# https://github.com/linuxmint/cinnamon-settings-daemon/pull/321
-# do not delete programs and replace them with broken symlinks to 
themselves
-patch -p1 -i ../e7d59b47217073f1e411e07135b3fd3833b0a54a.patch
-}
-
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
 cd "${srcdir}"/${pkgname}-${pkgver}/builddir


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 03:21:49
  Author: felixonmars
Revision: 820760

archrelease: copy trunk to community-x86_64

Added:
  haskell-some/repos/community-x86_64/
  haskell-some/repos/community-x86_64/PKGBUILD
(from rev 820759, haskell-some/trunk/PKGBUILD)

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

Copied: haskell-some/repos/community-x86_64/PKGBUILD (from rev 820759, 
haskell-some/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-01-14 03:21:49 UTC (rev 820760)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=some
+pkgname=haskell-some
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Existential type: Some"
+url="https://github.com/phadej/some;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('31ce29bf7d4849d6852d2f8947de0302d18fcfb95e6d01118b5533c975dfb78d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u base $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 03:21:35
  Author: felixonmars
Revision: 820759

addpkg: haskell-some 1.0.1-1

Added:
  haskell-some/
  haskell-some/repos/
  haskell-some/trunk/
  haskell-some/trunk/PKGBUILD

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

Added: haskell-some/trunk/PKGBUILD
===
--- haskell-some/trunk/PKGBUILD (rev 0)
+++ haskell-some/trunk/PKGBUILD 2021-01-14 03:21:35 UTC (rev 820759)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=some
+pkgname=haskell-some
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Existential type: Some"
+url="https://github.com/phadej/some;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('31ce29bf7d4849d6852d2f8947de0302d18fcfb95e6d01118b5533c975dfb78d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u base $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2021-01-13 Thread Nicola Squartini via arch-commits
Date: Thursday, January 14, 2021 @ 02:09:39
  Author: tensor5
Revision: 820758

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 820757, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 820757, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 820757, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 820757, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 820757, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 820757, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 820757, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 820757, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 820757, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 820757, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 820757, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 820757, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   28 +-
 use-system-apm.patch|   68 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 02:08:18 UTC (rev 820757)
+++ PKGBUILD2021-01-14 02:09:39 UTC (rev 820758)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.53.0
-_commit=de06b44bd63edc22bc751f854bdaad10e869f55b
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron6' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit};
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6ae4f78667a8735d24ba11a47f1ee374f65325a3d604bcd221d56e27e16ddad4'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
-'08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
-'0f809f3d2fb21e83ede312660c9169e239c874b0d7ed39e1c15301f6ce1ea056')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i 

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

2021-01-13 Thread Nicola Squartini via arch-commits
Date: Thursday, January 14, 2021 @ 02:08:18
  Author: tensor5
Revision: 820757

upgpkg: atom 1.54.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |   10 +-
 fix-license-path.patch|2 +-
 fix-restart.patch |2 +-
 use-system-electron.patch |4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 02:02:22 UTC (rev 820756)
+++ PKGBUILD2021-01-14 02:08:18 UTC (rev 820757)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.53.0
-_commit=de06b44bd63edc22bc751f854bdaad10e869f55b
+pkgver=1.54.0
+_commit=b1853e81fcf008eb4481ae2b6d1232e298526077
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -30,14 +30,14 @@
 '6ae4f78667a8735d24ba11a47f1ee374f65325a3d604bcd221d56e27e16ddad4'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
+'48d7505cd6f44f20d49caa1c3ceb01c7fcc0d26beb73a6220f94f6faaecc1408'
+'9beb32edb047b6205dc4391f132e0b5d178cfec0ea08a2c50609d6cbab5ad5e6'
 'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
 '40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
 '08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
-'0f809f3d2fb21e83ede312660c9169e239c874b0d7ed39e1c15301f6ce1ea056')
+'47abdfd9faeaea79c8da73ab13bd8a93626b4ed36524c865990b048f6ba21b77')
 
 prepare() {
   cd ${pkgname}

Modified: fix-license-path.patch
===
--- fix-license-path.patch  2021-01-14 02:02:22 UTC (rev 820756)
+++ fix-license-path.patch  2021-01-14 02:08:18 UTC (rev 820757)
@@ -11,7 +11,7 @@
  this.configFile.onDidChange(settings => {
 --- a/src/workspace.js
 +++ b/src/workspace.js
-@@ -1300,7 +1300,7 @@
+@@ -1301,7 +1301,7 @@
  
// Open Atom's license in the active pane.
openLicense() {

Modified: fix-restart.patch
===
--- fix-restart.patch   2021-01-14 02:02:22 UTC (rev 820756)
+++ fix-restart.patch   2021-01-14 02:08:18 UTC (rev 820757)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -2042,7 +2042,7 @@
+@@ -2040,7 +2040,7 @@
}
  
restart() {

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2021-01-14 02:02:22 UTC (rev 820756)
+++ use-system-electron.patch   2021-01-14 02:08:18 UTC (rev 820757)
@@ -111,7 +111,7 @@
  }
 --- a/script/lib/generate-startup-snapshot.js
 +++ b/script/lib/generate-startup-snapshot.js
-@@ -286,17 +286,14 @@
+@@ -288,17 +288,14 @@
  CONFIG.executableName
);
  } else {
@@ -131,7 +131,7 @@
  console.log('Generating startup blob with mksnapshot');
  childProcess.spawnSync(process.execPath, [
path.join(
-@@ -338,5 +335,6 @@
+@@ -340,5 +337,6 @@
  destinationPath
);
  }


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 02:02:22
  Author: felixonmars
Revision: 820756

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lsp/repos/community-staging-x86_64/PKGBUILD (from rev 820755, 
haskell-lsp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-14 02:02:22 UTC (rev 820756)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-lsp
+pkgname=haskell-lsp
+pkgver=0.24.0.0
+pkgrel=1
+pkgdesc="Haskell library for the Microsoft Language Server Protocol"
+url="https://github.com/alanz/haskell-lsp;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
+ 'haskell-hashable' 'haskell-lsp-types' 'haskell-hslogger' 
'haskell-lens'
+ 'haskell-network-uri' 'haskell-rope-utf16-splay' 'haskell-sorted-list'
+ 'haskell-temporary' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('91ab856483ced484ba4b804a269d877595db6c4d606df8da81d0ba557deac2fc97970b645dac8594dbdce28f27e3f09877e45a8b28932317ed2c60e766a28a30')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 02:02:11
  Author: felixonmars
Revision: 820755

upgpkg: haskell-lsp 0.24.0.0-1: rebuild with haskell-lsp 0.24.0.0, 
haskell-lsp-types 0.24.0.0

Modified:
  haskell-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 01:59:59 UTC (rev 820754)
+++ PKGBUILD2021-01-14 02:02:11 UTC (rev 820755)
@@ -2,8 +2,8 @@
 
 _hkgname=haskell-lsp
 pkgname=haskell-lsp
-pkgver=0.23.0.0
-pkgrel=64
+pkgver=0.24.0.0
+pkgrel=1
 pkgdesc="Haskell library for the Microsoft Language Server Protocol"
 url="https://github.com/alanz/haskell-lsp;
 license=("MIT")
@@ -15,7 +15,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
  'haskell-quickcheck-instances')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('12b62e833f33bee80f586ee65e01b4927da8267a652929f13a6268fe18728981a5b1675f880eb14409dc23ecff252b71d184e1a567d7781ddb3dc8d1fd7b910c')
+sha512sums=('91ab856483ced484ba4b804a269d877595db6c4d606df8da81d0ba557deac2fc97970b645dac8594dbdce28f27e3f09877e45a8b28932317ed2c60e766a28a30')
 
 build() {
   cd $_hkgname-$pkgver


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 01:59:59
  Author: felixonmars
Revision: 820754

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lsp-types/repos/community-staging-x86_64/
  haskell-lsp-types/repos/community-staging-x86_64/PKGBUILD
(from rev 820753, haskell-lsp-types/trunk/PKGBUILD)

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

Copied: haskell-lsp-types/repos/community-staging-x86_64/PKGBUILD (from rev 
820753, haskell-lsp-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-14 01:59:59 UTC (rev 820754)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-lsp-types
+pkgname=haskell-lsp-types
+pkgver=0.24.0.0
+pkgrel=1
+pkgdesc="Haskell library for the Microsoft Language Server Protocol, data 
types"
+url="https://github.com/alanz/haskell-lsp;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-network-uri' 'haskell-scientific' 
'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('736bf29157aed1ef5d075c8fdb5cd06a356b53ef5e87c88173c265c2b59d757c8af48ec0ef2b42681e27861c9d8e969a204ca563d643fb7e7d5638522e203584')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Thursday, January 14, 2021 @ 01:59:48
  Author: felixonmars
Revision: 820753

upgpkg: haskell-lsp-types 0.24.0.0-1: rebuild with haskell-lsp 0.24.0.0, 
haskell-lsp-types 0.24.0.0

Modified:
  haskell-lsp-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 00:32:53 UTC (rev 820752)
+++ PKGBUILD2021-01-14 01:59:48 UTC (rev 820753)
@@ -2,8 +2,8 @@
 
 _hkgname=haskell-lsp-types
 pkgname=haskell-lsp-types
-pkgver=0.23.0.0
-pkgrel=63
+pkgver=0.24.0.0
+pkgrel=1
 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data 
types"
 url="https://github.com/alanz/haskell-lsp;
 license=("MIT")
@@ -12,7 +12,7 @@
  'haskell-network-uri' 'haskell-scientific' 
'haskell-unordered-containers')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('057b7014d297054cfce3aa44385184f71911594b7a5199d38a9362fc9a481006a93bcb7628f5cd2959ca3fec475c370f7359dc6e9fa6bb96ffa31544c9ed9764')
+sha512sums=('736bf29157aed1ef5d075c8fdb5cd06a356b53ef5e87c88173c265c2b59d757c8af48ec0ef2b42681e27861c9d8e969a204ca563d643fb7e7d5638522e203584')
 
 build() {
   cd $_hkgname-$pkgver


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

2021-01-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, January 14, 2021 @ 01:14:54
  Author: foutrelis
Revision: 406223

archrelease: copy trunk to extra-x86_64

Added:
  gptfdisk/repos/extra-x86_64/PKGBUILD
(from rev 406222, gptfdisk/trunk/PKGBUILD)
Deleted:
  gptfdisk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 01:14:49 UTC (rev 406222)
+++ PKGBUILD2021-01-14 01:14:54 UTC (rev 406223)
@@ -1,43 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
-arch=('x86_64')
-url="https://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://sourceforge.net/p/gptfdisk/discussion/939590/thread/bc29ca06f8/
-  sed -i '/^#include /s|ncursesw/||' gptcurses.cc
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make test
-}
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}

Copied: gptfdisk/repos/extra-x86_64/PKGBUILD (from rev 406222, 
gptfdisk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 01:14:54 UTC (rev 406223)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
+arch=('x86_64')
+url="https://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://sourceforge.net/p/gptfdisk/discussion/939590/thread/bc29ca06f8/
+  sed -i '/^#include /s:ncursesw/::' gptcurses.cc
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}


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

2021-01-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, January 14, 2021 @ 01:14:49
  Author: foutrelis
Revision: 406222

upgpkg: gptfdisk 1.0.6-1: new upstream release

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 00:36:01 UTC (rev 406221)
+++ PKGBUILD2021-01-14 01:14:49 UTC (rev 406222)
@@ -3,7 +3,7 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('x86_64')
@@ -14,13 +14,13 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f')
+sha256sums=('ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # https://sourceforge.net/p/gptfdisk/discussion/939590/thread/bc29ca06f8/
-  sed -i '/^#include /s|ncursesw/||' gptcurses.cc
+  sed -i '/^#include /s:ncursesw/::' gptcurses.cc
 }
 
 build() {


[arch-commits] Commit in krb5/repos/testing-x86_64 (14 files)

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:36:01
  Author: anthraxx
Revision: 406221

archrelease: copy trunk to testing-x86_64

Added:
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 406220, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 406220, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 406220, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 406220, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 406220, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 406220, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 406220, krb5/trunk/krb5-kpropd@.service)
Deleted:
  krb5/repos/testing-x86_64/PKGBUILD
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/testing-x86_64/krb5-kadmind.service
  krb5/repos/testing-x86_64/krb5-kdc.service
  krb5/repos/testing-x86_64/krb5-kpropd.service
  krb5/repos/testing-x86_64/krb5-kpropd.socket
  krb5/repos/testing-x86_64/krb5-kpropd@.service

---+
 PKGBUILD  |  200 +---
 krb5-config_LDFLAGS.patch |   24 ++---
 krb5-kadmind.service  |   16 +--
 krb5-kdc.service  |   18 +--
 krb5-kpropd.service   |   16 +--
 krb5-kpropd.socket|   18 +--
 krb5-kpropd@.service  |   16 +--
 7 files changed, 153 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 00:35:54 UTC (rev 406220)
+++ PKGBUILD2021-01-14 00:36:01 UTC (rev 406221)
@@ -1,101 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=krb5
-_pkgvermajor=1.18
-pkgver=1.18.3
-pkgrel=1
-pkgdesc='The Kerberos network authentication system'
-url='https://web.mit.edu/kerberos/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils' 
'libkeyutils.so')
-makedepends=('perl')
-provides=(
-  libgssapi_krb5.so
-  libgssrpc.so
-  libk5crypto.so
-  libkadm5clnt.so
-  libkadm5clnt_mit.so
-  libkadm5srv.so
-  libkadm5srv_mit.so
-  libkdb5.so
-  libkdb_ldap.so
-  libkrad.so
-  libkrb5.so
-  libkrb5support.so
-  libverto.so
-)
-backup=(
-  'etc/krb5.conf'
-  'var/lib/krb5kdc/kdc.conf'
-)
-options=('!emptydirs')
-source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${pkgname}-${pkgver}.tar.gz{,.asc}
-krb5-config_LDFLAGS.patch
-krb5-kadmind.service
-krb5-kdc.service
-krb5-kpropd.service
-krb5-kpropd@.service
-krb5-kpropd.socket)
-sha512sums=('cf0bf6cf8f622fa085954e6da998d952cf64dc7ccc319972ed81ea0542089cabf2d0e8243df84da01ad6f40584768ca2f02d108630c6741fa7b3d7d98c887c01'
-'SKIP'
-
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801'
-
'ae1fa980e8e30a83dfef7fe233be70a9ec530ebaffc344a0e7eba61e7de4c800421b45cf203f1e526cc8351754038d6539184b30aa049a567e2a9e80f0d39841'
-
'b137ff0154f9af4891e9e78cec692af47ecfd92ca9ce6e00b40ef137d942ba04e8caf483fc5d464b9559ad4a5c4e75ec57b6eab7fc35181115ca1606c0b316c1'
-
'b57bbe55c19c92a04cd3e8ad569adcc5aedd4246075b2e6dbcc363e523853332a3e7650be85098b91e495799f8b728ea550495ab303f46ccd9298a2260120b2f'
-
'a31ed42e988fed892dd3f1ca1942c3cd4bf391d894c9cebe5e91f52797392261e129727590ae06e2f727bb7b0f8d73a7aa35e8b983d6bad77f22a099091ee944'
-
'4e7ae175425e0787a1d5ff959471a88bf5af4cd6e213dc6d4048902fab7547c1186a082370b523f9549f5096acfab1fb03b4839e42bd80dc539130ae4bb3ea55')
-validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

-  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-  patch -Np1 < "${srcdir}"/krb5-config_LDFLAGS.patch
-
-  # FS#25384
-  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
-}
-
-build() {
-   cd ${pkgname}-${pkgver}/src
-   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
-   export CPPFLAGS+=" -I/usr/include/et"
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}/src
-   make DESTDIR="${pkgdir}" EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
-
-   # Fix FS#29889
-   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} \
- 

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:35:54
  Author: anthraxx
Revision: 406220

upgpkg: krb5 1.18.3-1: remove symlinked soname provides

they are not recognized and therefor properly provided. Lets remove them

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 00:10:03 UTC (rev 406219)
+++ PKGBUILD2021-01-14 00:35:54 UTC (rev 406220)
@@ -8,15 +8,13 @@
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
 license=('custom')
-depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils' 
'libkeyutils.so')
+depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils')
 makedepends=('perl')
 provides=(
   libgssapi_krb5.so
   libgssrpc.so
   libk5crypto.so
-  libkadm5clnt.so
   libkadm5clnt_mit.so
-  libkadm5srv.so
   libkadm5srv_mit.so
   libkdb5.so
   libkdb_ldap.so


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:32:53
  Author: anthraxx
Revision: 820752

archrelease: copy trunk to multilib-x86_64

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

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

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

-  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

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

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 820751, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 00:32:53 UTC (rev 820752)
@@ -0,0 +1,89 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-${_pkgbasename}
+_pkgvermajor=1.18
+pkgver=1.18.3
+pkgrel=1
+pkgdesc='The Kerberos network authentication system (32-bit)'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
+makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt_mit.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch)
+sha512sums=('cf0bf6cf8f622fa085954e6da998d952cf64dc7ccc319972ed81ea0542089cabf2d0e8243df84da01ad6f40584768ca2f02d108630c6741fa7b3d7d98c887c01'
+'SKIP'
+
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
+validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

+  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

+
+prepare() {
+   cd 

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:32:48
  Author: anthraxx
Revision: 820751

upgpkg: lib32-krb5 1.18.3-1

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 00:20:52 UTC (rev 820750)
+++ PKGBUILD2021-01-14 00:32:48 UTC (rev 820751)
@@ -5,18 +5,31 @@
 _pkgbasename=krb5
 pkgname=lib32-${_pkgbasename}
 _pkgvermajor=1.18
-pkgver=1.18.2
+pkgver=1.18.3
 pkgrel=1
 pkgdesc='The Kerberos network authentication system (32-bit)'
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
 license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "${_pkgbasename}")
+depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
 makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt_mit.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
 options=('!emptydirs')
 
source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
 krb5-config_LDFLAGS.patch)
-sha512sums=('7cbb1b28e677fea3e0794e93951f3caaa2c49bb1175dd187951e72a466cc69d96c3b833d838000fe911c1a437d96a558e550f27c53a8b332fb9dfc7cbb7ec44c'
+sha512sums=('cf0bf6cf8f622fa085954e6da998d952cf64dc7ccc319972ed81ea0542089cabf2d0e8243df84da01ad6f40584768ca2f02d108630c6741fa7b3d7d98c887c01'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
 validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 



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

2021-01-13 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 14, 2021 @ 00:20:52
  Author: seblu
Revision: 820750

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 820749, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 820749, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  317 +-
 docker.sysusers |2 
 2 files changed, 172 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 00:20:47 UTC (rev 820749)
+++ PKGBUILD2021-01-14 00:20:52 UTC (rev 820750)
@@ -1,146 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Maintainer: Morten Linderud 
-
-pkgname=docker
-pkgver=20.10.2
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'systemd-libs'
- 'libseccomp' 'libtool' 'runc' 'containerd')
-makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd' 'go-md2man' 'sed')
-optdepends=('btrfs-progs: btrfs backend support'
-'pigz: parallel gzip compressor support')
-# https://github.com/moby/moby/tree/v20.10.0/hack/dockerfile/install
-_TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240
-_LIBNETWORK_COMMIT=fa125a3512ee0f6187721c88582bf8c4378bd4d7
-_BUILDX_COMMIT=11057da37336192bfc57d81e02359ba7ba848e4a
-_APP_COMMIT=9d2c67f87b7338eb1a0fa2f18eb81af3d2aac0e1
-source=("git+https://github.com/docker/cli.git#tag=v$pkgver;
-"git+https://github.com/moby/moby.git#tag=v$pkgver;
-
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"git+https://github.com/docker/buildx.git#commit=$_BUILDX_COMMIT;
-"git+https://github.com/docker/app.git#commit=$_APP_COMMIT;
-"$pkgname.sysusers")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
-
-prepare(){
-  cd cli
-  sed -i 's/-v md2man/-v go-md2man/' scripts/docs/generate-man.sh
-  sed -i 's/md2man/go-md2man/' man/md2man-all.sh
-}
-
-# create a fake go path directory and pushd into it
-# $1 real directory
-# $2 gopath directory
-_fake_gopath_pushd() {
-  mkdir -p "$GOPATH/src/${2%/*}"
-  rm -f "$GOPATH/src/$2"
-  ln -rsT "$1" "$GOPATH/src/$2"
-  pushd  "$GOPATH/src/$2" >/dev/null
-}
-
-_fake_gopath_popd() {
-  popd >/dev/null
-}
-
-build() {
-  ### globals
-  export GOPATH="$srcdir"
-  export PATH="$GOPATH/bin:$PATH"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export LDFLAGS=""
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-  ### cli
-  echo 'Building cli'
-  _fake_gopath_pushd cli github.com/docker/cli
-  DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver dynbinary
-  make manpages
-  _fake_gopath_popd
-
-  ### daemon
-  echo 'Building daemon'
-  _fake_gopath_pushd moby github.com/docker/docker
-  DOCKER_GITCOMMIT=$(cd "$srcdir"/moby && git rev-parse --short HEAD) \
-DOCKER_BUILDTAGS='seccomp journald apparmor' \
-VERSION=$pkgver \
-hack/make.sh dynbinary
-  _fake_gopath_popd
-
-  ### docker proxy
-  echo 'Building docker-proxy'
-  _fake_gopath_pushd libnetwork github.com/docker/libnetwork
-  go build github.com/docker/libnetwork/cmd/proxy
-  _fake_gopath_popd
-
-  ### docker-init
-  echo 'Building docker-init'
-  _fake_gopath_pushd tini github.com/krallin/tini
-  cmake .
-  # we must use the static binary because it's started in a foreign os
-  make tini-static
-  _fake_gopath_popd
-
-  ### app cli plugin
-  echo 'Building app cli plugin'
-  _fake_gopath_pushd app github.com/docker/app
-  make dynamic
-  _fake_gopath_popd
-
-  ### buildx cli plugin
-  echo 'Building buildx cli plugin'
-  _fake_gopath_pushd buildx github.com/docker/buildx
-  go build -o docker-buildx -ldflags "-X 
github.com/docker/buildx/version.Version=$(git describe --match 'v[0-9]*' 
--always --tags)-tp-docker \
-  -X 
github.com/docker/buildx/version.Revision=$(git rev-parse HEAD) \
-  -X 
github.com/docker/buildx/version.Package=github.com/docker/buildx \
-  -X main.experimental=1 
-linkmode=external" ./cmd/buildx
-  _fake_gopath_popd
-
-}
-
-package() {
-  ### proxy
-  install -Dm755 libnetwork/proxy "$pkgdir/usr/bin/docker-proxy"
-  ### init
-  install -Dm755 tini/tini-static "$pkgdir/usr/bin/docker-init"
-  ### dockerd
-  install -Dm755 

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

2021-01-13 Thread Sébastien Luttringer via arch-commits
Date: Thursday, January 14, 2021 @ 00:20:47
  Author: seblu
Revision: 820749

upgpkg: docker 1:20.10.2-2

- fix FS#69258

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:41:01 UTC (rev 820748)
+++ PKGBUILD2021-01-14 00:20:47 UTC (rev 820749)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=20.10.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -25,6 +25,7 @@
 "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
 "git+https://github.com/docker/buildx.git#commit=$_BUILDX_COMMIT;
 "git+https://github.com/docker/app.git#commit=$_APP_COMMIT;
+
'https://github.com/moby/libnetwork/commit/c9ca976ccbab6ba9159c521cfd9093cba490b1c3.patch'
 "$pkgname.sysusers")
 sha256sums=('SKIP'
 'SKIP'
@@ -32,9 +33,12 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'8db14ae0af84bdd7a892b907a118875c3c08003ef7ccbb0c1a11bbe8e00260ae'
 '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
 
 prepare(){
+  # fix FS#69258
+  patch -d libnetwork -p 1 < c9ca976ccbab6ba9159c521cfd9093cba490b1c3.patch
   cd cli
   sed -i 's/-v md2man/-v go-md2man/' scripts/docs/generate-man.sh
   sed -i 's/md2man/go-md2man/' man/md2man-all.sh
@@ -55,6 +59,26 @@
 }
 
 build() {
+  ### check my mistakes on commit version
+  echo 'Checking commit mismatch'
+  (
+  local _cfile
+  for _cfile in tini proxy; do
+. "moby/hack/dockerfile/install/$_cfile.installer"
+  done
+  local _commit _pkgbuild _dockerfile
+  err=0
+  for _commit in LIBNETWORK TINI; do
+_pkgbuild=_${_commit}_COMMIT
+_dockerfile=${_commit}_COMMIT
+if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
+  echo "Invalid $_commit commit, should be ${!_dockerfile}" >&2
+  err=$(($err + 1))
+fi
+  done
+  return $err
+  )
+
   ### globals
   export GOPATH="$srcdir"
   export PATH="$GOPATH/bin:$PATH"
@@ -62,8 +86,8 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export LDFLAGS=""
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  export LDFLAGS=''
+  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external'
 
   ### cli
   echo 'Building cli'
@@ -104,10 +128,11 @@
   ### buildx cli plugin
   echo 'Building buildx cli plugin'
   _fake_gopath_pushd buildx github.com/docker/buildx
-  go build -o docker-buildx -ldflags "-X 
github.com/docker/buildx/version.Version=$(git describe --match 'v[0-9]*' 
--always --tags)-tp-docker \
-  -X 
github.com/docker/buildx/version.Revision=$(git rev-parse HEAD) \
-  -X 
github.com/docker/buildx/version.Package=github.com/docker/buildx \
-  -X main.experimental=1 
-linkmode=external" ./cmd/buildx
+  go build -o docker-buildx -ldflags "\
+-X github.com/docker/buildx/version.Version=$(git describe --match 
'v[0-9]*' --always --tags)-tp-docker \
+-X github.com/docker/buildx/version.Revision=$(git rev-parse HEAD) \
+-X github.com/docker/buildx/version.Package=github.com/docker/buildx \
+-X main.experimental=1 -linkmode=external" ./cmd/buildx
   _fake_gopath_popd
 
 }


[arch-commits] Commit in krb5/repos (8 files)

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:10:03
  Author: anthraxx
Revision: 406219

archrelease: copy trunk to testing-x86_64

Added:
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 406218, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 406218, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 406218, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 406218, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 406218, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 406218, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 406218, krb5/trunk/krb5-kpropd@.service)

---+
 PKGBUILD  |  101 
 krb5-config_LDFLAGS.patch |   12 +
 krb5-kadmind.service  |8 +++
 krb5-kdc.service  |9 +++
 krb5-kpropd.service   |8 +++
 krb5-kpropd.socket|9 +++
 krb5-kpropd@.service  |8 +++
 7 files changed, 155 insertions(+)

Copied: krb5/repos/testing-x86_64/PKGBUILD (from rev 406218, 
krb5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-14 00:10:03 UTC (rev 406219)
@@ -0,0 +1,101 @@
+# Maintainer: Levente Polyak 
+
+pkgname=krb5
+_pkgvermajor=1.18
+pkgver=1.18.3
+pkgrel=1
+pkgdesc='The Kerberos network authentication system'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils' 
'libkeyutils.so')
+makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt.so
+  libkadm5clnt_mit.so
+  libkadm5srv.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+backup=(
+  'etc/krb5.conf'
+  'var/lib/krb5kdc/kdc.conf'
+)
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${pkgname}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch
+krb5-kadmind.service
+krb5-kdc.service
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha512sums=('cf0bf6cf8f622fa085954e6da998d952cf64dc7ccc319972ed81ea0542089cabf2d0e8243df84da01ad6f40584768ca2f02d108630c6741fa7b3d7d98c887c01'
+'SKIP'
+
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801'
+
'ae1fa980e8e30a83dfef7fe233be70a9ec530ebaffc344a0e7eba61e7de4c800421b45cf203f1e526cc8351754038d6539184b30aa049a567e2a9e80f0d39841'
+
'b137ff0154f9af4891e9e78cec692af47ecfd92ca9ce6e00b40ef137d942ba04e8caf483fc5d464b9559ad4a5c4e75ec57b6eab7fc35181115ca1606c0b316c1'
+
'b57bbe55c19c92a04cd3e8ad569adcc5aedd4246075b2e6dbcc363e523853332a3e7650be85098b91e495799f8b728ea550495ab303f46ccd9298a2260120b2f'
+
'a31ed42e988fed892dd3f1ca1942c3cd4bf391d894c9cebe5e91f52797392261e129727590ae06e2f727bb7b0f8d73a7aa35e8b983d6bad77f22a099091ee944'
+
'4e7ae175425e0787a1d5ff959471a88bf5af4cd6e213dc6d4048902fab7547c1186a082370b523f9549f5096acfab1fb03b4839e42bd80dc539130ae4bb3ea55')
+validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

+  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+  patch -Np1 < "${srcdir}"/krb5-config_LDFLAGS.patch
+
+  # FS#25384
+  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
+}
+
+build() {
+   cd ${pkgname}-${pkgver}/src
+   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
+   export CPPFLAGS+=" -I/usr/include/et"
+   ./configure --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/src
+   make DESTDIR="${pkgdir}" EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
+
+   # Fix FS#29889
+   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} \
+ "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+   install -Dpm 644 config-files/krb5.conf -t "${pkgdir}/etc"
+   install -Dpm 644 config-files/kdc.conf -t "${pkgdir}/var/lib/krb5kdc"
+
+   install -Dm 644 util/ac_check_krb5.m4 -t "${pkgdir}/usr/share/aclocal"
+

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 00:09:56
  Author: anthraxx
Revision: 406218

upgpkg: krb5 1.18.3-1

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 23:53:12 UTC (rev 406217)
+++ PKGBUILD2021-01-14 00:09:56 UTC (rev 406218)
@@ -2,15 +2,33 @@
 
 pkgname=krb5
 _pkgvermajor=1.18
-pkgver=1.18.2
+pkgver=1.18.3
 pkgrel=1
 pkgdesc='The Kerberos network authentication system'
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
 license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
+depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils' 
'libkeyutils.so')
 makedepends=('perl')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt.so
+  libkadm5clnt_mit.so
+  libkadm5srv.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+backup=(
+  'etc/krb5.conf'
+  'var/lib/krb5kdc/kdc.conf'
+)
 options=('!emptydirs')
 
source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${pkgname}-${pkgver}.tar.gz{,.asc}
 krb5-config_LDFLAGS.patch
@@ -19,7 +37,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha512sums=('7cbb1b28e677fea3e0794e93951f3caaa2c49bb1175dd187951e72a466cc69d96c3b833d838000fe911c1a437d96a558e550f27c53a8b332fb9dfc7cbb7ec44c'
+sha512sums=('cf0bf6cf8f622fa085954e6da998d952cf64dc7ccc319972ed81ea0542089cabf2d0e8243df84da01ad6f40584768ca2f02d108630c6741fa7b3d7d98c887c01'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801'
 
'ae1fa980e8e30a83dfef7fe233be70a9ec530ebaffc344a0e7eba61e7de4c800421b45cf203f1e526cc8351754038d6539184b30aa049a567e2a9e80f0d39841'
@@ -34,7 +52,7 @@
   cd ${pkgname}-${pkgver}
 
   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-  patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
+  patch -Np1 < "${srcdir}"/krb5-config_LDFLAGS.patch
 
   # FS#25384
   sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 23:53:12
  Author: anthraxx
Revision: 406217

archrelease: copy trunk to testing-x86_64

Added:
  jasper/repos/testing-x86_64/
  jasper/repos/testing-x86_64/PKGBUILD
(from rev 406216, jasper/trunk/PKGBUILD)
  jasper/repos/testing-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 406216, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)

---+
 PKGBUILD  |   82 
 jasper-1.900.1-fix-filename-buffer-overflow.patch |   37 +
 2 files changed, 119 insertions(+)

Copied: jasper/repos/testing-x86_64/PKGBUILD (from rev 406216, 
jasper/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 23:53:12 UTC (rev 406217)
@@ -0,0 +1,82 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=jasper
+pkgname=('jasper' 'jasper-doc')
+pkgver=2.0.24
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='https://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('x86_64')
+license=('custom:JasPer2.0')
+makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('9e3c6b236844d5a25d9f75cfd55de9d1137b2c3f46d5646761fd501fefc6386ffbf935d2d806d9a28fa351569afd90d1fed494ef929615beca3a0dd0f8247e04'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('20535ca3de34b28ef0f759411de105df56458d2b4dfecb912868fe7cd18b4879ee884f18b895d4e9f9a52520ecdd8acedb701c01e20948bac14e30779e5149ca'
+
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
+
+prepare() {
+  cd ${pkgbase}-version-${pkgver}
+  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
+  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgbase}-version-${pkgver}
+
+  local options=(
+-DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_BUILD_TYPE=Release
+-DJAS_ENABLE_OPENGL=ON
+-DJAS_ENABLE_LIBJPEG=ON
+-DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF
+-DCMAKE_SKIP_RPATH=ON
+  )
+
+  echo "Building static lib..."
+  cmake \
+-B build-static \
+"${options[@]}" \
+-DJAS_ENABLE_SHARED=OFF
+  make -C build-static
+
+  echo "Building shared lib..."
+  cmake \
+-B build-shared \
+"${options[@]}" \
+-DJAS_ENABLE_SHARED=ON
+  make -C build-shared
+}
+
+check() {
+  cd ${pkgbase}-version-${pkgver}/build-static
+  make -j1 test
+}
+
+package_jasper() {
+  depends=('glibc' 'libjpeg' 'libjpeg.so')
+  optdepends=('jasper-doc: documentation'
+  'freeglut: jiv support'
+  'glu: jiv support')
+  provides=('libjasper.so')
+  cd ${pkgbase}-version-${pkgver}
+  make -C build-static DESTDIR="${pkgdir}" install
+  make -C build-shared DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}/usr/share/doc"
+}
+
+package_jasper-doc() {
+  pkgdesc+=' (documentation)'
+  optdepends=('jasper')
+  cd ${pkgbase}-version-${pkgver}
+  make -C build-shared DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -rf "${pkgdir}/usr/"{bin,include,lib,share/man}
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
jasper/repos/testing-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch 
(from rev 406216, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
===
--- testing-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(rev 0)
+++ testing-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
2021-01-13 23:53:12 UTC (rev 406217)
@@ -0,0 +1,37 @@
+Description: Filename buffer overflow fix
+ This patch fixes a security hole by a bad buffer size handling.
+Author: Roland Stigge 
+Bug-Debian: http://bugs.debian.org/645118
+
+--- a/src/libjasper/include/jasper/jas_stream.h
 b/src/libjasper/include/jasper/jas_stream.h
+@@ -77,6 +77,7 @@
+ #include 
+ 
+ #include 
++#include 
+ #if defined(JAS_HAVE_FCNTL_H)
+ #include 
+ #endif
+@@ -99,6 +100,12 @@ extern "C" {
+ #define O_BINARY  0
+ #endif
+ 
++#ifdef PATH_MAX
++#define JAS_PATH_MAX PATH_MAX
++#else
++#define JAS_PATH_MAX 4096
++#endif
++
+ /*
+  * Stream open flags.
+  */
+@@ -251,7 +258,7 @@ typedef struct {
+ typedef struct {
+   int fd;
+   int flags;
+-  char pathname[L_tmpnam + 1];
++  

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 23:53:07
  Author: anthraxx
Revision: 406216

upgpkg: jasper 2.0.24-1

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:58:35 UTC (rev 406215)
+++ PKGBUILD2021-01-13 23:53:07 UTC (rev 406216)
@@ -3,19 +3,19 @@
 
 pkgbase=jasper
 pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.19
+pkgver=2.0.24
 pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='https://www.ece.uvic.ca/~mdadams/jasper/'
 arch=('x86_64')
 license=('custom:JasPer2.0')
-makedepends=('libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('b4e1930057587d3417678fc19c661bef21d87a7d6f79fc9486282531097792c4dc074845405c66dc036620344a900349f985a248009934333c5858242ffec655'
+sha512sums=('9e3c6b236844d5a25d9f75cfd55de9d1137b2c3f46d5646761fd501fefc6386ffbf935d2d806d9a28fa351569afd90d1fed494ef929615beca3a0dd0f8247e04'
 
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-b2sums=('e886d3acf07374001f3f8f9c86530bab2f8acd9f4888f1f9a4f653e10b7d95b36eeb114a7dd27064c2303f9bd87f373ec84bde3bdb935d674623513c9f6d8354'
+b2sums=('20535ca3de34b28ef0f759411de105df56458d2b4dfecb912868fe7cd18b4879ee884f18b895d4e9f9a52520ecdd8acedb701c01e20948bac14e30779e5149ca'
 
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
 
 prepare() {
@@ -58,10 +58,11 @@
 }
 
 package_jasper() {
-  depends=('libjpeg')
+  depends=('glibc' 'libjpeg' 'libjpeg.so')
   optdepends=('jasper-doc: documentation'
   'freeglut: jiv support'
   'glu: jiv support')
+  provides=('libjasper.so')
   cd ${pkgbase}-version-${pkgver}
   make -C build-static DESTDIR="${pkgdir}" install
   make -C build-shared DESTDIR="${pkgdir}" install


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:58:32
  Author: anthraxx
Revision: 406214

upgpkg: libtiff 4.2.0-1

Modified:
  libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:55:43 UTC (rev 406213)
+++ PKGBUILD2021-01-13 22:58:32 UTC (rev 406214)
@@ -2,18 +2,21 @@
 # Contributor: Eric Bélanger 
 
 pkgname=libtiff
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc='Library for manipulation of TIFF images'
 url='http://www.simplesystems.org/libtiff/'
 arch=('x86_64')
 license=('custom')
-depends=('libjpeg' 'zlib' 'xz' 'zstd')
+depends=('glibc' 'libjpeg' 'libjpeg.so' 'zlib' 'xz' 'zstd')
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
+provides=('libtiff.so' 'libtiffxx.so')
 source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha256sums=('5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634'
+sha256sums=('eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb'
 'SKIP')
+b2sums=('62178da595e7ff4041f33643a87698580cd3a32d4536b5c60c414c9497616258686cf61514e1d4e0f062cb1333190c39ce86896bf07c01532c07454745d89cd9'
+'SKIP')
 validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

 
 build() {


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:58:35
  Author: anthraxx
Revision: 406215

archrelease: copy trunk to testing-x86_64

Added:
  libtiff/repos/testing-x86_64/
  libtiff/repos/testing-x86_64/PKGBUILD
(from rev 406214, libtiff/trunk/PKGBUILD)

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

Copied: libtiff/repos/testing-x86_64/PKGBUILD (from rev 406214, 
libtiff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 22:58:35 UTC (rev 406215)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=libtiff
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Library for manipulation of TIFF images'
+url='http://www.simplesystems.org/libtiff/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'libjpeg' 'libjpeg.so' 'zlib' 'xz' 'zstd')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+provides=('libtiff.so' 'libtiffxx.so')
+source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
+sha256sums=('eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb'
+'SKIP')
+b2sums=('62178da595e7ff4041f33643a87698580cd3a32d4536b5c60c414c9497616258686cf61514e1d4e0f062cb1333190c39ce86896bf07c01532c07454745d89cd9'
+'SKIP')
+validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

+
+build() {
+  cd tiff-${pkgver}
+  ./configure \
+--prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+--with-docdir=/usr/share/doc/${pkgname}
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:55:43
  Author: anthraxx
Revision: 406213

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 406212, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/pam.tmpfiles
(from rev 406212, pam/trunk/pam.tmpfiles)

--+
 PKGBUILD |   51 +++
 pam.tmpfiles |1 +
 2 files changed, 52 insertions(+)

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 406212, pam/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 22:55:43 UTC (rev 406213)
@@ -0,0 +1,51 @@
+# Maintainer: Tobias Powalowski 
+# Maintainer: Levente Polyak 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'libtirpc' 'pambase' 'audit' 'libaudit.so' 'libxcrypt' 
'libcrypt.so')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
+backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz{,.asc}
+$pkgname.tmpfiles)
+validpgpkeys=(
+'8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

+)
+
+sha256sums=('201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc'
+'SKIP'
+'5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure \
+--libdir=/usr/lib \
+--sbindir=/usr/bin \
+--disable-db
+  make
+}
+
+package() {
+  install -Dm 644 $pkgname.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}
+
+# vim: ts=2 sw=2 et:

Copied: pam/repos/testing-x86_64/pam.tmpfiles (from rev 406212, 
pam/trunk/pam.tmpfiles)
===
--- testing-x86_64/pam.tmpfiles (rev 0)
+++ testing-x86_64/pam.tmpfiles 2021-01-13 22:55:43 UTC (rev 406213)
@@ -0,0 +1 @@
+d /run/faillock 0755 root root -


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:55:39
  Author: anthraxx
Revision: 406212

upgpkg: pam 1.5.1-1

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:48:31 UTC (rev 406211)
+++ PKGBUILD2021-01-13 22:55:39 UTC (rev 406212)
@@ -1,9 +1,10 @@
 # Maintainer: Tobias Powalowski 
+# Maintainer: Levente Polyak 
 # Contributor: judd 
 
 pkgname=pam
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL2')
@@ -13,7 +14,6 @@
 provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
 
backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/environment)
 
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz{,.asc}
-
CVE-2020-27780.patch::https://github.com/linux-pam/linux-pam/commit/30fdfb90d9864bcc254a62760aaa149d373fd4eb.patch
 $pkgname.tmpfiles)
 validpgpkeys=(
 '8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
@@ -20,21 +20,18 @@
 '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

 )
 
-sha256sums=('02d39854b508fae9dc713f7733bbcdadbe17b50de965ae65bcb6cc7852c8'
+sha256sums=('201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc'
 'SKIP'
-'b785b637e4bf4c0a1601c296b562ee2eed09916cc589dc4021fa1abc6c5394c8'
 '5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
 
 options=('!emptydirs')
 
-prepare() {
-  cd Linux-PAM-$pkgver
-  patch -Np1 < ../CVE-2020-27780.patch
-}
-
 build() {
   cd Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  ./configure \
+--libdir=/usr/lib \
+--sbindir=/usr/bin \
+--disable-db
   make
 }
 
@@ -50,3 +47,5 @@
   # FS #40749
   rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
 }
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:48:31
  Author: anthraxx
Revision: 406211

archrelease: copy trunk to extra-any

Added:
  asio/repos/extra-any/PKGBUILD
(from rev 406210, asio/trunk/PKGBUILD)
Deleted:
  asio/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 22:48:27 UTC (rev 406210)
+++ PKGBUILD2021-01-13 22:48:31 UTC (rev 406211)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Aaron Griffin 
-
-pkgname=asio
-pkgver=1.18.0
-pkgrel=1
-pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
-url='https://think-async.com/Asio/'
-arch=('any')
-license=('custom:boost')
-makedepends=('boost')
-source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
-sha256sums=('9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370')
-b2sums=('6772a70c035e7df08484703b6f2fa294b6a1ade4b1e661481df0e790fe4a36d74f0f4b14023c7505fc599c4eefb3e3baf392fd7897c10c07707a0474870a6557')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING LICENSE_1_0.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: asio/repos/extra-any/PKGBUILD (from rev 406210, asio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 22:48:31 UTC (rev 406211)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Aaron Griffin 
+
+pkgname=asio
+pkgver=1.18.1
+pkgrel=1
+pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
+url='https://think-async.com/Asio/'
+arch=('any')
+license=('custom:boost')
+makedepends=('boost')
+source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
+sha256sums=('4af9875df5497fdd507231f4b7346e17d96fc06fe10fd30e2b3750715a329113')
+b2sums=('3f020407403175ffb6777b855a38e708241499e0fc8f1389b367bac4faf1e14b94cdf45f3b5ba64e12303237c8a3f817f7b7c320e7a58d72be6b19e04022c681')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING LICENSE_1_0.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:48:27
  Author: anthraxx
Revision: 406210

upgpkg: asio 1.18.1-1

Modified:
  asio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:36:48 UTC (rev 406209)
+++ PKGBUILD2021-01-13 22:48:27 UTC (rev 406210)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=asio
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
 url='https://think-async.com/Asio/'
@@ -11,8 +11,8 @@
 license=('custom:boost')
 makedepends=('boost')
 
source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
-sha256sums=('9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370')
-b2sums=('6772a70c035e7df08484703b6f2fa294b6a1ade4b1e661481df0e790fe4a36d74f0f4b14023c7505fc599c4eefb3e3baf392fd7897c10c07707a0474870a6557')
+sha256sums=('4af9875df5497fdd507231f4b7346e17d96fc06fe10fd30e2b3750715a329113')
+b2sums=('3f020407403175ffb6777b855a38e708241499e0fc8f1389b367bac4faf1e14b94cdf45f3b5ba64e12303237c8a3f817f7b7c320e7a58d72be6b19e04022c681')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:41:01
  Author: anthraxx
Revision: 820748

archrelease: copy trunk to community-x86_64

Added:
  wavemon/repos/community-x86_64/PKGBUILD
(from rev 820747, wavemon/trunk/PKGBUILD)
Deleted:
  wavemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 22:40:57 UTC (rev 820747)
+++ PKGBUILD2021-01-13 22:41:01 UTC (rev 820748)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Beej Jorgensen 
-
-pkgname=wavemon
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Ncurses-based monitoring application for wireless network devices'
-url='https://github.com/uoaerg/wavemon'
-arch=('x86_64')
-license=('GPL3')
-depends=('ncurses' 'libcap' 'libnl')
-source=(https://github.com/uoaerg/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5ebd5b79d3b7c546bc16b95161872c699a75e9acdfc6e3f02ec48dad10802067')
-sha512sums=('c05e9ea488d3fb9bfdb15419aadc54bed08d338dba7c118d2a2ff6423ffe31c16ff8e9e05fc2e39fffb069f28fa7daef30f079ca63186064c0ade4f9fe98864c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e '/^CFLAGS=/d' -i configure.ac
-  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
-  sed -r 's|\?=|=|g' -i Makefile.in
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-x86_64/PKGBUILD (from rev 820747, 
wavemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 22:41:01 UTC (rev 820748)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Beej Jorgensen 
+
+pkgname=wavemon
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='https://github.com/uoaerg/wavemon'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'ncurses' 'libncursesw.so' 'libcap' 'libcap.so' 'libnl')
+source=(https://github.com/uoaerg/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0e4f6db1dfd1915a3c0e1c9708eea501d7180e80df891d0c5a59bb72d4831c67a256d2d7d6c748ade8e1a3efad9004f5e13971e0b4e16eefdd4f8c6fe1c1')
+b2sums=('383e5462e6f3abf86b3604499764060927321018f9dfaef9b742d933e832e568249e41f348788184e125324f81672f2f2b2ff9ca970c215f95a80ec140e0ca11')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e '/^CFLAGS=/d' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  sed -r 's|\?=|=|g' -i Makefile.in
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:40:57
  Author: anthraxx
Revision: 820747

upgpkg: wavemon 0.9.3-1

Modified:
  wavemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:19:37 UTC (rev 820746)
+++ PKGBUILD2021-01-13 22:40:57 UTC (rev 820747)
@@ -2,16 +2,16 @@
 # Contributor: Beej Jorgensen 
 
 pkgname=wavemon
-pkgver=0.9.1
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Ncurses-based monitoring application for wireless network devices'
 url='https://github.com/uoaerg/wavemon'
 arch=('x86_64')
 license=('GPL3')
-depends=('ncurses' 'libcap' 'libnl')
+depends=('glibc' 'ncurses' 'libncursesw.so' 'libcap' 'libcap.so' 'libnl')
 
source=(https://github.com/uoaerg/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5ebd5b79d3b7c546bc16b95161872c699a75e9acdfc6e3f02ec48dad10802067')
-sha512sums=('c05e9ea488d3fb9bfdb15419aadc54bed08d338dba7c118d2a2ff6423ffe31c16ff8e9e05fc2e39fffb069f28fa7daef30f079ca63186064c0ade4f9fe98864c')
+sha512sums=('0e4f6db1dfd1915a3c0e1c9708eea501d7180e80df891d0c5a59bb72d4831c67a256d2d7d6c748ade8e1a3efad9004f5e13971e0b4e16eefdd4f8c6fe1c1')
+b2sums=('383e5462e6f3abf86b3604499764060927321018f9dfaef9b742d933e832e568249e41f348788184e125324f81672f2f2b2ff9ca970c215f95a80ec140e0ca11')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:35:50
  Author: anthraxx
Revision: 406208

archrelease: copy trunk to staging-x86_64

Added:
  audit/repos/staging-x86_64/
  audit/repos/staging-x86_64/PKGBUILD
(from rev 406207, audit/trunk/PKGBUILD)

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

Copied: audit/repos/staging-x86_64/PKGBUILD (from rev 406207, 
audit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-01-13 22:35:50 UTC (rev 406208)
@@ -0,0 +1,82 @@
+# Maintainer: Levente Polyak 
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Micay 
+# Contributor: 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Connor Behan 
+# Contributor: henning mueller 
+
+pkgbase=audit
+pkgname=('audit' 'python-audit')
+pkgver=3.0
+pkgrel=1
+pkgdesc='Userspace components of the audit framework'
+url='https://people.redhat.com/sgrubb/audit'
+arch=('x86_64')
+makedepends=('glibc' 'krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 
'python')
+license=('GPL')
+options=('emptydirs')
+source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b82ec73c85a8ebb5108b526673d6fe08cbe0b51376788f3ea6ed5747c4612158462893e719496dffbd723f833f84383a2d1d55fd78a3ed985ecfd19545060c88')
+b2sums=('f9c94f7163522068f5f37163a242cb913acc87b5465f7f8550fad27ac1dc673fd7a98e208bd5e6fb136eac1fdadd659e599e7722426937481bbf8c66d86a1617')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/audit \
+--enable-gssapi-krb5=yes \
+--enable-systemd=yes \
+--with-libcap-ng=yes
+  make
+  [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH 
bindings/swig/python/audit.py
+}
+
+package_audit() {
+  depends=('glibc' 'krb5' 'libcap-ng')
+  provides=('libaudit.so' 'libauparse.so')
+  backup=(
+etc/libaudit.conf
+etc/audit/audit-stop.rules
+etc/audit/auditd.conf
+etc/audit/audisp-remote.conf
+etc/audit/zos-remote.conf
+etc/audit/plugins.d/af_unix.conf
+etc/audit/plugins.d/au-remote.conf
+etc/audit/plugins.d/audispd-zos-remote.conf
+etc/audit/plugins.d/syslog.conf
+  )
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" INSTALL='install -p' install
+
+  cd "${pkgdir}"
+  install -d -m 0700 var/log/audit
+  rm -rf etc/rc.d \
+etc/sysconfig \
+usr/lib/audit \
+usr/lib/python*
+
+  sed -ri 's|/sbin|/usr/bin|' \
+etc/audit/*.conf \
+etc/audit/plugins.d/*.conf \
+usr/lib/systemd/system/auditd.service
+
+  chmod 644 usr/lib/systemd/system/auditd.service
+}
+
+package_python-audit() {
+  depends=('python' 'audit')
+  pkgdesc+=' (python bindings)'
+  cd ${pkgbase}-${pkgver}
+  make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in audit/trunk (PKGBUILD gcc10.patch)

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:35:47
  Author: anthraxx
Revision: 406207

upgpkg: audit 3.0-1

Modified:
  audit/trunk/PKGBUILD
Deleted:
  audit/trunk/gcc10.patch

-+
 PKGBUILD|   33 ++---
 gcc10.patch |   23 ---
 2 files changed, 14 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:22:00 UTC (rev 406206)
+++ PKGBUILD2021-01-13 22:35:47 UTC (rev 406207)
@@ -8,25 +8,21 @@
 
 pkgbase=audit
 pkgname=('audit' 'python-audit')
-pkgver=2.8.5
-pkgrel=9
+pkgver=3.0
+pkgrel=1
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')
-makedepends=('krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 'python')
+makedepends=('glibc' 'krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 
'python')
 license=('GPL')
 options=('emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgbase}-${pkgver}.tar.gz
-gcc10.patch)
-sha512sums=('7d416aaa21c1a167f8e911ca82aecbaba804424f3243f505066c43ecc4a62a34feb2c27555e99d3268608404793dccca0f828c63670e3aa816016fb493f8174a'
-
'78e32c05b6896d37bacf0938954fbce7486a528dabd55421f1715438fe489171f9157059050abdcb3f673258aa28b4a11f643ddb7824f3499a195dbbe634f101')
+source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b82ec73c85a8ebb5108b526673d6fe08cbe0b51376788f3ea6ed5747c4612158462893e719496dffbd723f833f84383a2d1d55fd78a3ed985ecfd19545060c88')
+b2sums=('f9c94f7163522068f5f37163a242cb913acc87b5465f7f8550fad27ac1dc673fd7a98e208bd5e6fb136eac1fdadd659e599e7722426937481bbf8c66d86a1617')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
   sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
-
-  # https://github.com/linux-audit/audit-userspace/issues/123
-  patch -Np1 -i ../gcc10.patch
 }
 
 build() {
@@ -44,19 +40,18 @@
 }
 
 package_audit() {
-  depends=('krb5' 'libcap-ng')
+  depends=('glibc' 'krb5' 'libcap-ng')
   provides=('libaudit.so' 'libauparse.so')
   backup=(
 etc/libaudit.conf
 etc/audit/audit-stop.rules
 etc/audit/auditd.conf
-etc/audisp/audispd.conf
-etc/audisp/audisp-remote.conf
-etc/audisp/zos-remote.conf
-etc/audisp/plugins.d/af_unix.conf
-etc/audisp/plugins.d/audispd-zos-remote.conf
-etc/audisp/plugins.d/au-remote.conf
-etc/audisp/plugins.d/syslog.conf
+etc/audit/audisp-remote.conf
+etc/audit/zos-remote.conf
+etc/audit/plugins.d/af_unix.conf
+etc/audit/plugins.d/au-remote.conf
+etc/audit/plugins.d/audispd-zos-remote.conf
+etc/audit/plugins.d/syslog.conf
   )
 
   cd ${pkgbase}-${pkgver}
@@ -71,7 +66,7 @@
 
   sed -ri 's|/sbin|/usr/bin|' \
 etc/audit/*.conf \
-etc/audisp/plugins.d/*.conf \
+etc/audit/plugins.d/*.conf \
 usr/lib/systemd/system/auditd.service
 
   chmod 644 usr/lib/systemd/system/auditd.service

Deleted: gcc10.patch
===
--- gcc10.patch 2021-01-13 22:22:00 UTC (rev 406206)
+++ gcc10.patch 2021-01-13 22:35:47 UTC (rev 406207)
@@ -1,23 +0,0 @@
-From 017e6c6ab95df55f34e339d2139def83e5dada1f Mon Sep 17 00:00:00 2001
-From: Steve Grubb 
-Date: Fri, 10 Jan 2020 21:13:50 -0500
-Subject: [PATCH] Header definitions need to be external when building with
- -fno-common (which is default in GCC 10) - Tony Jones
-

- src/ausearch-common.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/ausearch-common.h b/src/ausearch-common.h
-index 6669203..3040547 100644
 a/src/ausearch-common.h
-+++ b/src/ausearch-common.h
-@@ -50,7 +50,7 @@ extern pid_t event_pid;
- extern int event_exact_match;
- extern uid_t event_uid, event_euid, event_loginuid;
- extern const char *event_tuid, *event_teuid, *event_tauid;
--slist *event_node_list;
-+extern slist *event_node_list;
- extern const char *event_comm;
- extern const char *event_filename;
- extern const char *event_hostname;


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:22:00
  Author: anthraxx
Revision: 406206

archrelease: copy trunk to extra-x86_64

Added:
  doxygen/repos/extra-x86_64/PKGBUILD
(from rev 406205, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 22:21:55 UTC (rev 406205)
+++ PKGBUILD2021-01-13 22:22:00 UTC (rev 406206)
@@ -1,66 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.20
-pkgrel=1
-pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
-url='http://www.doxygen.nl'
-arch=('x86_64')
-license=('GPL')
-makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript'
- 'texlive-latexextra' 'graphviz' 'python' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
-sha256sums=('3dbdf8814d6e68233d5149239cb1f0b40b4e7b32eef2fd53de8828fedd7aca15')
-sha512sums=('25509cec8904b10431cf3d29f6e6bbdad49fbf3a763606b30c92c111f294ac0311aa13d53007d71ff1f55fcae6903e2ce8f80d1a6b4832fa43f6a9166184e005')
-b2sums=('d318d6c1543cbd17062231eb5a29ed129f4b743f64e4533fac355f50f944b2efa53901298730805bbecb411edbadc3f4afed76e84093257108bf8edf69d1ea00')
-
-prepare() {
-  cd ${pkgbase}-Release_${pkgver//./_}
-  # Install the man pages in the right place
-  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
-doc/CMakeLists.txt
-}
-
-build() {
-  cd ${pkgbase}-Release_${pkgver//./_}
-
-  cmake -B build \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python \
--Dbuild_doc:BOOL=ON \
--Dbuild_wizard:BOOL=ON
-  make -C build
-  make -C build docs
-}
-
-check() {
-  cd ${pkgbase}-Release_${pkgver//./_}
-  make -C build tests
-}
-
-package_doxygen() {
-  pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt5-base: for doxywizard')
-
-  cd ${pkgbase}-Release_${pkgver//./_}
-  make -C build DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share/doc"
-}
-
-package_doxygen-docs() {
-  pkgdesc='Developer documentation for doxygen'
-
-  cd ${pkgbase}-Release_${pkgver//./_}
-  make -C build DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/bin"
-  rm -rf "${pkgdir}/usr/share/man"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doxygen/repos/extra-x86_64/PKGBUILD (from rev 406205, 
doxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 22:22:00 UTC (rev 406206)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
+url='http://www.doxygen.nl'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz' 'python' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
+sha256sums=('96db0b69cd62be1a06b0efe16b6408310e5bd4cd5cb5495b77f29c84c7ccf7d7')
+sha512sums=('1b835701f3d76a968442ac3912842c7ee3e24bbce89517bef9c81ff54c4866f35bf693ad6dd235519adffdb5f0bfe418956ddc096edddc1c53c0d3030a86c1e7')
+b2sums=('811d6a53765abd26e0d00c15b986abdbf559723cb5399bbdfb292f6d822590579d7ca5c9869ce383eb99d2dcd1efefb954da1e190e4e4b0aa9752fadc4903474')
+
+prepare() {
+  cd ${pkgbase}-Release_${pkgver//./_}
+  # Install the man pages in the right place
+  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
+doc/CMakeLists.txt
+}
+
+build() {
+  cd ${pkgbase}-Release_${pkgver//./_}
+
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
+-DPYTHON_EXECUTABLE:FILE=/usr/bin/python \
+-Dbuild_doc:BOOL=ON \
+-Dbuild_wizard:BOOL=ON
+  make -C build
+  make -C build docs
+}
+
+check() {
+  cd ${pkgbase}-Release_${pkgver//./_}
+  make -C build tests
+}
+
+package_doxygen() {
+  pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt5-base: for doxywizard')
+
+  cd ${pkgbase}-Release_${pkgver//./_}
+  make -C build DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share/doc"
+}
+
+package_doxygen-docs() {
+  pkgdesc='Developer documentation for doxygen'
+
+  cd ${pkgbase}-Release_${pkgver//./_}
+  make -C build DESTDIR="${pkgdir}" install
+
+  rm -rf 

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:21:55
  Author: anthraxx
Revision: 406205

upgpkg: doxygen 1.9.1-1

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:18:58 UTC (rev 406204)
+++ PKGBUILD2021-01-13 22:21:55 UTC (rev 406205)
@@ -3,7 +3,7 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.20
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
 url='http://www.doxygen.nl'
@@ -12,9 +12,9 @@
 makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript'
  'texlive-latexextra' 'graphviz' 'python' 'git')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
-sha256sums=('3dbdf8814d6e68233d5149239cb1f0b40b4e7b32eef2fd53de8828fedd7aca15')
-sha512sums=('25509cec8904b10431cf3d29f6e6bbdad49fbf3a763606b30c92c111f294ac0311aa13d53007d71ff1f55fcae6903e2ce8f80d1a6b4832fa43f6a9166184e005')
-b2sums=('d318d6c1543cbd17062231eb5a29ed129f4b743f64e4533fac355f50f944b2efa53901298730805bbecb411edbadc3f4afed76e84093257108bf8edf69d1ea00')
+sha256sums=('96db0b69cd62be1a06b0efe16b6408310e5bd4cd5cb5495b77f29c84c7ccf7d7')
+sha512sums=('1b835701f3d76a968442ac3912842c7ee3e24bbce89517bef9c81ff54c4866f35bf693ad6dd235519adffdb5f0bfe418956ddc096edddc1c53c0d3030a86c1e7')
+b2sums=('811d6a53765abd26e0d00c15b986abdbf559723cb5399bbdfb292f6d822590579d7ca5c9869ce383eb99d2dcd1efefb954da1e190e4e4b0aa9752fadc4903474')
 
 prepare() {
   cd ${pkgbase}-Release_${pkgver//./_}


[arch-commits] Commit in kubernetes/repos/community-testing-x86_64 (40 files)

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 22:19:37
  Author: dvzrv
Revision: 820746

archrelease: copy trunk to community-testing-x86_64

Added:
  kubernetes/repos/community-testing-x86_64/10-kubeadm-kubelet.conf
(from rev 820745, kubernetes/trunk/10-kubeadm-kubelet.conf)
  kubernetes/repos/community-testing-x86_64/50-kubelet-sysctl.conf
(from rev 820745, kubernetes/trunk/50-kubelet-sysctl.conf)
  kubernetes/repos/community-testing-x86_64/PKGBUILD
(from rev 820745, kubernetes/trunk/PKGBUILD)
  kubernetes/repos/community-testing-x86_64/kube-apiserver.env
(from rev 820745, kubernetes/trunk/kube-apiserver.env)
  kubernetes/repos/community-testing-x86_64/kube-apiserver.service
(from rev 820745, kubernetes/trunk/kube-apiserver.service)
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.env
(from rev 820745, kubernetes/trunk/kube-controller-manager.env)
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.service
(from rev 820745, kubernetes/trunk/kube-controller-manager.service)
  kubernetes/repos/community-testing-x86_64/kube-proxy.env
(from rev 820745, kubernetes/trunk/kube-proxy.env)
  kubernetes/repos/community-testing-x86_64/kube-proxy.service
(from rev 820745, kubernetes/trunk/kube-proxy.service)
  kubernetes/repos/community-testing-x86_64/kube-scheduler.env
(from rev 820745, kubernetes/trunk/kube-scheduler.env)
  kubernetes/repos/community-testing-x86_64/kube-scheduler.service
(from rev 820745, kubernetes/trunk/kube-scheduler.service)
  kubernetes/repos/community-testing-x86_64/kubeadm.install
(from rev 820745, kubernetes/trunk/kubeadm.install)
  kubernetes/repos/community-testing-x86_64/kubelet-modules.conf
(from rev 820745, kubernetes/trunk/kubelet-modules.conf)
  kubernetes/repos/community-testing-x86_64/kubelet-sysctl.conf
(from rev 820745, kubernetes/trunk/kubelet-sysctl.conf)
  kubernetes/repos/community-testing-x86_64/kubelet.env
(from rev 820745, kubernetes/trunk/kubelet.env)
  kubernetes/repos/community-testing-x86_64/kubelet.install
(from rev 820745, kubernetes/trunk/kubelet.install)
  kubernetes/repos/community-testing-x86_64/kubelet.service
(from rev 820745, kubernetes/trunk/kubelet.service)
  kubernetes/repos/community-testing-x86_64/kubernetes-1.20.0-gotags.patch
(from rev 820745, kubernetes/trunk/kubernetes-1.20.0-gotags.patch)
  kubernetes/repos/community-testing-x86_64/kubernetes-sysusers.conf
(from rev 820745, kubernetes/trunk/kubernetes-sysusers.conf)
  kubernetes/repos/community-testing-x86_64/kubernetes-tmpfiles.conf
(from rev 820745, kubernetes/trunk/kubernetes-tmpfiles.conf)
Deleted:
  kubernetes/repos/community-testing-x86_64/10-kubeadm-kubelet.conf
  kubernetes/repos/community-testing-x86_64/50-kubelet-sysctl.conf
  kubernetes/repos/community-testing-x86_64/PKGBUILD
  kubernetes/repos/community-testing-x86_64/kube-apiserver.env
  kubernetes/repos/community-testing-x86_64/kube-apiserver.service
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.env
  kubernetes/repos/community-testing-x86_64/kube-controller-manager.service
  kubernetes/repos/community-testing-x86_64/kube-proxy.env
  kubernetes/repos/community-testing-x86_64/kube-proxy.service
  kubernetes/repos/community-testing-x86_64/kube-scheduler.env
  kubernetes/repos/community-testing-x86_64/kube-scheduler.service
  kubernetes/repos/community-testing-x86_64/kubeadm.install
  kubernetes/repos/community-testing-x86_64/kubelet-modules.conf
  kubernetes/repos/community-testing-x86_64/kubelet-sysctl.conf
  kubernetes/repos/community-testing-x86_64/kubelet.env
  kubernetes/repos/community-testing-x86_64/kubelet.install
  kubernetes/repos/community-testing-x86_64/kubelet.service
  kubernetes/repos/community-testing-x86_64/kubernetes-1.20.0-gotags.patch
  kubernetes/repos/community-testing-x86_64/kubernetes-sysusers.conf
  kubernetes/repos/community-testing-x86_64/kubernetes-tmpfiles.conf

-+
 10-kubeadm-kubelet.conf |   20 -
 50-kubelet-sysctl.conf  |4 
 PKGBUILD|  456 +++---
 kube-apiserver.env  |   20 -
 kube-apiserver.service  |   32 +-
 kube-controller-manager.env |   22 -
 kube-controller-manager.service |   26 +-
 kube-proxy.env  |   18 -
 kube-proxy.service  |   26 +-
 kube-scheduler.env  |   20 -
 kube-scheduler.service  |   26 +-
 kubeadm.install |   70 ++---
 kubelet-modules.conf|2 
 kubelet-sysctl.conf |6 
 kubelet.env |   18 -
 kubelet.install |   20 -
 kubelet.service |   40 +--
 kubernetes-1.20.0-gotags.patch  |   24 +-
 kubernetes-sysusers.conf|2 
 kubernetes-tmpfiles.conf|2 
 20 files changed, 427 insertions(+), 427 deletions(-)

Deleted: 10-kubeadm-kubelet.conf

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:18:58
  Author: anthraxx
Revision: 406204

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 406203, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/qt_5_15.patch
(from rev 406203, vlc/trunk/qt_5_15.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 406203, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/staging-x86_64/vlc-3.0.11.1-srt_1.4.2.patch
(from rev 406203, vlc/trunk/vlc-3.0.11.1-srt_1.4.2.patch)

--+
 PKGBUILD |  252 +
 qt_5_15.patch|   33 +
 update-vlc-plugin-cache.hook |   11 +
 vlc-3.0.11.1-srt_1.4.2.patch |   24 +++
 4 files changed, 320 insertions(+)

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

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:18:53
  Author: anthraxx
Revision: 406203

upgpkg: vlc 3.0.11.1-7: libplacebo 3.104.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:11:01 UTC (rev 406202)
+++ PKGBUILD2021-01-13 22:18:53 UTC (rev 406203)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=6
+pkgrel=7
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 22:18:39
  Author: dvzrv
Revision: 820745

upgpkg: kubernetes 1.20.2-1: Upgrade to 1.20.2.

Modified:
  kubernetes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:15:25 UTC (rev 820744)
+++ PKGBUILD2021-01-13 22:18:39 UTC (rev 820745)
@@ -2,7 +2,7 @@
 
 pkgbase=kubernetes
 pkgname=('kube-apiserver' 'kube-controller-manager' 'kube-proxy' 
'kube-scheduler' 'kubectl' 'kubelet' 'kubeadm')
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="Production-Grade Container Scheduling and Management"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 "kube-scheduler.env"
 "kube-scheduler.service"
 )
-sha512sums=('40598999cc5c96c54591338eb985bc056892ef2f98cfb521ff26937fa29f63a20e97f52a8454433ff98614d579509b7a5e927edcd96f4725505a334a999c0326'
+sha512sums=('7459825ead1435135dbd8f226cba7fc9698771809447067f14742a444073bd6933bb936d053eb70c7745edf8360c1e5e6f835cf3956abc78d3ac26447279a36c'
 
'a2c97738fb49c0e30eee44b6404af083bbaddbafb8a3fa92493802065f4ac06f0c09d50437a9fdda345e0365de984d9bc768fb9300a40c716e6dec53bd57b6de'
 
'5f7132636b6afe9f00dc450c58073c0829942fa44070e7ec5a2c227c485c83f076bdea081d207f926b44d02700be65bf19a61f5d8d1472edd480f980e6ffbc3a'
 
'ed5ba22b37eaa9f4950ff3b57d60dd7866fcd5b8bd5197eab3170470528e8d91379483d3eb724589e695184f9b0ed506ebaee73ecca0dc40afdb5f35e79d178a'
@@ -46,7 +46,7 @@
 
'dd4efa137462905f9e29a99d69b747ae35e58ba8152794bfa417325953dd5059bad96fabfabf73ce1ee2310dc4ab4d1b95c8d931d33b81c67addcb614a51be54'
 
'ba277f765959ddb8aa0dee5a86cd9df1f40fb3f6ea1001f24825dbf21bd9342981d13894301170431729f76e710f70c23481e4061c64be29517ff497490f1ef3'
 
'2c25c0e11a7b2d6d61e03f9afe7ba21f9497495ab02e85f2623ce8c71019fb8a1af16197ab3968d5da050c2188c3e67372aa43322ac91af84f7da61bf73596bc')
-b2sums=('156482f88f051eeea0c428c357a79d876ff0ce5f8ed6eb1ffa72be83bff45b72970280fa1bc7629804c178b9fa45ad84a9961a4f0e7eca1b58351fc7d7f4cfc0'
+b2sums=('d49ddbe95f377320261aeca655bea2fb375f134bac32f594ad5d2ee8c349d946f267257888375a3d5184140d5a7d2eddc759e25f633b771e2803595838fcd60f'
 
'a84c41a2b2be6ab0f5f6c3ede13b28456deb7098421a6f1af0e72e53a9214efa30a59709c5b1e6c35031c4dfd15e786a691b69e592796d769cf057fb1d21379a'
 
'dbab30d7e1b566027fec9d6a95dd41ed8f64399c39aac07fb4513ce21050eeeb4a226adfd513f76921c305945dfa4a140602ede574dd5eb4cd287e0f2df21714'
 
'27a8dcbbe06fa7aea122fc87ca663710ae2179c995270d94e22c905422e2639f3c9c81eef6723467c76366062381d8bd65e84ef79f47fed7c240973a55f5cb0e'


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:11:01
  Author: anthraxx
Revision: 406202

archrelease: copy trunk to staging-x86_64

Added:
  libplacebo/repos/staging-x86_64/
  libplacebo/repos/staging-x86_64/PKGBUILD
(from rev 406201, libplacebo/trunk/PKGBUILD)

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

Copied: libplacebo/repos/staging-x86_64/PKGBUILD (from rev 406201, 
libplacebo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-01-13 22:11:01 UTC (rev 406202)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+pkgname=libplacebo
+pkgver=3.104.0
+pkgrel=1
+pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
+url='https://github.com/haasn/libplacebo'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('vulkan-icd-loader' 'glslang' 'lcms2' 'liblcms2.so' 'shaderc' 
'libshaderc_shared.so'
+ 'libepoxy' 'libglvnd' 'glibc' 'gcc-libs')
+makedepends=('meson' 'ninja' 'vulkan-headers' 'python' 'python-mako')
+provides=('libplacebo.so')
+source=(https://code.videolan.org/videolan/libplacebo/-/archive/v${pkgver}/libplacebo-v${pkgver}.tar.gz)
+sha512sums=('896ade7d87fe02924cbf5a0f2b39a2054c8b9eb7a5f0adf574d0ec3dc9239020f8c69450501775002f7697250da595bf24a7d2d7039eb396073411c6fce2edfb')
+b2sums=('dfd743470eb679ddf14b517f856dec1a1df1df88788d8222aade4b31f8d625c66a6bfeb0ff95df2eec531fa6950d68b3ca578cb244104a2591090ad8dcbca6a8')
+
+build() {
+  cd ${pkgbase}-v${pkgver}
+  CXXFLAGS+=" -I/usr/include/glslang"
+  arch-meson build \
+-D tests=true \
+-D vulkan=enabled \
+-D glslang=enabled \
+-D shaderc=enabled \
+-D lcms=enabled
+  ninja -C build
+}
+
+check() {
+  cd ${pkgbase}-v${pkgver}
+  ninja -C build test
+}
+
+package() {
+  cd ${pkgbase}-v${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:06:03
  Author: anthraxx
Revision: 406201

archrelease: copy trunk to extra-x86_64

Added:
  libplacebo/repos/extra-x86_64/PKGBUILD
(from rev 406200, libplacebo/trunk/PKGBUILD)
Deleted:
  libplacebo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 22:05:58 UTC (rev 406200)
+++ PKGBUILD2021-01-13 22:06:03 UTC (rev 406201)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=libplacebo
-pkgver=2.72.2
-pkgrel=1
-pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
-url='https://github.com/haasn/libplacebo'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('vulkan-icd-loader' 'glslang' 'lcms2' 'shaderc' 
'libshaderc_shared.so' 'libepoxy' 'libglvnd')
-makedepends=('meson' 'ninja' 'vulkan-headers' 'python' 'python-mako')
-provides=('libplacebo.so')
-source=(https://code.videolan.org/videolan/libplacebo/-/archive/v${pkgver}/libplacebo-v${pkgver}.tar.gz)
-sha512sums=('0cb100350dbc81566a8363b0265bf89de8569b0313d1f1aa8ba621e39d7ee43a47ec9ab7827d01fdd2133c357983002412e67c2b2ba3616bd570f16e8e3ba135')
-b2sums=('59ce83d23c22fa1bc10d82b01b531ee82e3e40bf062adf7ea1d276a65c683c448797348a7a9ce234f92e0fd6c699903ae70f15df5d2e2779bec32db6b0b769e6')
-
-build() {
-  cd ${pkgbase}-v${pkgver}
-  CXXFLAGS+=" -I/usr/include/glslang"
-  arch-meson build \
--D tests=true \
--D vulkan=enabled \
--D glslang=enabled \
--D shaderc=enabled \
--D lcms=enabled
-  ninja -C build
-}
-
-check() {
-  cd ${pkgbase}-v${pkgver}
-  ninja -C build test
-}
-
-package() {
-  cd ${pkgbase}-v${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libplacebo/repos/extra-x86_64/PKGBUILD (from rev 406200, 
libplacebo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 22:06:03 UTC (rev 406201)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+pkgname=libplacebo
+pkgver=3.104.0
+pkgrel=1
+pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
+url='https://github.com/haasn/libplacebo'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('vulkan-icd-loader' 'glslang' 'lcms2' 'liblcms2.so' 'shaderc' 
'libshaderc_shared.so'
+ 'libepoxy' 'libglvnd' 'glibc' 'gcc-libs')
+makedepends=('meson' 'ninja' 'vulkan-headers' 'python' 'python-mako')
+provides=('libplacebo.so')
+source=(https://code.videolan.org/videolan/libplacebo/-/archive/v${pkgver}/libplacebo-v${pkgver}.tar.gz)
+sha512sums=('896ade7d87fe02924cbf5a0f2b39a2054c8b9eb7a5f0adf574d0ec3dc9239020f8c69450501775002f7697250da595bf24a7d2d7039eb396073411c6fce2edfb')
+b2sums=('dfd743470eb679ddf14b517f856dec1a1df1df88788d8222aade4b31f8d625c66a6bfeb0ff95df2eec531fa6950d68b3ca578cb244104a2591090ad8dcbca6a8')
+
+build() {
+  cd ${pkgbase}-v${pkgver}
+  CXXFLAGS+=" -I/usr/include/glslang"
+  arch-meson build \
+-D tests=true \
+-D vulkan=enabled \
+-D glslang=enabled \
+-D shaderc=enabled \
+-D lcms=enabled
+  ninja -C build
+}
+
+check() {
+  cd ${pkgbase}-v${pkgver}
+  ninja -C build test
+}
+
+package() {
+  cd ${pkgbase}-v${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 22:05:58
  Author: anthraxx
Revision: 406200

upgpkg: libplacebo 3.104.0-1

Modified:
  libplacebo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 22:05:14 UTC (rev 406199)
+++ PKGBUILD2021-01-13 22:05:58 UTC (rev 406200)
@@ -1,18 +1,19 @@
 # Maintainer: Levente Polyak 
 
 pkgname=libplacebo
-pkgver=2.72.2
+pkgver=3.104.0
 pkgrel=1
 pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
 url='https://github.com/haasn/libplacebo'
 arch=('x86_64')
 license=('LGPL2.1')
-depends=('vulkan-icd-loader' 'glslang' 'lcms2' 'shaderc' 
'libshaderc_shared.so' 'libepoxy' 'libglvnd')
+depends=('vulkan-icd-loader' 'glslang' 'lcms2' 'liblcms2.so' 'shaderc' 
'libshaderc_shared.so'
+ 'libepoxy' 'libglvnd' 'glibc' 'gcc-libs')
 makedepends=('meson' 'ninja' 'vulkan-headers' 'python' 'python-mako')
 provides=('libplacebo.so')
 
source=(https://code.videolan.org/videolan/libplacebo/-/archive/v${pkgver}/libplacebo-v${pkgver}.tar.gz)
-sha512sums=('0cb100350dbc81566a8363b0265bf89de8569b0313d1f1aa8ba621e39d7ee43a47ec9ab7827d01fdd2133c357983002412e67c2b2ba3616bd570f16e8e3ba135')
-b2sums=('59ce83d23c22fa1bc10d82b01b531ee82e3e40bf062adf7ea1d276a65c683c448797348a7a9ce234f92e0fd6c699903ae70f15df5d2e2779bec32db6b0b769e6')
+sha512sums=('896ade7d87fe02924cbf5a0f2b39a2054c8b9eb7a5f0adf574d0ec3dc9239020f8c69450501775002f7697250da595bf24a7d2d7039eb396073411c6fce2edfb')
+b2sums=('dfd743470eb679ddf14b517f856dec1a1df1df88788d8222aade4b31f8d625c66a6bfeb0ff95df2eec531fa6950d68b3ca578cb244104a2591090ad8dcbca6a8')
 
 build() {
   cd ${pkgbase}-v${pkgver}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 21:58:58
  Author: anthraxx
Revision: 406195

archrelease: copy trunk to staging-x86_64

Added:
  dav1d/repos/staging-x86_64/
  dav1d/repos/staging-x86_64/PKGBUILD
(from rev 406194, dav1d/trunk/PKGBUILD)

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

Copied: dav1d/repos/staging-x86_64/PKGBUILD (from rev 406194, 
dav1d/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-01-13 21:58:58 UTC (rev 406195)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=dav1d
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
+url='https://code.videolan.org/videolan/dav1d/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'vulkan-icd-loader')
+makedepends=('meson' 'ninja' 'nasm' 'doxygen' 'vulkan-headers' 'graphviz')
+provides=('libdav1d.so')
+source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('ee087768f3afcca76b3db7fc6c528d471891f65295b7e0981922cdbdfe26e919c94144dc395cc697035c1200f4baed9fc233666b5ecf0a2281e869b9f1e3a1b5'
+'SKIP')
+b2sums=('4be5c666c2212b36e532c77a1bba235d44260723bf398be1e856095def1b123cb964599f75f83717601c8428294a3c3a2bf10d81c1e63134a2e995ee9d0d2655'
+'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  arch-meson build
+  ninja -C build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}/build
+  meson test
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 21:58:54
  Author: anthraxx
Revision: 406194

upgpkg: dav1d 0.8.1-1

Modified:
  dav1d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:42:42 UTC (rev 406193)
+++ PKGBUILD2021-01-13 21:58:54 UTC (rev 406194)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=dav1d
-pkgver=0.7.1
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
 url='https://code.videolan.org/videolan/dav1d/'
@@ -8,12 +8,12 @@
 arch=('x86_64')
 license=('BSD')
 depends=('glibc' 'vulkan-icd-loader')
-makedepends=('meson' 'ninja' 'nasm' 'doxygen' 'vulkan-headers')
+makedepends=('meson' 'ninja' 'nasm' 'doxygen' 'vulkan-headers' 'graphviz')
 provides=('libdav1d.so')
 
source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('fe7f4a4a547d1239e62025bb40d2f7f97e9fbdfde1d32f9930497801b703a68050ee2fa79793c1cd0c4723678a0736f32431e1b711f63f5de782fe675e5c82de'
+sha512sums=('ee087768f3afcca76b3db7fc6c528d471891f65295b7e0981922cdbdfe26e919c94144dc395cc697035c1200f4baed9fc233666b5ecf0a2281e869b9f1e3a1b5'
 'SKIP')
-b2sums=('9f69741cf87c7f4f0044890514fdf8261936f6d65653ccbd5669cbbbc1cff3dcee165b96da6dac39000e790d003062368967b1282d5f0955fdaeef5a6e2905ca'
+b2sums=('4be5c666c2212b36e532c77a1bba235d44260723bf398be1e856095def1b123cb964599f75f83717601c8428294a3c3a2bf10d81c1e63134a2e995ee9d0d2655'
 'SKIP')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 


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

2021-01-13 Thread Kpcyrd via arch-commits
Date: Wednesday, January 13, 2021 @ 21:46:10
  Author: kpcyrd
Revision: 820739

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 820738, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 820738, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 820738, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 820738, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 820738, 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|  156 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 
 signal-desktop.desktop  |   18 +--
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 21:45:45 UTC (rev 820738)
+++ PKGBUILD2021-01-13 21:46:10 UTC (rev 820739)
@@ -1,78 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.39.4
-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"
-)
-sha512sums=('366434cc75255d0de0dad6a3fd70385de47c2264898353f772cb324266e4d71d43cbc3ac30de4de2462a55c6a4f44529066d5d3f08f38fea5a6bcee3259bfd88'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2')
-b2sums=('5f5231ee7d69885c0b874cd9a5c5ea6ab1cb0ff7097a5d0b765a67d9a6c4b37c007fc428bf824e1101d2d94d9d3b59142d6a3cd414f0f624e02f22300a74c524'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # 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}"
-
-  # Gruntfile expects Git commit information which we don't have in a tarball 
download
-  # See https://github.com/signalapp/Signal-Desktop/issues/2376
-  yarn generate exec:build-protobuf exec:transpile concat copy:deps sass
-
-  yarn build-release --dir
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  

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

2021-01-13 Thread Kpcyrd via arch-commits
Date: Wednesday, January 13, 2021 @ 21:45:45
  Author: kpcyrd
Revision: 820738

upgpkg: signal-desktop 1.39.5-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:51:00 UTC (rev 820737)
+++ PKGBUILD2021-01-13 21:45:45 UTC (rev 820738)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.39.4
+pkgver=1.39.5
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -18,11 +18,11 @@
   "openssl-linking.patch"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('366434cc75255d0de0dad6a3fd70385de47c2264898353f772cb324266e4d71d43cbc3ac30de4de2462a55c6a4f44529066d5d3f08f38fea5a6bcee3259bfd88'
+sha512sums=('39c0823d55470e39508d03af05c5723283b2843c59d0538498732682895aad02de0199f99bcdf315151af1b5a2292b1e803d7088b77ddc802b8b6967256ef900'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2')
-b2sums=('5f5231ee7d69885c0b874cd9a5c5ea6ab1cb0ff7097a5d0b765a67d9a6c4b37c007fc428bf824e1101d2d94d9d3b59142d6a3cd414f0f624e02f22300a74c524'
+b2sums=('8682a105bd92e4e3465442273a54ded3dd7cef3fd79f782c4017b1a94e43544ce7a354ef65f35188b56492a2c55fc43280d24c5491dfe194ffb2c46cf9e093c9'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289')


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:51:00
  Author: anthraxx
Revision: 820737

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:50:55
  Author: anthraxx
Revision: 820736

upgpkg: terragrunt 0.27.1-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:50:42 UTC (rev 820735)
+++ PKGBUILD2021-01-13 20:50:55 UTC (rev 820736)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.26.7
+pkgver=0.27.1
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4188a625c7029c340ee3b5cb224c6573f95dc01e8db42b6ff456abd0087336df')
-b2sums=('81981f730906533b013804f5775d324c1a57330354a2c8e874f2f153969fe3d2c6e29a668cd7c8a0df4ace180cd1ec1ccba604d352582dc2d4a2913cfa24d735')
+sha256sums=('5cc13d6556b9206335be97a5e8f163c85e2097a44b352c284efb369ea6c0e446')
+b2sums=('62afcaa962f4af67595f4974980e3fad288e043d40044bfc2e1ea5e56438f6e76abcfdfd03d028a3a9057140ccb5cdfca0113a29443488cad19b396b3130e4c4')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:50:42
  Author: anthraxx
Revision: 820735

archrelease: copy trunk to community-x86_64

Added:
  wpscan/repos/community-x86_64/PKGBUILD
(from rev 820734, wpscan/trunk/PKGBUILD)
  wpscan/repos/community-x86_64/wpscan.install
(from rev 820734, wpscan/trunk/wpscan.install)
Deleted:
  wpscan/repos/community-x86_64/PKGBUILD
  wpscan/repos/community-x86_64/wpscan.install

+
 PKGBUILD   |  114 +++
 wpscan.install |   18 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:50:35 UTC (rev 820734)
+++ PKGBUILD2021-01-13 20:50:42 UTC (rev 820735)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.8.10
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='https://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-optdepends=('metasploit')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b33fbeb899785c0b6e87b1a5956a50666b9eef5ab543427eada88b24074e3e79f4a608b3981b8cc904c80d97046ffeeb558b5c6de5ff4e4d10e582ca51489698')
-b2sums=('b7bb829c6f2c4fb82a875dd538a4b978a151492f5aa5d256ce3b217ae4a1ffba4dab8ac0e8dd23a53811128bf1b2a9799a949c8966460f9b2230405390791022')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-  bundle config set --local path vendor/bundle
-  bundle config set --local without development test
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)"
-  # reproducible builds: don't leak jobs count
-  sed '/BUNDLE_JOBS/d' -i .bundle/config
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  cd "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*
-  rm -rf cache gems/*/{ext,lib/*/*.so} \
-extensions/*/*/*/{mkmf.log,gem_make.out}
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 820734, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:50:42 UTC (rev 820735)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.8.13
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='https://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+optdepends=('metasploit')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('15ca61a5d4b2694e91f7538bb3cc6ba19fe00ecfb07e30f985ee86944c95f8b4434061be68d504fa7c9fcb4375263b3a2979412040495b1a34b88f6e533b6658')
+b2sums=('b43ef7ccc94f7ffba0d5b74b0dd092f805f15fa6293dac1c68f9bd526dc6ca187a593080c987550f3347bdf0a7eaa1f319922ef9a8b0ffb0433b8fafe67f1ac7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+  bundle config set --local path vendor/bundle
+  bundle config set --local without development test
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)"
+  # reproducible builds: don't leak jobs count
+  sed '/BUNDLE_JOBS/d' -i .bundle/config
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  cd "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*
+  rm -rf cache gems/*/{ext,lib/*/*.so} \
+extensions/*/*/*/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install

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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:50:35
  Author: anthraxx
Revision: 820734

upgpkg: wpscan 1:3.8.13-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:47:21 UTC (rev 820733)
+++ PKGBUILD2021-01-13 20:50:35 UTC (rev 820734)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.8.10
+pkgver=3.8.13
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -14,8 +14,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b33fbeb899785c0b6e87b1a5956a50666b9eef5ab543427eada88b24074e3e79f4a608b3981b8cc904c80d97046ffeeb558b5c6de5ff4e4d10e582ca51489698')
-b2sums=('b7bb829c6f2c4fb82a875dd538a4b978a151492f5aa5d256ce3b217ae4a1ffba4dab8ac0e8dd23a53811128bf1b2a9799a949c8966460f9b2230405390791022')
+sha512sums=('15ca61a5d4b2694e91f7538bb3cc6ba19fe00ecfb07e30f985ee86944c95f8b4434061be68d504fa7c9fcb4375263b3a2979412040495b1a34b88f6e533b6658')
+b2sums=('b43ef7ccc94f7ffba0d5b74b0dd092f805f15fa6293dac1c68f9bd526dc6ca187a593080c987550f3347bdf0a7eaa1f319922ef9a8b0ffb0433b8fafe67f1ac7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:47:21
  Author: jelle
Revision: 820733

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:47:16 UTC (rev 820732)
+++ PKGBUILD2021-01-13 20:47:21 UTC (rev 820733)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-pkgver=3.8.15
-pkgrel=2
-pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
-arch=('any')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-depends=(python python-setuptools python-numpy)
-checkdepends=(python-scipy python-networkx python-rtree python-lxml
-  python-shapely python-pillow python-sympy python-requests
-  python-msgpack python-pyglet python-jsonschema
-  python-svg.path python-collada)
-optdepends=('python-networkx: graph operations'
-'python-pyglet: preview windows'
-'python-rtree: vector path handling'
-'python-scipy: convex hulls'
-'python-shapely: vector path handling'
-'python-pillow: load images'
-'python-jsonschema: validate JSON schemas like GLTF'
-'python-requests: network requests'
-'python-msgpack: serialize into msgpack'
-'python-lxml: handle XML better and faster than built- in XML'
-'python-sympy: do analytical math'
-'python-svg.path: handle SVG format path strings'
-'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
-'python-collada: parse collada/dae/zae files')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd trimesh-${pkgver}
-  python -m unittest discover tests
-}
-
-package() {
-  cd trimesh-${pkgver}
-  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 820732, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:47:21 UTC (rev 820733)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.9.1
+pkgrel=1
+pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
+arch=('any')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+depends=(python python-setuptools python-numpy)
+checkdepends=(python-scipy python-networkx python-rtree python-lxml
+  python-shapely python-pillow python-sympy python-requests
+  python-msgpack python-pyglet python-jsonschema
+  python-svg.path python-collada)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-svg.path: handle SVG format path strings'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
+'python-collada: parse collada/dae/zae files')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('ef278acf894abff6b64223934d669558a2c0bfaa611607c908810df67597f635d50786b6e18651e30ee70dee88163ec9a624f4d8e13a3a9b171782ee04498bc2')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
+package() {
+  cd trimesh-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:47:16
  Author: jelle
Revision: 820732

upgpkg: python-trimesh 3.9.1-1

Modified:
  python-trimesh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:39:11 UTC (rev 820731)
+++ PKGBUILD2021-01-13 20:47:16 UTC (rev 820732)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.15
-pkgrel=2
+pkgver=3.9.1
+pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh;
@@ -27,7 +27,7 @@
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
 'python-collada: parse collada/dae/zae files')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
+sha512sums=('ef278acf894abff6b64223934d669558a2c0bfaa611607c908810df67597f635d50786b6e18651e30ee70dee88163ec9a624f4d8e13a3a9b171782ee04498bc2')
 
 build() {
   cd trimesh-${pkgver}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:42:42
  Author: anthraxx
Revision: 406193

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   37 +
 dash.install |   11 +++
 2 files changed, 48 insertions(+)

Copied: dash/repos/testing-x86_64/PKGBUILD (from rev 406192, 
dash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 20:42:42 UTC (rev 406193)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+
+pkgname=dash
+pkgver=0.5.11.3
+pkgrel=1
+pkgdesc='POSIX compliant shell that aims to be as small as possible'
+url='http://gondor.apana.org.au/~herbert/dash/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libedit' 'libedit.so')
+install=dash.install
+source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('de81dd2153a85fe3599b1388636dba4111c35934195b7f912e15ab8aa56cdd7564fc734cb8e01b9def5a0774f8427f7e9281b288a7e83e2c6ae2dd32ce1dda6e')
+b2sums=('7615048df9131d78bc300ecb905513cfe544655a27ffcd8878f0651702674b5bdd42b3e20bbd942af48d4a8e28af51a6e5433bde34513042f6887beee59d6b91')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--mandir=/usr/share/man \
+--exec-prefix="" \
+--with-libedit
+  make V=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Copied: dash/repos/testing-x86_64/dash.install (from rev 406192, 
dash/trunk/dash.install)
===
--- testing-x86_64/dash.install (rev 0)
+++ testing-x86_64/dash.install 2021-01-13 20:42:42 UTC (rev 406193)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i '/^\/bin\/dash/d' etc/shells
+}


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 20:42:37
  Author: anthraxx
Revision: 406192

upgpkg: dash 0.5.11.3-1: adding libedit support back

Fixes FS#36346

Modified:
  dash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:37:18 UTC (rev 406191)
+++ PKGBUILD2021-01-13 20:42:37 UTC (rev 406192)
@@ -1,18 +1,18 @@
 # Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
+# Contributor: Dan McGee 
 
 pkgname=dash
-pkgver=0.5.11.2
+pkgver=0.5.11.3
 pkgrel=1
 pkgdesc='POSIX compliant shell that aims to be as small as possible'
 url='http://gondor.apana.org.au/~herbert/dash/'
 arch=('x86_64')
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'libedit' 'libedit.so')
 install=dash.install
 
source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('851abffe9087c79f580801b323cc1c26ca5a370a34ca4aa241f47802ba645fe854f8623a0f81e0e14f05b7b824828bace22901ac4ad77d7ce4630cb5368243c2')
-b2sums=('7a7e86e226e646adaddaf2e5bcc86c8c1ef72649851709c1aa77ce819924d6b9729dd37a2a443586849eb32a961ac7f253cfcf2c2bb9c01c1a2d7bfdcebac97d')
+sha512sums=('de81dd2153a85fe3599b1388636dba4111c35934195b7f912e15ab8aa56cdd7564fc734cb8e01b9def5a0774f8427f7e9281b288a7e83e2c6ae2dd32ce1dda6e')
+b2sums=('7615048df9131d78bc300ecb905513cfe544655a27ffcd8878f0651702674b5bdd42b3e20bbd942af48d4a8e28af51a6e5433bde34513042f6887beee59d6b91')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:39:11
  Author: jelle
Revision: 820731

archrelease: copy trunk to community-x86_64

Added:
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 820730, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:39:05 UTC (rev 820730)
+++ PKGBUILD2021-01-13 20:39:11 UTC (rev 820731)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2020.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='https://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-sha1sums=('fc034092217a6277a5db4377ce6edc806d2e79c4'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 820730, 
uboot-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:39:11 UTC (rev 820731)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2021.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+sha1sums=('af6228e71419c29bb0192631bc8868e211941f9d'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:39:05
  Author: jelle
Revision: 820730

upgpkg: uboot-tools 2021.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:13:25 UTC (rev 820729)
+++ PKGBUILD2021-01-13 20:39:05 UTC (rev 820730)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2020.10
+pkgver=2021.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-sha1sums=('fc034092217a6277a5db4377ce6edc806d2e79c4'
+sha1sums=('af6228e71419c29bb0192631bc8868e211941f9d'
   'SKIP')
 
 build() {


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:37:18
  Author: jelle
Revision: 406191

archrelease: copy trunk to extra-x86_64

Added:
  arch-rebuild-order/repos/extra-x86_64/
  arch-rebuild-order/repos/extra-x86_64/PKGBUILD
(from rev 406190, arch-rebuild-order/trunk/PKGBUILD)

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

Copied: arch-rebuild-order/repos/extra-x86_64/PKGBUILD (from rev 406190, 
arch-rebuild-order/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-01-13 20:37:18 UTC (rev 406191)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=arch-rebuild-order
+pkgver=0.1
+pkgrel=1
+pkgdesc='CLI tool to determine the rebuild order of provided package(s)'
+url='https://gitlab.archlinux.org/archlinux/arch-rebuild-order'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'libalpm.so=12-64')
+makedepends=('cargo' 'mandown' 'git')
+source=(git+https://gitlab.archlinux.org/archlinux/arch-rebuild-order.git#tag=v$pkgver?signed)
+sha512sums=('SKIP')
+validpgpkeys=("E499C79F53C96A54E572FEE1C06086337C50773E")
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 20:37:11
  Author: jelle
Revision: 406190

Add arch-rebuild-order

Added:
  arch-rebuild-order/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:37:11 UTC (rev 406190)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=arch-rebuild-order
+pkgver=0.1
+pkgrel=1
+pkgdesc='CLI tool to determine the rebuild order of provided package(s)'
+url='https://gitlab.archlinux.org/archlinux/arch-rebuild-order'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'libalpm.so=12-64')
+makedepends=('cargo' 'mandown' 'git')
+source=(git+https://gitlab.archlinux.org/archlinux/arch-rebuild-order.git#tag=v$pkgver?signed)
+sha512sums=('SKIP')
+validpgpkeys=("E499C79F53C96A54E572FEE1C06086337C50773E")
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-01-13 Thread Christian Hesse via arch-commits
Date: Wednesday, January 13, 2021 @ 20:13:25
  Author: eworm
Revision: 820729

archrelease: copy trunk to community-testing-x86_64

Added:
  lldpd/repos/community-testing-x86_64/
  lldpd/repos/community-testing-x86_64/PKGBUILD
(from rev 820728, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-testing-x86_64/lldpd.tmpfiles.conf
(from rev 820728, lldpd/trunk/lldpd.tmpfiles.conf)

-+
 PKGBUILD|   66 ++
 lldpd.tmpfiles.conf |2 +
 2 files changed, 68 insertions(+)

Copied: lldpd/repos/community-testing-x86_64/PKGBUILD (from rev 820728, 
lldpd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-01-13 20:13:25 UTC (rev 820729)
@@ -0,0 +1,66 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Brian Bidulock 
+
+pkgname=lldpd
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
+arch=('x86_64')
+url='https://vincentbernat.github.io/lldpd/'
+license=('custom:ISC' 'GPL')
+depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
+ 'libxml2' 'net-snmp' 'jansson')
+makedepends=('systemd')
+backup=('etc/lldpd.conf')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

+source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
+
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
+'lldpd.tmpfiles.conf')
+sha256sums=('98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def'
+'SKIP'
+'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-lldpd-ctl-socket=/run/lldpd/socket \
+--with-lldpd-pid-file=/run/lldpd/pid \
+--with-privsep-chroot=/run/lldpd/chroot \
+--with-privsep-group=lldpd \
+--with-privsep-user=lldpd \
+--with-readline \
+--with-snmp \
+--with-xml \
+--without-seccomp
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  
+  make DESTDIR="${pkgdir}" install
+
+  # re-introduce tmpfiles file untill resolved upstream...
+  # https://github.com/vincentbernat/lldpd/pull/311
+  install -D -m 0644 "${srcdir}/lldpd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
+
+  # config stuff
+  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
+  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
+
+  # license
+  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lldpd/repos/community-testing-x86_64/lldpd.tmpfiles.conf (from rev 
820728, lldpd/trunk/lldpd.tmpfiles.conf)
===
--- community-testing-x86_64/lldpd.tmpfiles.conf
(rev 0)
+++ community-testing-x86_64/lldpd.tmpfiles.conf2021-01-13 20:13:25 UTC 
(rev 820729)
@@ -0,0 +1,2 @@
+d /run/lldpd 0750 lldpd lldpd
+d /run/lldpd/chroot 0750 lldpd lldpd


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

2021-01-13 Thread Christian Hesse via arch-commits
Date: Wednesday, January 13, 2021 @ 20:13:17
  Author: eworm
Revision: 820728

upgpkg: lldpd 1.0.8-1: new upstream release

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:06:40 UTC (rev 820727)
+++ PKGBUILD2021-01-13 20:13:17 UTC (rev 820728)
@@ -2,7 +2,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
 
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
 'lldpd.tmpfiles.conf')
-sha256sums=('1df79179d489c841b49265f2ab5ff05f284a647e95862d2f3c02b3fb079a87e1'
+sha256sums=('98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def'
 'SKIP'
 'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
 


[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

2021-01-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 13, 2021 @ 20:06:40
  Author: eschwartz
Revision: 820727

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 820726, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:06:25 UTC (rev 820726)
+++ PKGBUILD2021-01-13 20:06:40 UTC (rev 820727)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=4.8.4
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
- 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
- 'pulseaudio-alsa' 'upower')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('meson' 'samurai' 'xf86-input-wacom')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b92af7c7cc0f4bfa6043f8db011838de6b3e165f4cea926cf5c11774c0aca0bc3a74cdb4a3590209f7adc4539c26520ef5dbdf3e6678440092dc926f090e0275')
-b2sums=('6354ee6ece519b50cf59a35e26f7c34a19be0f923c2b22ac41addfcd5302d37ccb0ec319aaf1a2f6450c4e1a573d3696257fa87a7849ba0a8ca6b8202d2c9b07')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-meson --prefix=/usr \
-  --libexecdir="/usr/lib/${pkgname}" \
-  --buildtype=plain \
-  -Dinstall_binfiles=false \
-  ..
-
-samu
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
- DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 
820726, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:06:40 UTC (rev 820727)
@@ -0,0 +1,52 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
+ 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
+ 'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'samurai' 'xf86-input-wacom')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+
"https://github.com/linuxmint/cinnamon-settings-daemon/pull/321/commits/e7d59b47217073f1e411e07135b3fd3833b0a54a.patch;)
+sha512sums=('b92af7c7cc0f4bfa6043f8db011838de6b3e165f4cea926cf5c11774c0aca0bc3a74cdb4a3590209f7adc4539c26520ef5dbdf3e6678440092dc926f090e0275'
+
'49df180676d03aef22017f634809e85938510ca0bad082675765165fff2f6fb881c8dfd7804e6395c79f5442aad7df7b05634a30df6a462bb6028b4a3480af4d')
+b2sums=('6354ee6ece519b50cf59a35e26f7c34a19be0f923c2b22ac41addfcd5302d37ccb0ec319aaf1a2f6450c4e1a573d3696257fa87a7849ba0a8ca6b8202d2c9b07'
+
'1d2ef73924f19df9d481d4211ebf43ac36a240842a5a5e117c6b76e01f210401bfe6ba3e51429190335a2075c85b8b4f4b8ac813cc7cf49ce0e9d595b7a0b4e6')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+# FS#69309 -- version 4.8.4 has no changes other than deleting lots of
+# programs and replacing them with broken symlinks. Fix via
+# https://github.com/linuxmint/cinnamon-settings-daemon/pull/321
+# do not delete programs and replace them with broken symlinks to 
themselves
+patch -p1 -i ../e7d59b47217073f1e411e07135b3fd3833b0a54a.patch
+}
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+meson --prefix=/usr \
+  --libexecdir="/usr/lib/${pkgname}" \
+  --buildtype=plain \
+  -Dinstall_binfiles=false \
+  ..
+
+samu
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+ DESTDIR="${pkgdir}" samu install
+}


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

2021-01-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 13, 2021 @ 20:06:25
  Author: eschwartz
Revision: 820726

upgpkg: cinnamon-settings-daemon 4.8.4-2: Fix FS#69309 cinnamon not starting 
properly

Fix PR'ed at https://github.com/linuxmint/cinnamon-settings-daemon/pull/321

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:05:34 UTC (rev 820725)
+++ PKGBUILD2021-01-13 20:06:25 UTC (rev 820726)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-settings-daemon
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -15,10 +15,23 @@
 optdepends=('cinnamon-translations: i18n')
 makedepends=('meson' 'samurai' 'xf86-input-wacom')
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b92af7c7cc0f4bfa6043f8db011838de6b3e165f4cea926cf5c11774c0aca0bc3a74cdb4a3590209f7adc4539c26520ef5dbdf3e6678440092dc926f090e0275')
-b2sums=('6354ee6ece519b50cf59a35e26f7c34a19be0f923c2b22ac41addfcd5302d37ccb0ec319aaf1a2f6450c4e1a573d3696257fa87a7849ba0a8ca6b8202d2c9b07')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+
"https://github.com/linuxmint/cinnamon-settings-daemon/pull/321/commits/e7d59b47217073f1e411e07135b3fd3833b0a54a.patch;)
+sha512sums=('b92af7c7cc0f4bfa6043f8db011838de6b3e165f4cea926cf5c11774c0aca0bc3a74cdb4a3590209f7adc4539c26520ef5dbdf3e6678440092dc926f090e0275'
+
'49df180676d03aef22017f634809e85938510ca0bad082675765165fff2f6fb881c8dfd7804e6395c79f5442aad7df7b05634a30df6a462bb6028b4a3480af4d')
+b2sums=('6354ee6ece519b50cf59a35e26f7c34a19be0f923c2b22ac41addfcd5302d37ccb0ec319aaf1a2f6450c4e1a573d3696257fa87a7849ba0a8ca6b8202d2c9b07'
+
'1d2ef73924f19df9d481d4211ebf43ac36a240842a5a5e117c6b76e01f210401bfe6ba3e51429190335a2075c85b8b4f4b8ac813cc7cf49ce0e9d595b7a0b4e6')
 
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+# FS#69309 -- version 4.8.4 has no changes other than deleting lots of
+# programs and replacing them with broken symlinks. Fix via
+# https://github.com/linuxmint/cinnamon-settings-daemon/pull/321
+# do not delete programs and replace them with broken symlinks to 
themselves
+patch -p1 -i ../e7d59b47217073f1e411e07135b3fd3833b0a54a.patch
+}
+
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
 cd "${srcdir}"/${pkgname}-${pkgver}/builddir


[arch-commits] Commit in postfixadmin/repos/community-any (10 files)

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:04:22
  Author: dvzrv
Revision: 820722

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
(from rev 820721, postfixadmin/trunk/PKGBUILD)
  postfixadmin/repos/community-any/postfixadmin.install
(from rev 820721, postfixadmin/trunk/postfixadmin.install)
  postfixadmin/repos/community-any/postfixadmin.sysusers
(from rev 820721, postfixadmin/trunk/postfixadmin.sysusers)
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
(from rev 820721, postfixadmin/trunk/postfixadmin.tmpfiles)
  postfixadmin/repos/community-any/postfixadmin.uwsgi
(from rev 820721, postfixadmin/trunk/postfixadmin.uwsgi)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD
  postfixadmin/repos/community-any/postfixadmin.install
  postfixadmin/repos/community-any/postfixadmin.sysusers
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
  postfixadmin/repos/community-any/postfixadmin.uwsgi

---+
 PKGBUILD  |  240 
 postfixadmin.install  |   26 ++---
 postfixadmin.sysusers |2 
 postfixadmin.tmpfiles |6 -
 postfixadmin.uwsgi|   54 +-
 5 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:04:03 UTC (rev 820721)
+++ PKGBUILD2021-01-13 20:04:22 UTC (rev 820722)
@@ -1,120 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Filip 
-
-pkgname=postfixadmin
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
-arch=('any')
-license=('GPL2')
-url="http://postfixadmin.sourceforge.net/;
-backup=('etc/webapps/postfixadmin/config.inc.php'
-'etc/webapps/postfixadmin/config.local.php'
-'etc/webapps/postfixadmin/.htaccess'
-'etc/uwsgi/postfixadmin.ini')
-depends=('php')
-optdepends=('apache: run in webserver'
-'dovecot: interface local IMAP/POP3 server'
-'mariadb: use local MySQL server'
-'perl: for example scripts'
-'php-fpm: run in fastCGI process manager'
-'php-imap: use IMAP'
-'php-sqlite: use SQLite database backend'
-'php-pgsql: use PostgreSQL database backend'
-'postfix: interface local mail server'
-'postgresql: use local PostgreSQL server'
-'python: for example scripts'
-'uwsgi: run as application container')
-source=("https://github.com/postfixadmin/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi")
-install="${pkgname}.install"
-sha512sums=('803b92d34b56f2be999c6ed0b57162d05b256683436073a76ca120d982a67461ceb06f89a859e8c9bd0903bbb5ba2bf9126c1a2d660a4353755d5304df798555'
-
'dc61527dbec79a3b19c8fcbc424fbfbe483cccf99a606e566ea6cd624d46c70a6d87dd8d4da398fedf12b60cfd0cf364c351d6b826e6eee6b2ca8eac0d9efcbe'
-
'7e55c844be7b186d9eb568fe097632651c683582da83e0ee24cd6dd7c5a581fe05e5462174237f542ff8dc5d17a8ab651a77f0087a0c8df01d7b36c7722b1440'
-
'd526f45b5904cfa2e0a7f9d31d88b92bc48c233b10cab927cc101d52ba6ba3724066e9528297c59ff1ab578038f68ddabef9cc9b8bb766b64c843cafcc8a25d9')
-b2sums=('7f2195ed0f870a64b277592993536ad4ca7ef2261ad4970a843acca2dd74c3134317156b844060b693a1415f3dd9a60297beccd1b88eccf70932aa9223b7'
-
'a73314d9befe48869ca121bddfb3af61e916f8458f388e13eed1a7ffd64e7ae75604dc3af92d3d4d5b97c30d3cb089e28cbf64c7e81e324f3ff85d75b15b5f0d'
-
'0e0170b08284dcfc5a68afd46a2e726d696905f3ddcd8158fed68c84fec039fabe60379005055e5fa1cc1fbb098c107b739d0e107f027bd7054d0e31b6e9cea6'
-
'f34569a8c442b2354d2748e9c69065849386c51cd4c875cf27d96bf207618043e710248f1be2569a7132eefdff34628e34d8ebee960e14799c5648a590c1c74c')
-
-prepare(){
-  mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # creating empty local config (for overrides)
-  echo " "config.local.php"
-  # creating htaccess file
-  echo "#Require all denied" > .htaccess
-  # remove unneeded executable bits
-  find . -executable -type f \
--and -not -path "*scripts*" -exec chmod -c 644 {} \;
-  # remove symlinks
-  find . -type l -exec rm -v {} +
-  # remove unneeded debian directories
-  rm -rv ADDITIONS/squirrelmail-plugin/debian
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # sysusers.d integration
-  install -vDm 644 ../${pkgname}.sysusers \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  # tmpfiles.d integration
-  install -vDm 644 ../${pkgname}.tmpfiles \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  # docs
-  install -vDm 644 {README.md,CHANGELOG.TXT} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 DOCUMENTS/{README*,*.{txt,md}} \
--t "${pkgdir}/usr/share/doc/${pkgname}/documents"
-  cp -av ADDITIONS 

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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:04:03
  Author: dvzrv
Revision: 820721

upgpkg: postfixadmin 3.3.2-1: Upgrade to 3.3.2.

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:01:12 UTC (rev 820720)
+++ PKGBUILD2021-01-13 20:04:03 UTC (rev 820721)
@@ -3,7 +3,7 @@
 # Contributor: Filip 
 
 pkgname=postfixadmin
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
 arch=('any')
@@ -31,11 +31,11 @@
 "${pkgname}.tmpfiles"
 "${pkgname}.uwsgi")
 install="${pkgname}.install"
-sha512sums=('803b92d34b56f2be999c6ed0b57162d05b256683436073a76ca120d982a67461ceb06f89a859e8c9bd0903bbb5ba2bf9126c1a2d660a4353755d5304df798555'
+sha512sums=('786c3c8323023259d44ee711a5a6f5b38882c32143d663a92fd3ef91d6bb693f3af97b380f92b345e68efa2275abead80c01b32180c381a3768cc929ab2d63de'
 
'dc61527dbec79a3b19c8fcbc424fbfbe483cccf99a606e566ea6cd624d46c70a6d87dd8d4da398fedf12b60cfd0cf364c351d6b826e6eee6b2ca8eac0d9efcbe'
 
'7e55c844be7b186d9eb568fe097632651c683582da83e0ee24cd6dd7c5a581fe05e5462174237f542ff8dc5d17a8ab651a77f0087a0c8df01d7b36c7722b1440'
 
'd526f45b5904cfa2e0a7f9d31d88b92bc48c233b10cab927cc101d52ba6ba3724066e9528297c59ff1ab578038f68ddabef9cc9b8bb766b64c843cafcc8a25d9')
-b2sums=('7f2195ed0f870a64b277592993536ad4ca7ef2261ad4970a843acca2dd74c3134317156b844060b693a1415f3dd9a60297beccd1b88eccf70932aa9223b7'
+b2sums=('3ddac453ade3277e934e88242775e3b70fd4462331433b0ca7d7c39e977e846541a68198707345d3305e62700d07ca41461b10ec3d766ce52ba453b2e977d5a1'
 
'a73314d9befe48869ca121bddfb3af61e916f8458f388e13eed1a7ffd64e7ae75604dc3af92d3d4d5b97c30d3cb089e28cbf64c7e81e324f3ff85d75b15b5f0d'
 
'0e0170b08284dcfc5a68afd46a2e726d696905f3ddcd8158fed68c84fec039fabe60379005055e5fa1cc1fbb098c107b739d0e107f027bd7054d0e31b6e9cea6'
 
'f34569a8c442b2354d2748e9c69065849386c51cd4c875cf27d96bf207618043e710248f1be2569a7132eefdff34628e34d8ebee960e14799c5648a590c1c74c')
@@ -43,9 +43,9 @@
 prepare(){
   mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  # creating empty local config (for overrides)
+  # create empty local config (for overrides)
   echo " "config.local.php"
-  # creating htaccess file
+  # create .htaccess file
   echo "#Require all denied" > .htaccess
   # remove unneeded executable bits
   find . -executable -type f \


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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:01:04
  Author: dvzrv
Revision: 820719

upgpkg: containers-common 0.33.1-1: Upgrade to 0.33.1.

Upgrade skopeo to 1.2.1.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 20:00:32 UTC (rev 820718)
+++ PKGBUILD2021-01-13 20:01:04 UTC (rev 820719)
@@ -1,10 +1,10 @@
 # Maintainer: David Runge 
 
 pkgname=containers-common
-pkgver=0.33.0
+pkgver=0.33.1
 _image_pkgver=5.9.0
 _podman_pkgver=2.2.1
-_skopeo_pkgver=1.2.0
+_skopeo_pkgver=1.2.1
 _storage_pkgver=1.24.5
 pkgrel=1
 pkgdesc="Configuration files and manpages for containers"
@@ -29,16 +29,16 @@
 
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
 'mounts.conf'
 )
-sha512sums=('af42d5ba8dcaeb71d35b2bf767dbbc9288cc05d3a9726a457231e9c79b6fa97cf9f2130510de2e7d53371afa6d3e9a79db5cf07e9a3207d8762d36f2e1015634'
+sha512sums=('885318143cb340f757e97ef04bd14b1cba00d3b5dafd4df385bfea599da47321e1e2de84df056f3bbf96981ca54fc723d2c89657e4f84718c3d667450b586816'
 
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
 
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
+
'b999d7dcdc851fa3b1bae259d7302fc1de4188da922ae370461efb122458371ee22e89bbd2d18dd17162697a1a8d10c2b6dee06462849010641f6762b17d5a2d'
 
'e57ca23ed7ec7b21d333d0b3f3ea1786e85fe545dd998c204baf08eeb1c98f2336945418e72a312a785c4dc76cf5a99b41eb55bd8f9fbbf2108119b656e55c05'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('b677c5348999a1e91e503a67df6bca4f46390d83cd0d413dca7d48e3cb2f92a772c643e68bba354ab6bfed25efe66051dceee011169d873fb2dd641c79a8aa7c'
+b2sums=('d626b361e35d26e7fb6f9baa21685edd3e253ec8686954d517b84aa0f1fe53280adcb69eb20283c4292f0e3ec05e44cafbd156c8bc78f6ca9f05bd0bab4c3d77'
 
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
 
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
+
'f1edbf6f666e580472c89a46c94ef6a7533b876c711fd7ce5d4aa325971c11abbec05cc6b02c808078bdecb9d2dc7133175e91cd1dffbcd5311c49b80c9acc11'
 
'0f06613caf9f1b4596dc3169c6fff1be01510bf64264e0c328a74659be2150ce40b003a5c98254428292cb3e82a497baf6bfbb5d5d779ce265fa5c7c64bf6cd3'
 
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
 


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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:01:12
  Author: dvzrv
Revision: 820720

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 820719, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 820719, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  260 +-
 mounts.conf |6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:01:04 UTC (rev 820719)
+++ PKGBUILD2021-01-13 20:01:12 UTC (rev 820720)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.33.0
-_image_pkgver=5.9.0
-_podman_pkgver=2.2.1
-_skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.5
-pkgrel=1
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('af42d5ba8dcaeb71d35b2bf767dbbc9288cc05d3a9726a457231e9c79b6fa97cf9f2130510de2e7d53371afa6d3e9a79db5cf07e9a3207d8762d36f2e1015634'
-
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'e57ca23ed7ec7b21d333d0b3f3ea1786e85fe545dd998c204baf08eeb1c98f2336945418e72a312a785c4dc76cf5a99b41eb55bd8f9fbbf2108119b656e55c05'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('b677c5348999a1e91e503a67df6bca4f46390d83cd0d413dca7d48e3cb2f92a772c643e68bba354ab6bfed25efe66051dceee011169d873fb2dd641c79a8aa7c'
-
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'0f06613caf9f1b4596dc3169c6fff1be01510bf64264e0c328a74659be2150ce40b003a5c98254428292cb3e82a497baf6bfbb5d5d779ce265fa5c7c64bf6cd3'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-  -out containers-mounts.conf.5
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  

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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:00:24
  Author: dvzrv
Revision: 820717

upgpkg: rtirq 20210113-1: Upgrade to 20210113.

Modified:
  rtirq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:42:55 UTC (rev 820716)
+++ PKGBUILD2021-01-13 20:00:24 UTC (rev 820717)
@@ -2,7 +2,7 @@
 # Contributor: Corey Mwamba 
 
 pkgname=rtirq
-pkgver=20210112
+pkgver=20210113
 pkgrel=1
 pkgdesc="Realtime IRQ thread system tuning."
 arch=('any')
@@ -12,9 +12,9 @@
 depends=('bash')
 backup=('etc/rtirq.conf')
 source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('acd3aefa6df1e2cfec62e09498ec7b5f557d712de2e8f34a17c52d99d2e90ed43fc8ba00f449a9eeb63beed9501f50d9b0ea772c1b696c2747288d8e3ff287ad'
+sha512sums=('f8597c23a2d85721144ad6ab655b76edfa12b424d29e551e7d9f0f51da977730c3090486b8873d9ed5a7c0cec6738dfdbeac338ec9f34fd9079c296d3f952b59'
 'SKIP')
-b2sums=('26d13f5baefda30223cc5fbb39d199ecfbea2b64612063311b7abc589f47034a9a0725ef2b9b1393f12b4342c7ffd994908afdb872a1f8afa76d9c0c4df44403'
+b2sums=('83f69cd429a727bcaa7997592bb672dad725039093f1f89b4b0029c767beaf922748c1019ea94252015c0f80f6cd3651ba0a80ebff188d24e43afaeaf0490004'
 'SKIP')
 validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

 


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

2021-01-13 Thread David Runge via arch-commits
Date: Wednesday, January 13, 2021 @ 20:00:32
  Author: dvzrv
Revision: 820718

archrelease: copy trunk to community-any

Added:
  rtirq/repos/community-any/PKGBUILD
(from rev 820717, rtirq/trunk/PKGBUILD)
Deleted:
  rtirq/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 20:00:24 UTC (rev 820717)
+++ PKGBUILD2021-01-13 20:00:32 UTC (rev 820718)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Corey Mwamba 
-
-pkgname=rtirq
-pkgver=20210112
-pkgrel=1
-pkgdesc="Realtime IRQ thread system tuning."
-arch=('any')
-url="https://www.rncbc.org/archive/#rtirq;
-license=('GPL2')
-groups=('realtime')
-depends=('bash')
-backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('acd3aefa6df1e2cfec62e09498ec7b5f557d712de2e8f34a17c52d99d2e90ed43fc8ba00f449a9eeb63beed9501f50d9b0ea772c1b696c2747288d8e3ff287ad'
-'SKIP')
-b2sums=('26d13f5baefda30223cc5fbb39d199ecfbea2b64612063311b7abc589f47034a9a0725ef2b9b1393f12b4342c7ffd994908afdb872a1f8afa76d9c0c4df44403'
-'SKIP')
-validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix executable location in systemd services
-  sed -e "s|etc/init.d|usr/bin|" -i *".service"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 *".service" -t "${pkgdir}/usr/lib/systemd/system/"
-}

Copied: rtirq/repos/community-any/PKGBUILD (from rev 820717, 
rtirq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 20:00:32 UTC (rev 820718)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20210113
+pkgrel=1
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="https://www.rncbc.org/archive/#rtirq;
+license=('GPL2')
+groups=('realtime')
+depends=('bash')
+backup=('etc/rtirq.conf')
+source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('f8597c23a2d85721144ad6ab655b76edfa12b424d29e551e7d9f0f51da977730c3090486b8873d9ed5a7c0cec6738dfdbeac338ec9f34fd9079c296d3f952b59'
+'SKIP')
+b2sums=('83f69cd429a727bcaa7997592bb672dad725039093f1f89b4b0029c767beaf922748c1019ea94252015c0f80f6cd3651ba0a80ebff188d24e43afaeaf0490004'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix executable location in systemd services
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t "${pkgdir}/usr/lib/systemd/system/"
+}


[arch-commits] Commit in (3 files)

2021-01-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 13, 2021 @ 19:53:08
  Author: jelle
Revision: 406189

Initial commit

Added:
  arch-rebuild-order/
  arch-rebuild-order/repos/
  arch-rebuild-order/trunk/


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:42:55
  Author: felixonmars
Revision: 820716

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 820715, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
820715, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-13 19:42:55 UTC (rev 820716)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.5
+pkgrel=38
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable'
+ 'haskell-interpolate' 'haskell-lens' 'haskell-quickcheck' 
'haskell-recursion-schemes'
+ 'haskell-reflection' 'haskell-singletons' 'haskell-th-abstraction' 
'haskell-th-lift'
+ 'haskell-text-show' 'haskell-th-orphans' 'haskell-type-errors' 
'haskell-uniplate'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
+ 'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('54d11ab7a126f55afbacab12a2b8d33d1489942c16fe5e1a02ea6e7826894569b720f5922e168b8219b6b4dd41bbba45bee375bcf21e7b1084455c4325bd7c4c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:42:46
  Author: felixonmars
Revision: 820715

upgpkg: haskell-clash-prelude 1.2.5-38: rebuild with ghc-typelits-knownnat 0.7.4

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:27:23 UTC (rev 820714)
+++ PKGBUILD2021-01-13 19:42:46 UTC (rev 820715)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.5
-pkgrel=37
+pkgrel=38
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 19:40:43
  Author: anthraxx
Revision: 406188

archrelease: copy trunk to testing-x86_64

Added:
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 406187, libedit/trunk/PKGBUILD)

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

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 406187, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 19:40:43 UTC (rev 406188)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20191231-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=3
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='https://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+provides=('libedit.so')
+source=(${url}/${pkgname}-${_pkgver}.tar.gz)
+sha256sums=('dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071')
+b2sums=('e209a8f7cda164d8e4d6f3c23b35af91a466c0acbdabcdca113b7dfcd969a0a3386143eb56d486440da3aab37378850c5eb04415446c604cc4bb36de3743fd43')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  ./configure --prefix=/usr
+  make V=1
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+  install -Dm 644 "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+
+  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Levente Polyak via arch-commits
Date: Wednesday, January 13, 2021 @ 19:40:40
  Author: anthraxx
Revision: 406187

upgpkg: libedit 20191231_3.1-3: cleanup and soname depends/provides

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 18:12:03 UTC (rev 406186)
+++ PKGBUILD2021-01-13 19:40:40 UTC (rev 406187)
@@ -1,30 +1,37 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Vesa Kaihlavirta 
 # Contributor: Roman Cheplyaka 
 
 pkgname=libedit
 _pkgver=20191231-3.1
 pkgver=${_pkgver/-/_}
-pkgrel=2
+pkgrel=3
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 url='https://thrysoee.dk/editline/'
 arch=('x86_64')
 license=('BSD')
-depends=('ncurses')
-source=("https://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
+depends=('glibc' 'ncurses' 'libncursesw.so')
+provides=('libedit.so')
+source=(${url}/${pkgname}-${_pkgver}.tar.gz)
 sha256sums=('dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071')
+b2sums=('e209a8f7cda164d8e4d6f3c23b35af91a466c0acbdabcdca113b7dfcd969a0a3386143eb56d486440da3aab37378850c5eb04415446c604cc4bb36de3743fd43')
 
 build() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   ./configure --prefix=/usr
-   make
+  cd ${pkgname}-${_pkgver}
+  ./configure --prefix=/usr
+  make V=1
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   make prefix="${pkgdir}"/usr install
+  cd ${pkgname}-${_pkgver}
+  make DESTDIR="${pkgdir}" install
 
-   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
-   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+  rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+  install -Dm 644 "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+
+  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
+
+# vim: ts=2 sw=2 et:


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

2021-01-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, January 13, 2021 @ 19:27:23
  Author: anatolik
Revision: 820714

Remove python-setuptools from the dependency list

Per 
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:20:55 UTC (rev 820713)
+++ PKGBUILD2021-01-13 19:27:23 UTC (rev 820714)
@@ -7,7 +7,7 @@
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL2)
-depends=(python python-setuptools)
+depends=(python)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
 sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7')


[arch-commits] Commit in haskell-ghc-typelits-extra/repos (2 files)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:20:55
  Author: felixonmars
Revision: 820713

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 820712, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 820712, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-13 19:20:55 UTC (rev 820713)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1885b697b534466a86bda0b38e12e6334111670da85c33b88d6bf1aba87f9b3d0366999a42a9b37aef4681f43a947f25f19ee7839891fcd0239c9f857344a612')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:20:46
  Author: felixonmars
Revision: 820712

upgpkg: haskell-ghc-typelits-extra 0.4.2-2: rebuild with ghc-typelits-knownnat 
0.7.4

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:19:41 UTC (rev 820711)
+++ PKGBUILD2021-01-13 19:20:46 UTC (rev 820712)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra;
 license=('custom:BSD2')


[arch-commits] Commit in haskell-ghc-typelits-knownnat/repos (2 files)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:19:41
  Author: felixonmars
Revision: 820711

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD
(from rev 820710, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD 
(from rev 820710, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-13 19:19:41 UTC (rev 820711)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-knownnat
+pkgname=haskell-ghc-typelits-knownnat
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
+url="https://github.com/clash-lang/ghc-typelits-knownnat;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3ca34c9929aad3817d3dafde5d125f6e0ffc2fbd8a6be101a45f75e31149cb2426ed0888cf3780e23a25eefd7eb342394f872d5039fb88d884e4e498390560d0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ghc-typelits-knownnat/trunk (PKGBUILD)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:19:28
  Author: felixonmars
Revision: 820710

upgpkg: haskell-ghc-typelits-knownnat 0.7.4-1: rebuild with 
ghc-typelits-knownnat 0.7.4

Modified:
  haskell-ghc-typelits-knownnat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:17:55 UTC (rev 820709)
+++ PKGBUILD2021-01-13 19:19:28 UTC (rev 820710)
@@ -2,8 +2,8 @@
 
 _hkgname=ghc-typelits-knownnat
 pkgname=haskell-ghc-typelits-knownnat
-pkgver=0.7.3
-pkgrel=47
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
 url="https://github.com/clash-lang/ghc-typelits-knownnat;
 license=('custom:BSD2')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-natnormalise')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('cf6311f43bdba9dbbf8828bb17a6a368267b099b53eef4b411334c9a6331258d4706fe588d5dc04e3602c7ad167847dacbb406e1c02aa2a577bb6e43a71f35e1')
+sha512sums=('3ca34c9929aad3817d3dafde5d125f6e0ffc2fbd8a6be101a45f75e31149cb2426ed0888cf3780e23a25eefd7eb342394f872d5039fb88d884e4e498390560d0')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:17:55
  Author: felixonmars
Revision: 820709

archrelease: copy trunk to community-any

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

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

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

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


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:17:45
  Author: felixonmars
Revision: 820708

upgpkg: python-faker 5.6.0-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:17:39 UTC (rev 820707)
+++ PKGBUILD2021-01-13 19:17:45 UTC (rev 820708)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=5.5.1
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('aaf4d6a7ff153ed85a1eebd40d7cbf8a343247243734463037228d06d2dd98e19b63ea82ce7608caf92b15ed0d8cbf6d3165605ed34be359ebbf66174014376a')
+sha512sums=('43d55fffb58c2d2e4cc0a1410795910939e9bc155bde962ec5764feb7d5d572d723348d8601f3eb2033f8e38f04e86feaaaeeebc48274e5fe857b7cc9b9ba59a')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


[arch-commits] Commit in perl-module-scandeps/repos/community-any (PKGBUILD PKGBUILD)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:17:39
  Author: felixonmars
Revision: 820707

archrelease: copy trunk to community-any

Added:
  perl-module-scandeps/repos/community-any/PKGBUILD
(from rev 820706, perl-module-scandeps/trunk/PKGBUILD)
Deleted:
  perl-module-scandeps/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 19:17:28 UTC (rev 820706)
+++ PKGBUILD2021-01-13 19:17:39 UTC (rev 820707)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: xRemaLx 
-
-pkgname=perl-module-scandeps
-_pkgname=Module-ScanDeps
-pkgver=1.29
-pkgrel=1
-pkgdesc="Scan file prerequisites"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-requires')
-url="https://search.cpan.org/dist/Module-ScanDeps;
-source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz;)
-sha512sums=('c5ed8c31b339ead890604f570a1fddecb97f9172f9612c18e5d8e72fb857ff3f0a2e612f84f85495437d10cf5a050994eb59b8f7e682f84a476d6c3c1a160380')
-
-build() {
-  cd Module-ScanDeps-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Module-ScanDeps-$pkgver
-  make test
-}
-
-package() {
-  cd Module-ScanDeps-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-module-scandeps/repos/community-any/PKGBUILD (from rev 820706, 
perl-module-scandeps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 19:17:39 UTC (rev 820707)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: xRemaLx 
+
+pkgname=perl-module-scandeps
+_pkgname=Module-ScanDeps
+pkgver=1.30
+pkgrel=1
+pkgdesc="Scan file prerequisites"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-requires')
+url="https://search.cpan.org/dist/Module-ScanDeps;
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz;)
+sha512sums=('4813dd38e6defc2576b802f5fda2712f06cc6c763f06aa82115957f2b6eed36a14cd835669c46acc5ec9afd5a74c750b3f0f9a574471017e7a58fefede5311ac')
+
+build() {
+  cd Module-ScanDeps-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-ScanDeps-$pkgver
+  make test
+}
+
+package() {
+  cd Module-ScanDeps-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-module-scandeps/trunk (PKGBUILD)

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 19:17:28
  Author: felixonmars
Revision: 820706

upgpkg: perl-module-scandeps 1.30-1

Modified:
  perl-module-scandeps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:08:28 UTC (rev 820705)
+++ PKGBUILD2021-01-13 19:17:28 UTC (rev 820706)
@@ -3,7 +3,7 @@
 
 pkgname=perl-module-scandeps
 _pkgname=Module-ScanDeps
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Scan file prerequisites"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('perl-test-requires')
 url="https://search.cpan.org/dist/Module-ScanDeps;
 
source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz;)
-sha512sums=('c5ed8c31b339ead890604f570a1fddecb97f9172f9612c18e5d8e72fb857ff3f0a2e612f84f85495437d10cf5a050994eb59b8f7e682f84a476d6c3c1a160380')
+sha512sums=('4813dd38e6defc2576b802f5fda2712f06cc6c763f06aa82115957f2b6eed36a14cd835669c46acc5ec9afd5a74c750b3f0f9a574471017e7a58fefede5311ac')
 
 build() {
   cd Module-ScanDeps-$pkgver


[arch-commits] Commit in dovecot-fts-elastic/repos/community-x86_64 (6 files)

2021-01-13 Thread Justin Kromlinger via arch-commits
Date: Wednesday, January 13, 2021 @ 19:08:28
  Author: hashworks
Revision: 820705

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-elastic/repos/community-x86_64/90-fts.conf
(from rev 820704, dovecot-fts-elastic/trunk/90-fts.conf)
  dovecot-fts-elastic/repos/community-x86_64/PKGBUILD
(from rev 820704, dovecot-fts-elastic/trunk/PKGBUILD)
  dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install
(from rev 820704, dovecot-fts-elastic/trunk/dovecot-fts-elastic.install)
Deleted:
  dovecot-fts-elastic/repos/community-x86_64/90-fts.conf
  dovecot-fts-elastic/repos/community-x86_64/PKGBUILD
  dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install

-+
 90-fts.conf |   24 +--
 PKGBUILD|   89 --
 dovecot-fts-elastic.install |   24 +--
 3 files changed, 68 insertions(+), 69 deletions(-)

Deleted: 90-fts.conf
===
--- 90-fts.conf 2021-01-13 19:08:22 UTC (rev 820704)
+++ 90-fts.conf 2021-01-13 19:08:28 UTC (rev 820705)
@@ -1,12 +0,0 @@
-mail_plugins = $mail_plugins fts fts_elastic
-
-plugin {
-  fts = elastic
-  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
-
-# no indexes new emails when user make search
-# yes indexes every email when delivered
-  fts_autoindex = no
-fts_autoindex_exclude = \Junk
-fts_autoindex_exclude2 = \Trash
-}

Copied: dovecot-fts-elastic/repos/community-x86_64/90-fts.conf (from rev 
820704, dovecot-fts-elastic/trunk/90-fts.conf)
===
--- 90-fts.conf (rev 0)
+++ 90-fts.conf 2021-01-13 19:08:28 UTC (rev 820705)
@@ -0,0 +1,12 @@
+mail_plugins = $mail_plugins fts fts_elastic
+
+plugin {
+  fts = elastic
+  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
+
+# no indexes new emails when user make search
+# yes indexes every email when delivered
+  fts_autoindex = no
+fts_autoindex_exclude = \Junk
+fts_autoindex_exclude2 = \Trash
+}

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 19:08:22 UTC (rev 820704)
+++ PKGBUILD2021-01-13 19:08:28 UTC (rev 820705)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Marcus Hoffmann 
-
-pkgname=dovecot-fts-elastic
-_reponame=fts-elastic
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Dovecot FTS plugin for elasticsearch"
-arch=(x86_64)
-url="https://github.com/filiphanes/fts-elastic;
-license=(MIT)
-depends=(dovecot json-c)
-backup=('etc/dovecot/conf.d/90-fts.conf')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-"90-fts.conf")
-sha256sums=('00b1f214791a3d8e01eb9916138dc3d9a8978dd1fa6494c5ae5cf5b7902a0fd5'
-'3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69')
-install=dovecot-fts-elastic.install
-
-build() {
-  cd "${_reponame}-${pkgver}"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot
-
-  make
-  make DESTDIR="$(pwd)/build" install
-}
-
-package() {
-  install -Dm644 90-fts.conf "${pkgdir}/etc/dovecot/conf.d/90-fts.conf"
-
-  cd "${_reponame}-${pkgver}"
-
-  install -Dm644 build/usr/lib/dovecot/lib21_fts_elastic_plugin.so 
"${pkgdir}/usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so"
-  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 COPYING.MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MIT"
-
-  sed -i -e 's/LLL/MMM/g' 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
-}
-
-# vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab

Copied: dovecot-fts-elastic/repos/community-x86_64/PKGBUILD (from rev 820704, 
dovecot-fts-elastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 19:08:28 UTC (rev 820705)
@@ -0,0 +1,44 @@
+# Maintainer: Justin Kromlinger 
+# Contributor: Marcus Hoffmann 
+
+pkgname=dovecot-fts-elastic
+_reponame=fts-elastic
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Dovecot FTS plugin for elasticsearch"
+arch=(x86_64)
+url="https://github.com/filiphanes/fts-elastic;
+license=(MIT)
+depends=(dovecot json-c)
+backup=('etc/dovecot/conf.d/90-fts.conf')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"90-fts.conf")
+sha256sums=('00b1f214791a3d8e01eb9916138dc3d9a8978dd1fa6494c5ae5cf5b7902a0fd5'
+'3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69')
+install=dovecot-fts-elastic.install
+
+build() {
+  cd "${_reponame}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot
+
+  make

[arch-commits] Commit in dovecot-fts-elastic/trunk (2 files)

2021-01-13 Thread Justin Kromlinger via arch-commits
Date: Wednesday, January 13, 2021 @ 19:08:22
  Author: hashworks
Revision: 820704

upgpkg: dovecot-fts-elastic 1.0.0-2: Move elastic schema to package doc folder

Modified:
  dovecot-fts-elastic/trunk/PKGBUILD
  dovecot-fts-elastic/trunk/dovecot-fts-elastic.install

-+
 PKGBUILD|7 +++
 dovecot-fts-elastic.install |2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 19:04:00 UTC (rev 820703)
+++ PKGBUILD2021-01-13 19:08:22 UTC (rev 820704)
@@ -4,7 +4,7 @@
 pkgname=dovecot-fts-elastic
 _reponame=fts-elastic
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Dovecot FTS plugin for elasticsearch"
 arch=(x86_64)
 url="https://github.com/filiphanes/fts-elastic;
@@ -27,6 +27,7 @@
 
   make
   make DESTDIR="$(pwd)/build" install
+  sed -i -e 's/LLL/MMM/g' elastic7-schema.json
 }
 
 package() {
@@ -35,11 +36,9 @@
   cd "${_reponame}-${pkgver}"
 
   install -Dm644 build/usr/lib/dovecot/lib21_fts_elastic_plugin.so 
"${pkgdir}/usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so"
-  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
+  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/${pkgname}/elastic7-schema.json"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm644 COPYING.MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MIT"
-
-  sed -i -e 's/LLL/MMM/g' 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
 }
 
 # vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab

Modified: dovecot-fts-elastic.install
===
--- dovecot-fts-elastic.install 2021-01-13 19:04:00 UTC (rev 820703)
+++ dovecot-fts-elastic.install 2021-01-13 19:08:22 UTC (rev 820704)
@@ -4,7 +4,7 @@
cat <<-EOF
Make sure elasticsearch is started, then create the index mapping with:

-   curl -X PUT "http://localhost:9200/m?pretty; -H 'Content-Type: 
application/json' -d "@/usr/share/doc/dovecot/elastic7-schema.json"
+   curl -X PUT "http://localhost:9200/m?pretty; -H 'Content-Type: 
application/json' -d "@/usr/share/doc/dovecot-fts-elastic/elastic7-schema.json"

Make sure the /etc/dovecot/conf.d/90-fts.conf file is included in you 
dovecot configuration, then restart dovecot.
For more info see: 
https://github.com/filiphanes/fts-elastic#configuration.


[arch-commits] Commit in dovecot-fts-elastic/repos (4 files)

2021-01-13 Thread Justin Kromlinger via arch-commits
Date: Wednesday, January 13, 2021 @ 19:01:32
  Author: hashworks
Revision: 820644

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-elastic/repos/community-x86_64/
  dovecot-fts-elastic/repos/community-x86_64/90-fts.conf
(from rev 820643, dovecot-fts-elastic/trunk/90-fts.conf)
  dovecot-fts-elastic/repos/community-x86_64/PKGBUILD
(from rev 820643, dovecot-fts-elastic/trunk/PKGBUILD)
  dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install
(from rev 820643, dovecot-fts-elastic/trunk/dovecot-fts-elastic.install)

-+
 90-fts.conf |   12 +++
 PKGBUILD|   45 ++
 dovecot-fts-elastic.install |   12 +++
 3 files changed, 69 insertions(+)

Copied: dovecot-fts-elastic/repos/community-x86_64/90-fts.conf (from rev 
820643, dovecot-fts-elastic/trunk/90-fts.conf)
===
--- community-x86_64/90-fts.conf(rev 0)
+++ community-x86_64/90-fts.conf2021-01-13 19:01:32 UTC (rev 820644)
@@ -0,0 +1,12 @@
+mail_plugins = $mail_plugins fts fts_elastic
+
+plugin {
+  fts = elastic
+  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
+
+# no indexes new emails when user make search
+# yes indexes every email when delivered
+  fts_autoindex = no
+fts_autoindex_exclude = \Junk
+fts_autoindex_exclude2 = \Trash
+}

Copied: dovecot-fts-elastic/repos/community-x86_64/PKGBUILD (from rev 820643, 
dovecot-fts-elastic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-01-13 19:01:32 UTC (rev 820644)
@@ -0,0 +1,45 @@
+# Maintainer: Justin Kromlinger 
+# Contributor: Marcus Hoffmann 
+
+pkgname=dovecot-fts-elastic
+_reponame=fts-elastic
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Dovecot FTS plugin for elasticsearch"
+arch=(x86_64)
+url="https://github.com/filiphanes/fts-elastic;
+license=(MIT)
+depends=(dovecot json-c)
+backup=('etc/dovecot/conf.d/90-fts.conf')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"90-fts.conf")
+sha256sums=('00b1f214791a3d8e01eb9916138dc3d9a8978dd1fa6494c5ae5cf5b7902a0fd5'
+'3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69')
+install=dovecot-fts-elastic.install
+
+build() {
+  cd "${_reponame}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot
+
+  make
+  make DESTDIR="$(pwd)/build" install
+}
+
+package() {
+  install -Dm644 90-fts.conf "${pkgdir}/etc/dovecot/conf.d/90-fts.conf"
+
+  cd "${_reponame}-${pkgver}"
+
+  install -Dm644 build/usr/lib/dovecot/lib21_fts_elastic_plugin.so 
"${pkgdir}/usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so"
+  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 COPYING.MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MIT"
+
+  sed -i -e 's/LLL/MMM/g' 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
+}
+
+# vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab

Copied: dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install 
(from rev 820643, dovecot-fts-elastic/trunk/dovecot-fts-elastic.install)
===
--- community-x86_64/dovecot-fts-elastic.install
(rev 0)
+++ community-x86_64/dovecot-fts-elastic.install2021-01-13 19:01:32 UTC 
(rev 820644)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+post_install() {
+   cat <<-EOF
+   Make sure elasticsearch is started, then create the index mapping with:
+   
+   curl -X PUT "http://localhost:9200/m?pretty; -H 'Content-Type: 
application/json' -d "@/usr/share/doc/dovecot/elastic7-schema.json"
+   
+   Make sure the /etc/dovecot/conf.d/90-fts.conf file is included in you 
dovecot configuration, then restart dovecot.
+   For more info see: 
https://github.com/filiphanes/fts-elastic#configuration.
+   EOF
+}


[arch-commits] Commit in (6 files)

2021-01-13 Thread Justin Kromlinger via arch-commits
Date: Wednesday, January 13, 2021 @ 19:01:18
  Author: hashworks
Revision: 820643

Moved package from AUR

Added:
  dovecot-fts-elastic/
  dovecot-fts-elastic/repos/
  dovecot-fts-elastic/trunk/
  dovecot-fts-elastic/trunk/90-fts.conf
  dovecot-fts-elastic/trunk/PKGBUILD
  dovecot-fts-elastic/trunk/dovecot-fts-elastic.install

-+
 90-fts.conf |   12 +++
 PKGBUILD|   45 ++
 dovecot-fts-elastic.install |   12 +++
 3 files changed, 69 insertions(+)

Added: dovecot-fts-elastic/trunk/90-fts.conf
===
--- dovecot-fts-elastic/trunk/90-fts.conf   (rev 0)
+++ dovecot-fts-elastic/trunk/90-fts.conf   2021-01-13 19:01:18 UTC (rev 
820643)
@@ -0,0 +1,12 @@
+mail_plugins = $mail_plugins fts fts_elastic
+
+plugin {
+  fts = elastic
+  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
+
+# no indexes new emails when user make search
+# yes indexes every email when delivered
+  fts_autoindex = no
+fts_autoindex_exclude = \Junk
+fts_autoindex_exclude2 = \Trash
+}

Added: dovecot-fts-elastic/trunk/PKGBUILD
===
--- dovecot-fts-elastic/trunk/PKGBUILD  (rev 0)
+++ dovecot-fts-elastic/trunk/PKGBUILD  2021-01-13 19:01:18 UTC (rev 820643)
@@ -0,0 +1,45 @@
+# Maintainer: Justin Kromlinger 
+# Contributor: Marcus Hoffmann 
+
+pkgname=dovecot-fts-elastic
+_reponame=fts-elastic
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Dovecot FTS plugin for elasticsearch"
+arch=(x86_64)
+url="https://github.com/filiphanes/fts-elastic;
+license=(MIT)
+depends=(dovecot json-c)
+backup=('etc/dovecot/conf.d/90-fts.conf')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"90-fts.conf")
+sha256sums=('00b1f214791a3d8e01eb9916138dc3d9a8978dd1fa6494c5ae5cf5b7902a0fd5'
+'3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69')
+install=dovecot-fts-elastic.install
+
+build() {
+  cd "${_reponame}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot
+
+  make
+  make DESTDIR="$(pwd)/build" install
+}
+
+package() {
+  install -Dm644 90-fts.conf "${pkgdir}/etc/dovecot/conf.d/90-fts.conf"
+
+  cd "${_reponame}-${pkgver}"
+
+  install -Dm644 build/usr/lib/dovecot/lib21_fts_elastic_plugin.so 
"${pkgdir}/usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so"
+  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 COPYING.MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MIT"
+
+  sed -i -e 's/LLL/MMM/g' 
"${pkgdir}/usr/share/doc/dovecot/elastic7-schema.json"
+}
+
+# vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab

Added: dovecot-fts-elastic/trunk/dovecot-fts-elastic.install
===
--- dovecot-fts-elastic/trunk/dovecot-fts-elastic.install   
(rev 0)
+++ dovecot-fts-elastic/trunk/dovecot-fts-elastic.install   2021-01-13 
19:01:18 UTC (rev 820643)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+post_install() {
+   cat <<-EOF
+   Make sure elasticsearch is started, then create the index mapping with:
+   
+   curl -X PUT "http://localhost:9200/m?pretty; -H 'Content-Type: 
application/json' -d "@/usr/share/doc/dovecot/elastic7-schema.json"
+   
+   Make sure the /etc/dovecot/conf.d/90-fts.conf file is included in you 
dovecot configuration, then restart dovecot.
+   For more info see: 
https://github.com/filiphanes/fts-elastic#configuration.
+   EOF
+}


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 18:57:19
  Author: felixonmars
Revision: 820642

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 820641, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 820641, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-13 18:57:19 UTC (rev 820642)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20201129
+pkgrel=22
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2021-01-13 Thread Felix Yan via arch-commits
Date: Wednesday, January 13, 2021 @ 18:57:09
  Author: felixonmars
Revision: 820641

upgpkg: git-annex 8.20201129-22: rebuild with http-client 0.7.4

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 18:52:33 UTC (rev 820640)
+++ PKGBUILD2021-01-13 18:57:09 UTC (rev 820641)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20201129
-pkgrel=21
+pkgrel=22
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


  1   2   3   4   >