[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2021-04-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 27, 2021 @ 03:36:12
  Author: eschwartz
Revision: 924667

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 924666, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-27 03:35:27 UTC (rev 924666)
+++ PKGBUILD2021-04-27 03:36:12 UTC (rev 924667)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2021.1.27
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('83581ee5539b63d54f2080a49ec9dc7d437c847fb9c06ab8d538d4f8039c1ce7'
-'SKIP')
-b2sums=('b3c9de78af1c930912234618530481137b265292049ac949ee2ba043f5f664e9c42c184bd2b8fffd3696271dec3760a02d99bdb905a97dc9f879193ad778ee9f'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

-  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 924666, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-27 03:36:12 UTC (rev 924667)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2021.4.15
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('7e5f72808ea148beccd416ecbdf33ea1ebc43a432e4e785b5e5e1339b7a2b708'
+'SKIP')
+b2sums=('ec7d259013f816e8cf63374aa4035c5ba526f17a1991e788848eb5f0a58e022e2c05c71ff75be5bbaa72f5cad4a57d2605795ad48badebf8b3533e6fe5307a08'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

+  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-extension-https-everywhere/trunk (PKGBUILD)

2021-04-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 27, 2021 @ 03:35:27
  Author: eschwartz
Revision: 924666

upgpkg: firefox-extension-https-everywhere 2021.4.15-1: upstream release

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-27 01:56:37 UTC (rev 924665)
+++ PKGBUILD2021-04-27 03:35:27 UTC (rev 924666)
@@ -3,7 +3,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2021.1.27
+pkgver=2021.4.15
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('83581ee5539b63d54f2080a49ec9dc7d437c847fb9c06ab8d538d4f8039c1ce7'
+sha256sums=('7e5f72808ea148beccd416ecbdf33ea1ebc43a432e4e785b5e5e1339b7a2b708'
 'SKIP')
-b2sums=('b3c9de78af1c930912234618530481137b265292049ac949ee2ba043f5f664e9c42c184bd2b8fffd3696271dec3760a02d99bdb905a97dc9f879193ad778ee9f'
+b2sums=('ec7d259013f816e8cf63374aa4035c5ba526f17a1991e788848eb5f0a58e022e2c05c71ff75be5bbaa72f5cad4a57d2605795ad48badebf8b3533e6fe5307a08'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

   'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 



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

2021-04-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 27, 2021 @ 01:56:37
  Author: eschwartz
Revision: 924665

archrelease: copy trunk to community-x86_64

Added:
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 924664, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-27 01:56:15 UTC (rev 924664)
+++ PKGBUILD2021-04-27 01:56:37 UTC (rev 924665)
@@ -1,49 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgname=python-pillow
-pkgver=8.2.0
-pkgrel=1
-_appname=Pillow
-_py3basever=3.9
-pkgdesc="Python Imaging Library (PIL) fork."
-arch=('x86_64')
-url="https://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant' 'libxcb')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module'
-'python-olefile: OLE2 file support'
-'python-pyqt5: for the ImageQt module')
-makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('21c03274a9f59b9c00419852a8faebe7')
-
-prepare() {
-  cd "$srcdir/$_appname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$_appname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/$_appname-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-}
-
-package() {
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 924664, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-27 01:56:37 UTC (rev 924665)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgname=python-pillow
+pkgver=8.2.0
+pkgrel=2
+_appname=Pillow
+_py3basever=3.9
+pkgdesc="Python Imaging Library (PIL) fork."
+arch=('x86_64')
+url="https://python-pillow.github.io/;
+license=('BSD')
+depends=('python' 'freetype2' 'lcms2' 'libraqm' 'libtiff' 'openjpeg2' 
'libimagequant' 'libxcb')
+optdepends=('libwebp: for webp images'
+'tk: for the ImageTK module'
+'python-olefile: OLE2 file support'
+'python-pyqt5: for the ImageQt module')
+makedepends=('python-setuptools' 'libwebp' 'tk')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
+md5sums=('21c03274a9f59b9c00419852a8faebe7')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+}
+
+package() {
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
+}


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

2021-04-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 27, 2021 @ 01:56:15
  Author: eschwartz
Revision: 924664

upgpkg: python-pillow 8.2.0-2: make libraqm a hard dependency

It pulls in freetype and thus makes ImageFont a mandatory feature. But without
it, it is no longer possible to install freetype to enable ImageFont, (since
libraqm is no longer dlopened, but linked to at load time) and furthermore
there's no logical connection to the dependency, so it's obscure to try
depending on it.

But ultimately, the biggest problem is that the current version does not even
work sanely if the dependencies are not installed. It is supposed to raise an
ImportError telling you the _imagingft module is not installed, instead it
dumps an inscrutable stacktrace from the guts of the 'packaging' module.

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-27 00:52:01 UTC (rev 924663)
+++ PKGBUILD2021-04-27 01:56:15 UTC (rev 924664)
@@ -3,7 +3,7 @@
 
 pkgname=python-pillow
 pkgver=8.2.0
-pkgrel=1
+pkgrel=2
 _appname=Pillow
 _py3basever=3.9
 pkgdesc="Python Imaging Library (PIL) fork."
@@ -10,14 +10,12 @@
 arch=('x86_64')
 url="https://python-pillow.github.io/;
 license=('BSD')
-depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant' 'libxcb')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
+depends=('python' 'freetype2' 'lcms2' 'libraqm' 'libtiff' 'openjpeg2' 
'libimagequant' 'libxcb')
+optdepends=('libwebp: for webp images'
 'tk: for the ImageTK module'
 'python-olefile: OLE2 file support'
 'python-pyqt5: for the ImageQt module')
-makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
+makedepends=('python-setuptools' 'libwebp' 'tk')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
 md5sums=('21c03274a9f59b9c00419852a8faebe7')


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

2021-04-26 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 27, 2021 @ 00:52:01
  Author: svenstaro
Revision: 924663

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
(from rev 924662, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-27 00:51:51 UTC (rev 924662)
+++ PKGBUILD2021-04-27 00:52:01 UTC (rev 924663)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-
-pkgname=watchexec
-pkgver=1.15.1
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs')
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('80ae278a8972e73ba77719d81b14c0c2f6ea6f66613b9ba8e8bf928ff6ec1c2e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 924662, 
watchexec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-27 00:52:01 UTC (rev 924663)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.15.2
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ed756ee865fe64d852c2a29d213b022b71c956e9abb5c36112005c2da2563e8a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-04-26 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 27, 2021 @ 00:51:51
  Author: svenstaro
Revision: 924662

upgpkg: watchexec 1.15.2-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:41:34 UTC (rev 924661)
+++ PKGBUILD2021-04-27 00:51:51 UTC (rev 924662)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('80ae278a8972e73ba77719d81b14c0c2f6ea6f66613b9ba8e8bf928ff6ec1c2e')
+sha256sums=('ed756ee865fe64d852c2a29d213b022b71c956e9abb5c36112005c2da2563e8a')
 
 build() {
   cd "$pkgname-$pkgver"


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:48:27
  Author: anthraxx
Revision: 413929

archrelease: copy trunk to extra-x86_64

Added:
  conky/repos/extra-x86_64/PKGBUILD
(from rev 413928, conky/trunk/PKGBUILD)
Deleted:
  conky/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 23:48:21 UTC (rev 413928)
+++ PKGBUILD2021-04-26 23:48:27 UTC (rev 413929)
@@ -1,63 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.12.1
-_gitcommit=7f84662c2c75dd939b27ce7d9fff95bc1070c1e0
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
-depends=(
-  'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 
'imlib2'
-  'libxml2' 'libpulse' 'libxnvctrl' 'systemd-libs' 'ncurses' 'curl'
-  libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so)
-source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(
-  'EB2E847572A71BE20F59AFBEB49ABB7270D9D4FD' # Brenden Matthews
-)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  cmake \
--B build \
--D CMAKE_BUILD_TYPE=Release \
--D MAINTAINER_MODE=ON \
--D BUILD_DOCS=ON \
--D BUILD_WLAN=ON \
--D BUILD_XDBE=ON \
--D BUILD_XSHAPE=ON \
--D BUILD_IMLIB2=ON \
--D BUILD_CURL=ON \
--D BUILD_RSS=ON \
--D BUILD_NVIDIA=ON \
--D BUILD_WEATHER_METAR=ON \
--D BUILD_PULSEAUDIO=ON \
--D BUILD_JOURNAL=ON \
--D CMAKE_INSTALL_PREFIX=/usr \
--Wno-dev \
--S .
-
-  make -C build
-}
-
-package() {
-  cd ${pkgname}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 extras/vim/syntax/conkyrc.vim -t 
"${pkgdir}"/usr/share/vim/vimfiles/syntax
-  install -Dm 644 extras/vim/ftdetect/conkyrc.vim -t 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect
-}
-
-# vim: ts=2 sw=2 et:

Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 413928, 
conky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 23:48:27 UTC (rev 413929)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.12.2
+_gitcommit=52e5aa53b4c76973519a770949dc8bdca0145325
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
+depends=(
+  'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 
'imlib2'
+  'libxml2' 'libpulse' 'libxnvctrl' 'systemd-libs' 'ncurses' 'curl'
+  libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so)
+source=("git+https://github.com/brndnmtthws/conky.git#tag=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(
+  'EB2E847572A71BE20F59AFBEB49ABB7270D9D4FD' # Brenden Matthews
+)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  cmake \
+-B build \
+-D CMAKE_BUILD_TYPE=Release \
+-D MAINTAINER_MODE=ON \
+-D BUILD_DOCS=ON \
+-D BUILD_WLAN=ON \
+-D BUILD_XDBE=ON \
+-D BUILD_XSHAPE=ON \
+-D BUILD_IMLIB2=ON \
+-D BUILD_CURL=ON \
+-D BUILD_RSS=ON \
+-D BUILD_NVIDIA=ON \
+-D BUILD_WEATHER_METAR=ON \
+-D BUILD_PULSEAUDIO=ON \
+-D BUILD_JOURNAL=ON \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-Wno-dev \
+-S .
+
+  make -C build
+}
+
+package() {
+  cd ${pkgname}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 extras/vim/syntax/conkyrc.vim -t 
"${pkgdir}"/usr/share/vim/vimfiles/syntax
+  install -Dm 644 extras/vim/ftdetect/conkyrc.vim -t 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:48:21
  Author: anthraxx
Revision: 413928

upgpkg: conky 1.12.2-1

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:40:39 UTC (rev 413927)
+++ PKGBUILD2021-04-26 23:48:21 UTC (rev 413928)
@@ -1,11 +1,12 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
 # Contributor: Giovanni Scafora 
 # Contributor: James Rayner 
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.12.1
-_gitcommit=7f84662c2c75dd939b27ce7d9fff95bc1070c1e0
+pkgver=1.12.2
+_gitcommit=52e5aa53b4c76973519a770949dc8bdca0145325
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
@@ -16,7 +17,7 @@
   'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 
'imlib2'
   'libxml2' 'libpulse' 'libxnvctrl' 'systemd-libs' 'ncurses' 'curl'
   libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so)
-source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed;)
+source=("git+https://github.com/brndnmtthws/conky.git#tag=${_gitcommit}?signed;)
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=(


[arch-commits] Commit in deepin-control-center/repos (4 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:41:34
  Author: felixonmars
Revision: 924661

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-control-center/repos/community-testing-x86_64/
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 924660, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-testing-x86_64/deepin-control-center-no-user-experience.patch
(from rev 924660, 
deepin-control-center/trunk/deepin-control-center-no-user-experience.patch)
  
deepin-control-center/repos/community-testing-x86_64/deepin-control-center-systeminfo-deepin-icon.patch
(from rev 924660, 
deepin-control-center/trunk/deepin-control-center-systeminfo-deepin-icon.patch)

+
 PKGBUILD   |   60 
 deepin-control-center-no-user-experience.patch |   29 
 deepin-control-center-systeminfo-deepin-icon.patch |  136 +++
 3 files changed, 225 insertions(+)

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
924660, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 23:41:34 UTC (rev 924661)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=5.4.17
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip' 'libpwquality'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils' 'deepin-pw-check')
+makedepends=('cmake' 'deepin-dock' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-control-center/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+$pkgname-systeminfo-deepin-icon.patch
+$pkgname-no-user-experience.patch)
+sha512sums=('4d8f15c3107ccd4b3be308a76fb6f2ee34a50829c09a2cb7d1423470803713d49e3da20f4caf08e57474e08e9e05168f57bfde0eb35e85e116adc186d192187b'
+
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
+
'b7f766e4dad9840a716ac22458b387626da712f56a546475f71639182273417bd3135b978a3926fe234bf7bae0c353c1d7cbb08ad386c2691f6b1223b1938bfa')
+
+prepare() {
+  rm 
dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
+  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
+  mkdir -p build
+
+  cd dde-control-center-$pkgver
+  # remove after they obey -DDISABLE_SYS_UPDATE properly
+  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
+}
+
+build() {
+  cd build
+  cmake -GNinja -DDISABLE_SYS_UPDATE=YES -DDISABLE_RECOVERY=YES 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+../dde-control-center-$pkgver
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: 
deepin-control-center/repos/community-testing-x86_64/deepin-control-center-no-user-experience.patch
 (from rev 924660, 
deepin-control-center/trunk/deepin-control-center-no-user-experience.patch)
===
--- community-testing-x86_64/deepin-control-center-no-user-experience.patch 
(rev 0)
+++ community-testing-x86_64/deepin-control-center-no-user-experience.patch 
2021-04-26 23:41:34 UTC (rev 924661)
@@ -0,0 +1,29 @@
+From 15a3b5101853ee0b1b62e5e7dde217cbf9a454bf Mon Sep 17 00:00:00 2001
+From: wangwei 
+Date: Fri, 10 Apr 2020 22:55:46 +0800
+Subject: [PATCH] =?UTF-8?q?feat(commoninfo):=20=E7=A4=BE=E5=8C=BA=E7=89=88?=
+ =?UTF-8?q?=E6=B2=A1=E6=9C=89=E2=80=9C=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?=
+ =?UTF-8?q?=E8=AE=A1=E5=88=92=E2=80=9D=E9=A1=B9?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Feat(19420) 社区版去掉用户体验计划

[arch-commits] Commit in deepin-control-center/trunk (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:41:15
  Author: felixonmars
Revision: 924660

upgpkg: deepin-control-center 5.4.17-1

Modified:
  deepin-control-center/trunk/PKGBUILD
  deepin-control-center/trunk/deepin-control-center-no-user-experience.patch

+
 PKGBUILD   |   23 +++
 deepin-control-center-no-user-experience.patch |   10 +-
 2 files changed, 16 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:38:39 UTC (rev 924659)
+++ PKGBUILD2021-04-26 23:41:15 UTC (rev 924660)
@@ -3,8 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.3.99.20210113
-_commit=e478c8ac3213c6d9659a1ec27d066e323a69b96c
+pkgver=5.4.17
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -12,8 +11,8 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip' 'libpwquality'
  'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('cmake' 'deepin-dock' 'gtest' 'ninja' 'qt5-tools')
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils' 'deepin-pw-check')
+makedepends=('cmake' 'deepin-dock' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 optdepends=('redshift: automatic color temperature support'
 'networkmanager-openconnect: for OpenConnect support'
 'networkmanager-openvpn: for OpenVPN support'
@@ -25,20 +24,20 @@
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
-source=("https://github.com/linuxdeepin/dde-control-center/archive/$_commit/$pkgname-$_commit.tar.gz;
+source=("https://github.com/linuxdeepin/dde-control-center/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 $pkgname-systeminfo-deepin-icon.patch
 $pkgname-no-user-experience.patch)
-sha512sums=('be23a36873c1971c55f7f3c093068d4d2883408c71e45b60ad3013e0293a9d4caf3e2391f5406058945bda800b7600330c74ab356d5b4a2f506fe0e030af4217'
+sha512sums=('4d8f15c3107ccd4b3be308a76fb6f2ee34a50829c09a2cb7d1423470803713d49e3da20f4caf08e57474e08e9e05168f57bfde0eb35e85e116adc186d192187b'
 
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
-
'6828c137af055c564df55e043c6a827a843c834906e2a66a59f9b2c8da80ca348ad98e24d2142100a198cd7fdb363a71e150e9392e93c09728c3d3ffb474748f')
+
'b7f766e4dad9840a716ac22458b387626da712f56a546475f71639182273417bd3135b978a3926fe234bf7bae0c353c1d7cbb08ad386c2691f6b1223b1938bfa')
 
 prepare() {
-  rm 
dde-control-center-$_commit/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
-  patch -d dde-control-center-$_commit -Np1 < 
$pkgname-systeminfo-deepin-icon.patch
-  patch -d dde-control-center-$_commit -Np1 < $pkgname-no-user-experience.patch
+  rm 
dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
+  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch
+  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
   mkdir -p build
 
-  cd dde-control-center-$_commit
+  cd dde-control-center-$pkgver
   # remove after they obey -DDISABLE_SYS_UPDATE properly
   sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
 }
@@ -46,7 +45,7 @@
 build() {
   cd build
   cmake -GNinja -DDISABLE_SYS_UPDATE=YES -DDISABLE_RECOVERY=YES 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-../dde-control-center-$_commit
+../dde-control-center-$pkgver
   ninja
 }
 

Modified: deepin-control-center-no-user-experience.patch
===
--- deepin-control-center-no-user-experience.patch  2021-04-26 23:38:39 UTC 
(rev 924659)
+++ deepin-control-center-no-user-experience.patch  2021-04-26 23:41:15 UTC 
(rev 924660)
@@ -14,16 +14,16 @@
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/src/frame/window/modules/commoninfo/commoninfowidget.cpp 
b/src/frame/window/modules/commoninfo/commoninfowidget.cpp
-index 1c0b4b4fa..aec40194a 100644
+index 47c1424e8..8c6ff52d3 100644
 --- a/src/frame/window/modules/commoninfo/commoninfowidget.cpp
 +++ b/src/frame/window/modules/commoninfo/commoninfowidget.cpp
-@@ -78,10 +78,7 @@ void CommonInfoWidget::initData()
-
QMetaMethod::fromSignal(::requestShowDeveloperModeWidget)});
- }
+@@ -108,9 +108,6 @@ void CommonInfoWidget::initData()
+ m_itemList.append({"dcc_developer_mode", tr("Developer Mode"),
+
QMetaMethod::fromSignal(::requestShowDeveloperModeWidget), 
nullptr, "developerMode"});
   

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:38:39
  Author: anthraxx
Revision: 924659

archrelease: copy trunk to community-any

Added:
  clamtk/repos/community-any/PKGBUILD
(from rev 924658, clamtk/trunk/PKGBUILD)
Deleted:
  clamtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 23:38:33 UTC (rev 924658)
+++ PKGBUILD2021-04-26 23:38:39 UTC (rev 924659)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Blaž Tomažič 
-
-pkgname=clamtk
-pkgver=6.09
-pkgrel=1
-pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
-url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
-arch=('any')
-license=('GPL')
-depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
- 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
- 'cron')
-source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('4bb7f4f8fdc346d60ba3dbe6abdf09edcad2fa3fd4aab6f9eebf88705a213dab9974e2b838eeb05f155ca44ed249874e23679002a1d6e8832bfe3c104b2832a8'
-'SKIP')
-validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
-  for f in lib/* ; do
-install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
-  done
-
-  for f in po/*.mo ; do
-install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
-  done
-
-  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: clamtk/repos/community-any/PKGBUILD (from rev 924658, 
clamtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 23:38:39 UTC (rev 924659)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Blaž Tomažič 
+
+pkgname=clamtk
+pkgver=6.11
+pkgrel=1
+pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
+url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
+arch=('any')
+license=('GPL')
+depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
+ 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
+ 'cron')
+source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
+sha512sums=('6fb0512460ae8f9c4762beb012a2539b6eb157c513138e661e10d3a8f615b8b6c9b0876772defa705f0180bea0a8b97fe187c1114611fe75906f8dae108db11c'
+'SKIP')
+validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
+  for f in lib/* ; do
+install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
+  done
+
+  for f in po/*.mo ; do
+install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
+  done
+
+  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:38:33
  Author: anthraxx
Revision: 924658

upgpkg: clamtk 6.11-1

Modified:
  clamtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:37:25 UTC (rev 924657)
+++ PKGBUILD2021-04-26 23:38:33 UTC (rev 924658)
@@ -2,7 +2,7 @@
 # Contributor: Blaž Tomažič 
 
 pkgname=clamtk
-pkgver=6.09
+pkgver=6.11
 pkgrel=1
 pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
 url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
@@ -12,7 +12,7 @@
  'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
  'cron')
 
source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('4bb7f4f8fdc346d60ba3dbe6abdf09edcad2fa3fd4aab6f9eebf88705a213dab9974e2b838eeb05f155ca44ed249874e23679002a1d6e8832bfe3c104b2832a8'
+sha512sums=('6fb0512460ae8f9c4762beb012a2539b6eb157c513138e661e10d3a8f615b8b6c9b0876772defa705f0180bea0a8b97fe187c1114611fe75906f8dae108db11c'
 'SKIP')
 validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

 


[arch-commits] Commit in deepin-pw-check/repos (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:37:25
  Author: felixonmars
Revision: 924657

archrelease: copy trunk to community-x86_64

Added:
  deepin-pw-check/repos/community-x86_64/
  deepin-pw-check/repos/community-x86_64/PKGBUILD
(from rev 924656, deepin-pw-check/trunk/PKGBUILD)

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

Copied: deepin-pw-check/repos/community-x86_64/PKGBUILD (from rev 924656, 
deepin-pw-check/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-04-26 23:37:25 UTC (rev 924657)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-pw-check
+pkgver=5.0.11
+pkgrel=1
+pkgdesc='Tool to verify the validity of the password'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-pw-check;
+license=('GPL3')
+depends=('cracklib' 'gtk3' 'iniparser')
+makedepends=('deepin-gettext-tools' 'git' 'go' 'golang-deepin-lib' 
'golang-github-linuxdeepin-go-dbus-factory')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/deepin-pw-check/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('725e5b24af0a0b50b7ff78664315afff9c7c7b5d083f8191829d50cf887cf04ab6c0a08ad0fcac97cc1a0f62cd49727c641ab4d213f5b1d39bfba608e2ba')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/godbus/dbus github.com/fsnotify/fsnotify
+
+  cd deepin-pw-check-$pkgver
+  sed -i 's|iniparser/||' */*.c
+  sed -i 's|gcc |gcc ${CFLAGS} ${LDFLAGS} |' Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-pw-check-$pkgver
+  # broken Makefile
+  make -j1
+}
+
+package() {
+  cd deepin-pw-check-$pkgver
+  make DESTDIR="$pkgdir" PKG_FILE_DIR=/usr/lib/pkgconfig 
PAM_MODULE_DIR=/usr/lib/security install
+}


[arch-commits] Commit in (4 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:36:51
  Author: felixonmars
Revision: 924656

addpkg: deepin-pw-check 5.0.11-1

Added:
  deepin-pw-check/
  deepin-pw-check/repos/
  deepin-pw-check/trunk/
  deepin-pw-check/trunk/PKGBUILD

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

Added: deepin-pw-check/trunk/PKGBUILD
===
--- deepin-pw-check/trunk/PKGBUILD  (rev 0)
+++ deepin-pw-check/trunk/PKGBUILD  2021-04-26 23:36:51 UTC (rev 924656)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-pw-check
+pkgver=5.0.11
+pkgrel=1
+pkgdesc='Tool to verify the validity of the password'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-pw-check;
+license=('GPL3')
+depends=('cracklib' 'gtk3' 'iniparser')
+makedepends=('deepin-gettext-tools' 'git' 'go' 'golang-deepin-lib' 
'golang-github-linuxdeepin-go-dbus-factory')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/deepin-pw-check/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('725e5b24af0a0b50b7ff78664315afff9c7c7b5d083f8191829d50cf887cf04ab6c0a08ad0fcac97cc1a0f62cd49727c641ab4d213f5b1d39bfba608e2ba')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/godbus/dbus github.com/fsnotify/fsnotify
+
+  cd deepin-pw-check-$pkgver
+  sed -i 's|iniparser/||' */*.c
+  sed -i 's|gcc |gcc ${CFLAGS} ${LDFLAGS} |' Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-pw-check-$pkgver
+  # broken Makefile
+  make -j1
+}
+
+package() {
+  cd deepin-pw-check-$pkgver
+  make DESTDIR="$pkgdir" PKG_FILE_DIR=/usr/lib/pkgconfig 
PAM_MODULE_DIR=/usr/lib/security install
+}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:33:47
  Author: anthraxx
Revision: 924655

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/PKGBUILD
(from rev 924654, vim-nerdtree/trunk/PKGBUILD)
Deleted:
  vim-nerdtree/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 23:33:40 UTC (rev 924654)
+++ PKGBUILD2021-04-26 23:33:47 UTC (rev 924655)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kwpolska 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdtree
-pkgver=6.9.8
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('83f492a396c4bfdf45e67b6dcbe32f8aaabb1d52783bccdc3a18873a66e8a83a1877f33babe952c55f056da47f40bd3d9cc927615b2d3461b6c7b2fbb0067cff')
-
-prepare() {
-  cd nerdtree-${pkgver}
-  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
-}
-
-package() {
-  cd nerdtree-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
-  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 924654, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 23:33:47 UTC (rev 924655)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kwpolska 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdtree
+pkgver=6.10.9
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim-plugin-runtime')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d6e2a9754295ccd55f3ede379a83a8cbc64e94f737f3fd4db082db3739caafc3e0fc7d1445ebde47a53272a8520fab298c63b132587cc3ac894cfe71f2bb3129')
+b2sums=('3d7ff8274b67277e5fa441980b2ccc2662280e5353b34413f2a755221128df7640fcde61982751eb8023675707da33ba069561e412e4d09e9306b348e0a47fa1')
+
+prepare() {
+  cd nerdtree-${pkgver}
+  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
+}
+
+package() {
+  cd nerdtree-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:33:40
  Author: anthraxx
Revision: 924654

upgpkg: vim-nerdtree 6.10.9-1

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:31:56 UTC (rev 924653)
+++ PKGBUILD2021-04-26 23:33:40 UTC (rev 924654)
@@ -6,16 +6,17 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdtree
-pkgver=6.9.8
+pkgver=6.10.9
 pkgrel=1
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 url='https://github.com/scrooloose/nerdtree'
 arch=('any')
 license=('custom:WTFPL')
-depends=('vim')
+depends=('vim-plugin-runtime')
 groups=('vim-plugins')
 
source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('83f492a396c4bfdf45e67b6dcbe32f8aaabb1d52783bccdc3a18873a66e8a83a1877f33babe952c55f056da47f40bd3d9cc927615b2d3461b6c7b2fbb0067cff')
+sha512sums=('d6e2a9754295ccd55f3ede379a83a8cbc64e94f737f3fd4db082db3739caafc3e0fc7d1445ebde47a53272a8520fab298c63b132587cc3ac894cfe71f2bb3129')
+b2sums=('3d7ff8274b67277e5fa441980b2ccc2662280e5353b34413f2a755221128df7640fcde61982751eb8023675707da33ba069561e412e4d09e9306b348e0a47fa1')
 
 prepare() {
   cd nerdtree-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:31:56
  Author: anthraxx
Revision: 924653

archrelease: copy trunk to community-x86_64

Added:
  eksctl/repos/community-x86_64/PKGBUILD
(from rev 924652, eksctl/trunk/PKGBUILD)
Deleted:
  eksctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 23:31:50 UTC (rev 924652)
+++ PKGBUILD2021-04-26 23:31:56 UTC (rev 924653)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Birks 
-# Contributor: Mike Williamson 
-
-pkgname=eksctl
-pkgver=0.40.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('66965a282239a0d408f98ed1d2c521c8886252a7739c32f2c4792d9d0d719bca')
-b2sums=('734dc7dfc5cda743dfdc4901fc933b85163f4a2e7c23d8e1c0cf59f465de75094a7e20337d18d86deb24294daf9a4e37f734c68732d2938203e433f4b7b37888')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  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 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
-./cmd/eksctl
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # completions
-  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 924652, 
eksctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 23:31:56 UTC (rev 924653)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Birks 
+# Contributor: Mike Williamson 
+
+pkgname=eksctl
+pkgver=0.46.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('b5cf809c49b03b05241f622d3c35228add910ff9ca4391595c9063b64e778bb0')
+b2sums=('531a9de7fc3a232ad9416843525c4a5af01231f0a9595b0ddf6cf277816519c52343dc9808b2f758d0733f884ab8a3a6727037ae77c9fdb59986feebff72279f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  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 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+./cmd/eksctl
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # completions
+  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:31:50
  Author: anthraxx
Revision: 924652

upgpkg: eksctl 0.46.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:29:21 UTC (rev 924651)
+++ PKGBUILD2021-04-26 23:31:50 UTC (rev 924652)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.40.0
+pkgver=0.46.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('66965a282239a0d408f98ed1d2c521c8886252a7739c32f2c4792d9d0d719bca')
-b2sums=('734dc7dfc5cda743dfdc4901fc933b85163f4a2e7c23d8e1c0cf59f465de75094a7e20337d18d86deb24294daf9a4e37f734c68732d2938203e433f4b7b37888')
+sha256sums=('b5cf809c49b03b05241f622d3c35228add910ff9ca4391595c9063b64e778bb0')
+b2sums=('531a9de7fc3a232ad9416843525c4a5af01231f0a9595b0ddf6cf277816519c52343dc9808b2f758d0733f884ab8a3a6727037ae77c9fdb59986feebff72279f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:29:21
  Author: anthraxx
Revision: 924651

archrelease: copy trunk to community-x86_64

Added:
  emptyepsilon/repos/community-x86_64/PKGBUILD
(from rev 924650, emptyepsilon/trunk/PKGBUILD)
Deleted:
  emptyepsilon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 23:29:14 UTC (rev 924650)
+++ PKGBUILD2021-04-26 23:29:21 UTC (rev 924651)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mewp 
-
-pkgname=emptyepsilon
-pkgver=2021.03.16
-pkgrel=1
-pkgdesc='Open source spaceship bridge simulator'
-url='https://github.com/daid/EmptyEpsilon'
-arch=('x86_64')
-license=('GPL2')
-depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr' 'glibc' 'gcc-libs')
-makedepends=('git' 'cmake' 'mesa' 'python')
-source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
-"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-  # fix shader loading, should be upstreamed
-  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
-}
-
-build() {
-  mkdir -p EmptyEpsilon/build
-  cd EmptyEpsilon/build
-  # add cppflags to use fortify
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  # release type is important here to get optimisation flags
-  # defined in the project's cmake files
-  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
--DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
--DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
--DOpenGL_GL_PREFERENCE=GLVND \
-..
-  make
-}
-
-package() {
-  cd EmptyEpsilon
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
-  mv "${pkgdir}"/usr/share/doc/EmptyEpsilon/script_reference.html 
"${pkgdir}/usr/share/doc/emptyepsilon"
-  rmdir "${pkgdir}"/usr/share/doc/EmptyEpsilon
-}
-
-# vim: ts=2 sw=2 et:

Copied: emptyepsilon/repos/community-x86_64/PKGBUILD (from rev 924650, 
emptyepsilon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 23:29:21 UTC (rev 924651)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mewp 
+
+pkgname=emptyepsilon
+pkgver=2021.03.31
+pkgrel=1
+pkgdesc='Open source spaceship bridge simulator'
+url='https://github.com/daid/EmptyEpsilon'
+arch=('x86_64')
+license=('GPL2')
+depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr' 'glibc' 'gcc-libs')
+makedepends=('git' 'cmake' 'mesa' 'python')
+source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
+"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+  # fix shader loading, should be upstreamed
+  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
+}
+
+build() {
+  mkdir -p EmptyEpsilon/build
+  cd EmptyEpsilon/build
+  # add cppflags to use fortify
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  # release type is important here to get optimisation flags
+  # defined in the project's cmake files
+  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
+-DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
+-DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
+-DOpenGL_GL_PREFERENCE=GLVND \
+..
+  make
+}
+
+package() {
+  cd EmptyEpsilon
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
+  mv "${pkgdir}"/usr/share/doc/EmptyEpsilon/script_reference.html 
"${pkgdir}/usr/share/doc/emptyepsilon"
+  rmdir "${pkgdir}"/usr/share/doc/EmptyEpsilon
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:29:14
  Author: anthraxx
Revision: 924650

upgpkg: emptyepsilon 2021.03.31-1

Modified:
  emptyepsilon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:23:24 UTC (rev 924649)
+++ PKGBUILD2021-04-26 23:29:14 UTC (rev 924650)
@@ -2,7 +2,7 @@
 # Contributor: Mewp 
 
 pkgname=emptyepsilon
-pkgver=2021.03.16
+pkgver=2021.03.31
 pkgrel=1
 pkgdesc='Open source spaceship bridge simulator'
 url='https://github.com/daid/EmptyEpsilon'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:21:41
  Author: anthraxx
Revision: 924643

archrelease: copy trunk to community-staging-x86_64

Added:
  rz-ghidra/repos/community-staging-x86_64/
  rz-ghidra/repos/community-staging-x86_64/PKGBUILD
(from rev 924642, rz-ghidra/trunk/PKGBUILD)

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

Copied: rz-ghidra/repos/community-staging-x86_64/PKGBUILD (from rev 924642, 
rz-ghidra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:21:41 UTC (rev 924643)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+
+pkgname=rz-ghidra
+_gitcommit=8df3bf7a6c392e3839dae005e3887ce953b5dabf
+_gitcutter=8d4c86069055f7bc70af8845f7de3069193f6be3
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Deep ghidra decompiler integration for rizin and rz-cutter'
+url='https://github.com/rizinorg/rz-ghidra'
+arch=('x86_64')
+license=('LGPL3')
+depends=('rizin' 'glibc')
+makedepends=('git' 'cmake' 'qt5-base')
+source=("git+${url}#commit=${_gitcommit}"
+"git+https://github.com/rizinorg/cutter#commit=${_gitcutter};
+rizin-ghidra::git+https://github.com/rizinorg/ghidra.git
+git+https://github.com/zeux/pugixml.git)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git tag -d rz-0.2.0 >/dev/null
+  git describe --tags --match 'rz-*' | sed 
's/^rz-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
+  git config submodule."ghidra/ghidra".url "${srcdir}/rizin-ghidra"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  cmake \
+-B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_CUTTER_PLUGIN=ON \
+-DBUILD_SLASPECS=ON \
+-DCUTTER_SOURCE_DIR="${srcdir}/cutter"
+  make -C build VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}
+  make -C build -j1 DESTDIR="${pkgdir}" install
+  # move shared library into RZ_LIBR_PLUGINS
+  rzversion=$(rizin -version|grep rizin|sed -E 's/rizin ([0-9\.]+) .*/\1/')
+  install -d "${pkgdir}/usr/lib/rizin/${rzversion}"
+  mv "${pkgdir}/usr/share/rizin/plugins"/*.so 
"${pkgdir}/usr/lib/rizin/${rzversion}"
+  ln -s /usr/lib/rizin/${rzversion} "${pkgdir}/usr/lib/rizin/last"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:21:35
  Author: anthraxx
Revision: 924642

upgpkg: rz-ghidra 0.2.1-1

Modified:
  rz-ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:12:34 UTC (rev 924641)
+++ PKGBUILD2021-04-26 23:21:35 UTC (rev 924642)
@@ -2,8 +2,8 @@
 
 pkgname=rz-ghidra
 _gitcommit=8df3bf7a6c392e3839dae005e3887ce953b5dabf
-_gitcutter=8d47919234e179284e7ca918cde827abc82a1b6b
-pkgver=0.2.0
+_gitcutter=8d4c86069055f7bc70af8845f7de3069193f6be3
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='Deep ghidra decompiler integration for rizin and rz-cutter'
 url='https://github.com/rizinorg/rz-ghidra'
@@ -22,6 +22,7 @@
 
 pkgver() {
   cd ${pkgname}
+  git tag -d rz-0.2.0 >/dev/null
   git describe --tags --match 'rz-*' | sed 
's/^rz-//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:12:34
  Author: anthraxx
Revision: 924641

archrelease: copy trunk to community-staging-x86_64

Added:
  iaito/repos/community-staging-x86_64/
  iaito/repos/community-staging-x86_64/PKGBUILD
(from rev 924640, iaito/trunk/PKGBUILD)

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

Copied: iaito/repos/community-staging-x86_64/PKGBUILD (from rev 924640, 
iaito/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:12:34 UTC (rev 924641)
@@ -0,0 +1,61 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=iaito
+_gitcommit=aec953b014cdc64d5303bc27de9a9c4565d7e8db
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/iaito'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 
'syntax-highlighting')
+makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
+optdepends=('r2ghidra: ghidra decompiler plugin')
+replaces=('r2cutter')
+source=("git+https://github.com/radareorg/iaito#commit=${_gitcommit};
+"git+https://github.com/radareorg/iaito-translations;)
+sha512sums=('SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd iaito
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd iaito
+  git config 'submodule.src/translations.url' "${srcdir}/iaito-translations"
+  git submodule update --init src/translations
+  sed 's|cutterbindings_python.h|iaitobindings_python.h|g' -i 
src/plugins/PluginManager.cpp
+  sed 's|SBK_CUTTERPLUGIN_IDX|SBK_IAITOPLUGIN_IDX|g' -i 
src/plugins/PluginManager.cpp
+}
+
+build() {
+  cd iaito/src
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DIAITO_ENABLE_PYTHON=ON \
+-DIAITO_ENABLE_PYTHON_BINDINGS=ON \
+-DIAITO_USE_BUNDLED_RADARE2=OFF \
+-DIAITO_USE_ADDITIONAL_RADARE2_PATHS=OFF \
+-DIAITO_ENABLE_CRASH_REPORTS=OFF \
+-DIAITO_ENABLE_GRAPHVIZ=ON \
+-Wno-dev \
+-G Ninja
+  ninja -C build
+}
+
+package() {
+  cd iaito
+  DESTDIR="${pkgdir}" ninja -C src/build install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:12:29
  Author: anthraxx
Revision: 924640

upgpkg: iaito 5.2.1-1

Modified:
  iaito/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:09:14 UTC (rev 924639)
+++ PKGBUILD2021-04-26 23:12:29 UTC (rev 924640)
@@ -3,8 +3,8 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=iaito
-_gitcommit=e296df66616da9ea3fa664cb1bb8f77c221a78fe
-pkgver=5.2.0
+_gitcommit=aec953b014cdc64d5303bc27de9a9c4565d7e8db
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/iaito'
@@ -31,8 +31,6 @@
   cd iaito
   git config 'submodule.src/translations.url' "${srcdir}/iaito-translations"
   git submodule update --init src/translations
-  mv src/org.radare.{r2cutter,iaito}.appdata.xml
-  mv src/org.radare.{r2cutter,iaito}.desktop
   sed 's|cutterbindings_python.h|iaitobindings_python.h|g' -i 
src/plugins/PluginManager.cpp
   sed 's|SBK_CUTTERPLUGIN_IDX|SBK_IAITOPLUGIN_IDX|g' -i 
src/plugins/PluginManager.cpp
 }


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:09:14
  Author: anthraxx
Revision: 924639

archrelease: copy trunk to community-staging-x86_64

Added:
  rz-cutter/repos/community-staging-x86_64/
  rz-cutter/repos/community-staging-x86_64/PKGBUILD
(from rev 924638, rz-cutter/trunk/PKGBUILD)

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

Copied: rz-cutter/repos/community-staging-x86_64/PKGBUILD (from rev 924638, 
rz-cutter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:09:14 UTC (rev 924639)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=rz-cutter
+_gitcommit=8d4c86069055f7bc70af8845f7de3069193f6be3
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
+url='https://github.com/rizinorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 
'syntax-highlighting')
+makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
+optdepends=('rz-ghidra: ghidra decompiler plugin')
+source=("git+https://github.com/rizinorg/cutter#commit=${_gitcommit};
+"git+https://github.com/rizinorg/cutter-translations;)
+sha512sums=('SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd cutter
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd cutter
+  git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
+  git submodule update --init src/translations
+}
+
+build() {
+  cd cutter
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=ON \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
+-DCUTTER_USE_BUNDLED_RIZIN=OFF \
+-DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF \
+-DCUTTER_ENABLE_CRASH_REPORTS=OFF \
+-DCUTTER_ENABLE_GRAPHVIZ=ON \
+-Wno-dev \
+-G Ninja
+  ninja -C build
+}
+
+package() {
+  cd cutter
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:09:09
  Author: anthraxx
Revision: 924638

upgpkg: rz-cutter 2.0.2-1

Modified:
  rz-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:07:41 UTC (rev 924637)
+++ PKGBUILD2021-04-26 23:09:09 UTC (rev 924638)
@@ -3,8 +3,8 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=rz-cutter
-_gitcommit=8d47919234e179284e7ca918cde827abc82a1b6b
-pkgver=2.0.1
+_gitcommit=8d4c86069055f7bc70af8845f7de3069193f6be3
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:41
  Author: anthraxx
Revision: 924637

archrelease: copy trunk to community-staging-x86_64

Added:
  r2ghidra/repos/community-staging-x86_64/
  r2ghidra/repos/community-staging-x86_64/PKGBUILD
(from rev 924636, r2ghidra/trunk/PKGBUILD)

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

Copied: r2ghidra/repos/community-staging-x86_64/PKGBUILD (from rev 924636, 
r2ghidra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:07:41 UTC (rev 924637)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+
+pkgname=r2ghidra
+_gitcommit=cd769a4e9bfb2d1ab6ca5858dead13b931fcbf7f
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Deep ghidra decompiler integration for radare2 and iaito'
+url='https://github.com/radareorg/r2ghidra'
+arch=('x86_64')
+license=('LGPL3')
+depends=('radare2' 'glibc')
+makedepends=('git' 'cmake')
+provides=('radare2-r2ghidra')
+replaces=('r2ghidra-dec')
+source=("git+https://github.com/radareorg/r2ghidra#commit=${_gitcommit};
+radare-ghidra::git+https://github.com/radareorg/ghidra.git
+git+https://github.com/zeux/pugixml.git)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
+  git config submodule."ghidra/ghidra".url "${srcdir}/radare-ghidra"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  cmake \
+-B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SLASPECS=ON
+  make -C build VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}
+  make -C build -j1 DESTDIR="${pkgdir}" install
+  # move shared library into R2_LIBR_PLUGINS
+  r2version=$(r2 -version|grep radare2|sed -E 's/radare2 ([0-9\.]+) .*/\1/')
+  install -d "${pkgdir}/usr/lib/radare2"
+  mv "${pkgdir}/usr/lib/radare2/last" "${pkgdir}/usr/lib/radare2/${r2version}"
+  ln -s /usr/lib/radare2/${r2version} "${pkgdir}/usr/lib/radare2/last"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:27
  Author: anthraxx
Revision: 924635

archrelease: copy trunk to community-staging-x86_64

Added:
  rizin/repos/community-staging-x86_64/
  rizin/repos/community-staging-x86_64/PKGBUILD
(from rev 924634, rizin/trunk/PKGBUILD)

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

Copied: rizin/repos/community-staging-x86_64/PKGBUILD (from rev 924634, 
rizin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:07:27 UTC (rev 924635)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+
+pkgname=rizin
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://rizin.re'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=(
+  'sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib' 'lz4' 'xxhash'
+  'libxxhash.so' 'file' 'libuv' 'tree-sitter' 'libtree-sitter.so'
+  'libzip.so' 'libmagic.so')
+makedepends=('meson' 'ninja' 'python')
+optdepends=('rz-ghidra: ghidra decompiler plugin')
+options=('!emptydirs')
+source=(https://github.com/rizinorg/rizin/releases/download/v${pkgver}/rizin-src-v${pkgver}.tar.xz)
+sha512sums=('4d0a68971a8fe1de3860f8ee18197606f59c22d4c24f3fcce691c73b45c8fe8c356a9b411604e9c3d4e5bb01f695b6ead32cdc217134eb4ddfec76867c16c327')
+b2sums=('3ce048c5e93afa43b33bb7c36e7f7a96734886a44a67339c18b36de84b6e3dd015aa49fd048815bc7cb26a39bd3c44ebd00227fdb0c3dc9d9f07ff2ff1f1948d')
+
+build() {
+  cd ${pkgname}-v${pkgver}
+  arch-meson build \
+-D use_sys_capstone=enabled \
+-D use_capstone_version=v4 \
+-D use_sys_magic=enabled \
+-D use_sys_libzip=enabled \
+-D use_sys_zlib=enabled \
+-D use_sys_lz4=enabled \
+-D use_sys_xxhash=enabled \
+-D use_sys_openssl=enabled \
+-D use_sys_tree_sitter=enabled \
+-D use_libuv=true \
+-D use_webui=true \
+-D local=disabled
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-v${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -d "${pkgdir}/usr/share/doc/rizin"
+  cp -r doc/* "${pkgdir}/usr/share/doc/rizin"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:22
  Author: anthraxx
Revision: 924634

upgpkg: rizin 0.2.1-1

Modified:
  rizin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:07:15 UTC (rev 924633)
+++ PKGBUILD2021-04-26 23:07:22 UTC (rev 924634)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=rizin
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://rizin.re'
@@ -15,8 +15,8 @@
 optdepends=('rz-ghidra: ghidra decompiler plugin')
 options=('!emptydirs')
 
source=(https://github.com/rizinorg/rizin/releases/download/v${pkgver}/rizin-src-v${pkgver}.tar.xz)
-sha512sums=('d9522423110553e4b0ac80bfce6edd4b642a1df74e76b77ab23a7b13a37a37a3858ad294e14742a349265ed509345fb0277b910de6814eee3b970a6b9b344d12')
-b2sums=('2db80b74cb1f40387e8d173fea19418d0a95be6a93acd5fb39da2fd51a0db6d77b20a7e8c551c461ce10ec2a39aa51958c238cd8dad7a357cd886804e87efa93')
+sha512sums=('4d0a68971a8fe1de3860f8ee18197606f59c22d4c24f3fcce691c73b45c8fe8c356a9b411604e9c3d4e5bb01f695b6ead32cdc217134eb4ddfec76867c16c327')
+b2sums=('3ce048c5e93afa43b33bb7c36e7f7a96734886a44a67339c18b36de84b6e3dd015aa49fd048815bc7cb26a39bd3c44ebd00227fdb0c3dc9d9f07ff2ff1f1948d')
 
 build() {
   cd ${pkgname}-v${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:34
  Author: anthraxx
Revision: 924636

upgpkg: r2ghidra 5.2.1-1

Modified:
  r2ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:07:27 UTC (rev 924635)
+++ PKGBUILD2021-04-26 23:07:34 UTC (rev 924636)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=r2ghidra
-_gitcommit=81cf63a8ef3aafcc67248ab952a454e69199df3f
-pkgver=5.2.0
+_gitcommit=cd769a4e9bfb2d1ab6ca5858dead13b931fcbf7f
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Deep ghidra decompiler integration for radare2 and iaito'
 url='https://github.com/radareorg/r2ghidra'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:15
  Author: anthraxx
Revision: 924633

archrelease: copy trunk to community-staging-x86_64

Added:
  radare2/repos/community-staging-x86_64/
  radare2/repos/community-staging-x86_64/PKGBUILD
(from rev 924632, radare2/trunk/PKGBUILD)

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

Copied: radare2/repos/community-staging-x86_64/PKGBUILD (from rev 924632, 
radare2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 23:07:15 UTC (rev 924633)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
+ 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv' 'tree-sitter'
+ 'libtree-sitter.so' 'libzip.so' 'libmagic.so')
+makedepends=('meson')
+optdepends=('r2ghidra: ghidra decompiler plugin')
+options=('!emptydirs')
+source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c744f5c8fff163022a7a9a913fe34dfa0dee0d9ab3b18bd4cc038c2d487dbfeba2f1523aa12a3166a2c22c45bcc71e802fae101b72fc2e6adab96b522c0de17b')
+b2sums=('2edfa30d15214ac4dac6065349c808b539619413e7a100459efd5bf74e95c2483edb1ec13de8387d3a7dcfe25a2922ee377c37f4781c374df04e63fe98910b7e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  touch libr/config.mk
+  arch-meson build \
+-D use_sys_capstone=true \
+-D use_capstone_version=v4 \
+-D use_sys_magic=true \
+-D use_sys_zip=true \
+-D use_sys_zlib=true \
+-D use_sys_lz4=true \
+-D use_sys_xxhash=true \
+-D use_sys_openssl=true \
+-D use_sys_tree_sitter=true \
+-D use_libuv=true \
+-D use_webui=true \
+-D tree-sitter-sync=true
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -r doc/* "${pkgdir}/usr/share/doc/radare2"
+  ln -s /usr/share/man/man1/radare2.1.gz "${pkgdir}/usr/share/man/man1/r2.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 23:07:07
  Author: anthraxx
Revision: 924632

upgpkg: radare2 5.2.1-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:07:06 UTC (rev 924631)
+++ PKGBUILD2021-04-26 23:07:07 UTC (rev 924632)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://radare.org'
@@ -15,8 +15,8 @@
 optdepends=('r2ghidra: ghidra decompiler plugin')
 options=('!emptydirs')
 
source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('664ea6df65c1ea8d13a80d281c3dbbcae16fb308826b9276e68d63f26f239f4a5c0d59abcf9325c299894ad4ebf1098b964aa3cad0bbe58b6c96cbd6e7b25952')
-b2sums=('51335b5560ea9085a7cb6ae998657d62353ad65e10f715ca25ec34cde75d48cd06d8312a898de71096138365d3ea13de45e6e48b2c0f06cea7d593cca43a0ef9')
+sha512sums=('c744f5c8fff163022a7a9a913fe34dfa0dee0d9ab3b18bd4cc038c2d487dbfeba2f1523aa12a3166a2c22c45bcc71e802fae101b72fc2e6adab96b522c0de17b')
+b2sums=('2edfa30d15214ac4dac6065349c808b539619413e7a100459efd5bf74e95c2483edb1ec13de8387d3a7dcfe25a2922ee377c37f4781c374df04e63fe98910b7e')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:07:06
  Author: felixonmars
Revision: 924631

archrelease: copy trunk to community-any

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

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

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

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

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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:06:50
  Author: felixonmars
Revision: 924630

upgpkg: python-hypothesis 6.8.12-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:06:38 UTC (rev 924629)
+++ PKGBUILD2021-04-26 23:06:50 UTC (rev 924630)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=6.8.11
+pkgver=6.8.12
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('07e90917421559482d35debf920e9016028ac24fabda85592d50b1ff730c8dbea2e9c1a180e4a7769a45a01a15fd7e35afce8bf1b423af072a6f882e7803b546')
+sha512sums=('5fb1151669b660481b3867e7f2a1f3b817708cad41344fefbf176c3bf2c8b7fc64b4125644596165b12b378160dcf0f11c2bd576d7343abbf70aab87eebd')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:06:38
  Author: felixonmars
Revision: 924629

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-daemon/repos/community-testing-x86_64/
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 924628, deepin-daemon/trunk/PKGBUILD)
  
deepin-daemon/repos/community-testing-x86_64/deepin-daemon-fix-vanilla-libinput.patch
(from rev 924628, 
deepin-daemon/trunk/deepin-daemon-fix-vanilla-libinput.patch)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 924628, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 924628, deepin-daemon/trunk/deepin-daemon.sysusers)

--+
 PKGBUILD |   76 +
 deepin-daemon-fix-vanilla-libinput.patch |   59 ++
 deepin-daemon.install|3 +
 deepin-daemon.sysusers   |2 
 4 files changed, 140 insertions(+)

Copied: deepin-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 924628, 
deepin-daemon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 23:06:38 UTC (rev 924629)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=5.13.10
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'ddcutil' 'deepin-api' 'gvfs' 'iso-codes' 
'lsb-release'
+ 'mobile-broadband-provider-info' 'deepin-polkit-agent'
+ 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
+ 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
+ 'org.freedesktop.secrets' 'noto-fonts' 'imwheel')
+makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 
'golang-gopkg-yaml.v2' 'sqlite' 'deepin-gettext-tools'
+ 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 'go')
+optdepends=('networkmanager: for network management support'
+'bluez: for bluetooth support'
+'iw: for miracast module'
+'proxychains-ng: for proxy configuration module')
+conflicts=('dde-daemon')
+replaces=('dde-daemon')
+groups=('deepin')
+install="$pkgname.install"
+source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+$pkgname-fix-vanilla-libinput.patch
+'deepin-daemon.sysusers')
+sha512sums=('01b78c7e523a53744d30cf596e530e44ff1790bf8de9f12f92352e5af006fb98b48e30f719a4fec5af0bfc79b8e5fe59a610cb30f842aeaf9c13d7d38517b356'
+
'944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
+
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
+
+export GO111MODULE=off
+
+prepare() {
+  cd dde-daemon-$pkgver
+  patch -p1 -i ../$pkgname-fix-vanilla-libinput.patch
+
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav
+
+  go get github.com/axgle/mahonia github.com/msteinert/pam 
github.com/gosexy/gettext github.com/rickb777/date \
+ github.com/jinzhu/gorm github.com/kelvins/sunrisesunset 
github.com/mozillazg/go-pinyin github.com/teambition/rrule-go \
+ golang.org/x/xerrors github.com/mattn/go-sqlite3 
github.com/fsnotify/fsnotify github.com/godbus/dbus \
+ github.com/Lofanmi/pinyin-golang/pinyin
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd dde-daemon-$pkgver
+  
+  make -C network/nm_generator gen-nm-code
+  make
+}
+
+package() {
+  cd dde-daemon-$pkgver
+  make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
+
+  mv "$pkgdir"{,/usr}/lib/systemd
+  mv "$pkgdir"{,/usr}/lib/udev
+  rmdir "$pkgdir"/lib
+
+  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
+}

Copied: 
deepin-daemon/repos/community-testing-x86_64/deepin-daemon-fix-vanilla-libinput.patch
 (from rev 924628, deepin-daemon/trunk/deepin-daemon-fix-vanilla-libinput.patch)
===
--- 

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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:06:16
  Author: felixonmars
Revision: 924628

upgpkg: deepin-daemon 5.13.10-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 23:05:12 UTC (rev 924627)
+++ PKGBUILD2021-04-26 23:06:16 UTC (rev 924628)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=5.12.52
+pkgver=5.13.10
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,11 +28,11 @@
 
source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 $pkgname-fix-vanilla-libinput.patch
 'deepin-daemon.sysusers')
-sha512sums=('2f62d6051867c46941b088833ee3e6cecc06008ca7568bbb904ed69a6647bd0bb46ff9d7ec946ab24abb2f2e3ec9c85f789194e8bea73196483f7cc77b8c2c89'
+sha512sums=('01b78c7e523a53744d30cf596e530e44ff1790bf8de9f12f92352e5af006fb98b48e30f719a4fec5af0bfc79b8e5fe59a610cb30f842aeaf9c13d7d38517b356'
 
'944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
-export GO111MODULE=auto
+export GO111MODULE=off
 
 prepare() {
   cd dde-daemon-$pkgver


[arch-commits] Commit in deepin-polkit-agent/repos (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:05:12
  Author: felixonmars
Revision: 924627

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-polkit-agent/repos/community-testing-x86_64/
  deepin-polkit-agent/repos/community-testing-x86_64/PKGBUILD
(from rev 924626, deepin-polkit-agent/trunk/PKGBUILD)

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

Copied: deepin-polkit-agent/repos/community-testing-x86_64/PKGBUILD (from rev 
924626, deepin-polkit-agent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 23:05:12 UTC (rev 924627)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=5.4.3
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('8793a73412eb74e68d72903c5ef0a901d8c8656441fff6b6e5cafa80098a79138e25eec60ffc20ebc09769af4aa22203c36d113cea7cb5429e94210006297368')
+
+prepare() {
+  cd dde-polkit-agent-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/1721
+  sed -i 's/bool is_deepin = true/bool is_deepin = false/' 
policykitlistener.cpp
+  # https://github.com/linuxdeepin/dde-polkit-agent/issues/26
+  sed -i '/setCancel/d' policykitlistener.cpp
+}
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-polkit-agent/trunk (PKGBUILD)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 23:05:00
  Author: felixonmars
Revision: 924626

upgpkg: deepin-polkit-agent 5.4.3-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:55:09 UTC (rev 924625)
+++ PKGBUILD2021-04-26 23:05:00 UTC (rev 924626)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-polkit-agent
-pkgver=5.3.0.3
+pkgver=5.4.3
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
@@ -13,12 +13,14 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('ad9f88ba0ffd73a694006c454b752d33f38902317c6ea2485fee04d1ac8583d880a4a8e032a91bf1a5bdce4a51f9ec956a56ebe23798832ef10c9e22143a6a18')
+sha512sums=('8793a73412eb74e68d72903c5ef0a901d8c8656441fff6b6e5cafa80098a79138e25eec60ffc20ebc09769af4aa22203c36d113cea7cb5429e94210006297368')
 
 prepare() {
   cd dde-polkit-agent-$pkgver
   # https://github.com/linuxdeepin/developer-center/issues/1721
   sed -i 's/bool is_deepin = true/bool is_deepin = false/' 
policykitlistener.cpp
+  # https://github.com/linuxdeepin/dde-polkit-agent/issues/26
+  sed -i '/setCancel/d' policykitlistener.cpp
 }
 
 build() {


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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:55:09
  Author: felixonmars
Revision: 924625

archrelease: copy trunk to community-testing-x86_64

Added:
  startdde/repos/community-testing-x86_64/
  startdde/repos/community-testing-x86_64/PKGBUILD
(from rev 924624, startdde/trunk/PKGBUILD)
  startdde/repos/community-testing-x86_64/schema.patch
(from rev 924624, startdde/trunk/schema.patch)

--+
 PKGBUILD |   60 +
 schema.patch |   20 +++
 2 files changed, 80 insertions(+)

Copied: startdde/repos/community-testing-x86_64/PKGBUILD (from rev 924624, 
startdde/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 22:55:09 UTC (rev 924625)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.8.7
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+schema.patch)
+sha512sums=('4470116be8d4d96d09c7aee93916c567d605a438f49fbad4cdb6560e9680ded84bc1f9f0eaa9eace4cd80e965b939d3678478508f57411235d85b4f059b673c1'
+
'8f0a34a273de5ad784684a8bea349363d768a64ce574621b07537af3055baa60c6d645f75e20575ed8978a03e31992b9dc6f66939b29c8d4331964ac9a1f72eb')
+
+export GO111MODULE=off
+
+prepare() {
+  patch -d startdde-$pkgver -p2 < schema.patch
+
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}

Copied: startdde/repos/community-testing-x86_64/schema.patch (from rev 924624, 
startdde/trunk/schema.patch)
===
--- community-testing-x86_64/schema.patch   (rev 0)
+++ community-testing-x86_64/schema.patch   2021-04-26 22:55:09 UTC (rev 
924625)
@@ -0,0 +1,20 @@
+--- src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml.orig   
2021-04-27 06:50:57.106648182 +0800
 src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml
2021-04-27 06:51:08.183279539 +0800
+@@ -7,7 +7,7 @@
+ The delay seconds for autostart
+ 
+ 
+-''
++'deepin-wm'
+ The window manager start command
+ This key will special window manager at startdde 
startup. If empty, using deepin-wm.
+ 
+@@ -18,7 +18,7 @@
+ 
+ 
+ 
+-true
++false
+ swap sched enabled
+ 
+ 


[arch-commits] Commit in startdde/trunk (PKGBUILD schema.patch)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:54:54
  Author: felixonmars
Revision: 924624

upgpkg: startdde 5.8.7-1

Added:
  startdde/trunk/schema.patch
Modified:
  startdde/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 schema.patch |   20 
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:50:29 UTC (rev 924623)
+++ PKGBUILD2021-04-26 22:54:54 UTC (rev 924624)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=5.6.0.35.1
+pkgver=5.8.7
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -19,10 +19,16 @@
 'deepin-kwin: Preferred window manager')
 replaces=('deepin-wm-switcher')
 groups=('deepin')
-source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('48bc2d9117ca3eaaeec58e323674a01abbabf0f9faa966c312b1efae639553510d67d5f5c905dac44dafd80325d5c211d953aaa7015009cbcbe2e64521290d84')
+source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+schema.patch)
+sha512sums=('4470116be8d4d96d09c7aee93916c567d605a438f49fbad4cdb6560e9680ded84bc1f9f0eaa9eace4cd80e965b939d3678478508f57411235d85b4f059b673c1'
+
'8f0a34a273de5ad784684a8bea349363d768a64ce574621b07537af3055baa60c6d645f75e20575ed8978a03e31992b9dc6f66939b29c8d4331964ac9a1f72eb')
 
+export GO111MODULE=off
+
 prepare() {
+  patch -d startdde-$pkgver -p2 < schema.patch
+
   export GOPATH="$srcdir/build:/usr/share/gocode"
   go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
 

Added: schema.patch
===
--- schema.patch(rev 0)
+++ schema.patch2021-04-26 22:54:54 UTC (rev 924624)
@@ -0,0 +1,20 @@
+--- src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml.orig   
2021-04-27 06:50:57.106648182 +0800
 src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml
2021-04-27 06:51:08.183279539 +0800
+@@ -7,7 +7,7 @@
+ The delay seconds for autostart
+ 
+ 
+-''
++'deepin-wm'
+ The window manager start command
+ This key will special window manager at startdde 
startup. If empty, using deepin-wm.
+ 
+@@ -18,7 +18,7 @@
+ 
+ 
+ 
+-true
++false
+ swap sched enabled
+ 
+ 


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:50:29
  Author: anthraxx
Revision: 924623

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 924622, 
mpv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-26 22:50:29 UTC (rev 924623)
@@ -0,0 +1,68 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+_tag='4c9d3669a0f672e6754ac456acd324db570964d3' # git rev-parse v${pkgver}
+pkgver=0.33.1
+pkgrel=2
+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/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:49:05
  Author: anthraxx
Revision: 924622

archrelease: copy trunk to staging-x86_64

Added:
  mpv/repos/staging-x86_64/PKGBUILD
(from rev 924621, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 22:40:24 UTC (rev 924621)
+++ PKGBUILD2021-04-26 22:49:05 UTC (rev 924622)
@@ -1,68 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-_tag='4c9d3669a0f672e6754ac456acd324db570964d3' # git rev-parse v${pkgver}
-pkgver=0.33.1
-pkgrel=2
-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
-}

Copied: mpv/repos/staging-x86_64/PKGBUILD (from rev 924621, mpv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 22:49:05 UTC (rev 924622)
@@ -0,0 +1,68 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+_tag='4c9d3669a0f672e6754ac456acd324db570964d3' # git rev-parse v${pkgver}
+pkgver=0.33.1
+pkgrel=2
+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')

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:40:39
  Author: anthraxx
Revision: 413927

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  250 +
 update-vlc-plugin-cache.hook |   11 +
 vlc-3.0.11.1-srt_1.4.2.patch |   24 +++
 3 files changed, 285 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 413926, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-26 22:40:39 UTC (rev 413927)
@@ -0,0 +1,250 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.12
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=5
+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'
+'srt: SRT input/output plugin'
+'aalib: ASCII art video output'
+'libcaca: colored ASCII art video output'
+ 

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:40:32
  Author: anthraxx
Revision: 413926

upgpkg: vlc 3.0.12-5: libplacebo 3.120.2 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:00:05 UTC (rev 413925)
+++ PKGBUILD2021-04-26 22:40:32 UTC (rev 413926)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:40:24
  Author: anthraxx
Revision: 924621

archrelease: copy trunk to community-x86_64

Added:
  nimble/repos/community-x86_64/PKGBUILD
(from rev 924620, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 22:40:18 UTC (rev 924620)
+++ PKGBUILD2021-04-26 22:40:24 UTC (rev 924621)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.12.0
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'openssl')
-makedepends=('nim')
-source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cb25f57c925af14138efa9f9229f054bd559400effe2c118dda18d7e220d9094380481befb46b2913f22831a70b3958eecb23ec085a5e3a298a4136337b96c2b')
-b2sums=('2ae855402746b167aa237feafe59ae7e4decab33a63afb8b1422710cae884a0b0a5c08aa6efef8150d96e51ad468a77147026b6129ee9c2de21a7ceee6e2b5fc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
-  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
-  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
-
-  # completions
-  install -Dm 644 nimble.bash-completion 
"${pkgdir}/usr/share/bash-completion/completions/nimble"
-  install -Dm 644 nimble.zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_nimble"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 924620, 
nimble/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 22:40:24 UTC (rev 924621)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.13.1
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'openssl')
+makedepends=('nim')
+source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d13fc755e2018911faa1039ca6c73a3ecaa7aa57fb57faee9babb750155ac5e73be4f60110ee64cdd56874245f7c046d6c825356fd84a8fcbba9683db2406520')
+b2sums=('47b5d4b9b68238433c11d75283ced572ba04ebb1495ecc9a07b59c40f68907bd76f46b02987d454bbc51d8298e476699bfe8a49ea8e1007bbfa2505b0df0b0b3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
+  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+
+  # completions
+  install -Dm 644 nimble.bash-completion 
"${pkgdir}/usr/share/bash-completion/completions/nimble"
+  install -Dm 644 nimble.zsh-completion 
"${pkgdir}/usr/share/zsh/site-functions/_nimble"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:40:18
  Author: anthraxx
Revision: 924620

upgpkg: nimble 1:0.13.1-1

Modified:
  nimble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:40:14 UTC (rev 924619)
+++ PKGBUILD2021-04-26 22:40:18 UTC (rev 924620)
@@ -2,7 +2,7 @@
 # Contributor: Alexander F Rødseth 
 
 pkgname=nimble
-pkgver=0.12.0
+pkgver=0.13.1
 pkgrel=1
 epoch=1
 pkgdesc='Package manager for the Nim programming language'
@@ -12,8 +12,8 @@
 depends=('glibc' 'openssl')
 makedepends=('nim')
 
source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cb25f57c925af14138efa9f9229f054bd559400effe2c118dda18d7e220d9094380481befb46b2913f22831a70b3958eecb23ec085a5e3a298a4136337b96c2b')
-b2sums=('2ae855402746b167aa237feafe59ae7e4decab33a63afb8b1422710cae884a0b0a5c08aa6efef8150d96e51ad468a77147026b6129ee9c2de21a7ceee6e2b5fc')
+sha512sums=('d13fc755e2018911faa1039ca6c73a3ecaa7aa57fb57faee9babb750155ac5e73be4f60110ee64cdd56874245f7c046d6c825356fd84a8fcbba9683db2406520')
+b2sums=('47b5d4b9b68238433c11d75283ced572ba04ebb1495ecc9a07b59c40f68907bd76f46b02987d454bbc51d8298e476699bfe8a49ea8e1007bbfa2505b0df0b0b3')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:40:14
  Author: felixonmars
Revision: 924619

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-api/repos/community-testing-x86_64/
  deepin-api/repos/community-testing-x86_64/PKGBUILD
(from rev 924618, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-testing-x86_64/deepin-api.install
(from rev 924618, deepin-api/trunk/deepin-api.install)
  deepin-api/repos/community-testing-x86_64/deepin-api.sysusers
(from rev 924618, deepin-api/trunk/deepin-api.sysusers)

-+
 PKGBUILD|   59 ++
 deepin-api.install  |   16 +
 deepin-api.sysusers |1 
 3 files changed, 76 insertions(+)

Copied: deepin-api/repos/community-testing-x86_64/PKGBUILD (from rev 924618, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 22:40:14 UTC (rev 924619)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=5.4.5
+pkgrel=1
+pkgdesc='Golang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+# alsa-utils: alsactl used in sound-theme-player
+# bc: used in adjust-grub-theme
+# fontconfig: fc-match used in adjust-grub-theme
+# librsvg: rsvg-convert used in adjust-grub-theme
+# util-linux: rfkill used in device
+depends=('alsa-utils' 'bc' 'fontconfig' 'glib2' 'gdk-pixbuf-xlib' 'gtk3' 
'libcanberra-pulse'
+ 'librsvg' 'libxi' 'libxfixes' 'poppler-glib' 'util-linux' 'xcur2png' 
'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-github-linuxdeepin-go-dbus-factory' 
'golang-github-linuxdeepin-go-x11-client'
+ 'golang-github-nfnt-resize' 'bzr' 'go-pie')
+provides=('golang-deepin-dde-api')
+groups=('deepin')
+install=deepin-api.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
+deepin-api.sysusers)
+sha512sums=('e91a97822ca177ade69321a3afbd255331d33e196aef87325d5ff4843bc4d3307e0ddde001f11ed6d6365486bf868e38f566782afc12fbd7bf87eb29e0f71271'
+
'e894eb3928af9e244fa78010fdf16c8abb6ce18df114cf05327d02b18774d6ba5b023e4dfa0d07042f4e44a5c6e2ddb55b07f3e0db466a0e6169b52465fdefd6')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+
+  go get github.com/disintegration/imaging github.com/fogleman/gg 
github.com/mattn/go-sqlite3 github.com/gosexy/gettext github.com/rickb777/date
+}
+
+build(){
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd dde-api-$pkgver
+  make
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+
+  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
+}

Copied: deepin-api/repos/community-testing-x86_64/deepin-api.install (from rev 
924618, deepin-api/trunk/deepin-api.install)
===
--- community-testing-x86_64/deepin-api.install (rev 0)
+++ community-testing-x86_64/deepin-api.install 2021-04-26 22:40:14 UTC (rev 
924619)
@@ -0,0 +1,16 @@
+post_install() {
+  # We need to know uid and gid to create /var/lib/deepin-sound-player with 
proper
+  # permissions. So keep systemd-sysusers invocation here despite having
+  # pacman hooks.
+  systemd-sysusers deepin-sound-player.conf
+  mkdir -p var/lib/deepin-sound-player
+  chown -R deepin-sound-player:deepin-sound-player var/lib/deepin-sound-player
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 5.2.0.1-2) < 0)); then
+usermod -d /var/lib/deepin-sound-player deepin-sound-player
+mkdir -p var/lib/deepin-sound-player
+chown -R deepin-sound-player:deepin-sound-player 
var/lib/deepin-sound-player
+  fi
+}

Copied: deepin-api/repos/community-testing-x86_64/deepin-api.sysusers (from rev 
924618, deepin-api/trunk/deepin-api.sysusers)
===
--- community-testing-x86_64/deepin-api.sysusers
(rev 0)
+++ community-testing-x86_64/deepin-api.sysusers2021-04-26 22:40:14 UTC 
(rev 924619)
@@ -0,0 +1 @@
+u deepin-sound-player - "Deepin Sound Player" /var/lib/deepin-sound-player


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

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:39:55
  Author: felixonmars
Revision: 924618

upgpkg: deepin-api 5.4.5-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:35:45 UTC (rev 924617)
+++ PKGBUILD2021-04-26 22:39:55 UTC (rev 924618)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=5.3.2
-pkgrel=2
+pkgver=5.4.5
+pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-api;
@@ -24,9 +24,11 @@
 install=deepin-api.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
 deepin-api.sysusers)
-sha512sums=('abf47db1206c4a650be36637d95a0a6d5372b50df3130dca9c58f813fc05e6281a8ee7d677be4024ba61cba031e9ffc3c10ce3fd6d1501c1e374698c95609600'
+sha512sums=('e91a97822ca177ade69321a3afbd255331d33e196aef87325d5ff4843bc4d3307e0ddde001f11ed6d6365486bf868e38f566782afc12fbd7bf87eb29e0f71271'
 
'e894eb3928af9e244fa78010fdf16c8abb6ce18df114cf05327d02b18774d6ba5b023e4dfa0d07042f4e44a5c6e2ddb55b07f3e0db466a0e6169b52465fdefd6')
 
+export GO111MODULE=off
+
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p build/src/pkg.deepin.io/dde/api


[arch-commits] Commit in golang-github-linuxdeepin-go-x11-client/repos (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:35:45
  Author: felixonmars
Revision: 924617

archrelease: copy trunk to community-testing-any

Added:
  golang-github-linuxdeepin-go-x11-client/repos/community-testing-any/
  golang-github-linuxdeepin-go-x11-client/repos/community-testing-any/PKGBUILD
(from rev 924616, golang-github-linuxdeepin-go-x11-client/trunk/PKGBUILD)

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

Copied: 
golang-github-linuxdeepin-go-x11-client/repos/community-testing-any/PKGBUILD 
(from rev 924616, golang-github-linuxdeepin-go-x11-client/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-04-26 22:35:45 UTC (rev 924617)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-github-linuxdeepin-go-x11-client
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='X11 protocol go language binding'
+arch=('any')
+url="https://github.com/linuxdeepin/go-x11-client;
+license=('GPL')
+depends=('go' 'golang-deepin-lib' 'golang-golang-x-text')
+checkdepends=('xorg-server-xvfb' 'golang-github-stretchr-testify' 
'golang-gopkg-check.v1' 'golang-gopkg-yaml.v2' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-x11-client/archive/$pkgver.tar.gz;)
+sha512sums=('d8b886f543f7473df9a8728ccd1a38b4a11deea42994cb9bce8f2b1688eef864eddb36fb8a52473cf8ec1b0feee5e9905a98773a0bb0e59907840727cdd75c7b')
+
+export GO111MODULE=off
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-x11-client-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-x11-client
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-x11-client
+  go get gopkg.in/yaml.v3
+  xvfb-run go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-x11-client-$pkgver 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-x11-client
+
+  rm -r 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-x11-client/debian
+}


[arch-commits] Commit in golang-github-linuxdeepin-go-x11-client/trunk (PKGBUILD)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:35:33
  Author: felixonmars
Revision: 924616

upgpkg: golang-github-linuxdeepin-go-x11-client 0.6.7-1

Modified:
  golang-github-linuxdeepin-go-x11-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:34:36 UTC (rev 924615)
+++ PKGBUILD2021-04-26 22:35:33 UTC (rev 924616)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-github-linuxdeepin-go-x11-client
-pkgver=0.6.2
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='X11 protocol go language binding'
 arch=('any')
@@ -10,8 +10,10 @@
 depends=('go' 'golang-deepin-lib' 'golang-golang-x-text')
 checkdepends=('xorg-server-xvfb' 'golang-github-stretchr-testify' 
'golang-gopkg-check.v1' 'golang-gopkg-yaml.v2' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-x11-client/archive/$pkgver.tar.gz;)
-sha512sums=('1a722857fb6200360628c581dd5b5028b61a5a1afc10f64b7c6ebd1235bd5bf0f133c560a4bcd363d8b6a3799fc06eda5874a39b432579edde94bca4e804ac9d')
+sha512sums=('d8b886f543f7473df9a8728ccd1a38b4a11deea42994cb9bce8f2b1688eef864eddb36fb8a52473cf8ec1b0feee5e9905a98773a0bb0e59907840727cdd75c7b')
 
+export GO111MODULE=off
+
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p "$srcdir"/build/src/github.com/linuxdeepin


[arch-commits] Commit in golang-github-linuxdeepin-go-dbus-factory/repos (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:34:36
  Author: felixonmars
Revision: 924615

archrelease: copy trunk to community-testing-any

Added:
  golang-github-linuxdeepin-go-dbus-factory/repos/community-testing-any/
  golang-github-linuxdeepin-go-dbus-factory/repos/community-testing-any/PKGBUILD
(from rev 924614, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)

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

Copied: 
golang-github-linuxdeepin-go-dbus-factory/repos/community-testing-any/PKGBUILD 
(from rev 924614, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-04-26 22:34:36 UTC (rev 924615)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-github-linuxdeepin-go-dbus-factory
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/go-dbus-factory;
+license=('GPL3')
+depends=('golang-deepin-lib')
+makedepends=('go' 'git')
+provides=('deepin-go-dbus-factory')
+conflicts=('deepin-go-dbus-factory')
+replaces=('deepin-go-dbus-factory')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('77dc9ccb0cf45850ef92cb8475991358e274bac82099bd740769a11fcd9109c44193a08b2e5d115d903a9f61686855111ed28559458d069616231e19023b5e55')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+
+  go get github.com/godbus/dbus github.com/fsnotify/fsnotify
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  make bin
+
+  # Suggested by upstream: don't run
+  # ./gen.sh
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  go test -v $(go list ./...)
+}
+
+package() {
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
+  cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
+}


[arch-commits] Commit in golang-github-linuxdeepin-go-dbus-factory/trunk (PKGBUILD)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:34:24
  Author: felixonmars
Revision: 924614

upgpkg: golang-github-linuxdeepin-go-dbus-factory 1.9.3-1

Modified:
  golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:31:17 UTC (rev 924613)
+++ PKGBUILD2021-04-26 22:34:24 UTC (rev 924614)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=golang-github-linuxdeepin-go-dbus-factory
-pkgver=1.8.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc='GO DBus factory for DDE'
 arch=('any')
@@ -15,8 +15,10 @@
 conflicts=('deepin-go-dbus-factory')
 replaces=('deepin-go-dbus-factory')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('aba5589274d917cc7d33647755e22cc33197845ca6842d673150b291c8e041e0743a107b01edd05cdf0527cfae6a85afa0f1261af83b528c9e1f391f26e032b7')
+sha512sums=('77dc9ccb0cf45850ef92cb8475991358e274bac82099bd740769a11fcd9109c44193a08b2e5d115d903a9f61686855111ed28559458d069616231e19023b5e55')
 
+export GO111MODULE=off
+
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p "$srcdir"/build/src/github.com/linuxdeepin


[arch-commits] Commit in golang-deepin-lib/repos (2 files)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:31:17
  Author: felixonmars
Revision: 924613

archrelease: copy trunk to community-testing-any

Added:
  golang-deepin-lib/repos/community-testing-any/
  golang-deepin-lib/repos/community-testing-any/PKGBUILD
(from rev 924612, golang-deepin-lib/trunk/PKGBUILD)

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

Copied: golang-deepin-lib/repos/community-testing-any/PKGBUILD (from rev 
924612, golang-deepin-lib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-04-26 22:31:17 UTC (rev 924613)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'gdk-pixbuf-xlib' 
'mobile-broadband-provider-info'
+ 'libx11' 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('bda948ad6508bbda861b83a7656b1113ec2d1477f7b2996006dbf02f8677deff70271a62997ea62663113edd451c4aa432820ae02c815e16af14d12ee386452c')
+
+export GO111MODULE=off
+
+prepare() {
+  cd go-lib-$pkgver
+  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


[arch-commits] Commit in golang-deepin-lib/trunk (PKGBUILD)

2021-04-26 Thread Felix Yan via arch-commits
Date: Monday, April 26, 2021 @ 22:31:03
  Author: felixonmars
Revision: 924612

upgpkg: golang-deepin-lib 5.7.0-1

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:05:53 UTC (rev 924611)
+++ PKGBUILD2021-04-26 22:31:03 UTC (rev 924612)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-deepin-lib
-pkgver=5.6.0.9
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
@@ -16,8 +16,10 @@
 conflicts=('deepin-go-lib')
 provides=('deepin-go-lib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('ee1efb50d8165ef65b903c020294987b2291cdc24514194a6357e9bda8584e33d599883dc49e7ea13003163e10ecc399da27fa8cf53e6ad5894f35f2b99d92bf')
+sha512sums=('bda948ad6508bbda861b83a7656b1113ec2d1477f7b2996006dbf02f8677deff70271a62997ea62663113edd451c4aa432820ae02c815e16af14d12ee386452c')
 
+export GO111MODULE=off
+
 prepare() {
   cd go-lib-$pkgver
   sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:05:53
  Author: anthraxx
Revision: 924611

archrelease: copy trunk to staging-x86_64

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

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

Copied: mpv/repos/staging-x86_64/PKGBUILD (from rev 924610, mpv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-26 22:05:53 UTC (rev 924611)
@@ -0,0 +1,68 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+_tag='4c9d3669a0f672e6754ac456acd324db570964d3' # git rev-parse v${pkgver}
+pkgver=0.33.1
+pkgrel=2
+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-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:05:47
  Author: anthraxx
Revision: 924610

upgpkg: mpv 1:0.33.1-2: libplacebo 3.120.2 rebuild

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:04:06 UTC (rev 924609)
+++ PKGBUILD2021-04-26 22:05:47 UTC (rev 924610)
@@ -6,7 +6,7 @@
 epoch=1
 _tag='4c9d3669a0f672e6754ac456acd324db570964d3' # git rev-parse v${pkgver}
 pkgver=0.33.1
-pkgrel=1
+pkgrel=2
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
 # We link against libraries that are licensed GPLv3 explicitly, so our


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:04:06
  Author: anthraxx
Revision: 924609

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 924608, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 22:03:54 UTC (rev 924608)
+++ PKGBUILD2021-04-26 22:04:06 UTC (rev 924609)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python' 'sh')
-optdepends=('perl: icmpsh extra tool')
-backup=('etc/sqlmap.conf')
-source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3b598f50f6a0cf9aa1222e33c3bc02115c353f9d8aa7ad4e5541465be709ae94eb4903d1d736d83ee87ade00e23db560372fee3a64590c6989b19c4308ed2a48')
-b2sums=('1f3778beebc938d92961048779831a2a41e95d5ff390ecc2f15ead4005a09b7e9104ba7e73a85db473a4da155d8c1c138414e5c00beaf91d878d8d57ba25ba13')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m compileall .
-  python -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 924608, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 22:04:06 UTC (rev 924609)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python' 'sh')
+optdepends=('perl: icmpsh extra tool')
+backup=('etc/sqlmap.conf')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c07da7c8e15a13d662c4f86908997505f1f4db7cd8344ca7cc4c7bd49672ecda1f64049f7795890dbdcb6af8f5b28e7f4a471ccfeeb1e673de4f1f7d70fe')
+b2sums=('906293c1a7242542d03948f1757993e33b5383a2622c109da0865ca53287a9f4abad68cca70a9678251ea252472620ea401589c89ee574f2a3ee773cf8055894')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:03:54
  Author: anthraxx
Revision: 924608

upgpkg: sqlmap 1.5.4-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:03:01 UTC (rev 924607)
+++ PKGBUILD2021-04-26 22:03:54 UTC (rev 924608)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.5.2
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -13,8 +13,8 @@
 optdepends=('perl: icmpsh extra tool')
 backup=('etc/sqlmap.conf')
 
source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3b598f50f6a0cf9aa1222e33c3bc02115c353f9d8aa7ad4e5541465be709ae94eb4903d1d736d83ee87ade00e23db560372fee3a64590c6989b19c4308ed2a48')
-b2sums=('1f3778beebc938d92961048779831a2a41e95d5ff390ecc2f15ead4005a09b7e9104ba7e73a85db473a4da155d8c1c138414e5c00beaf91d878d8d57ba25ba13')
+sha512sums=('c07da7c8e15a13d662c4f86908997505f1f4db7cd8344ca7cc4c7bd49672ecda1f64049f7795890dbdcb6af8f5b28e7f4a471ccfeeb1e673de4f1f7d70fe')
+b2sums=('906293c1a7242542d03948f1757993e33b5383a2622c109da0865ca53287a9f4abad68cca70a9678251ea252472620ea401589c89ee574f2a3ee773cf8055894')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:03:01
  Author: anthraxx
Revision: 924607

archrelease: copy trunk to community-x86_64

Added:
  nim/repos/community-x86_64/PKGBUILD
(from rev 924606, nim/trunk/PKGBUILD)
Deleted:
  nim/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  216 ++---
 1 file changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 22:02:52 UTC (rev 924606)
+++ PKGBUILD2021-04-26 22:03:01 UTC (rev 924607)
@@ -1,108 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Dominik Picheta 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jesus Alvarez 
-
-pkgname=nim
-_pkgname=Nim
-pkgver=1.4.4
-_csourcesver=0.20.0
-pkgrel=1
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-url='https://nim-lang.org/'
-arch=('x86_64')
-license=('MIT')
-depends=('bash')
-makedepends=('git')
-optdepends=('nimble: Nim package manager')
-options=('!emptydirs')
-backup=(
-  etc/nim/nim.cfg
-  etc/nim/nimdoc.cfg
-  etc/nim/nimdoc.tex.cfg
-  etc/nim/rename.rules.cfg
-)
-source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
-sha256sums=('b00f7c7a89deedd13c61c39fca8126bdf7449531db3d1b2c34d16d1378343163'
-'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
-b2sums=('a78044eccfc850f7e30c69344d06eef7f09a42ad15804a223ea3793b213c32ec38485db643f6500cb2a12e37063c33e4058bfea4d7540bab398ea20abfa0b749'
-
'a1c026aa4ecd676d938d00f13f749b7c21094f87de98055ef0002bc96cafb81a780b7d82adfa3927bb32b0eb52c8047ac2b2c98d0ab3b9af0dd8c8ebeffad50b')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  mv ../csources-${_csourcesver} csources
-  rm bin/empty.txt
-  for nimcfg in {compiler,config}/nim.cfg; do
-echo "gcc.options.always %= \"\${gcc.options.always} ${CFLAGS:-} 
${CPPFLAGS}\"" >> "${nimcfg}"
-echo "gcc.options.linker %= \"\${gcc.options.linker} ${LDFLAGS:-}\"" >> 
"${nimcfg}"
-  done
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
-
-  echo "Building nim"
-  (cd csources
-sh build.sh
-  )
-  echo "Building koch"
-  nim c -d:release koch
-  ./koch boot -d:release -d:nativeStacktrace -d:useGnuReadline
-
-  echo "Building libs"
-  (cd lib
-nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
-  )
-
-  echo "Building tools"
-  ./koch tools
-  (cd tools
-nim c -d:release nimgrep.nim
-  )
-  echo "Building nimsuggest"
-  nim c -d:release nimsuggest/nimsuggest.nim
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
-
-  ./koch install "${pkgdir}"
-
-  install -d "${pkgdir}/usr/lib"
-  cp -a lib "${pkgdir}/usr/lib/nim"
-  cp -a compiler "${pkgdir}/usr/lib/nim"
-  install -Dm 644 compiler.nimble "${pkgdir}/usr/lib/nim/compiler"
-  install -m 755 lib/libnimrtl.so "${pkgdir}/usr/lib/libnimrtl.so"
-
-  # Fix FS#48118, related to the doc2 command
-  ln -s /usr/share/nim/doc "${pkgdir}/usr/lib/nim/doc"
-
-  install -Dm 644 config/* -t "${pkgdir}/etc/nim"
-  install -Dm 755 bin/* -t "${pkgdir}/usr/bin"
-
-  # Fix FS#50252, unusual placement of header files
-  install -d "${pkgdir}/usr/include"
-  cp -a "${pkgdir}/usr/lib/nim/"*.h "${pkgdir}/usr/include"
-
-  install -d "${pkgdir}/usr/share/nim/doc"
-  cp -a examples doc/* "${pkgdir}/usr/share/nim/doc"
-
-  install -Dm 644 copying.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # completions
-  for comp in tools/*.bash-completion; do
-install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/bash-completion/completions/$(basename 
"${comp/.bash-completion}")"
-  done
-  for comp in tools/*.zsh-completion; do
-install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/zsh/site-functions/_$(basename "${comp/.zsh-completion}")"
-  done
-
-  rm -r "${pkgdir}/nim"
-  rm "${pkgdir}/usr/bin/nimble"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nim/repos/community-x86_64/PKGBUILD (from rev 924606, 
nim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 22:03:01 UTC (rev 924607)
@@ -0,0 +1,108 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+_pkgname=Nim
+pkgver=1.4.6
+_csourcesver=0.20.0
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+url='https://nim-lang.org/'
+arch=('x86_64')
+license=('MIT')
+depends=('bash')
+makedepends=('git')
+optdepends=('nimble: Nim package manager')
+options=('!emptydirs')
+backup=(
+  etc/nim/nim.cfg
+  etc/nim/nimdoc.cfg
+  etc/nim/nimdoc.tex.cfg
+  etc/nim/rename.rules.cfg
+)

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:02:52
  Author: anthraxx
Revision: 924606

upgpkg: nim 1.4.6-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 22:01:31 UTC (rev 924605)
+++ PKGBUILD2021-04-26 22:02:52 UTC (rev 924606)
@@ -6,7 +6,7 @@
 
 pkgname=nim
 _pkgname=Nim
-pkgver=1.4.4
+pkgver=1.4.6
 _csourcesver=0.20.0
 pkgrel=1
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
@@ -25,9 +25,9 @@
 )
 
source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
-sha256sums=('b00f7c7a89deedd13c61c39fca8126bdf7449531db3d1b2c34d16d1378343163'
+sha256sums=('f041b63cbd7a5018a2a60f27aa3d2ea6f13890c1a2d8d79197a3b2fecb2614b1'
 '5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
-b2sums=('a78044eccfc850f7e30c69344d06eef7f09a42ad15804a223ea3793b213c32ec38485db643f6500cb2a12e37063c33e4058bfea4d7540bab398ea20abfa0b749'
+b2sums=('a44a5512437db7d5fceac5c4122cac6fb6f34bd68a4526ddc5c108ea0714c9de84f95bbb178cd14e11c8adbe169e04482455b356baaf07c928f81cdaba78335b'
 
'a1c026aa4ecd676d938d00f13f749b7c21094f87de98055ef0002bc96cafb81a780b7d82adfa3927bb32b0eb52c8047ac2b2c98d0ab3b9af0dd8c8ebeffad50b')
 
 prepare() {


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:01:31
  Author: anthraxx
Revision: 924605

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 22:01:22 UTC (rev 924604)
+++ PKGBUILD2021-04-26 22:01:31 UTC (rev 924605)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Benjamin Denhartog 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=terragrunt
-pkgver=0.28.8
-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=('101daa44aba15c7426d74353f973c0bfc2699965766795c975861fc460b48343')
-b2sums=('48647c3c723e24cc5a911046b7af19168d3cb8aa81ea2e1e7dd538affd4cbbd95375d4e2a819ea3ffe5708a8d1d641afbcffbe06be21082d636b2d358eb8a0fc')
-
-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 924604, 
terragrunt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 22:01:31 UTC (rev 924605)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Benjamin Denhartog 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=terragrunt
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+url='https://github.com/gruntwork-io/terragrunt'
+arch=('x86_64')
+makedepends=('git' 'go')
+depends=('glibc' 'terraform')
+license=('MIT')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('05e7d5650196ac44af97b081c106569e084bea48956472937d33301ae0c0ba76')
+b2sums=('9752fb3b13f3a08ae84bf35f6a07b5e84a376ba96481100d3ca3734693d9516c88be1082f04fb52cc6e3be899e5839dc1039cde86448ea972edbc30b0e881131')
+
+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-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:01:22
  Author: anthraxx
Revision: 924604

upgpkg: terragrunt 0.29.0-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:57:48 UTC (rev 924603)
+++ PKGBUILD2021-04-26 22:01:22 UTC (rev 924604)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.28.8
+pkgver=0.29.0
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('101daa44aba15c7426d74353f973c0bfc2699965766795c975861fc460b48343')
-b2sums=('48647c3c723e24cc5a911046b7af19168d3cb8aa81ea2e1e7dd538affd4cbbd95375d4e2a819ea3ffe5708a8d1d641afbcffbe06be21082d636b2d358eb8a0fc')
+sha256sums=('05e7d5650196ac44af97b081c106569e084bea48956472937d33301ae0c0ba76')
+b2sums=('9752fb3b13f3a08ae84bf35f6a07b5e84a376ba96481100d3ca3734693d9516c88be1082f04fb52cc6e3be899e5839dc1039cde86448ea972edbc30b0e881131')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 22:00:05
  Author: anthraxx
Revision: 413925

archrelease: copy trunk to staging-x86_64

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

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

Copied: libplacebo/repos/staging-x86_64/PKGBUILD (from rev 413924, 
libplacebo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-26 22:00:05 UTC (rev 413925)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+pkgname=libplacebo
+pkgver=3.120.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' '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=('68b3fd30ee082385d47e75aae10962f3d63ff9298db442ea6939328f057bf2eb387844e35a90c3c2c30f65afc8fd85366b379aefdf38e98c1338b5b35db49ce3')
+b2sums=('7a125f94ddaf058830457adb9ad480e86bb7b9b91480ef3f967bd46f09a1037c8be86bfced17f0642b271918fa6339f7c8791feb4f762eea7a563928be40402c')
+
+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-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:59:58
  Author: anthraxx
Revision: 413924

upgpkg: libplacebo 3.120.2-1

Modified:
  libplacebo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:52:22 UTC (rev 413923)
+++ PKGBUILD2021-04-26 21:59:58 UTC (rev 413924)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=libplacebo
-pkgver=3.104.0
-pkgrel=2
+pkgver=3.120.2
+pkgrel=1
 pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
 url='https://github.com/haasn/libplacebo'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 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')
+sha512sums=('68b3fd30ee082385d47e75aae10962f3d63ff9298db442ea6939328f057bf2eb387844e35a90c3c2c30f65afc8fd85366b379aefdf38e98c1338b5b35db49ce3')
+b2sums=('7a125f94ddaf058830457adb9ad480e86bb7b9b91480ef3f967bd46f09a1037c8be86bfced17f0642b271918fa6339f7c8791feb4f762eea7a563928be40402c')
 
 build() {
   cd ${pkgbase}-v${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:57:48
  Author: anthraxx
Revision: 924603

archrelease: copy trunk to community-any

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

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

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

Copied: gradle/repos/community-any/PKGBUILD (from rev 924602, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:57:48 UTC (rev 924603)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=7.0
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('f14a1122c848fda1734361532e9752524101ece7d926cd6f9e02c81a03fc742f'
+'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
+sha512sums=('4db6fd6eb3f30605a893e026176e02e2994f4010161308e4a81d5236369dd46e21b91d5ea2b4898543375252d64633af1e0e09f94baa80d3f59a007588b8'
+
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  # requires java language level 6, which >=13 has dropped
+  export 

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:57:40
  Author: anthraxx
Revision: 924602

upgpkg: gradle 7.0-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:56:44 UTC (rev 924601)
+++ PKGBUILD2021-04-26 21:57:40 UTC (rev 924602)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=6.8.3
+pkgver=7.0
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('e1faea761ad9cc74d56e1a11731eec4d6d2c2ea80d68dabb0eb0aed8ae8b79d4'
+sha256sums=('f14a1122c848fda1734361532e9752524101ece7d926cd6f9e02c81a03fc742f'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('db00f4c8f33821ab3c8d50c9466c550bb20c795b4674b9f1826d21cb1ce33f0f1c199786630a79921ac452575ebf0a91e2d29cf50e18aa9f33ac0bc080617872'
+sha512sums=('4db6fd6eb3f30605a893e026176e02e2994f4010161308e4a81d5236369dd46e21b91d5ea2b4898543375252d64633af1e0e09f94baa80d3f59a007588b8'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 build() {


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:56:44
  Author: anthraxx
Revision: 924601

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  112 ++---
 maven.sh |   10 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:56:31 UTC (rev 924600)
+++ PKGBUILD2021-04-26 21:56:44 UTC (rev 924601)
@@ -1,56 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=maven
-pkgver=3.6.3
-pkgrel=1
-pkgdesc='Java project management and project comprehension tool'
-url='https://maven.apache.org'
-arch=('any')
-license=('APACHE')
-depends=('java-environment>=7' 'bash' 'procps-ng')
-makedepends=('maven' 'java-environment=8')
-backup=('opt/maven/conf/settings.xml')
-source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
-maven.sh)
-# https://www.apache.org/dist/maven/KEYS
-validpgpkeys=(
-  '042B29E928995B9DB963C636C7CA19B7B620D787' # 
StephenConnolly
-  'AE9E53FC28FF2AB1012273D0BF1518E0160788A2' # Karl Heinz Marbaise (ASF Key) 

-  'BBE7232D7991050B54C8EA0ADC08637CA615D22C' # Enrico Olivelli 

-  'B02137D875D833D9B23392ECAE5A7FB608A0221C' # Robert Scholte 

-)
-sha256sums=('7c1c990ba64dd4f88688120cc2ec93bf33dd500d2a62ae5cd57bd4b7f6335c07'
-'SKIP'
-'17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
-
-build() {
-  cd apache-maven-${pkgver}
-
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn package \
--Dmaven.repo.local="${srcdir}/repo" \
--Dproject.build.sourceEncoding=UTF-8 -e
-}
-
-package() {
-  cd apache-maven-${pkgver}
-
-  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
-  install -d "${pkgdir}/opt/maven"
-
-  # skip tests as they were already executed
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn install \
--Dmaven.repo.local="${srcdir}/repo" \
--Dproject.build.sourceEncoding=UTF-8 -e \
--DdistributionTargetDir="${pkgdir}/opt/maven" \
--DskipTests -Dmaven.test.skip=true
-
-  install -d "${pkgdir}/usr/bin"
-  ln -s /opt/maven/bin/mvn "${pkgdir}/usr/bin/mvn"
-  ln -s /opt/maven/bin/mvnDebug "${pkgdir}/usr/bin/mvnDebug"
-}
-
-# vim: ts=2 sw=2 et:

Copied: maven/repos/community-any/PKGBUILD (from rev 924600, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:56:44 UTC (rev 924601)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=maven
+pkgver=3.8.1
+pkgrel=1
+pkgdesc='Java project management and project comprehension tool'
+url='https://maven.apache.org'
+arch=('any')
+license=('APACHE')
+depends=('java-environment>=7' 'bash' 'procps-ng')
+makedepends=('maven' 'java-environment=8')
+backup=('opt/maven/conf/settings.xml')
+source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
+maven.sh)
+# https://www.apache.org/dist/maven/KEYS
+validpgpkeys=(
+  '042B29E928995B9DB963C636C7CA19B7B620D787' # 
StephenConnolly
+  'AE9E53FC28FF2AB1012273D0BF1518E0160788A2' # Karl Heinz Marbaise (ASF Key) 

+  'BBE7232D7991050B54C8EA0ADC08637CA615D22C' # Enrico Olivelli 

+  'B02137D875D833D9B23392ECAE5A7FB608A0221C' # Robert Scholte 

+)
+sha256sums=('86dc0df5950bb22dedcab326499531ee9c155016c9a7a3d3f33315becb0c71b1'
+'SKIP'
+'17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
+
+build() {
+  cd apache-maven-${pkgver}
+
+  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
+  mvn package \
+-Dmaven.repo.local="${srcdir}/repo" \
+-Dproject.build.sourceEncoding=UTF-8 -e
+}
+
+package() {
+  cd apache-maven-${pkgver}
+
+  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
+  install -d "${pkgdir}/opt/maven"
+
+  # skip tests as they were already executed
+  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
+  mvn install \
+-Dmaven.repo.local="${srcdir}/repo" \
+-Dproject.build.sourceEncoding=UTF-8 -e \
+-DdistributionTargetDir="${pkgdir}/opt/maven" \
+-DskipTests -Dmaven.test.skip=true
+
+  install -d "${pkgdir}/usr/bin"
+  ln -s /opt/maven/bin/mvn "${pkgdir}/usr/bin/mvn"
+  ln -s /opt/maven/bin/mvnDebug "${pkgdir}/usr/bin/mvnDebug"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: maven.sh
===
--- maven.sh2021-04-26 21:56:31 UTC (rev 924600)
+++ maven.sh2021-04-26 21:56:44 UTC (rev 924601)
@@ -1,5 +0,0 @@

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:56:31
  Author: anthraxx
Revision: 924600

upgpkg: maven 3.8.1-1

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:51:21 UTC (rev 924599)
+++ PKGBUILD2021-04-26 21:56:31 UTC (rev 924600)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=maven
-pkgver=3.6.3
+pkgver=3.8.1
 pkgrel=1
 pkgdesc='Java project management and project comprehension tool'
 url='https://maven.apache.org'
@@ -21,7 +21,7 @@
   'BBE7232D7991050B54C8EA0ADC08637CA615D22C' # Enrico Olivelli 

   'B02137D875D833D9B23392ECAE5A7FB608A0221C' # Robert Scholte 

 )
-sha256sums=('7c1c990ba64dd4f88688120cc2ec93bf33dd500d2a62ae5cd57bd4b7f6335c07'
+sha256sums=('86dc0df5950bb22dedcab326499531ee9c155016c9a7a3d3f33315becb0c71b1'
 'SKIP'
 '17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
 


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:52:22
  Author: anthraxx
Revision: 413923

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 413922, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 413922, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 413922, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 413922, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  420 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 285 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:52:12 UTC (rev 413922)
+++ PKGBUILD2021-04-26 21:52:22 UTC (rev 413923)
@@ -1,210 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.2803
-_versiondir=82
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
-source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('1e6f3687afbf478c66b742e4002cb8bd4749b0ecd31b3521d06f4ec591a3d17a'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('34b88c59c1a5dc7b0f40ad27c4312b284a1de0e2f217643835797a96f3e8e2585559960a6f8da0ace9120ef3c5c857c714e6bf16721b5ab989b7561bb90f18f8'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
-sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --disable-canberra
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --enable-canberra
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # rc 

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:52:12
  Author: anthraxx
Revision: 413922

upgpkg: vim 8.2.2814-1

Remove unneeded dependency on libffi

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:37:10 UTC (rev 413921)
+++ PKGBUILD2021-04-26 21:52:12 UTC (rev 413922)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.2803
+pkgver=8.2.2814
 _versiondir=82
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -17,16 +17,16 @@
 arch=('x86_64')
 license=('custom:vim')
 makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
+ 'gawk' 'tcl' 'pcre' 'zlib' 'libcanberra')
 
source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('1e6f3687afbf478c66b742e4002cb8bd4749b0ecd31b3521d06f4ec591a3d17a'
+sha256sums=('94d562f1cc6f84e41d165306800dd2c89c87f4ab3e6713ff760d03cb250d0923'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('34b88c59c1a5dc7b0f40ad27c4312b284a1de0e2f217643835797a96f3e8e2585559960a6f8da0ace9120ef3c5c857c714e6bf16721b5ab989b7561bb90f18f8'
+sha512sums=('a683eeabb248d10e97d7daf4af77542c65dcd8c60a370927bf1cf57dc404cd8c603d73c15bc32b4a3c3e7ad3fa745c17c14020ae9698cfa8a904a1095b340937'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
@@ -42,7 +42,7 @@
 }
 
 build() {
-  msg2 "Building vim..."
+  echo "Building vim..."
   (cd vim-${pkgver}
 ./configure \
   --prefix=/usr \
@@ -66,7 +66,7 @@
 make
   )
 
-  msg2 "Building gvim..."
+  echo "Building gvim..."
   (cd gvim-${pkgver}
 ./configure \
   --prefix=/usr \
@@ -136,7 +136,7 @@
 
 package_vim() {
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt' 
'pcre'
-   'zlib' 'libffi')
+   'zlib')
   optdepends=('python2: Python 2 language support'
   'python: Python 3 language support'
   'ruby: Ruby language support'
@@ -175,7 +175,7 @@
 package_gvim() {
   pkgdesc+=' (with advanced features, such as a GUI)'
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk3' 'glibc' 
'libgcrypt' 'pcre'
-   'zlib' 'libffi' 'libcanberra')
+   'zlib' 'libcanberra')
   optdepends=('python2: Python 2 language support'
   'python: Python 3 language support'
   'ruby: Ruby language support'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:51:21
  Author: anthraxx
Revision: 924599

archrelease: copy trunk to community-any

Added:
  gajim/repos/community-any/PKGBUILD
(from rev 924598, gajim/trunk/PKGBUILD)
Deleted:
  gajim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:51:14 UTC (rev 924598)
+++ PKGBUILD2021-04-26 21:51:21 UTC (rev 924599)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=gajim
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Full featured and easy to use XMPP (Jabber) client'
-url='https://gajim.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
- 'python-distro' 'hicolor-icon-theme')
-optdepends=('python-dbus: for gajim-remote and zeroconf support'
-'avahi: serverless chatting with autodetected clients in a local 
network'
-'farstream: start audio and video chat'
-'gst-plugins-good: for video/voice support'
-'gst-plugins-bad: for video/voice support'
-'gst-plugins-ugly: for video/voice support'
-'gst-libav: for video/voice support'
-'gst-python: for video/voice support'
-'gspell: for spell checking support'
-'notification-daemon: for desktop notifications'
-'geoclue: share current location'
-'python-keyring: store passwords encrypted in a keyring'
-'gupnp-igd: request your router to forward port for file transfer'
-'libxss: measure idle time, in order to set auto status'
-'python-gnupg: encrypting chat messages with OpenPGP'
-'python-pillow: support of WebP avatars'
-'python-axolotl: OMEMO support'
-'python-qrcode: generate QR codes for OMEMO keys'
-'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}-2.tar.gz)
-sha512sums=('01d0e77e856935c7d388144fdc8c33271f41752a3544f713eb0ffe070bb7aee6fb3ae28aeddcda69298e405de21bc2ef004e8d7f4c59b3b09eb9366bbd6b0642')
-b2sums=('2517b3eeaf3d8b9304e72c82e533d7424b7deb48d2543f366b91b8cf9a3e278f5b4d271d9128529f8e623f6b6fa26b5b97932112598118bf4ec24f97c4199669')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: gajim/repos/community-any/PKGBUILD (from rev 924598, 
gajim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:51:21 UTC (rev 924599)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=gajim
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://gajim.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
+ 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
+ 'python-distro' 'hicolor-icon-theme')
+optdepends=('python-dbus: for gajim-remote and zeroconf support'
+'avahi: serverless chatting with autodetected clients in a local 
network'
+'farstream: start audio and video chat'
+'gst-plugins-good: for video/voice support'
+'gst-plugins-bad: for video/voice support'
+'gst-plugins-ugly: for video/voice support'
+'gst-libav: for video/voice support'
+'gst-python: for video/voice support'
+'gspell: for spell checking support'
+'geoclue: share current location'
+'python-keyring: store passwords encrypted in a keyring'
+'gupnp-igd: request your router to forward port for file transfer'
+'libxss: measure idle time, in order to set auto status'
+'python-gnupg: encrypting chat messages with OpenPGP'
+'python-pillow: support of WebP avatars'
+'python-axolotl: OMEMO support'
+'python-qrcode: generate QR codes for OMEMO keys'
+'gsound: Notification Sounds')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
+sha512sums=('92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267')
+b2sums=('9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd 

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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:51:14
  Author: anthraxx
Revision: 924598

upgpkg: gajim 1.3.2-1

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:49:59 UTC (rev 924597)
+++ PKGBUILD2021-04-26 21:51:14 UTC (rev 924598)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=gajim
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Full featured and easy to use XMPP (Jabber) client'
 url='https://gajim.org/'
@@ -29,9 +29,9 @@
 'python-axolotl: OMEMO support'
 'python-qrcode: generate QR codes for OMEMO keys'
 'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}-2.tar.gz)
-sha512sums=('01d0e77e856935c7d388144fdc8c33271f41752a3544f713eb0ffe070bb7aee6fb3ae28aeddcda69298e405de21bc2ef004e8d7f4c59b3b09eb9366bbd6b0642')
-b2sums=('2517b3eeaf3d8b9304e72c82e533d7424b7deb48d2543f366b91b8cf9a3e278f5b4d271d9128529f8e623f6b6fa26b5b97932112598118bf4ec24f97c4199669')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
+sha512sums=('92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267')
+b2sums=('9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in linux-tools/repos/community-x86_64 (18 files)

2021-04-26 Thread Sébastien Luttringer via arch-commits
Date: Monday, April 26, 2021 @ 21:49:59
  Author: seblu
Revision: 924597

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 924596, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 924596, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 924596, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 924596, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 924596, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 924596, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 924596, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 924596, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 924596, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  601 ++
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   24 -
 cpupower.systemd|   64 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 416 insertions(+), 429 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:49:48 UTC (rev 924596)
+++ PKGBUILD2021-04-26 21:49:59 UTC (rev 924597)
@@ -1,307 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.11
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'zstd' 'libcap')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
-# turbostat deps
-makedepends+=('libcap')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-sha256sums=('SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
-'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-src="${src%.xz}"
-[[ $src = *.patch || $src = patch-* ]] || continue
-echo ":: Applying patch $src"
-patch -p1 -N -i "$srcdir/$src"
-  done
-}
-
-build() {
-  echo ':: libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  echo ':: perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python \
-PYTHON_CONFIG=python-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir"
-  popd
-
-  echo ':: cpupower'
-  pushd linux/tools/power/cpupower
-  make 

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

2021-04-26 Thread Sébastien Luttringer via arch-commits
Date: Monday, April 26, 2021 @ 21:49:48
  Author: seblu
Revision: 924596

upgpkg: linux-tools 5.12-1

Modified:
  linux-tools/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:49:04 UTC (rev 924595)
+++ PKGBUILD2021-04-26 21:49:48 UTC (rev 924596)
@@ -6,7 +6,6 @@
   'cgroup_event_listener'
   'cpupower'
   'hyperv'
-  'libtraceevent'
   'linux-tools-meta'
   'perf'
 #  'python-perf'
@@ -15,7 +14,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=5.11
+pkgver=5.12
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')
@@ -76,11 +75,6 @@
 }
 
 build() {
-  echo ':: libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
   echo ':: perf'
   pushd linux/tools/perf
   make -f Makefile.perf \
@@ -151,7 +145,6 @@
 'cgroup_event_listener'
 'cpupower'
 'hyperv'
-'libtraceevent'
 'perf'
 #'python-perf'
 'tmon'
@@ -164,16 +157,6 @@
   )
 }
 
-package_libtraceevent() {
-  pkgdesc='Linux kernel trace event library'
-  depends=('glibc')
-
-  cd linux/tools/lib/traceevent
-  install -dm 755 "$pkgdir/usr/lib"
-  install -m 644 libtraceevent.so "$pkgdir/usr/lib"
-  ln -sf libtraceevent.so "$pkgdir/usr/lib/libtraceevent.so.1"
-}
-
 package_perf() {
   pkgdesc='Linux kernel performance auditing tool'
   depends=('glibc' 'perl' 'python' 'slang' 'elfutils' 'libunwind' 'binutils'


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

2021-04-26 Thread Daniel M. Capella via arch-commits
Date: Monday, April 26, 2021 @ 21:49:04
  Author: polyzen
Revision: 924595

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 924594, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:48:44 UTC (rev 924594)
+++ PKGBUILD2021-04-26 21:49:04 UTC (rev 924595)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-04-19
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 924594, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:49:04 UTC (rev 924595)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-04-26
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-26 Thread Daniel M. Capella via arch-commits
Date: Monday, April 26, 2021 @ 21:48:44
  Author: polyzen
Revision: 924594

upgpkg: rust-analyzer 20210426-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:47:42 UTC (rev 924593)
+++ PKGBUILD2021-04-26 21:48:44 UTC (rev 924594)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-04-19
+_pkgver=2021-04-26
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:47:42
  Author: anthraxx
Revision: 924593

archrelease: copy trunk to community-any

Added:
  bettercap-caplets/repos/community-any/PKGBUILD
(from rev 924592, bettercap-caplets/trunk/PKGBUILD)
Deleted:
  bettercap-caplets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:47:36 UTC (rev 924592)
+++ PKGBUILD2021-04-26 21:47:42 UTC (rev 924593)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=bettercap-caplets
-pkgver=v20201031.r370.7e20238
-_gitcommit=7e202386a3b691ccda927e0bae0306c782d1b1a4
-pkgrel=1
-pkgdesc='Bettercap scripts (caplets) and proxy modules'
-url='https://github.com/bettercap/caplets'
-arch=('any')
-license=('GPL3')
-depends=('bettercap')
-makedepends=('git')
-optdepends=(
-  'java-runtime: java caplets'
-)
-source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
-"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
-  cd ${pkgname}
-  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
-}
-
-package() {
-  cd ${pkgname}
-  install -d "${pkgdir}/usr/share/bettercap/caplets"
-  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
-  rm -r 
"${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap-caplets/repos/community-any/PKGBUILD (from rev 924592, 
bettercap-caplets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:47:42 UTC (rev 924593)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=bettercap-caplets
+pkgver=v20210412.r372.2d58298
+_gitcommit=2d5829801250e64e88009f71aa68059ac4689130
+pkgrel=1
+pkgdesc='Bettercap scripts (caplets) and proxy modules'
+url='https://github.com/bettercap/caplets'
+arch=('any')
+license=('GPL3')
+depends=('bettercap')
+makedepends=('git')
+optdepends=(
+  'java-runtime: java caplets'
+)
+source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
+"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  cd ${pkgname}
+  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/share/bettercap/caplets"
+  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
+  rm -r 
"${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:47:36
  Author: anthraxx
Revision: 924592

upgpkg: bettercap-caplets v20210412.r372.2d58298-1

Modified:
  bettercap-caplets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:47:19 UTC (rev 924591)
+++ PKGBUILD2021-04-26 21:47:36 UTC (rev 924592)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=bettercap-caplets
-pkgver=v20201031.r370.7e20238
-_gitcommit=7e202386a3b691ccda927e0bae0306c782d1b1a4
+pkgver=v20210412.r372.2d58298
+_gitcommit=2d5829801250e64e88009f71aa68059ac4689130
 pkgrel=1
 pkgdesc='Bettercap scripts (caplets) and proxy modules'
 url='https://github.com/bettercap/caplets'


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:47:19
  Author: anthraxx
Revision: 924591

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 924590, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:47:13 UTC (rev 924590)
+++ PKGBUILD2021-04-26 21:47:19 UTC (rev 924591)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Christian Rebischke 
-
-pkgname=bettercap
-pkgver=2.30.2
-pkgrel=1
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'libpcap' 'libpcap.so' 'libnetfilter_queue' 'iproute2' 
'libnfnetlink' 'libusb' 'libusb-1.0.so')
-makedepends=('go' 'git')
-optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
-options=('!emptydirs')
-source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1e605e703dda7a74aae88581b0686f8f07d8d312ccb143f3cf725338b555797f8956ea2c0e1fadca309ff09a4c6af7e656f7a95dd73df780ec4cc75f388bd1d7')
-b2sums=('264d6df36289328bed907c76f8ca2655263b434b482e8ef308a8fa3c79b768038f9786529767ab8c30dd5ad318a1b5384eb5432639c0c16a09c87a2b3c2a7cde')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export GO11MODULE=on
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 bettercap.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 924590, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:47:19 UTC (rev 924591)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Christian Rebischke 
+
+pkgname=bettercap
+pkgver=2.31.0
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'libpcap' 'libpcap.so' 'libnetfilter_queue' 'iproute2' 
'libnfnetlink' 'libusb' 'libusb-1.0.so')
+makedepends=('go' 'git')
+optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
+options=('!emptydirs')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('472c6a32f328c352e852f341053dcf02e0d2a14b0c4b4261aa212392848c049dd6980efff36b7ba677a09fccaf2780a6decc2bb661ac9eb41abedfcaf7694c2f')
+b2sums=('734d1a5fd629fbc00acaff67038ee22cdc8bb8213007ea3b9c44627075274d7706045e4b9eb594e445c84fd8e1296f764ac22bd51cf30127833ac6458393c248')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export GO11MODULE=on
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 bettercap.service -t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:47:13
  Author: anthraxx
Revision: 924590

upgpkg: bettercap 2.31.0-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:46:39 UTC (rev 924589)
+++ PKGBUILD2021-04-26 21:47:13 UTC (rev 924590)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=bettercap
-pkgver=2.30.2
+pkgver=2.31.0
 pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
@@ -12,9 +12,9 @@
 makedepends=('go' 'git')
 optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
 options=('!emptydirs')
-source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1e605e703dda7a74aae88581b0686f8f07d8d312ccb143f3cf725338b555797f8956ea2c0e1fadca309ff09a4c6af7e656f7a95dd73df780ec4cc75f388bd1d7')
-b2sums=('264d6df36289328bed907c76f8ca2655263b434b482e8ef308a8fa3c79b768038f9786529767ab8c30dd5ad318a1b5384eb5432639c0c16a09c87a2b3c2a7cde')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('472c6a32f328c352e852f341053dcf02e0d2a14b0c4b4261aa212392848c049dd6980efff36b7ba677a09fccaf2780a6decc2bb661ac9eb41abedfcaf7694c2f')
+b2sums=('734d1a5fd629fbc00acaff67038ee22cdc8bb8213007ea3b9c44627075274d7706045e4b9eb594e445c84fd8e1296f764ac22bd51cf30127833ac6458393c248')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:46:39
  Author: anthraxx
Revision: 924589

archrelease: copy trunk to community-x86_64

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 924588, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:46:33 UTC (rev 924588)
+++ PKGBUILD2021-04-26 21:46:39 UTC (rev 924589)
@@ -1,56 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=4.2
-pkgrel=1
-pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
-url='https://ccache.dev/'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'gcc-libs' 'zlib' 'zstd')
-makedepends=('cmake' 'asciidoc' 'perl')
-source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
-validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('b7e5823a0705b9a1100c959281170dcd682228b585c329821337ef57d5b5cf47d6f3d644a6d5a3675a32a02730559f8fe6d84d11f01847f47b77c0893d1d1fbe'
-'SKIP')
-b2sums=('932db2e4f6ef9d98359fe44f931d083acb9fd32661d9baec5a2d0cfffc9301a999b04e4628d31513ec809bf43e3e94d71f9b92a1c83bcebbaf5e35e219596704'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make VERBOSE=1 check -C build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install -C build
-  make DESTDIR="${pkgdir}" install -C build/doc
-
-  install -Dm 644 doc/*.md doc/*.adoc -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -d "${pkgdir}/usr/lib/ccache/bin"
-  local _prog
-  for _prog in gcc g++ c++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
-  done
-  for _prog in cc clang clang++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 924588, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:46:39 UTC (rev 924589)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
+url='https://ccache.dev/'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gcc-libs' 'zstd' 'libzstd.so')
+makedepends=('cmake' 'asciidoc' 'perl')
+source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

+sha512sums=('46bb760ddad5999c5bdff4f3ce6e405eb2018c4a591ad76ba3dd7921b8bfd59a257d992d285e38d69aaf86537962602689175b8741894094819775eec9493b77'
+'SKIP')
+b2sums=('10bb0d1e263e441d91c2dfcd2b2c89f64dfb10b4c5aa66012c388fea2c99d8488538e84b5cef86abf0c9f9aaa0a562b7c7be8a9d4a4073ae3c046e7fe28b7eda'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make VERBOSE=1 check -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install -C build
+  make DESTDIR="${pkgdir}" install -C build/doc
+
+  install -Dm 644 doc/*.md doc/*.adoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -d "${pkgdir}/usr/lib/ccache/bin"
+  local _prog
+  for _prog in gcc g++ c++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
+  done
+  for _prog in cc clang clang++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:46:33
  Author: anthraxx
Revision: 924588

upgpkg: ccache 4.2.1-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:42:53 UTC (rev 924587)
+++ PKGBUILD2021-04-26 21:46:33 UTC (rev 924588)
@@ -3,19 +3,19 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=4.2
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.dev/'
 arch=('x86_64')
 license=('GPL3')
-depends=('glibc' 'gcc-libs' 'zlib' 'zstd')
+depends=('glibc' 'gcc-libs' 'zstd' 'libzstd.so')
 makedepends=('cmake' 'asciidoc' 'perl')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('b7e5823a0705b9a1100c959281170dcd682228b585c329821337ef57d5b5cf47d6f3d644a6d5a3675a32a02730559f8fe6d84d11f01847f47b77c0893d1d1fbe'
+sha512sums=('46bb760ddad5999c5bdff4f3ce6e405eb2018c4a591ad76ba3dd7921b8bfd59a257d992d285e38d69aaf86537962602689175b8741894094819775eec9493b77'
 'SKIP')
-b2sums=('932db2e4f6ef9d98359fe44f931d083acb9fd32661d9baec5a2d0cfffc9301a999b04e4628d31513ec809bf43e3e94d71f9b92a1c83bcebbaf5e35e219596704'
+b2sums=('10bb0d1e263e441d91c2dfcd2b2c89f64dfb10b4c5aa66012c388fea2c99d8488538e84b5cef86abf0c9f9aaa0a562b7c7be8a9d4a4073ae3c046e7fe28b7eda'
 'SKIP')
 
 build() {


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:42:53
  Author: anthraxx
Revision: 924587

archrelease: copy trunk to community-x86_64

Added:
  gitui/repos/community-x86_64/PKGBUILD
(from rev 924586, gitui/trunk/PKGBUILD)
Deleted:
  gitui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:42:46 UTC (rev 924586)
+++ PKGBUILD2021-04-26 21:42:53 UTC (rev 924587)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Hauser 
-# Contributor: Wesley Moore 
-
-pkgname=gitui
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Blazing fast terminal-ui for git written in Rust'
-url='https://github.com/extrawurst/gitui'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
-makedepends=('cargo' 'python') # xcb crate needs python
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ebf3ba559d05205e629805f60441411a0609e2a8753cfd3a4a3ff1b98009')
-b2sums=('840351d996ea82d655b7a99a1f740cce3465a0a7bda13808fffedd99e79bc11c6506f48d79b53340354e0f5ad1988044a85ba03869e8d0c50ce001b6a6579d23')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
-  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gitui/repos/community-x86_64/PKGBUILD (from rev 924586, 
gitui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:42:53 UTC (rev 924587)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Hauser 
+# Contributor: Wesley Moore 
+
+pkgname=gitui
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Blazing fast terminal-ui for git written in Rust'
+url='https://github.com/extrawurst/gitui'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
+makedepends=('cargo' 'python') # xcb crate needs python
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4312e6028c314bde12c7515a76aaa1fae518c8cefa6ab2e3a1a70c680e7dcb6a')
+b2sums=('4aa7906eff9555a4f9af01047fcd5e94aa80cf31eb2062b318a1594a5cd06cf5c502653bfebc7903c6b4d3c42be21ade8b6945519262764e4ed8f100c1495908')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
+  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:42:46
  Author: anthraxx
Revision: 924586

upgpkg: gitui 0.14.0-1

Modified:
  gitui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:40:58 UTC (rev 924585)
+++ PKGBUILD2021-04-26 21:42:46 UTC (rev 924586)
@@ -3,7 +3,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=gitui
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
@@ -12,8 +12,8 @@
 depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
 makedepends=('cargo' 'python') # xcb crate needs python
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ebf3ba559d05205e629805f60441411a0609e2a8753cfd3a4a3ff1b98009')
-b2sums=('840351d996ea82d655b7a99a1f740cce3465a0a7bda13808fffedd99e79bc11c6506f48d79b53340354e0f5ad1988044a85ba03869e8d0c50ce001b6a6579d23')
+sha256sums=('4312e6028c314bde12c7515a76aaa1fae518c8cefa6ab2e3a1a70c680e7dcb6a')
+b2sums=('4aa7906eff9555a4f9af01047fcd5e94aa80cf31eb2062b318a1594a5cd06cf5c502653bfebc7903c6b4d3c42be21ade8b6945519262764e4ed8f100c1495908')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:40:52
  Author: anthraxx
Revision: 924584

upgpkg: lazygit 0.28.1-1

Modified:
  lazygit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:37:08 UTC (rev 924583)
+++ PKGBUILD2021-04-26 21:40:52 UTC (rev 924584)
@@ -3,7 +3,7 @@
 # Contributor: fuero 
 
 pkgname=lazygit
-pkgver=0.26.1
+pkgver=0.28.1
 pkgrel=1
 pkgdesc='Simple terminal UI for git commands'
 url='https://github.com/jesseduffield/lazygit'
@@ -12,8 +12,8 @@
 depends=('git' 'glibc')
 makedepends=('go')
 
source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('7bfda18345993206d4d388ea0370e9b54af0354d37f4a64803461889b361d547')
-b2sums=('9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559')
+sha256sums=('56daf4fd751f5ce5703974aa2f0d6c4b77f20225c9ed639a61633033c87704c0')
+b2sums=('8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-04-26 Thread Levente Polyak via arch-commits
Date: Monday, April 26, 2021 @ 21:40:58
  Author: anthraxx
Revision: 924585

archrelease: copy trunk to community-x86_64

Added:
  lazygit/repos/community-x86_64/PKGBUILD
(from rev 924584, lazygit/trunk/PKGBUILD)
Deleted:
  lazygit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 21:40:52 UTC (rev 924584)
+++ PKGBUILD2021-04-26 21:40:58 UTC (rev 924585)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Fredy García 
-# Contributor: fuero 
-
-pkgname=lazygit
-pkgver=0.26.1
-pkgrel=1
-pkgdesc='Simple terminal UI for git commands'
-url='https://github.com/jesseduffield/lazygit'
-arch=('x86_64')
-license=('MIT')
-depends=('git' 'glibc')
-makedepends=('go')
-source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('7bfda18345993206d4d388ea0370e9b54af0354d37f4a64803461889b361d547')
-b2sums=('9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw -x -v"
-
-  go build \
--ldflags "\
-  -linkmode external \
-  -extldflags '${LDFLAGS}' \
-  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
-  -X main.buildSource=binaryRelease \
-  -X main.version=${pkgver} \
-  -X main.commit=v${pkgver} \
-"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
-  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lazygit/repos/community-x86_64/PKGBUILD (from rev 924584, 
lazygit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 21:40:58 UTC (rev 924585)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Fredy García 
+# Contributor: fuero 
+
+pkgname=lazygit
+pkgver=0.28.1
+pkgrel=1
+pkgdesc='Simple terminal UI for git commands'
+url='https://github.com/jesseduffield/lazygit'
+arch=('x86_64')
+license=('MIT')
+depends=('git' 'glibc')
+makedepends=('go')
+source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('56daf4fd751f5ce5703974aa2f0d6c4b77f20225c9ed639a61633033c87704c0')
+b2sums=('8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw -x -v"
+
+  go build \
+-ldflags "\
+  -linkmode external \
+  -extldflags '${LDFLAGS}' \
+  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
+  -X main.buildSource=binaryRelease \
+  -X main.version=${pkgver} \
+  -X main.commit=v${pkgver} \
+"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
+  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:06
  Author: heftig
Revision: 924579

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
924574, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:06 UTC (rev 924579)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.7
+pkgrel=27
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('51e8488b4d0652d24afd1b5bd74e88140e2754354bfa85639c668479deca25e8163f3ffcf8bc1c6629d97d1cea24de89c65a76b8c9902745911fd0ed9b12b770')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  # https://github.com/linuxdeepin/deepin-anything/issues/36
+  sed -i '454s/return;/return -1;/' kernelmod/vfs_kretprobes.c
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:09
  Author: heftig
Revision: 413920

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 413919, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 413919, linux/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10470 +
 2 files changed, 10668 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 413919:413920 to see the changes.


[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:08
  Author: heftig
Revision: 924582

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 924576, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 924576, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:08 UTC (rev 924582)
@@ -0,0 +1,37 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.20
+pkgrel=3
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:07
  Author: heftig
Revision: 413919

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 413918, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 413918, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-26 21:37:07 UTC (rev 413919)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.24.02
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:05
  Author: heftig
Revision: 924577

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 924574, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:05 UTC (rev 924577)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=289
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:08
  Author: heftig
Revision: 924583

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 924578, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 924578, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:08 UTC (rev 924583)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=89
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:10
  Author: heftig
Revision: 413921

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 413919, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 413919, linux-zen/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10516 +
 2 files changed, 10714 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 413920:413921 to see the changes.


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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:06
  Author: heftig
Revision: 924580

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 924574, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 924574, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   56 
 dkms.conf |9 +
 3 files changed, 66 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
924574, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-04-26 21:37:06 UTC (rev 
924580)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 924574, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:06 UTC (rev 924580)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=3
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz;
+60-vhba.rules dkms.conf)
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:06
  Author: heftig
Revision: 924578

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 924574, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:06 UTC (rev 924578)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=297
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:07
  Author: heftig
Revision: 924581

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 924577, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 924577, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 924577, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
924577, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2021-04-26 21:37:07 UTC (rev 924581)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
924577, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:07 UTC (rev 924581)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=109
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:05
  Author: heftig
Revision: 924576

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 924574, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 924574, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 924574, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-04-26 21:37:05 UTC 
(rev 924576)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
924574, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-04-26 21:37:05 UTC 
(rev 924576)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 924574, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:05 UTC (rev 924576)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=410
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:36:16
  Author: heftig
Revision: 924573

1.2.1-50: linux 5.12.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:36:14 UTC (rev 924572)
+++ PKGBUILD2021-04-26 21:36:16 UTC (rev 924573)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=49
+pkgrel=50
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:36:20
  Author: heftig
Revision: 924574

5.0.7-27: linux 5.12.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 21:36:16 UTC (rev 924573)
+++ PKGBUILD2021-04-26 21:36:20 UTC (rev 924574)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.7
-pkgrel=26
+pkgrel=27
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2021-04-26 Thread Jan Steffens via arch-commits
Date: Monday, April 26, 2021 @ 21:37:04
  Author: heftig
Revision: 924575

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 924574, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 924574, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-26 21:37:04 UTC (rev 924575)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=50
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

  1   2   3   >