[arch-commits] Commit in deepin-daemon/repos/community-x86_64 (8 files)
Date: Sunday, July 26, 2020 @ 05:17:48 Author: felixonmars Revision: 665316 archrelease: copy trunk to community-x86_64 Added: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 665315, deepin-daemon/trunk/PKGBUILD) deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff (from rev 665315, deepin-daemon/trunk/dde-daemon_5.9.4.2.diff) deepin-daemon/repos/community-x86_64/deepin-daemon.install (from rev 665315, deepin-daemon/trunk/deepin-daemon.install) deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers (from rev 665315, deepin-daemon/trunk/deepin-daemon.sysusers) Deleted: deepin-daemon/repos/community-x86_64/PKGBUILD deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff deepin-daemon/repos/community-x86_64/deepin-daemon.install deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers -+ PKGBUILD| 144 +++--- dde-daemon_5.9.4.2.diff | 108 +- deepin-daemon.install |6 - deepin-daemon.sysusers |4 - 4 files changed, 131 insertions(+), 131 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 05:17:23 UTC (rev 665315) +++ PKGBUILD2020-07-26 05:17:48 UTC (rev 665316) @@ -1,72 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-daemon -pkgver=5.11.0.19 -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"; -dde-daemon_5.9.4.2.diff -'deepin-daemon.sysusers') -sha512sums=('aa92d1819bc16415bc11866150d211f1f4b092b535d4e3144cbc973c421e97afa1424847a0b40eebf06ed62dd084de6e62b617330f64e7f9be03b45913d696d9' - '188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27' - '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a') - -prepare() { - cd dde-daemon-$pkgver - patch -p1 -i ../dde-daemon_5.9.4.2.diff - - 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 - - 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-x86_64/PKGBUILD (from rev 665315, deepin-daemon/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-26 05:17:48 UTC (rev 665316) @@ -0,0 +1,72 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-daemon +pkgver=5.11.0.20 +pkgrel=1 +pkgdesc='Daemon handling the DDE session settings' +arch=('x86_64') +url="
[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, July 26, 2020 @ 05:18:15 Author: felixonmars Revision: 665318 archrelease: copy trunk to community-any Added: python-hypothesis/repos/community-any/PKGBUILD (from rev 665317, python-hypothesis/trunk/PKGBUILD) Deleted: python-hypothesis/repos/community-any/PKGBUILD --+ PKGBUILD | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 05:18:00 UTC (rev 665317) +++ PKGBUILD2020-07-26 05:18:15 UTC (rev 665318) @@ -1,42 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-hypothesis -pkgver=5.21.0 -pkgrel=1 -pkgdesc="Advanced Quickcheck style testing library for Python" -arch=('any') -license=('MPL') -url="https://hypothesis.readthedocs.org"; -depends=('python-attrs' 'python-sortedcontainers') -optdepends=('python-pytz: for datetime and django module' -'python-faker: for fakefactory and django module' -'python-django: for django module' -'python-numpy: for numpy module' -'python-pytest: for pytest module' -'python-lark-parser: for lark module') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' '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') -source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40') - -prepare() { - mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver -} - -build() { - cd hypothesis-$pkgver/hypothesis-python - python setup.py build -} - -check() { - cd hypothesis-$pkgver/hypothesis-python - python setup.py pytest -} - -package() { - cd hypothesis-$pkgver/hypothesis-python - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 665317, python-hypothesis/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-26 05:18:15 UTC (rev 665318) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +pkgname=python-hypothesis +pkgver=5.22.0 +pkgrel=1 +pkgdesc="Advanced Quickcheck style testing library for Python" +arch=('any') +license=('MPL') +url="https://hypothesis.readthedocs.org"; +depends=('python-attrs' 'python-sortedcontainers') +optdepends=('python-pytz: for datetime and django module' +'python-faker: for fakefactory and django module' +'python-django: for django module' +'python-numpy: for numpy module' +'python-pytest: for pytest module' +'python-lark-parser: for lark module') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' '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') +source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) +sha512sums=('7f9248783ef6ed1663b3781ebca7c99a9907db1634de112e2f26c15cc6ef7f0abd1a46450bf577a8fb4f343904918f2a53d1361b7e007aca1b74c7c99e2395e2') + +prepare() { + mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver +} + +build() { + cd hypothesis-$pkgver/hypothesis-python + python setup.py build +} + +check() { + cd hypothesis-$pkgver/hypothesis-python + python setup.py pytest +} + +package() { + cd hypothesis-$pkgver/hypothesis-python + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 05:18:00 Author: felixonmars Revision: 665317 upgpkg: python-hypothesis 5.22.0-1 Modified: python-hypothesis/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-26 05:17:48 UTC (rev 665316) +++ PKGBUILD2020-07-26 05:18:00 UTC (rev 665317) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-hypothesis -pkgver=5.21.0 +pkgver=5.22.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -20,7 +20,7 @@ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' 'python-typing_extensions') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40') +sha512sums=('7f9248783ef6ed1663b3781ebca7c99a9907db1634de112e2f26c15cc6ef7f0abd1a46450bf577a8fb4f343904918f2a53d1361b7e007aca1b74c7c99e2395e2') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 05:17:23 Author: felixonmars Revision: 665315 upgpkg: deepin-daemon 5.11.0.20-1 Modified: deepin-daemon/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-26 05:01:17 UTC (rev 665314) +++ PKGBUILD2020-07-26 05:17:23 UTC (rev 665315) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-daemon -pkgver=5.11.0.19 +pkgver=5.11.0.20 pkgrel=1 pkgdesc='Daemon handling the DDE session settings' arch=('x86_64') @@ -28,7 +28,7 @@ source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz"; dde-daemon_5.9.4.2.diff 'deepin-daemon.sysusers') -sha512sums=('aa92d1819bc16415bc11866150d211f1f4b092b535d4e3144cbc973c421e97afa1424847a0b40eebf06ed62dd084de6e62b617330f64e7f9be03b45913d696d9' +sha512sums=('849dea8f94ddf2d0d0fc448135dc9f1fb278c7e511587fcd7e2324cded7ca6c9f80aca48aee66e0e2f2b84ce0cb02c74337cb6767973efd58dcf69245ffd049e' '188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27' '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 05:01:02 Author: felixonmars Revision: 665313 upgpkg: python-matplotlib 3.3.0-2: fix dependency on pillow (FS#67324) Modified: python-matplotlib/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-26 04:13:08 UTC (rev 665312) +++ PKGBUILD2020-07-26 05:01:02 UTC (rev 665313) @@ -12,7 +12,7 @@ arch=(x86_64) url="https://matplotlib.org"; license=(custom) -depends=(freetype2 libpng python-numpy python-cycler python-dateutil python-kiwisolver python-pyparsing qhull) +depends=(freetype2 python-cycler python-dateutil python-kiwisolver python-numpy python-pillow python-pyparsing qhull) optdepends=('tk: Tk{Agg,Cairo} backends' 'python-pyqt5: Qt5{Agg,Cairo} backends' 'python-gobject: for GTK3{Agg,Cairo} backend' @@ -22,7 +22,6 @@ 'python-tornado: WebAgg backend' 'ffmpeg: for saving movies' 'imagemagick: for saving animated gifs' -'python-pillow: for reading/saving jpeg/bmp/tiff files' 'ghostscript: usetex dependencies' 'texlive-bin: usetex dependencies' 'texlive-latexextra: usetex usage with pdflatex') @@ -29,7 +28,7 @@ makedepends=(git rsync python-setuptools tk python-pyqt5 python-gobject python-wxpython python-cairocffi python-tornado - python-pillow ghostscript texlive-bin) + ghostscript texlive-bin) # agg missing some non-upstreamed patches? checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb texlive-core texlive-latexextra inkscape mencoder
[arch-commits] Commit in python-matplotlib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, July 26, 2020 @ 05:01:17 Author: felixonmars Revision: 665314 archrelease: copy trunk to community-x86_64 Added: python-matplotlib/repos/community-x86_64/PKGBUILD (from rev 665313, python-matplotlib/trunk/PKGBUILD) Deleted: python-matplotlib/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 133 ++--- 1 file changed, 66 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 05:01:02 UTC (rev 665313) +++ PKGBUILD2020-07-26 05:01:17 UTC (rev 665314) @@ -1,67 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Bruno Pagani -# Contributor: Stéphane Gaudreault -# Contributor: Stefan Husmann -# Contributor: Angel 'angvp' Velasquez -# Contributor: Douglas Soares de Andrade - -pkgname=python-matplotlib -pkgver=3.3.0 -pkgrel=2 -pkgdesc="A python plotting library, making publication quality plots" -arch=(x86_64) -url="https://matplotlib.org"; -license=(custom) -depends=(freetype2 libpng python-numpy python-cycler python-dateutil python-kiwisolver python-pyparsing qhull) -optdepends=('tk: Tk{Agg,Cairo} backends' -'python-pyqt5: Qt5{Agg,Cairo} backends' -'python-gobject: for GTK3{Agg,Cairo} backend' -'python-wxpython: WX{,Agg,Cairo} backend' -'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends' -'python-cairocffi: alternative for Cairo backends' -'python-tornado: WebAgg backend' -'ffmpeg: for saving movies' -'imagemagick: for saving animated gifs' -'python-pillow: for reading/saving jpeg/bmp/tiff files' -'ghostscript: usetex dependencies' -'texlive-bin: usetex dependencies' -'texlive-latexextra: usetex usage with pdflatex') -makedepends=(git rsync python-setuptools - tk python-pyqt5 python-gobject - python-wxpython python-cairocffi python-tornado - python-pillow ghostscript texlive-bin) - # agg missing some non-upstreamed patches? -checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb - texlive-core texlive-latexextra inkscape mencoder - ffmpeg imagemagick python-pandas) -source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"; - matplotlib-fix-path-of-degenerate-polygons.patch::"https://github.com/matplotlib/matplotlib/commit/07847dd2.patch";) -sha512sums=('79555a175ef1e63da4f3d2457dc44dd825dbe4b5833696fa9ba57bfc654dc4df286ede4357ee276f19d674be1cb622e8718000a74c1f122cc13641f4d3ad0ada' - 'b16c4af737a08004ad83f5eb058ffd1470f6cb522114ef8ef74e211887a6c00809b7f475cdb83cceb46aaaff6acfd0c25c8ba1fbcbf2fd536e09efde35e80e2a') - -prepare() { - cd matplotlib-${pkgver} - patch -p1 -i ../matplotlib-fix-path-of-degenerate-polygons.patch # Fix path of degenerate polygons - -# Use system freetype and qhull - sed -e 's|#system_freetype = False|system_freetype = True|' -e 's|#system_qhull = False|system_qhull = True|' setup.cfg.template > setup.cfg -} - -build() { - cd matplotlib-${pkgver} - python setup.py build -} - -check() { - cd matplotlib-${pkgver} - xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 1280x1024x24" \ -python setup.py pytest --addopts="-n auto" || warning "Tests failed" # Different font rendering details -} - -package_python-matplotlib() { - cd matplotlib-${pkgver} - python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 --skip-build - install -Dm644 doc/users/license.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}/ - # Needed since https://github.com/matplotlib/matplotlib/pull/14170 - rm -r "${pkgdir}"/usr/lib/python3.8/site-packages/{matplotlib,mpl_toolkits}/tests/ -} Copied: python-matplotlib/repos/community-x86_64/PKGBUILD (from rev 665313, python-matplotlib/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-26 05:01:17 UTC (rev 665314) @@ -0,0 +1,66 @@ +# Maintainer: Felix Yan +# Maintainer: Bruno Pagani +# Contributor: Stéphane Gaudreault +# Contributor: Stefan Husmann +# Contributor: Angel 'angvp' Velasquez +# Contributor: Douglas Soares de Andrade + +pkgname=python-matplotlib +pkgver=3.3.0 +pkgrel=2 +pkgdesc="A python plotting library, making publication quality plots" +arch=(x86_64) +url="https://matplotlib.org"; +license=(custom) +depends=(freetype2 python-cycler python-dateutil python-kiwisolver python-numpy python-pillow python-pyparsing qhull) +optdepends=('tk: Tk{Agg,Cairo} backends' +'python-pyqt5: Qt5{Agg,Cairo} backends' +'python-gobject: for GTK3{Agg,Cairo} backend' +'python-wxpython: WX{,Agg,Cairo} backend' +'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends' +'python-cairocffi: alternative for Cairo ba
[arch-commits] Commit in python-pytorch/repos/community-testing-x86_64 (10 files)
Date: Sunday, July 26, 2020 @ 04:13:08 Author: svenstaro Revision: 665312 archrelease: copy trunk to community-testing-x86_64 Added: python-pytorch/repos/community-testing-x86_64/PKGBUILD (from rev 665311, python-pytorch/trunk/PKGBUILD) python-pytorch/repos/community-testing-x86_64/fix_include_system.patch (from rev 665311, python-pytorch/trunk/fix_include_system.patch) python-pytorch/repos/community-testing-x86_64/nccl_version.patch (from rev 665311, python-pytorch/trunk/nccl_version.patch) python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch (from rev 665311, python-pytorch/trunk/use-system-libuv.patch) python-pytorch/repos/community-testing-x86_64/use-system-libuv2.patch (from rev 665311, python-pytorch/trunk/use-system-libuv2.patch) Deleted: python-pytorch/repos/community-testing-x86_64/PKGBUILD python-pytorch/repos/community-testing-x86_64/fix_include_system.patch python-pytorch/repos/community-testing-x86_64/nccl_version.patch python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch python-pytorch/repos/community-testing-x86_64/use-system-libuv2.patch --+ PKGBUILD | 356 ++--- fix_include_system.patch | 22 +- nccl_version.patch | 92 +-- use-system-libuv.patch | 26 +-- use-system-libuv2.patch | 26 +-- 5 files changed, 261 insertions(+), 261 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 04:12:53 UTC (rev 665311) +++ PKGBUILD2020-07-26 04:13:08 UTC (rev 665312) @@ -1,178 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Stephen Zhang - -pkgbase=python-pytorch -pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" "python-pytorch-opt-cuda") -_pkgname="pytorch" -pkgver=1.6.0rc6 -_pkgver=1.6.0-rc6 -pkgrel=2 -pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" -arch=('x86_64') -url="https://pytorch.org"; -license=('BSD') -depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 'python-yaml' 'libuv' - 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 'onednn' 'intel-mkl') -makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 'cuda' - 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen') -source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver"; -fix_include_system.patch -use-system-libuv.patch -use-system-libuv2.patch -nccl_version.patch) -sha256sums=('SKIP' -'147bdaeac8ec46ea46382e6146878bd8f8d51e05d5bd6f930dfd8e2b520859b9' -'6f3b7a87172011de810bf1ab581245b4463ef86e5cd09bec63aeffa372e26646' -'7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb' -'1a276bd827a0c76dab908cbc6605fa4c9fc2cc2b9431b6578a41133ae27dba2b') - -prepare() { - cd "${_pkgname}-${pkgver}" - - # This is the lazy way since pytorch has sooo many submodules and they keep - # changing them around but we've run into more problems so far doing it the - # manual than the lazy way. This lazy way (not explicitly specifying all - # submodules) will make building inefficient but for now I'll take it. - # It will result in the same package, don't worry. - git submodule update --init --recursive - - # https://bugs.archlinux.org/task/64981 - patch -N torch/utils/cpp_extension.py "${srcdir}"/fix_include_system.patch - - # Use system libuv - patch -Np1 -i "${srcdir}"/use-system-libuv.patch - patch -Np1 -i "${srcdir}"/use-system-libuv2.patch -d third_party/tensorpipe - - # FindNCCL patch to export correct nccl version - patch -Np1 -i "${srcdir}"/nccl_version.patch - - # remove local nccl - rm -rf third_party/nccl/nccl - - cd .. - - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt" - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda" - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda" - - export VERBOSE=1 - export PYTORCH_BUILD_VERSION="${pkgver}" - export PYTORCH_BUILD_NUMBER=1 - - # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list of flags that can be set via env vars. - export USE_MKLDNN=ON - # export BUILD_CUSTOM_PROTOBUF=OFF - # export BUILD_SHARED_LIBS=OFF - export USE_FFMPEG=ON - export USE_GFLAGS=ON - export USE_GLOG=ON - export BUILD_BINARY=ON - export USE_OPENCV=ON - export USE_SYSTEM_NCCL=ON - export NCCL_VERSION=$(pkg-config nccl --modversion) - export NCCL_VER_CODE=$(sed -n 's/^#define NCCL_VERSION_CODE\s*\(.*\).*/\1/p' /usr/include/nccl.h) - export CUDAHOSTCXX=g++-9 - export CUDA_HOME=/opt/cuda - export CUDNN_LIB_DIR=/usr/lib - export CUDNN_INCLUDE_DIR=/usr/include - export TORCH_NVCC_FLAGS="-Xfatbin -compress-all" - export TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.
[arch-commits] Commit in python-pytorch/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 04:12:53 Author: svenstaro Revision: 665311 upgpkg: python-pytorch 1.6.0rc7-2 Modified: python-pytorch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-26 02:52:33 UTC (rev 665310) +++ PKGBUILD2020-07-26 04:12:53 UTC (rev 665311) @@ -6,7 +6,7 @@ _pkgname="pytorch" pkgver=1.6.0rc7 _pkgver=1.6.0-rc7 -pkgrel=1 +pkgrel=2 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" arch=('x86_64') url="https://pytorch.org";
[arch-commits] Commit in python-pytorch/repos/community-x86_64 (10 files)
Date: Sunday, July 26, 2020 @ 02:52:33 Author: svenstaro Revision: 665310 archrelease: copy trunk to community-x86_64 Added: python-pytorch/repos/community-x86_64/PKGBUILD (from rev 665309, python-pytorch/trunk/PKGBUILD) python-pytorch/repos/community-x86_64/fix_include_system.patch (from rev 665309, python-pytorch/trunk/fix_include_system.patch) python-pytorch/repos/community-x86_64/nccl_version.patch (from rev 665309, python-pytorch/trunk/nccl_version.patch) python-pytorch/repos/community-x86_64/use-system-libuv.patch (from rev 665309, python-pytorch/trunk/use-system-libuv.patch) python-pytorch/repos/community-x86_64/use-system-libuv2.patch (from rev 665309, python-pytorch/trunk/use-system-libuv2.patch) Deleted: python-pytorch/repos/community-x86_64/PKGBUILD python-pytorch/repos/community-x86_64/fix_include_system.patch python-pytorch/repos/community-x86_64/nccl_version.patch python-pytorch/repos/community-x86_64/use-system-libuv.patch python-pytorch/repos/community-x86_64/use-system-libuv2.patch --+ PKGBUILD | 356 ++--- fix_include_system.patch | 22 +- nccl_version.patch | 92 +-- use-system-libuv.patch | 26 +-- use-system-libuv2.patch | 26 +-- 5 files changed, 261 insertions(+), 261 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 02:52:21 UTC (rev 665309) +++ PKGBUILD2020-07-26 02:52:33 UTC (rev 665310) @@ -1,178 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Stephen Zhang - -pkgbase=python-pytorch -pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" "python-pytorch-opt-cuda") -_pkgname="pytorch" -pkgver=1.6.0rc6 -_pkgver=1.6.0-rc6 -pkgrel=1 -pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" -arch=('x86_64') -url="https://pytorch.org"; -license=('BSD') -depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 'python-yaml' 'libuv' - 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 'onednn' 'intel-mkl') -makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 'cuda' - 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen') -source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver"; -fix_include_system.patch -use-system-libuv.patch -use-system-libuv2.patch -nccl_version.patch) -sha256sums=('SKIP' -'147bdaeac8ec46ea46382e6146878bd8f8d51e05d5bd6f930dfd8e2b520859b9' -'6f3b7a87172011de810bf1ab581245b4463ef86e5cd09bec63aeffa372e26646' -'7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb' -'1a276bd827a0c76dab908cbc6605fa4c9fc2cc2b9431b6578a41133ae27dba2b') - -prepare() { - cd "${_pkgname}-${pkgver}" - - # This is the lazy way since pytorch has sooo many submodules and they keep - # changing them around but we've run into more problems so far doing it the - # manual than the lazy way. This lazy way (not explicitly specifying all - # submodules) will make building inefficient but for now I'll take it. - # It will result in the same package, don't worry. - git submodule update --init --recursive - - # https://bugs.archlinux.org/task/64981 - patch -N torch/utils/cpp_extension.py "${srcdir}"/fix_include_system.patch - - # Use system libuv - patch -Np1 -i "${srcdir}"/use-system-libuv.patch - patch -Np1 -i "${srcdir}"/use-system-libuv2.patch -d third_party/tensorpipe - - # FindNCCL patch to export correct nccl version - patch -Np1 -i "${srcdir}"/nccl_version.patch - - # remove local nccl - rm -rf third_party/nccl/nccl - - cd .. - - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt" - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda" - cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda" - - export VERBOSE=1 - export PYTORCH_BUILD_VERSION="${pkgver}" - export PYTORCH_BUILD_NUMBER=1 - - # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list of flags that can be set via env vars. - export USE_MKLDNN=ON - # export BUILD_CUSTOM_PROTOBUF=OFF - # export BUILD_SHARED_LIBS=OFF - export USE_FFMPEG=ON - export USE_GFLAGS=ON - export USE_GLOG=ON - export BUILD_BINARY=ON - export USE_OPENCV=ON - export USE_SYSTEM_NCCL=ON - export NCCL_VERSION=$(pkg-config nccl --modversion) - export NCCL_VER_CODE=$(sed -n 's/^#define NCCL_VERSION_CODE\s*\(.*\).*/\1/p' /usr/include/nccl.h) - export CUDAHOSTCXX=g++-9 - export CUDA_HOME=/opt/cuda - export CUDNN_LIB_DIR=/usr/lib - export CUDNN_INCLUDE_DIR=/usr/include - export TORCH_NVCC_FLAGS="-Xfatbin -compress-all" - export TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX;8.0;8.0+PTX;" -} - -build() { - echo "Building without cuda and without non-x86-6
[arch-commits] Commit in python-pytorch/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 02:52:21 Author: svenstaro Revision: 665309 upgpkg: python-pytorch 1.6.0rc7-1 Modified: python-pytorch/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-26 01:34:15 UTC (rev 665308) +++ PKGBUILD2020-07-26 02:52:21 UTC (rev 665309) @@ -4,9 +4,9 @@ pkgbase=python-pytorch pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" "python-pytorch-opt-cuda") _pkgname="pytorch" -pkgver=1.6.0rc6 -_pkgver=1.6.0-rc6 -pkgrel=2 +pkgver=1.6.0rc7 +_pkgver=1.6.0-rc7 +pkgrel=1 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" arch=('x86_64') url="https://pytorch.org";
[arch-commits] Commit in python-tensorflow-estimator/repos/community-any (2 files)
Date: Sunday, July 26, 2020 @ 01:34:15 Author: svenstaro Revision: 665308 archrelease: copy trunk to community-any Added: python-tensorflow-estimator/repos/community-any/PKGBUILD (from rev 665307, python-tensorflow-estimator/trunk/PKGBUILD) Deleted: python-tensorflow-estimator/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-26 01:34:05 UTC (rev 665307) +++ PKGBUILD2020-07-26 01:34:15 UTC (rev 665308) @@ -1,36 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Maintainer: Konstantin Gizdov (kgizdov) - -pkgname=python-tensorflow-estimator -pkgver=2.2.0 -pkgrel=1 -pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming" -url="https://github.com/tensorflow/estimator"; -license=('APACHE') -arch=('any') -depends=('python-wrapt') -makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 'python-tensorflow') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz";) -sha512sums=('aaf743835e2c606439fcccb56742997e930ba0e72c01d51633ce86824bbfaacd64607dc1fd7fb9604cc444feb65ebae60c2266be084e1b49ef2a1a9ca5a3d60d') - -build() { - cd estimator-${pkgver} - - bazel build //tensorflow_estimator/tools/pip_package:build_pip_package - bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package ${srcdir}/estimator_pip -} - -check() { - cd estimator-${pkgver} - - # Of course, upstream doesn't care about working tests... - # Revisit this at some point. - # bazel test //tensorflow_estimator/... -} - -package() { - cd estimator-${pkgver} - - WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl") - pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE --no-dependencies -} Copied: python-tensorflow-estimator/repos/community-any/PKGBUILD (from rev 665307, python-tensorflow-estimator/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-26 01:34:15 UTC (rev 665308) @@ -0,0 +1,36 @@ +# Maintainer: Sven-Hendrik Haase +# Maintainer: Konstantin Gizdov (kgizdov) + +pkgname=python-tensorflow-estimator +pkgver=2.3.0 +pkgrel=1 +pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming" +url="https://github.com/tensorflow/estimator"; +license=('APACHE') +arch=('any') +depends=('python-wrapt') +makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 'python-tensorflow') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz";) +sha512sums=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0') + +build() { + cd estimator-${pkgver} + + bazel build //tensorflow_estimator/tools/pip_package:build_pip_package + bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package ${srcdir}/estimator_pip +} + +check() { + cd estimator-${pkgver} + + # Of course, upstream doesn't care about working tests... + # Revisit this at some point. + # bazel test //tensorflow_estimator/... +} + +package() { + cd estimator-${pkgver} + + WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl") + pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE --no-dependencies +}
[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)
Date: Sunday, July 26, 2020 @ 01:34:05 Author: svenstaro Revision: 665307 upgpkg: python-tensorflow-estimator 2.3.0-1 Modified: python-tensorflow-estimator/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 22:15:34 UTC (rev 665306) +++ PKGBUILD2020-07-26 01:34:05 UTC (rev 665307) @@ -2,7 +2,7 @@ # Maintainer: Konstantin Gizdov (kgizdov) pkgname=python-tensorflow-estimator -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=1 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming" url="https://github.com/tensorflow/estimator"; @@ -11,7 +11,7 @@ depends=('python-wrapt') makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 'python-tensorflow') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz";) -sha512sums=('aaf743835e2c606439fcccb56742997e930ba0e72c01d51633ce86824bbfaacd64607dc1fd7fb9604cc444feb65ebae60c2266be084e1b49ef2a1a9ca5a3d60d') +sha512sums=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0') build() { cd estimator-${pkgver}
[arch-commits] Commit in libappimage/repos/extra-x86_64 (3 files)
Date: Saturday, July 25, 2020 @ 22:32:00 Author: arojas Revision: 392545 archrelease: copy trunk to extra-x86_64 Added: libappimage/repos/extra-x86_64/PKGBUILD (from rev 392544, libappimage/trunk/PKGBUILD) libappimage/repos/extra-x86_64/libappimage-gcc10.patch (from rev 392544, libappimage/trunk/libappimage-gcc10.patch) Deleted: libappimage/repos/extra-x86_64/PKGBUILD -+ PKGBUILD| 71 ++ libappimage-gcc10.patch | 50 2 files changed, 85 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 22:31:48 UTC (rev 392544) +++ PKGBUILD2020-07-25 22:32:00 UTC (rev 392545) @@ -1,36 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=libappimage -pkgver=1.0.2 -pkgrel=3 -pkgdesc="Reference implementation of the AppImage specification" -arch=(x86_64) -url="https://appimage.org/"; -license=(GPL) -depends=(libarchive squashfuse boost-libs librsvg) -makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx) -source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz";) -sha256sums=('250230db5b1cbace039ec0d70ea020a0f37c4fe867656d88d330017117da37eb') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DUSE_SYSTEM_XZ=ON \ --DUSE_SYSTEM_SQUASHFUSE=ON \ --DUSE_SYSTEM_LIBARCHIVE=ON \ --DUSE_SYSTEM_BOOST=ON \ --DUSE_SYSTEM_XDGUTILS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: libappimage/repos/extra-x86_64/PKGBUILD (from rev 392544, libappimage/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 22:32:00 UTC (rev 392545) @@ -0,0 +1,35 @@ +# Maintainer: Antonio Rojas + +pkgname=libappimage +pkgver=1.0.3 +pkgrel=1 +pkgdesc="Reference implementation of the AppImage specification" +arch=(x86_64) +url="https://appimage.org/"; +license=(GPL) +depends=(libarchive squashfuse boost-libs librsvg) +makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx) +source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz"; +libappimage-gcc10.patch) +sha256sums=('36a2a3c5a158301d7ed6d6996a82ac953549c99232b5b88d116e99f42175bc6b' +'bd2eb7a270c5e75f55d5d2be1aba4e9b12815c1ad826eb403a66f111e89dcca9') + +prepare() { + patch -d $pkgname-$pkgver -p1 -i ../libappimage-gcc10.patch # Fix build with GCC 10 +} + +build() { + cmake -B build -S $pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DUSE_SYSTEM_XZ=ON \ +-DUSE_SYSTEM_SQUASHFUSE=ON \ +-DUSE_SYSTEM_LIBARCHIVE=ON \ +-DUSE_SYSTEM_BOOST=ON \ +-DUSE_SYSTEM_XDGUTILS=ON \ +-DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +} Copied: libappimage/repos/extra-x86_64/libappimage-gcc10.patch (from rev 392544, libappimage/trunk/libappimage-gcc10.patch) === --- libappimage-gcc10.patch (rev 0) +++ libappimage-gcc10.patch 2020-07-25 22:32:00 UTC (rev 392545) @@ -0,0 +1,50 @@ +diff --git a/src/libappimage/utils/StringSanitizer.cpp b/src/libappimage/utils/StringSanitizer.cpp +index fee9f7d..521d82e 100644 +--- a/src/libappimage/utils/StringSanitizer.cpp b/src/libappimage/utils/StringSanitizer.cpp +@@ -13,6 +13,20 @@ std::string StringSanitizer::sanitizeForPath() { + std::vector buffer{}; + buffer.reserve(input_.size()); + ++// these three lists can be used to compose alphabets for sanitization ++static constexpr std::initializer_list asciiLetters_ = { ++'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', ++'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', ++'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', ++'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ++}; ++static constexpr std::initializer_list asciiDigits_ = { ++'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ++}; ++static constexpr std::initializer_list pathSafeChars_ = { ++'.', '-', '_' ++}; ++ + // first of all, we compose an alphabet of safe characters + // all characters not contained in this alphabet will be replaced by some safe character, e.g., an underscore (_) + std::vector safeAlphabet{asciiDigits_.size() + asciiLetters_.size() + pathSafeChars_.size()}; +diff --git a/src/libappimage/utils/StringSanitizer.h b/src/libappimage/utils/StringSanitizer.h +index 5301ec1..9919ed6 100644 +--- a/src/libappimage/utils/StringSanitizer.h b/src/libappimage/utils/S
[arch-commits] Commit in libappimage/trunk (PKGBUILD libappimage-gcc10.patch)
Date: Saturday, July 25, 2020 @ 22:31:48 Author: arojas Revision: 392544 Update to 1.0.3 Added: libappimage/trunk/libappimage-gcc10.patch Modified: libappimage/trunk/PKGBUILD -+ PKGBUILD| 21 +-- libappimage-gcc10.patch | 50 ++ 2 files changed, 60 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 21:56:17 UTC (rev 392543) +++ PKGBUILD2020-07-25 22:31:48 UTC (rev 392544) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas pkgname=libappimage -pkgver=1.0.2 -pkgrel=3 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Reference implementation of the AppImage specification" arch=(x86_64) url="https://appimage.org/"; @@ -9,18 +9,18 @@ license=(GPL) depends=(libarchive squashfuse boost-libs librsvg) makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx) -source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz";) -sha256sums=('250230db5b1cbace039ec0d70ea020a0f37c4fe867656d88d330017117da37eb') +source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz"; +libappimage-gcc10.patch) +sha256sums=('36a2a3c5a158301d7ed6d6996a82ac953549c99232b5b88d116e99f42175bc6b' +'bd2eb7a270c5e75f55d5d2be1aba4e9b12815c1ad826eb403a66f111e89dcca9') prepare() { - mkdir -p build + patch -d $pkgname-$pkgver -p1 -i ../libappimage-gcc10.patch # Fix build with GCC 10 } build() { - cd build - cmake ../$pkgname-$pkgver \ + cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ -DUSE_SYSTEM_XZ=ON \ -DUSE_SYSTEM_SQUASHFUSE=ON \ -DUSE_SYSTEM_LIBARCHIVE=ON \ @@ -27,10 +27,9 @@ -DUSE_SYSTEM_BOOST=ON \ -DUSE_SYSTEM_XDGUTILS=ON \ -DBUILD_TESTING=OFF - make + cmake --build build } package() { - cd build - make DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" cmake --install build } Added: libappimage-gcc10.patch === --- libappimage-gcc10.patch (rev 0) +++ libappimage-gcc10.patch 2020-07-25 22:31:48 UTC (rev 392544) @@ -0,0 +1,50 @@ +diff --git a/src/libappimage/utils/StringSanitizer.cpp b/src/libappimage/utils/StringSanitizer.cpp +index fee9f7d..521d82e 100644 +--- a/src/libappimage/utils/StringSanitizer.cpp b/src/libappimage/utils/StringSanitizer.cpp +@@ -13,6 +13,20 @@ std::string StringSanitizer::sanitizeForPath() { + std::vector buffer{}; + buffer.reserve(input_.size()); + ++// these three lists can be used to compose alphabets for sanitization ++static constexpr std::initializer_list asciiLetters_ = { ++'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', ++'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', ++'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', ++'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ++}; ++static constexpr std::initializer_list asciiDigits_ = { ++'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ++}; ++static constexpr std::initializer_list pathSafeChars_ = { ++'.', '-', '_' ++}; ++ + // first of all, we compose an alphabet of safe characters + // all characters not contained in this alphabet will be replaced by some safe character, e.g., an underscore (_) + std::vector safeAlphabet{asciiDigits_.size() + asciiLetters_.size() + pathSafeChars_.size()}; +diff --git a/src/libappimage/utils/StringSanitizer.h b/src/libappimage/utils/StringSanitizer.h +index 5301ec1..9919ed6 100644 +--- a/src/libappimage/utils/StringSanitizer.h b/src/libappimage/utils/StringSanitizer.h +@@ -10,20 +10,6 @@ class StringSanitizer { + private: + std::string input_; + +-// these three lists can be used to compose alphabets for sanitization +-static constexpr std::initializer_list asciiLetters_ = { +-'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', +-'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', +-'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', +-'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', +-}; +-static constexpr std::initializer_list asciiDigits_ = { +-'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', +-}; +-static constexpr std::initializer_list pathSafeChars_ = { +-'.', '-', '_' +-}; +- + public: + /** + * Default constructor.
[arch-commits] Commit in xandikos/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 22:15:15 Author: polyzen Revision: 665305 upgpkg: xandikos 0.2.3-1 Modified: xandikos/trunk/PKGBUILD --+ PKGBUILD | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 21:42:32 UTC (rev 665304) +++ PKGBUILD2020-07-25 22:15:15 UTC (rev 665305) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella pkgname=xandikos -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' arch=('any') @@ -12,14 +12,11 @@ makedepends=('python-setuptools') optdepends=('python-prometheus_client: for metrics with the standalone server' 'uwsgi-plugin-python: for the WSGI interface') -source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz"; - 'https://github.com/jelmer/xandikos/commit/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch') -sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847' -'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889') +source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";) +sha256sums=('245170565c7b028f2108923afa8db2cb7f94f812123356d65782dca424ab338e') prepare() { - cd xandikos-$pkgver - patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch + rm xandikos-$pkgver/examples/*~ } build() {
[arch-commits] Commit in xandikos/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 22:15:34 Author: polyzen Revision: 665306 archrelease: copy trunk to community-any Added: xandikos/repos/community-any/PKGBUILD (from rev 665305, xandikos/trunk/PKGBUILD) Deleted: xandikos/repos/community-any/PKGBUILD --+ PKGBUILD | 83 + 1 file changed, 40 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 22:15:15 UTC (rev 665305) +++ PKGBUILD2020-07-25 22:15:34 UTC (rev 665306) @@ -1,43 +0,0 @@ -# Maintainer: Daniel M. Capella - -pkgname=xandikos -pkgver=0.2.2 -pkgrel=1 -pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' -arch=('any') -url=https://www.xandikos.org/ -license=('GPL3') -depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich' - 'python-icalendar' 'python-jinja' 'python-multidict') -makedepends=('python-setuptools') -optdepends=('python-prometheus_client: for metrics with the standalone server' -'uwsgi-plugin-python: for the WSGI interface') -source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz"; - 'https://github.com/jelmer/xandikos/commit/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch') -sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847' -'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889') - -prepare() { - cd xandikos-$pkgver - patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch -} - -build() { - cd xandikos-$pkgver - python setup.py build -} - -check() { - cd xandikos-$pkgver - python -m unittest xandikos.tests.test_suite -} - -package() { - cd xandikos-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 --skip-build - install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst - install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/* - install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1 -} - -# vim:set ts=2 sw=2 et: Copied: xandikos/repos/community-any/PKGBUILD (from rev 665305, xandikos/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 22:15:34 UTC (rev 665306) @@ -0,0 +1,40 @@ +# Maintainer: Daniel M. Capella + +pkgname=xandikos +pkgver=0.2.3 +pkgrel=1 +pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' +arch=('any') +url=https://www.xandikos.org/ +license=('GPL3') +depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich' + 'python-icalendar' 'python-jinja' 'python-multidict') +makedepends=('python-setuptools') +optdepends=('python-prometheus_client: for metrics with the standalone server' +'uwsgi-plugin-python: for the WSGI interface') +source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";) +sha256sums=('245170565c7b028f2108923afa8db2cb7f94f812123356d65782dca424ab338e') + +prepare() { + rm xandikos-$pkgver/examples/*~ +} + +build() { + cd xandikos-$pkgver + python setup.py build +} + +check() { + cd xandikos-$pkgver + python -m unittest xandikos.tests.test_suite +} + +package() { + cd xandikos-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst + install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/* + install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in cmake/repos/extra-x86_64 (6 files)
Date: Saturday, July 25, 2020 @ 21:56:17 Author: arojas Revision: 392543 archrelease: copy trunk to extra-x86_64 Added: cmake/repos/extra-x86_64/PKGBUILD (from rev 392542, cmake/trunk/PKGBUILD) cmake/repos/extra-x86_64/cmake-cppflags.patch (from rev 392542, cmake/trunk/cmake-cppflags.patch) cmake/repos/extra-x86_64/rebuild.list (from rev 392542, cmake/trunk/rebuild.list) Deleted: cmake/repos/extra-x86_64/PKGBUILD cmake/repos/extra-x86_64/cmake-cppflags.patch cmake/repos/extra-x86_64/rebuild.list --+ PKGBUILD | 97 + cmake-cppflags.patch | 52 +- rebuild.list |4 +- 3 files changed, 78 insertions(+), 75 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 21:56:04 UTC (rev 392542) +++ PKGBUILD2020-07-25 21:56:17 UTC (rev 392543) @@ -1,47 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgname=cmake -pkgver=3.18.0 -pkgrel=2 -pkgdesc='A cross-platform open-source make system' -arch=('x86_64') -url="https://www.cmake.org/"; -license=('custom') -depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 'libuv' 'rhash') -makedepends=('qt5-base' 'python-sphinx' 'emacs') -optdepends=('qt5-base: cmake-gui') -source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"; - cmake-cppflags.patch) -sha512sums=('6cab76a792a7ed2120a50048312273b2870afef29351a3ebcbf76cbcb422f82be679c85211c19016a56ac7f63bbce6cea0478f491c973b8577e08168a1ba853d' - '407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac') - -prepare() { - cd ${pkgname}-${pkgver} - patch -p1 -i ../cmake-cppflags.patch # Honor CPPFLAGS https://gitlab.kitware.com/cmake/cmake/issues/12928 -} - -build() { - cd ${pkgname}-${pkgver} - export CXXFLAGS+=" ${CPPFLAGS}" - ./bootstrap --prefix=/usr \ ---mandir=/share/man \ ---docdir=/share/doc/cmake \ ---sphinx-man \ ---system-libs \ ---qt-gui \ ---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN) - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - - emacs -batch -f batch-byte-compile \ -"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el - - install -Dm644 Copyright.txt \ -"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 392542, cmake/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 21:56:17 UTC (rev 392543) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=cmake +pkgver=3.18.0 +pkgrel=3 +pkgdesc='A cross-platform open-source make system' +arch=('x86_64') +url="https://www.cmake.org/"; +license=('custom') +depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 'libuv' 'rhash') +makedepends=('qt5-base' 'python-sphinx' 'emacs') +optdepends=('qt5-base: cmake-gui') +source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"; + cmake-cppflags.patch + cmake-crash-qt5.15.patch::"https://gitlab.kitware.com/cmake/cmake/-/commit/4b1c6f90.patch";) +sha512sums=('6cab76a792a7ed2120a50048312273b2870afef29351a3ebcbf76cbcb422f82be679c85211c19016a56ac7f63bbce6cea0478f491c973b8577e08168a1ba853d' + '407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac' + '7542613768b840558d86cdeeeb624b73fe274ffb8b1aca9df2a96dafdd31d2b4b61a8f99104ba4c3f408cd3baa0ef22f21cd24468f6cac776a5f9c70d82af156') + +prepare() { + cd ${pkgname}-${pkgver} + patch -p1 -i ../cmake-cppflags.patch # Honor CPPFLAGS https://gitlab.kitware.com/cmake/cmake/issues/12928 + patch -p1 -i ../cmake-crash-qt5.15.patch # Fix crash with Qt 5.15 +} + +build() { + cd ${pkgname}-${pkgver} + export CXXFLAGS+=" ${CPPFLAGS}" + ./bootstrap --prefix=/usr \ +--mandir=/share/man \ +--docdir=/share/doc/cmake \ +--sphinx-man \ +--system-libs \ +--qt-gui \ +--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN) + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + + emacs -batch -f batch-byte-compile \ +"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el + + install -Dm644 Copyright.txt \ +"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} Deleted: cmake-cppflags.patch === --- cmake-cppflags.patch2020-07-25 21:56:04 UTC (rev 392542) +++ cmake-cppflags.patch2020-07-25 21:56:17 UTC (rev 392543) @@ -1,26 +0,0 @@ -diff --git a/Modules/CMakeCInformation.cmake b/Modules/CMakeCInformati
[arch-commits] Commit in cmake/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 21:56:04 Author: arojas Revision: 392542 Fix crash at startup (FS#67394) Modified: cmake/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 21:42:25 UTC (rev 392541) +++ PKGBUILD2020-07-25 21:56:04 UTC (rev 392542) @@ -4,7 +4,7 @@ pkgname=cmake pkgver=3.18.0 -pkgrel=2 +pkgrel=3 pkgdesc='A cross-platform open-source make system' arch=('x86_64') url="https://www.cmake.org/"; @@ -13,13 +13,16 @@ makedepends=('qt5-base' 'python-sphinx' 'emacs') optdepends=('qt5-base: cmake-gui') source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"; - cmake-cppflags.patch) + cmake-cppflags.patch + cmake-crash-qt5.15.patch::"https://gitlab.kitware.com/cmake/cmake/-/commit/4b1c6f90.patch";) sha512sums=('6cab76a792a7ed2120a50048312273b2870afef29351a3ebcbf76cbcb422f82be679c85211c19016a56ac7f63bbce6cea0478f491c973b8577e08168a1ba853d' - '407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac') + '407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac' + '7542613768b840558d86cdeeeb624b73fe274ffb8b1aca9df2a96dafdd31d2b4b61a8f99104ba4c3f408cd3baa0ef22f21cd24468f6cac776a5f9c70d82af156') prepare() { cd ${pkgname}-${pkgver} patch -p1 -i ../cmake-cppflags.patch # Honor CPPFLAGS https://gitlab.kitware.com/cmake/cmake/issues/12928 + patch -p1 -i ../cmake-crash-qt5.15.patch # Fix crash with Qt 5.15 } build() {
[arch-commits] Commit in in-toto/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 21:42:27 Author: sangy Revision: 665299 archrelease: copy trunk to community-any Added: in-toto/repos/community-any/PKGBUILD (from rev 665298, in-toto/trunk/PKGBUILD) Deleted: in-toto/repos/community-any/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 21:42:09 UTC (rev 665298) +++ PKGBUILD2020-07-25 21:42:27 UTC (rev 665299) @@ -1,44 +0,0 @@ -# Maintainer: Santiago Torres-Arias - -pkgname=('in-toto') -pkgver=0.4.2 -pkgrel=1 -pkgdesc="A framework to secure your software supply chain" -arch=('any') -license=('Apache') -url="https://in-toto.io"; -depends=('python-cryptography' -'python-securesystemslib>=0.12.0' -'python-iso8601' -'python-attrs' -'python-dateutil' -'python-six' -'python-pathspec') -optdepends=("gnupg: pgp signing/verification") -makedepends=('python' 'python-setuptools' 'git') -checkdepends=('python-mock') -source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver}";) - -sha256sums=('SKIP') - -validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295" -# Santiago Torres-Arias (upstream co-maintainer) -"8BA69B87D43BE294F23E812089A2AD3C07D962E8" -# Lukas Puehringher (upstream maintainer) -) - -build() { -cd "${srcdir}/${pkgname}" -python setup.py build -} - -package() { -cd "${srcdir}/${pkgname}" -python setup.py install --root="$pkgdir" --optimize=1 -install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE -} - -check() { -cd "${srcdir}/${pkgname}" -python tests/runtests.py -} Copied: in-toto/repos/community-any/PKGBUILD (from rev 665298, in-toto/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 21:42:27 UTC (rev 665299) @@ -0,0 +1,44 @@ +# Maintainer: Santiago Torres-Arias + +pkgname=('in-toto') +pkgver=0.5.0 +pkgrel=1 +pkgdesc="A framework to secure your software supply chain" +arch=('any') +license=('Apache') +url="https://in-toto.io"; +depends=('python-cryptography' +'python-securesystemslib>=0.12.0' +'python-iso8601' +'python-attrs' +'python-dateutil' +'python-six' +'python-pathspec') +optdepends=("gnupg: pgp signing/verification") +makedepends=('python' 'python-setuptools' 'git') +checkdepends=('python-mock') +source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver}";) + +sha256sums=('SKIP') + +validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295" +# Santiago Torres-Arias (upstream co-maintainer) +"8BA69B87D43BE294F23E812089A2AD3C07D962E8" +# Lukas Puehringher (upstream maintainer) +) + +build() { +cd "${srcdir}/${pkgname}" +python setup.py build +} + +package() { +cd "${srcdir}/${pkgname}" +python setup.py install --root="$pkgdir" --optimize=1 +install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE +} + +check() { +cd "${srcdir}/${pkgname}" +python tests/runtests.py +}
[arch-commits] Commit in in-toto/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 21:42:09 Author: sangy Revision: 665298 upgpkg: in-toto 0.5.0-1 Modified: in-toto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 21:40:55 UTC (rev 665297) +++ PKGBUILD2020-07-25 21:42:09 UTC (rev 665298) @@ -1,7 +1,7 @@ # Maintainer: Santiago Torres-Arias pkgname=('in-toto') -pkgver=0.4.2 +pkgver=0.5.0 pkgrel=1 pkgdesc="A framework to secure your software supply chain" arch=('any')
[arch-commits] Commit in python-securesystemslib/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 21:40:37 Author: sangy Revision: 665296 upgpkg: python-securesystemslib 0.15.0-1 Modified: python-securesystemslib/trunk/PKGBUILD --+ PKGBUILD |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 21:38:39 UTC (rev 665295) +++ PKGBUILD2020-07-25 21:40:37 UTC (rev 665296) @@ -1,7 +1,7 @@ # Maintainer: Santiago Torres-Arias pkgname=python-securesystemslib -pkgver=0.14.2 +pkgver=0.15.0 pkgrel=1 pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU" arch=('any') @@ -18,6 +18,8 @@ # Sebastien Awwad (upstream co-maintainer) "8BA69B87D43BE294F23E812089A2AD3C07D962E8" # Lukas Puehringher (upstream maintainer) +"903BAB73640EB6D65533EFF3468F122CE8162295" +# Santiago Torres-Arias (upstream co-maintainer) ) build() {
[arch-commits] Commit in python-securesystemslib/repos/community-any (2 files)
Date: Saturday, July 25, 2020 @ 21:40:55 Author: sangy Revision: 665297 archrelease: copy trunk to community-any Added: python-securesystemslib/repos/community-any/PKGBUILD (from rev 665296, python-securesystemslib/trunk/PKGBUILD) Deleted: python-securesystemslib/repos/community-any/PKGBUILD --+ PKGBUILD | 78 +++-- 1 file changed, 40 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 21:40:37 UTC (rev 665296) +++ PKGBUILD2020-07-25 21:40:55 UTC (rev 665297) @@ -1,38 +0,0 @@ -# Maintainer: Santiago Torres-Arias - -pkgname=python-securesystemslib -pkgver=0.14.2 -pkgrel=1 -pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU" -arch=('any') -license=('MIT') -url="https://github.com/secure-systems-lab/securesystemslib"; -depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 'python-dateutil') -makedepends=('python-setuptools' 'git') -source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver}";) - -sha512sums=('SKIP') - -validpgpkeys=( -"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03" -# Sebastien Awwad (upstream co-maintainer) -"8BA69B87D43BE294F23E812089A2AD3C07D962E8" -# Lukas Puehringher (upstream maintainer) -) - -build() { -cd "${srcdir}/securesystemslib" -python setup.py build -} - -package_python-securesystemslib() { - -cd "securesystemslib" -python setup.py install --root="${pkgdir}/" --optimize=1 -install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -check() { -cd "securesystemslib/tests/" -PYTHONPATH=.. python aggregate_tests.py -} Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 665296, python-securesystemslib/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 21:40:55 UTC (rev 665297) @@ -0,0 +1,40 @@ +# Maintainer: Santiago Torres-Arias + +pkgname=python-securesystemslib +pkgver=0.15.0 +pkgrel=1 +pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU" +arch=('any') +license=('MIT') +url="https://github.com/secure-systems-lab/securesystemslib"; +depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 'python-dateutil') +makedepends=('python-setuptools' 'git') +source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver}";) + +sha512sums=('SKIP') + +validpgpkeys=( +"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03" +# Sebastien Awwad (upstream co-maintainer) +"8BA69B87D43BE294F23E812089A2AD3C07D962E8" +# Lukas Puehringher (upstream maintainer) +"903BAB73640EB6D65533EFF3468F122CE8162295" +# Santiago Torres-Arias (upstream co-maintainer) +) + +build() { +cd "${srcdir}/securesystemslib" +python setup.py build +} + +package_python-securesystemslib() { + +cd "securesystemslib" +python setup.py install --root="${pkgdir}/" --optimize=1 +install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +check() { +cd "securesystemslib/tests/" +PYTHONPATH=.. python aggregate_tests.py +}
[arch-commits] Commit in python-pytorch/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 21:38:16 Author: arojas Revision: 665294 opencv 4.4 rebuild Modified: python-pytorch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:37:52 UTC (rev 665293) +++ PKGBUILD2020-07-25 21:38:16 UTC (rev 665294) @@ -6,7 +6,7 @@ _pkgname="pytorch" pkgver=1.6.0rc6 _pkgver=1.6.0-rc6 -pkgrel=1 +pkgrel=2 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" arch=('x86_64') url="https://pytorch.org";
[arch-commits] Commit in python-pytorch/repos (6 files)
Date: Saturday, July 25, 2020 @ 21:38:39 Author: arojas Revision: 665295 archrelease: copy trunk to community-staging-x86_64 Added: python-pytorch/repos/community-staging-x86_64/ python-pytorch/repos/community-staging-x86_64/PKGBUILD (from rev 665294, python-pytorch/trunk/PKGBUILD) python-pytorch/repos/community-staging-x86_64/fix_include_system.patch (from rev 665294, python-pytorch/trunk/fix_include_system.patch) python-pytorch/repos/community-staging-x86_64/nccl_version.patch (from rev 665294, python-pytorch/trunk/nccl_version.patch) python-pytorch/repos/community-staging-x86_64/use-system-libuv.patch (from rev 665294, python-pytorch/trunk/use-system-libuv.patch) python-pytorch/repos/community-staging-x86_64/use-system-libuv2.patch (from rev 665294, python-pytorch/trunk/use-system-libuv2.patch) --+ PKGBUILD | 178 + fix_include_system.patch | 11 ++ nccl_version.patch | 46 +++ use-system-libuv.patch | 13 +++ use-system-libuv2.patch | 13 +++ 5 files changed, 261 insertions(+) Copied: python-pytorch/repos/community-staging-x86_64/PKGBUILD (from rev 665294, python-pytorch/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-25 21:38:39 UTC (rev 665295) @@ -0,0 +1,178 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Stephen Zhang + +pkgbase=python-pytorch +pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" "python-pytorch-opt-cuda") +_pkgname="pytorch" +pkgver=1.6.0rc6 +_pkgver=1.6.0-rc6 +pkgrel=2 +pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration" +arch=('x86_64') +url="https://pytorch.org"; +license=('BSD') +depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 'python-yaml' 'libuv' + 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 'onednn' 'intel-mkl') +makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 'cuda' + 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen') +source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver"; +fix_include_system.patch +use-system-libuv.patch +use-system-libuv2.patch +nccl_version.patch) +sha256sums=('SKIP' +'147bdaeac8ec46ea46382e6146878bd8f8d51e05d5bd6f930dfd8e2b520859b9' +'6f3b7a87172011de810bf1ab581245b4463ef86e5cd09bec63aeffa372e26646' +'7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb' +'1a276bd827a0c76dab908cbc6605fa4c9fc2cc2b9431b6578a41133ae27dba2b') + +prepare() { + cd "${_pkgname}-${pkgver}" + + # This is the lazy way since pytorch has sooo many submodules and they keep + # changing them around but we've run into more problems so far doing it the + # manual than the lazy way. This lazy way (not explicitly specifying all + # submodules) will make building inefficient but for now I'll take it. + # It will result in the same package, don't worry. + git submodule update --init --recursive + + # https://bugs.archlinux.org/task/64981 + patch -N torch/utils/cpp_extension.py "${srcdir}"/fix_include_system.patch + + # Use system libuv + patch -Np1 -i "${srcdir}"/use-system-libuv.patch + patch -Np1 -i "${srcdir}"/use-system-libuv2.patch -d third_party/tensorpipe + + # FindNCCL patch to export correct nccl version + patch -Np1 -i "${srcdir}"/nccl_version.patch + + # remove local nccl + rm -rf third_party/nccl/nccl + + cd .. + + cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt" + cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda" + cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda" + + export VERBOSE=1 + export PYTORCH_BUILD_VERSION="${pkgver}" + export PYTORCH_BUILD_NUMBER=1 + + # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list of flags that can be set via env vars. + export USE_MKLDNN=ON + # export BUILD_CUSTOM_PROTOBUF=OFF + # export BUILD_SHARED_LIBS=OFF + export USE_FFMPEG=ON + export USE_GFLAGS=ON + export USE_GLOG=ON + export BUILD_BINARY=ON + export USE_OPENCV=ON + export USE_SYSTEM_NCCL=ON + export NCCL_VERSION=$(pkg-config nccl --modversion) + export NCCL_VER_CODE=$(sed -n 's/^#define NCCL_VERSION_CODE\s*\(.*\).*/\1/p' /usr/include/nccl.h) + export CUDAHOSTCXX=g++-9 + export CUDA_HOME=/opt/cuda + export CUDNN_LIB_DIR=/usr/lib + export CUDNN_INCLUDE_DIR=/usr/include + export TORCH_NVCC_FLAGS="-Xfatbin -compress-all" + export TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX;8.0;8.0+PTX;" +} + +build() { + echo "Building without cuda and without non-x86-64 optimizations" + export USE_CUDA=0 + export USE_CUDNN=0 + cd "${srcdir}/${_pkgname}-${pk
[arch-commits] Commit in pipewire/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 20:46:10 Author: heftig Revision: 392537 0.3.7-1 Modified: pipewire/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:34:25 UTC (rev 392536) +++ PKGBUILD2020-07-25 20:46:10 UTC (rev 392537) @@ -3,7 +3,7 @@ pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) -pkgver=0.3.6 +pkgver=0.3.7 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org"; @@ -12,7 +12,7 @@ makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader dbus libsndfile bluez-libs vulkan-headers) -_commit=b04552b2522a2cdae9a246be6ed77bb5ae31cda3 # tags/0.3.6 +_commit=0b3e9edaa2a155b6f1d1189a2dadbdb568c05ab1 # tags/0.3.7 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)
Date: Saturday, July 25, 2020 @ 20:46:27 Author: heftig Revision: 392538 archrelease: copy trunk to extra-x86_64 Added: pipewire/repos/extra-x86_64/PKGBUILD (from rev 392537, pipewire/trunk/PKGBUILD) pipewire/repos/extra-x86_64/pipewire.install (from rev 392537, pipewire/trunk/pipewire.install) Deleted: pipewire/repos/extra-x86_64/PKGBUILD pipewire/repos/extra-x86_64/pipewire.install --+ PKGBUILD | 202 ++--- pipewire.install | 28 +++ 2 files changed, 115 insertions(+), 115 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 20:46:10 UTC (rev 392537) +++ PKGBUILD2020-07-25 20:46:27 UTC (rev 392538) @@ -1,101 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot - -pkgbase=pipewire -pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) -pkgver=0.3.6 -pkgrel=1 -pkgdesc="Server and user space API to deal with multimedia pipelines" -url="https://pipewire.org"; -license=(LGPL2.1) -arch=(x86_64) -makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse - alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader - dbus libsndfile bluez-libs vulkan-headers) -_commit=b04552b2522a2cdae9a246be6ed77bb5ae31cda3 # tags/0.3.6 -source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgbase -} - -build() { - arch-meson $pkgbase build \ --D docs=true \ --D man=true - - meson compile -C build -} - -check() { - meson test -C build --print-errorlogs -} - -_pick() { - local p="$1" f d; shift - for f; do -d="$srcdir/$p/${f#$pkgdir/}" -mkdir -p "$(dirname "$d")" -mv "$f" "$d" -rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")" - done -} - -_ver=${pkgver:0:3} - -package_pipewire() { - depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs - libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so - libglib-2.0.so libgobject-2.0.so) - optdepends=('pipewire-docs: Documentation' - 'pipewire-jack: JACK support' - 'pipewire-pulse: PulseAudio support') - provides=(libpipewire-$_ver.so) - backup=(etc/pipewire/pipewire.conf) - install=pipewire.install - - DESTDIR="$pkgdir" meson install -C build - - cd "$pkgdir" - - mkdir -p etc/alsa/conf.d - ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf - - _pick docs usr/share/doc - - _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse - - _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack - _pick jack usr/lib/spa-0.2/jack -} - -package_pipewire-docs() { - pkgdesc+=" (documentation)" - mv docs/* "$pkgdir" -} - -package_pipewire-jack() { - pkgdesc+=" (JACK support)" - depends=(libpipewire-$_ver.so libjack.so) - mv jack/* "$pkgdir" -} - -package_pipewire-pulse() { - pkgdesc+=" (PulseAudio support)" - depends=(libpipewire-$_ver.so libglib-2.0.so) - mv pulse/* "$pkgdir" -} - -package_pipewire-alsa() { - pkgdesc="ALSA Configuration for PipeWire" - depends=(libpipewire-$_ver.so) - - mkdir -p "$pkgdir/etc/alsa/conf.d" - ln -st "$pkgdir/etc/alsa/conf.d" /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf -} Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 392537, pipewire/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 20:46:27 UTC (rev 392538) @@ -0,0 +1,101 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgbase=pipewire +pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) +pkgver=0.3.7 +pkgrel=1 +pkgdesc="Server and user space API to deal with multimedia pipelines" +url="https://pipewire.org"; +license=(LGPL2.1) +arch=(x86_64) +makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse + alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader + dbus libsndfile bluez-libs vulkan-headers) +_commit=0b3e9edaa2a155b6f1d1189a2dadbdb568c05ab1 # tags/0.3.7 +source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgbase +} + +build() { + arch-meson $pkgbase build \ +-D docs=true \ +-D man=true + + meson compile -C build +} + +check() { + meson test -C build --print-errorlogs +} + +_pick() { + local p="$1" f d; shift + for f; do +d="$srcdir/$p/${f#$pkgdir/}" +mkdir -p "$(dirname "$d")" +mv "$f" "$d" +rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")" + done +} + +_ver=${pkgver:0:3} + +package_pipewire() { + depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
[arch-commits] Commit in freepats-general-midi/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:37:44 Author: dvzrv Revision: 665292 upgpkg: freepats-general-midi 20200725-1: Upgrade to 20200725. Modified: freepats-general-midi/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:34:25 UTC (rev 665291) +++ PKGBUILD2020-07-25 19:37:44 UTC (rev 665292) @@ -2,7 +2,7 @@ _name="FreePatsGM-SF2" pkgname=freepats-general-midi -pkgver=20200711 +pkgver=20200725 pkgrel=1 pkgdesc="General MIDI sound sets" arch=('any') @@ -12,7 +12,8 @@ replaces=('timidity-freepats') depends=('soundfont-synthesizer') source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz";) -sha512sums=('c8698dce142d1eb4405d18acd503962cceff7bd96e3ab40e5e99ae059d15ce86b3fb10f41df1cba298a29aa9f6315771c0901482a68ab1cb17b485cd87fa76d7') +sha512sums=('2f0db7847500859c42e42c32f8bb577af2b9f3eb5b12467cd8429dc64c445e2b9eb344b4cc2e6d208b3c3bc4b2e10d51a149e2c728bc492886f46de332b770fb') +b2sums=('18114e02c6365a4b9a9b1a9ede740bc849a299ede8d70748c4259b4403af8a0454ec3bdb5d8ce0ebd0f4b77dfcf13aa88dd9ac5bd36af5d52be932710aef2566') package() { cd "${_name}-${pkgver}"
[arch-commits] Commit in freepats-general-midi/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:37:52 Author: dvzrv Revision: 665293 archrelease: copy trunk to community-any Added: freepats-general-midi/repos/community-any/PKGBUILD (from rev 665292, freepats-general-midi/trunk/PKGBUILD) Deleted: freepats-general-midi/repos/community-any/PKGBUILD --+ PKGBUILD | 43 ++- 1 file changed, 22 insertions(+), 21 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 19:37:44 UTC (rev 665292) +++ PKGBUILD2020-07-25 19:37:52 UTC (rev 665293) @@ -1,21 +0,0 @@ -# Maintainer: David Runge - -_name="FreePatsGM-SF2" -pkgname=freepats-general-midi -pkgver=20200711 -pkgrel=1 -pkgdesc="General MIDI sound sets" -arch=('any') -url="https://freepats.zenvoid.org/SoundSets/general-midi.html"; -license=('GPL3' 'CCPL') -groups=('soundfonts') -replaces=('timidity-freepats') -depends=('soundfont-synthesizer') -source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz";) -sha512sums=('c8698dce142d1eb4405d18acd503962cceff7bd96e3ab40e5e99ae059d15ce86b3fb10f41df1cba298a29aa9f6315771c0901482a68ab1cb17b485cd87fa76d7') - -package() { - cd "${_name}-${pkgver}" - install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2" - install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}" -} Copied: freepats-general-midi/repos/community-any/PKGBUILD (from rev 665292, freepats-general-midi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD 2020-07-25 19:37:52 UTC (rev 665293) @@ -0,0 +1,22 @@ +# Maintainer: David Runge + +_name="FreePatsGM-SF2" +pkgname=freepats-general-midi +pkgver=20200725 +pkgrel=1 +pkgdesc="General MIDI sound sets" +arch=('any') +url="https://freepats.zenvoid.org/SoundSets/general-midi.html"; +license=('GPL3' 'CCPL') +groups=('soundfonts') +replaces=('timidity-freepats') +depends=('soundfont-synthesizer') +source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz";) +sha512sums=('2f0db7847500859c42e42c32f8bb577af2b9f3eb5b12467cd8429dc64c445e2b9eb344b4cc2e6d208b3c3bc4b2e10d51a149e2c728bc492886f46de332b770fb') +b2sums=('18114e02c6365a4b9a9b1a9ede740bc849a299ede8d70748c4259b4403af8a0454ec3bdb5d8ce0ebd0f4b77dfcf13aa88dd9ac5bd36af5d52be932710aef2566') + +package() { + cd "${_name}-${pkgver}" + install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2" + install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}" +}
[arch-commits] Commit in nss/repos (4 files)
Date: Saturday, July 25, 2020 @ 19:34:25 Author: heftig Revision: 392536 archrelease: copy trunk to testing-x86_64 Added: nss/repos/testing-x86_64/ nss/repos/testing-x86_64/PKGBUILD (from rev 392535, nss/trunk/PKGBUILD) nss/repos/testing-x86_64/bundle.sh (from rev 392535, nss/trunk/bundle.sh) nss/repos/testing-x86_64/certdata2pem.py (from rev 392535, nss/trunk/certdata2pem.py) -+ PKGBUILD| 97 bundle.sh | 22 ++ certdata2pem.py | 413 ++ 3 files changed, 532 insertions(+) Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 392535, nss/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2020-07-25 19:34:25 UTC (rev 392536) @@ -0,0 +1,97 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=nss +pkgname=(nss ca-certificates-mozilla) +pkgver=3.55 +pkgrel=1 +pkgdesc="Network Security Services" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; +arch=(x86_64) +license=(MPL GPL) +depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19') +makedepends=(perl python gyp) +source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz"; +certdata2pem.py bundle.sh) +sha256sums=('a02c0bb1b91199600f9b7b45a9dd2feb8a0e3fafd3fc11ca7c5a3f0103bb76d2' +'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c' +'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd') + +prepare() { + mkdir certs + ln -srt certs nss-$pkgver/nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h} + + cd nss-$pkgver +} + +build() { + cd certs + ../certdata2pem.py + + cd .. + ./bundle.sh + + cd nss-$pkgver/nss + ./build.sh \ +--target x64 \ +--opt \ +--system-sqlite \ +--system-nspr \ +--enable-libpkix \ +--disable-tests +} + +package_nss() { + cd nss-$pkgver + + local libdir=/usr/lib nsprver="$(pkg-config --modversion nspr)" + sed nss/pkg/pkg-config/nss.pc.in \ +-e "s,%libdir%,$libdir,g" \ +-e "s,%prefix%,/usr,g" \ +-e "s,%exec_prefix%,/usr/bin,g" \ +-e "s,%includedir%,/usr/include/nss,g" \ +-e "s,%NSPR_VERSION%,$nsprver,g" \ +-e "s,%NSS_VERSION%,$pkgver,g" | +install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc" + + ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc" + + install -Dt "$pkgdir$libdir" dist/Release/lib/*.so + install -Dt "$pkgdir$libdir" -m644 dist/Release/lib/*.chk + + local vmajor vminor vpatch + { read vmajor; read vminor; read vpatch; } \ +< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h) + + sed nss/pkg/pkg-config/nss-config.in \ +-e "s,@libdir@,$libdir,g" \ +-e "s,@prefix@,/usr/bin,g" \ +-e "s,@exec_prefix@,/usr/bin,g" \ +-e "s,@includedir@,/usr/include/nss,g" \ +-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \ +-e "s,@MOD_MINOR_VERSION@,$vminor,g" \ +-e "s,@MOD_PATCH_VERSION@,$vpatch,g" | +install -D /dev/stdin "$pkgdir/usr/bin/nss-config" + + install -Dt "$pkgdir/usr/bin" \ +dist/Release/bin/{*util,shlibsign,signtool,signver,ssltap} + + install -Dt "$pkgdir/usr/include/nss" -m644 dist/public/nss/*.h + + install -Dt "$pkgdir/usr/share/man/man1" -m644 \ +nss/doc/nroff/{*util,signtool,signver,ssltap}.1 + + # Replace built-in trust with p11-kit connection + ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so" + ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so" +} + +package_ca-certificates-mozilla() { + pkgdesc="Mozilla's set of trusted CA certificates" + depends=('ca-certificates-utils>=20181109-3') + + install -Dm644 ca-bundle.trust.p11-kit \ +"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit" +} + +# vim:set sw=2 et: Copied: nss/repos/testing-x86_64/bundle.sh (from rev 392535, nss/trunk/bundle.sh) === --- testing-x86_64/bundle.sh(rev 0) +++ testing-x86_64/bundle.sh2020-07-25 19:34:25 UTC (rev 392536) @@ -0,0 +1,22 @@ +#!/bin/sh +# From Fedora's ca-certificates.spec + +( + cat < ca-bundle.trust.p11-kit + +for p in certs/*.tmp-p11-kit; do + cat "$p" >> ca-bundle.trust.p11-kit +done Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 392535, nss/trunk/certdata2pem.py) === --- testing-x86_64/certdata2pem.py (rev 0) +++ testing-x86_64/certdata2pem.py 2020-07-25 19:34:25 UTC (rev 392536) @@ -0,0 +1,413 @@ +#!/usr/bin/python +# vim:set et sw=4: +# +# certdata2pem.py - splits certdata.txt into multiple files +# +# Copyright (C) 2009 Philipp Kern +# Copyright (C) 2013 Kai Engert +# +# This program is free software; you can redistribute it and/or modify +# i
[arch-commits] Commit in lib32-nss/repos (3 files)
Date: Saturday, July 25, 2020 @ 19:34:25 Author: heftig Revision: 665291 archrelease: copy trunk to multilib-testing-x86_64 Added: lib32-nss/repos/multilib-testing-x86_64/ lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 665290, lib32-nss/trunk/PKGBUILD) lib32-nss/repos/multilib-testing-x86_64/no-plt.diff (from rev 665290, lib32-nss/trunk/no-plt.diff) -+ PKGBUILD| 64 ++ no-plt.diff | 48 +++ 2 files changed, 112 insertions(+) Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 665290, lib32-nss/trunk/PKGBUILD) === --- multilib-testing-x86_64/PKGBUILD(rev 0) +++ multilib-testing-x86_64/PKGBUILD2020-07-25 19:34:25 UTC (rev 665291) @@ -0,0 +1,64 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Daniel Wallace +# Contributor: kfgz +# Contributor: Ionut Biru + +pkgname=lib32-nss +pkgver=3.55 +pkgrel=1 +pkgdesc="Network Security Services (32-bit)" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; +arch=(x86_64) +license=(MPL GPL) +depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19') +makedepends=(perl python gyp) +source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz"; +no-plt.diff) +sha256sums=('a02c0bb1b91199600f9b7b45a9dd2feb8a0e3fafd3fc11ca7c5a3f0103bb76d2' +'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa') + +prepare() { + cd nss-$pkgver + + # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942 + patch -Np2 -i ../no-plt.diff +} + +build() { + cd nss-$pkgver/nss + ./build.sh \ +--target ia32 \ +--opt \ +--system-sqlite \ +--system-nspr \ +--enable-libpkix \ +--disable-tests +} + +package() { + depends+=(nss) + + cd nss-$pkgver + + local libdir=/usr/lib32 nsprver="$(i686-pc-linux-gnu-pkg-config --modversion nspr)" + sed nss/pkg/pkg-config/nss.pc.in \ +-e "s,%libdir%,$libdir,g" \ +-e "s,%prefix%,/usr,g" \ +-e "s,%exec_prefix%,/usr/bin,g" \ +-e "s,%includedir%,/usr/include/nss,g" \ +-e "s,%NSPR_VERSION%,$nsprver,g" \ +-e "s,%NSS_VERSION%,$pkgver,g" | +install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc" + + ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc" + + install -Dt "$pkgdir$libdir" dist/Release/lib/*.so + install -Dt "$pkgdir$libdir" -m644 dist/Release/lib/*.chk + + + # Replace built-in trust with p11-kit connection + ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so" + ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so" +} + +# vim:set sw=2 et: Copied: lib32-nss/repos/multilib-testing-x86_64/no-plt.diff (from rev 665290, lib32-nss/trunk/no-plt.diff) === --- multilib-testing-x86_64/no-plt.diff (rev 0) +++ multilib-testing-x86_64/no-plt.diff 2020-07-25 19:34:25 UTC (rev 665291) @@ -0,0 +1,48 @@ +diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s w/security/nss/lib/freebl/mpi/mpi_x86.s +index 8f7e2130c3264754..b3ca1ce5b41b3771 100644 +--- i/security/nss/lib/freebl/mpi/mpi_x86.s w/security/nss/lib/freebl/mpi/mpi_x86.s +@@ -22,22 +22,41 @@ is_sse: .long -1 + # + .ifndef NO_PIC + .macro GET var,reg +-movl \var@GOTOFF(%ebx),\reg ++call thunk.ax ++addl $_GLOBAL_OFFSET_TABLE_, %eax ++movl \var@GOTOFF(%eax),\reg + .endm + .macro PUT reg,var +-movl \reg,\var@GOTOFF(%ebx) ++call thunk.dx ++addl $_GLOBAL_OFFSET_TABLE_, %edx ++movl \reg,\var@GOTOFF(%edx) + .endm + .else + .macro GET var,reg + movl \var,\reg + .endm + .macro PUT reg,var + movl \reg,\var + .endm + .endif + + .text + ++.ifndef NO_PIC ++.globlthunk.ax ++.hidden thunk.ax ++.type thunk.ax, @function ++thunk.ax: ++ movl (%esp),%eax ++ ret ++ ++.globlthunk.dx ++.hidden thunk.dx ++.type thunk.dx, @function ++thunk.dx: ++ movl (%esp),%edx ++ ret ++.endif + + # ebp - 36: caller's esi + # ebp - 32: caller's edi
[arch-commits] Commit in nss/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:34:08 Author: heftig Revision: 392535 3.55-1 Modified: nss/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:28:42 UTC (rev 392534) +++ PKGBUILD2020-07-25 19:34:08 UTC (rev 392535) @@ -3,7 +3,7 @@ pkgbase=nss pkgname=(nss ca-certificates-mozilla) -pkgver=3.54 +pkgver=3.55 pkgrel=1 pkgdesc="Network Security Services" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; @@ -13,16 +13,15 @@ makedepends=(perl python gyp) source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz"; certdata2pem.py bundle.sh) -sha256sums=('dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43' +sha256sums=('a02c0bb1b91199600f9b7b45a9dd2feb8a0e3fafd3fc11ca7c5a3f0103bb76d2' 'd2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c' '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd') prepare() { mkdir certs + ln -srt certs nss-$pkgver/nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h} cd nss-$pkgver - ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/ - ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/ } build() {
[arch-commits] Commit in lib32-nss/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:34:06 Author: heftig Revision: 665290 3.55-1 Modified: lib32-nss/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:28:43 UTC (rev 665289) +++ PKGBUILD2020-07-25 19:34:06 UTC (rev 665290) @@ -4,7 +4,7 @@ # Contributor: Ionut Biru pkgname=lib32-nss -pkgver=3.54 +pkgver=3.55 pkgrel=1 pkgdesc="Network Security Services (32-bit)" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; @@ -14,7 +14,7 @@ makedepends=(perl python gyp) source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz"; no-plt.diff) -sha256sums=('dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43' +sha256sums=('a02c0bb1b91199600f9b7b45a9dd2feb8a0e3fafd3fc11ca7c5a3f0103bb76d2' 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa') prepare() {
[arch-commits] Commit in lib32-nspr/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:28:25 Author: heftig Revision: 665288 4.27-1 Modified: lib32-nspr/trunk/PKGBUILD --+ PKGBUILD | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 19:26:50 UTC (rev 665287) +++ PKGBUILD2020-07-25 19:28:25 UTC (rev 665288) @@ -1,10 +1,11 @@ -# Maintainer: Felix Yan +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Felix Yan # Contributor: Daniel Wallace # Contributor: kfgz # Contributor: Ionut Biru pkgname=lib32-nspr -pkgver=4.26 +pkgver=4.27 pkgrel=1 pkgdesc="Netscape Portable Runtime (32-bit)" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"; @@ -13,25 +14,33 @@ depends=(lib32-glibc nspr) makedepends=(zip) source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz) -sha1sums=('53fa85a05718ce952ac01257d37013801183e48d') -sha256sums=('fc9d142d85b74ffd2e6374a0c9016f3f2dac074225e24df3070e5a72d31b773d') +sha1sums=('7a318da847beb5aff04446fc2db11b253b6fb7c8') +sha256sums=('6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b') +prepare() { + cd nspr-$pkgver/nspr +} + build() { - cd nspr-$pkgver - ./nspr/configure \ + cd nspr-$pkgver/nspr + ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ --includedir=/usr/include/nspr \ --enable-optimize \ - --disable-debug - make + --disable-debug \ + --disable-64bit + make ${SOURCE_DATE_EPOCH:+ +SH_NOW="${SOURCE_DATE_EPOCH}00" +SH_DATE="$(date --utc --date="@$SOURCE_DATE_EPOCH" '+%Y-%m-%d %T')" + } } package() { - cd nspr-$pkgver + cd nspr-$pkgver/nspr make DESTDIR="$pkgdir" install ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc" rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \ "$pkgdir"/usr/include/nspr/md - rm -rf "$pkgdir"/usr/{bin,share,include} + rm -r "$pkgdir"/usr/{bin,share,include} }
[arch-commits] Commit in nspr/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:28:42 Author: heftig Revision: 392534 archrelease: copy trunk to testing-x86_64 Added: nspr/repos/testing-x86_64/ nspr/repos/testing-x86_64/PKGBUILD (from rev 392533, nspr/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 392533, nspr/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2020-07-25 19:28:42 UTC (rev 392534) @@ -0,0 +1,43 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Alexander Baldeck + +pkgname=nspr +pkgver=4.27 +pkgrel=1 +pkgdesc="Netscape Portable Runtime" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"; +arch=(x86_64) +license=(MPL GPL) +depends=(glibc sh) +makedepends=(zip) +source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz) +sha1sums=('7a318da847beb5aff04446fc2db11b253b6fb7c8') +sha256sums=('6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b') + +prepare() { + cd nspr-$pkgver/nspr +} + +build() { + cd nspr-$pkgver/nspr + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug \ + --enable-64bit + make ${SOURCE_DATE_EPOCH:+ +SH_NOW="${SOURCE_DATE_EPOCH}00" +SH_DATE="$(date --utc --date="@$SOURCE_DATE_EPOCH" '+%Y-%m-%d %T')" + } +} + +package() { + cd nspr-$pkgver/nspr + make DESTDIR="$pkgdir" install + ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc" + rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \ +"$pkgdir"/usr/include/nspr/md +}
[arch-commits] Commit in nspr/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:28:21 Author: heftig Revision: 392533 4.27-1 Modified: nspr/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 16:09:07 UTC (rev 392532) +++ PKGBUILD2020-07-25 19:28:21 UTC (rev 392533) @@ -1,8 +1,9 @@ -# Maintainer: Jan de Groot +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot # Contributor: Alexander Baldeck pkgname=nspr -pkgver=4.26 +pkgver=4.27 pkgrel=1 pkgdesc="Netscape Portable Runtime" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"; @@ -11,8 +12,8 @@ depends=(glibc sh) makedepends=(zip) source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz) -sha1sums=('53fa85a05718ce952ac01257d37013801183e48d') -sha256sums=('fc9d142d85b74ffd2e6374a0c9016f3f2dac074225e24df3070e5a72d31b773d') +sha1sums=('7a318da847beb5aff04446fc2db11b253b6fb7c8') +sha256sums=('6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b') prepare() { cd nspr-$pkgver/nspr @@ -26,7 +27,7 @@ --includedir=/usr/include/nspr \ --enable-optimize \ --disable-debug \ - $([[ $CARCH == x86_64 ]] && echo --enable-64bit) + --enable-64bit make ${SOURCE_DATE_EPOCH:+ SH_NOW="${SOURCE_DATE_EPOCH}00" SH_DATE="$(date --utc --date="@$SOURCE_DATE_EPOCH" '+%Y-%m-%d %T')"
[arch-commits] Commit in lib32-nspr/repos (2 files)
Date: Saturday, July 25, 2020 @ 19:28:43 Author: heftig Revision: 665289 archrelease: copy trunk to multilib-testing-x86_64 Added: lib32-nspr/repos/multilib-testing-x86_64/ lib32-nspr/repos/multilib-testing-x86_64/PKGBUILD (from rev 665288, lib32-nspr/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: lib32-nspr/repos/multilib-testing-x86_64/PKGBUILD (from rev 665288, lib32-nspr/trunk/PKGBUILD) === --- multilib-testing-x86_64/PKGBUILD(rev 0) +++ multilib-testing-x86_64/PKGBUILD2020-07-25 19:28:43 UTC (rev 665289) @@ -0,0 +1,46 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Felix Yan +# Contributor: Daniel Wallace +# Contributor: kfgz +# Contributor: Ionut Biru + +pkgname=lib32-nspr +pkgver=4.27 +pkgrel=1 +pkgdesc="Netscape Portable Runtime (32-bit)" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"; +arch=(x86_64) +license=(MPL GPL) +depends=(lib32-glibc nspr) +makedepends=(zip) +source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz) +sha1sums=('7a318da847beb5aff04446fc2db11b253b6fb7c8') +sha256sums=('6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b') + +prepare() { + cd nspr-$pkgver/nspr +} + +build() { + cd nspr-$pkgver/nspr + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib32 \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug \ + --disable-64bit + make ${SOURCE_DATE_EPOCH:+ +SH_NOW="${SOURCE_DATE_EPOCH}00" +SH_DATE="$(date --utc --date="@$SOURCE_DATE_EPOCH" '+%Y-%m-%d %T')" + } +} + +package() { + cd nspr-$pkgver/nspr + make DESTDIR="$pkgdir" install + ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc" + rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \ +"$pkgdir"/usr/include/nspr/md + rm -r "$pkgdir"/usr/{bin,share,include} +}
[arch-commits] Commit in geonkick/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:26:41 Author: dvzrv Revision: 665286 upgpkg: geonkick 2.3.2-1: Upgrade to 2.3.2 Modified: geonkick/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 18:22:51 UTC (rev 665285) +++ PKGBUILD2020-07-25 19:26:41 UTC (rev 665286) @@ -1,7 +1,7 @@ # Maintainer: David Runge pkgname=geonkick -pkgver=2.3.1 +pkgver=2.3.2 pkgrel=1 pkgdesc="A free software percussion synthesizer" arch=('x86_64') @@ -13,8 +13,8 @@ checkdepends=('lv2lint') optdepends=('jack: for standalone application') source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";) -sha512sums=('073653a3c0d7019706557731c717e6842833d9b1c6686f989a269e887216c021cce6c34de7fcd73eaa380e49aae929699ca16a630e0584f309e7d33f29269816') -b2sums=('4e1cce9b3f32cd0bce01338a0d53b01e0587ee11d76b97f50b4a58b7c1b159f896e18812e5c4401ab2cce5f62e1ef220a22e5d3dbc270f8e7df3132781ab4f62') +sha512sums=('2755961ae57ffb6a0bcbe994a5e7439549f082eca69b75e05156498a07eff569d3cfad29f3093a129cbebda5539cb8d386cdfea07d3ff9f1ade4b4969289b10e') +b2sums=('c33d273c174dde78b1224796362e93b63723df532791762b8e21892f69046006d5345ab0b8cc84d2936f12c923bf44e3e2016f2f003b9d31622c82bdb6dbf891') prepare() { mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
[arch-commits] Commit in geonkick/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 19:26:50 Author: dvzrv Revision: 665287 archrelease: copy trunk to community-x86_64 Added: geonkick/repos/community-x86_64/PKGBUILD (from rev 665286, geonkick/trunk/PKGBUILD) Deleted: geonkick/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 19:26:41 UTC (rev 665286) +++ PKGBUILD2020-07-25 19:26:50 UTC (rev 665287) @@ -1,49 +0,0 @@ -# Maintainer: David Runge - -pkgname=geonkick -pkgver=2.3.1 -pkgrel=1 -pkgdesc="A free software percussion synthesizer" -arch=('x86_64') -url="https://gitlab.com/iurie/geonkick"; -license=('GPL3') -groups=('pro-audio') -depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11') -makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite') -checkdepends=('lv2lint') -optdepends=('jack: for standalone application') -source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";) -sha512sums=('073653a3c0d7019706557731c717e6842833d9b1c6686f989a269e887216c021cce6c34de7fcd73eaa380e49aae929699ca16a630e0584f309e7d33f29269816') -b2sums=('4e1cce9b3f32cd0bce01338a0d53b01e0587ee11d76b97f50b4a58b7c1b159f896e18812e5c4401ab2cce5f62e1ef220a22e5d3dbc270f8e7df3132781ab4f62') - -prepare() { - mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver" -} - -build() { - cd "$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX='/usr' \ --DGKICK_REDKITE_SDK_PATH='/usr' \ --DCMAKE_BUILD_TYPE='None' \ --Wno-dev \ --B build \ --S . - make VERBOSE=1 -C build -} - -check() { - cd "$pkgname-$pkgver" - cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/ - lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \ - "http://geontime.com/geonkick"; - rm -v plugin/lv2/${pkgname}.lv2/*.so -} - -package() { - depends+=('libsndfile.so') - cd "$pkgname-$pkgver" - make -C build DESTDIR="$pkgdir/" install VERBOSE=1 - install -vDm 644 "data/${pkgname}.desktop" \ --t "${pkgdir}/usr/share/applications" - install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" -} Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 665286, geonkick/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 19:26:50 UTC (rev 665287) @@ -0,0 +1,49 @@ +# Maintainer: David Runge + +pkgname=geonkick +pkgver=2.3.2 +pkgrel=1 +pkgdesc="A free software percussion synthesizer" +arch=('x86_64') +url="https://gitlab.com/iurie/geonkick"; +license=('GPL3') +groups=('pro-audio') +depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11') +makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite') +checkdepends=('lv2lint') +optdepends=('jack: for standalone application') +source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";) +sha512sums=('2755961ae57ffb6a0bcbe994a5e7439549f082eca69b75e05156498a07eff569d3cfad29f3093a129cbebda5539cb8d386cdfea07d3ff9f1ade4b4969289b10e') +b2sums=('c33d273c174dde78b1224796362e93b63723df532791762b8e21892f69046006d5345ab0b8cc84d2936f12c923bf44e3e2016f2f003b9d31622c82bdb6dbf891') + +prepare() { + mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver" +} + +build() { + cd "$pkgname-$pkgver" + cmake -DCMAKE_INSTALL_PREFIX='/usr' \ +-DGKICK_REDKITE_SDK_PATH='/usr' \ +-DCMAKE_BUILD_TYPE='None' \ +-Wno-dev \ +-B build \ +-S . + make VERBOSE=1 -C build +} + +check() { + cd "$pkgname-$pkgver" + cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/ + lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \ + "http://geontime.com/geonkick"; + rm -v plugin/lv2/${pkgname}.lv2/*.so +} + +package() { + depends+=('libsndfile.so') + cd "$pkgname-$pkgver" + make -C build DESTDIR="$pkgdir/" install VERBOSE=1 + install -vDm 644 "data/${pkgname}.desktop" \ +-t "${pkgdir}/usr/share/applications" + install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" +}
[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 18:22:38 Author: archange Revision: 665284 upgpkg: intel-graphics-compiler 1:1.0.4312-1 Modified: intel-graphics-compiler/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 17:50:53 UTC (rev 665283) +++ PKGBUILD2020-07-25 18:22:38 UTC (rev 665284) @@ -3,7 +3,7 @@ pkgname=intel-graphics-compiler epoch=1 -pkgver=1.0.4241 +pkgver=1.0.4312 pkgrel=1 pkgdesc="Intel Graphics Compiler for OpenCL" arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(cmake clang llvm zlib python) options=(!emptydirs) source=(${url}/archive/igc-${pkgver}.tar.gz) -sha256sums=('1f24daa4c4ca411a77944d466f5b3c6f59ae21f5dd266b38da68f9124e116ff9') +sha256sums=('6a36b13639d24416cd3c47020ba917813801f0935a55c11c46a4450d918e7a7b') build() { cmake -B build -S ${pkgname}-igc-${pkgver} \
[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (3 files)
Date: Saturday, July 25, 2020 @ 18:22:51 Author: archange Revision: 665285 archrelease: copy trunk to community-x86_64 Added: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 665284, intel-graphics-compiler/trunk/PKGBUILD) Deleted: intel-graphics-compiler/repos/community-x86_64/010-igc-fix-build.patch intel-graphics-compiler/repos/community-x86_64/PKGBUILD -+ 010-igc-fix-build.patch | 19 - PKGBUILD| 66 +++--- 2 files changed, 33 insertions(+), 52 deletions(-) Deleted: 010-igc-fix-build.patch === --- 010-igc-fix-build.patch 2020-07-25 18:22:38 UTC (rev 665284) +++ 010-igc-fix-build.patch 2020-07-25 18:22:51 UTC (rev 665285) @@ -1,19 +0,0 @@ -diff --git a/IGC/CMakeLists.txt b/IGC/CMakeLists.txt -index 8c9a5fcc..3b5e88cf 100644 a/IGC/CMakeLists.txt -+++ b/IGC/CMakeLists.txt -@@ -3271,8 +3271,12 @@ endif() - if(LLVM_LINK_LLVM_DYLIB) - # LLVM was built and configured in a way that tools (in our case IGC) should be linked - # against single LLVM dynamic library. --set(IGC_BUILD__LLVM_LIBS_TO_LINK "/usr/local/lib/libLLVM-${LLVM_VERSION_MAJOR}.so") --message(STATUS "[IGC] Link against LLVM dylib ${IGC_BUILD__LLVM_LIBS_TO_LINK}") -+find_library(IGC_BUILD__LLVM_LIBS_TO_LINK "libLLVM-${LLVM_VERSION_MAJOR}.so") -+if(IGC_BUILD__LLVM_LIBS_TO_LINK) -+ message(STATUS "[IGC] Link against LLVM dylib ${IGC_BUILD__LLVM_LIBS_TO_LINK}") -+else() -+ message(FATAL_ERROR "[IGC] Could not find the LLVM dylib. Aborting.") -+endif() - else() - # LLVM was built into multiple libraries (static or shared). - message(STATUS "[IGC] Link against LLVM static or shared component libs") Deleted: PKGBUILD === --- PKGBUILD2020-07-25 18:22:38 UTC (rev 665284) +++ PKGBUILD2020-07-25 18:22:51 UTC (rev 665285) @@ -1,33 +0,0 @@ -# Maintainer: Daniel Bermond -# Maintainer: Bruno Pagani - -pkgname=intel-graphics-compiler -epoch=1 -pkgver=1.0.4241 -pkgrel=1 -pkgdesc="Intel Graphics Compiler for OpenCL" -arch=(x86_64) -url="https://github.com/intel/intel-graphics-compiler"; -license=(MIT) -depends=(llvm-libs intel-opencl-clang) -makedepends=(cmake clang llvm zlib python) -options=(!emptydirs) -source=(${url}/archive/igc-${pkgver}.tar.gz) -sha256sums=('1f24daa4c4ca411a77944d466f5b3c6f59ae21f5dd266b38da68f9124e116ff9') - -build() { -cmake -B build -S ${pkgname}-igc-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \ --DIGC_PREFERRED_LLVM_VERSION='10.0.0' \ --DINSTALL_GENX_IR=ON \ --Wno-dev -make -C build -} - -package() { -make -C build DESTDIR="${pkgdir}" install -install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname} -} Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 665284, intel-graphics-compiler/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 18:22:51 UTC (rev 665285) @@ -0,0 +1,33 @@ +# Maintainer: Daniel Bermond +# Maintainer: Bruno Pagani + +pkgname=intel-graphics-compiler +epoch=1 +pkgver=1.0.4312 +pkgrel=1 +pkgdesc="Intel Graphics Compiler for OpenCL" +arch=(x86_64) +url="https://github.com/intel/intel-graphics-compiler"; +license=(MIT) +depends=(llvm-libs intel-opencl-clang) +makedepends=(cmake clang llvm zlib python) +options=(!emptydirs) +source=(${url}/archive/igc-${pkgver}.tar.gz) +sha256sums=('6a36b13639d24416cd3c47020ba917813801f0935a55c11c46a4450d918e7a7b') + +build() { +cmake -B build -S ${pkgname}-igc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \ +-DIGC_PREFERRED_LLVM_VERSION='10.0.0' \ +-DINSTALL_GENX_IR=ON \ +-Wno-dev +make -C build +} + +package() { +make -C build DESTDIR="${pkgdir}" install +install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname} +}
[arch-commits] Commit in matterbridge/repos/community-x86_64 (4 files)
Date: Saturday, July 25, 2020 @ 17:50:53 Author: archange Revision: 665283 archrelease: copy trunk to community-x86_64 Added: matterbridge/repos/community-x86_64/PKGBUILD (from rev 665282, matterbridge/trunk/PKGBUILD) matterbridge/repos/community-x86_64/matterbridge.service (from rev 665282, matterbridge/trunk/matterbridge.service) Deleted: matterbridge/repos/community-x86_64/PKGBUILD matterbridge/repos/community-x86_64/matterbridge.service --+ PKGBUILD | 82 - matterbridge.service | 72 +-- 2 files changed, 77 insertions(+), 77 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 17:50:37 UTC (rev 665282) +++ PKGBUILD2020-07-25 17:50:53 UTC (rev 665283) @@ -1,41 +0,0 @@ -# Maintainer: Bruno Pagani - -pkgname=matterbridge -pkgver=1.17.5 -pkgrel=2 -pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge" -arch=(x86_64) -url="https://github.com/42wim/matterbridge"; -license=(Apache) -depends=(glibc) -makedepends=(go git) -backup=(etc/matterbridge.toml) -source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz" - ${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc" -matterbridge.service) -sha512sums=('e6fc9d9c060c98969cc278db38583c20f98bcb80d9d6da3940d1cefc07e53675af212dc87d0769a40daf94154a151ed5f80d79dcb01bfc97d13431c828527b9f' -'SKIP' - '82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf') -validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim - -prepare() { - cd ${pkgname}-${pkgver} - go mod vendor -} - -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 -mod=readonly -modcacherw" - go build -v -o ${pkgname} . -} - -package() { - cd ${pkgname}-${pkgver} - install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/ - install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml - install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/ -} Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 665282, matterbridge/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 17:50:53 UTC (rev 665283) @@ -0,0 +1,41 @@ +# Maintainer: Bruno Pagani + +pkgname=matterbridge +pkgver=1.18.0 +pkgrel=1 +pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge" +arch=(x86_64) +url="https://github.com/42wim/matterbridge"; +license=(Apache) +depends=(glibc) +makedepends=(go git) +backup=(etc/matterbridge.toml) +source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz" + ${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc" +matterbridge.service) +sha512sums=('bce8a441e309cf82c03ab78ac8dbc95cff7c145defd2cc3c1946fa224c5fe66d85688742d4637acf0703191a61f3dc3a8676c53daa3d778f4186591630cfe600' +'SKIP' + '82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf') +validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim + +prepare() { + cd ${pkgname}-${pkgver} + go mod vendor +} + +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 -mod=readonly -modcacherw" + go build -v -o ${pkgname} . +} + +package() { + cd ${pkgname}-${pkgver} + install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/ + install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml + install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/ +} Deleted: matterbridge.service === --- matterbridge.service2020-07-25 17:50:37 UTC (rev 665282) +++ matterbridge.service2020-07-25 17:50:53 UTC (rev 665283) @@ -1,36 +0,0 @@ -[Unit] -Description=Multi-protocols bridge for online communications -After=network.target - -[Service] -User=matterbridge -DynamicUser=yes -ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml -Type=simple -CapabilityBoundingSet= -AmbientCapabilities= -NoNewPrivileges=true -#SecureBits= -ProtectSystem=strict -ProtectHome=true -PrivateTmp=true -PrivateDevices=true -PrivateNetwork=false -PrivateUsers=true -ProtectHostname=true -ProtectClock=true -ProtectKernelTunables=true -ProtectKernelModules=true -ProtectKernelLogs=true -ProtectControlGroups=true -RestrictAddres
[arch-commits] Commit in matterbridge/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 17:50:37 Author: archange Revision: 665282 upgpkg: matterbridge 1.18.0-1 Modified: matterbridge/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 16:58:20 UTC (rev 665281) +++ PKGBUILD2020-07-25 17:50:37 UTC (rev 665282) @@ -1,8 +1,8 @@ # Maintainer: Bruno Pagani pkgname=matterbridge -pkgver=1.17.5 -pkgrel=2 +pkgver=1.18.0 +pkgrel=1 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge" arch=(x86_64) url="https://github.com/42wim/matterbridge"; @@ -13,7 +13,7 @@ source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz" ${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc" matterbridge.service) -sha512sums=('e6fc9d9c060c98969cc278db38583c20f98bcb80d9d6da3940d1cefc07e53675af212dc87d0769a40daf94154a151ed5f80d79dcb01bfc97d13431c828527b9f' +sha512sums=('bce8a441e309cf82c03ab78ac8dbc95cff7c145defd2cc3c1946fa224c5fe66d85688742d4637acf0703191a61f3dc3a8676c53daa3d778f4186591630cfe600' 'SKIP' '82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf') validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim
[arch-commits] Commit in mattermost/repos (5 files)
Date: Saturday, July 25, 2020 @ 16:58:20 Author: archange Revision: 665281 archrelease: copy trunk to community-x86_64 Added: mattermost/repos/community-x86_64/ mattermost/repos/community-x86_64/PKGBUILD (from rev 665280, mattermost/trunk/PKGBUILD) mattermost/repos/community-x86_64/mattermost.service (from rev 665280, mattermost/trunk/mattermost.service) mattermost/repos/community-x86_64/mattermost.sysusers (from rev 665280, mattermost/trunk/mattermost.sysusers) mattermost/repos/community-x86_64/mattermost.tmpfiles (from rev 665280, mattermost/trunk/mattermost.tmpfiles) -+ PKGBUILD| 132 ++ mattermost.service | 40 +++ mattermost.sysusers |1 mattermost.tmpfiles |3 + 4 files changed, 176 insertions(+) Copied: mattermost/repos/community-x86_64/PKGBUILD (from rev 665280, mattermost/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-07-25 16:58:20 UTC (rev 665281) @@ -0,0 +1,132 @@ +# Maintainer: Bruno Pagani +# Contributor: William Gathoye +# Contributor: Caleb Maclennan +# Contributor: Massimiliano Torromeo + +pkgname=mattermost +pkgver=5.25.1 +pkgrel=1 +pkgdesc="Open source Slack-alternative in Golang and React" +arch=(x86_64) +url="https://mattermost.com"; +license=(AGPL Apache) +depends=(glibc) +makedepends=(go jq nodejs npm git python2) +optdepends=('mariadb: SQL server storage' +'percona-server: SQL server storage' +'postgresql: SQL server storage') +backup=(etc/webapps/${pkgname}/config.json) +source=(${pkgname}-server-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-server/archive/v${pkgver}.tar.gz + ${pkgname}-webapp-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-webapp/archive/v${pkgver}.tar.gz +${pkgname}.service +${pkgname}.sysusers +${pkgname}.tmpfiles) +sha256sums=('9035f0e952cbf181159f09f0615a1a7f0ef18f237cfad2f8b6afe6b0cdb55b86' +'ebc18fd0c4df8cf6bf0d6cc97288e1f7f9c632bbf1b3317f89970ccaa7c5da09' +'f48e3885cfb71d665c092fb8a5113881a2555a65f26dfb34656ca59d648e92be' +'92de9ac17a89c88ef3b049ecbe0bbb5707696f783d3c7eaf0d7902384d88b3a8' +'8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2') + +prepare() { +cd ${pkgname}-server-${pkgver} +go mod vendor + +# The configuration isn't available at this time yet, modify the default. +sed -r -i build/release.mk \ +-e 's!config/config.json!config/default.json!' \ +-e 's/\$\(DIST_PATH\)\/config\/config.json/\$\(DIST_PATH\)\/config\/default.json/' + +# Remove platform specific lines from the Makefile from the line beginning +# with that statement to the end of file (we do not care of the additional +# file copy, nor the tar compression defined below the file). +sed '/# Download prepackaged plugins/,//d' -i build/release.mk + +# Enforce build hash to Arch Linux for the field corresponding to the webapp. +cd ../${pkgname}-webapp-${pkgver} +sed -r -i webpack.config.js \ +-e "s/^(\s*)COMMIT_HASH:(.*),$/\1COMMIT_HASH: JSON.stringify\(\"${pkgver}-${pkgrel} Arch Linux \(${CARCH}\)\"\),/" +} + +build() { +cd ${pkgname}-server-${pkgver} +export CGO_CPPFLAGS="${CPPFLAGS}" +export CGO_CFLAGS="${CFLAGS}" +export CGO_CXXFLAGS="${CXXFLAGS}" +export CGO_LDFLAGS="${LDFLAGS}" +export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" +go build -v \ + -ldflags "-X \"github.com/mattermost/mattermost-server/v5/model.BuildNumber=${pkgver}-${pkgrel}\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildDate=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%d %H:%M:%S")\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildHash=${pkgver}-${pkgrel} Arch Linux \(${CARCH}\)\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildHashEnterprise=none\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildEnterpriseReady=false\"" \ + -o bin/ ./... +# Move to the client directory to avoid LDFLAGS pollution of a `make build-client` invocation +cd ../${pkgname}-webapp-${pkgver} +make build +cd ../${pkgname}-server-${pkgver} +export BUILD_WEBAPP_DIR="${srcdir}/${pkgname}-webapp-${pkgver}" +make package +} + +package() { +# systemd files +install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/ +install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf +install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf + +# core stuff +cd ${pkgname}-server-${pkgver} + +install -dm755 "${pkgdir}"/usr/share/webapps
[arch-commits] Commit in (7 files)
Date: Saturday, July 25, 2020 @ 16:57:44 Author: archange Revision: 665280 Initial addition of mattermost to [community] Added: mattermost/ mattermost/repos/ mattermost/trunk/ mattermost/trunk/PKGBUILD mattermost/trunk/mattermost.service mattermost/trunk/mattermost.sysusers mattermost/trunk/mattermost.tmpfiles -+ PKGBUILD| 132 ++ mattermost.service | 40 +++ mattermost.sysusers |1 mattermost.tmpfiles |3 + 4 files changed, 176 insertions(+) Added: mattermost/trunk/PKGBUILD === --- mattermost/trunk/PKGBUILD (rev 0) +++ mattermost/trunk/PKGBUILD 2020-07-25 16:57:44 UTC (rev 665280) @@ -0,0 +1,132 @@ +# Maintainer: Bruno Pagani +# Contributor: William Gathoye +# Contributor: Caleb Maclennan +# Contributor: Massimiliano Torromeo + +pkgname=mattermost +pkgver=5.25.1 +pkgrel=1 +pkgdesc="Open source Slack-alternative in Golang and React" +arch=(x86_64) +url="https://mattermost.com"; +license=(AGPL Apache) +depends=(glibc) +makedepends=(go jq nodejs npm git python2) +optdepends=('mariadb: SQL server storage' +'percona-server: SQL server storage' +'postgresql: SQL server storage') +backup=(etc/webapps/${pkgname}/config.json) +source=(${pkgname}-server-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-server/archive/v${pkgver}.tar.gz + ${pkgname}-webapp-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-webapp/archive/v${pkgver}.tar.gz +${pkgname}.service +${pkgname}.sysusers +${pkgname}.tmpfiles) +sha256sums=('9035f0e952cbf181159f09f0615a1a7f0ef18f237cfad2f8b6afe6b0cdb55b86' +'ebc18fd0c4df8cf6bf0d6cc97288e1f7f9c632bbf1b3317f89970ccaa7c5da09' +'f48e3885cfb71d665c092fb8a5113881a2555a65f26dfb34656ca59d648e92be' +'92de9ac17a89c88ef3b049ecbe0bbb5707696f783d3c7eaf0d7902384d88b3a8' +'8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2') + +prepare() { +cd ${pkgname}-server-${pkgver} +go mod vendor + +# The configuration isn't available at this time yet, modify the default. +sed -r -i build/release.mk \ +-e 's!config/config.json!config/default.json!' \ +-e 's/\$\(DIST_PATH\)\/config\/config.json/\$\(DIST_PATH\)\/config\/default.json/' + +# Remove platform specific lines from the Makefile from the line beginning +# with that statement to the end of file (we do not care of the additional +# file copy, nor the tar compression defined below the file). +sed '/# Download prepackaged plugins/,//d' -i build/release.mk + +# Enforce build hash to Arch Linux for the field corresponding to the webapp. +cd ../${pkgname}-webapp-${pkgver} +sed -r -i webpack.config.js \ +-e "s/^(\s*)COMMIT_HASH:(.*),$/\1COMMIT_HASH: JSON.stringify\(\"${pkgver}-${pkgrel} Arch Linux \(${CARCH}\)\"\),/" +} + +build() { +cd ${pkgname}-server-${pkgver} +export CGO_CPPFLAGS="${CPPFLAGS}" +export CGO_CFLAGS="${CFLAGS}" +export CGO_CXXFLAGS="${CXXFLAGS}" +export CGO_LDFLAGS="${LDFLAGS}" +export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" +go build -v \ + -ldflags "-X \"github.com/mattermost/mattermost-server/v5/model.BuildNumber=${pkgver}-${pkgrel}\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildDate=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%d %H:%M:%S")\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildHash=${pkgver}-${pkgrel} Arch Linux \(${CARCH}\)\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildHashEnterprise=none\" \ + -X \"github.com/mattermost/mattermost-server/v5/model.BuildEnterpriseReady=false\"" \ + -o bin/ ./... +# Move to the client directory to avoid LDFLAGS pollution of a `make build-client` invocation +cd ../${pkgname}-webapp-${pkgver} +make build +cd ../${pkgname}-server-${pkgver} +export BUILD_WEBAPP_DIR="${srcdir}/${pkgname}-webapp-${pkgver}" +make package +} + +package() { +# systemd files +install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/ +install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf +install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf + +# core stuff +cd ${pkgname}-server-${pkgver} + +install -dm755 "${pkgdir}"/usr/share/webapps +cp -a dist/${pkgname} "${pkgdir}"/usr/share/webapps/ + +install -Dm755 bin/${pkgname} -t "${pkgdir}"/usr/bin +install -dm755 "${pkgdir}"/usr/share/webapps/${pkgname}/bin/ +ln -sf /usr/bin/${pkgname} "${pkgdir}"/usr/share/webapps/${pkgname}/bin/${pkgname} + +# fixes +cd "${pkgdir}"/usr/share/webapps/${pkgname} + +
[arch-commits] Commit in python-phonenumbers/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 16:28:20 Author: felixonmars Revision: 665279 archrelease: copy trunk to community-any Added: python-phonenumbers/repos/community-any/PKGBUILD (from rev 665278, python-phonenumbers/trunk/PKGBUILD) Deleted: python-phonenumbers/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 16:28:04 UTC (rev 665278) +++ PKGBUILD2020-07-25 16:28:20 UTC (rev 665279) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-phonenumbers -pkgver=8.12.6 -pkgrel=1 -pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers" -arch=('any') -url="https://github.com/daviddrysdale/python-phonenumbers"; -license=('Apache') -depends=('python') -makedepends=("python-setuptools") -source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz";) -sha512sums=('780eca734f6ae2adb444ec30780805a7cd3bfa86aa6ff65c0ceacd6f1717769b99e2e657c3f5f695f04733e76bb5c36bf58b65a0acf621ef58c0a00d18e4e95b') - -build() { - cd python-phonenumbers-$pkgver - python setup.py build -} - -check() { - cd python-phonenumbers-$pkgver - python setup.py test -} - -package() { - cd python-phonenumbers-$pkgver - python setup.py install -O1 --root "$pkgdir" -} Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 665278, python-phonenumbers/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 16:28:20 UTC (rev 665279) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan + +pkgname=python-phonenumbers +pkgver=8.12.7 +pkgrel=1 +pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers" +arch=('any') +url="https://github.com/daviddrysdale/python-phonenumbers"; +license=('Apache') +depends=('python') +makedepends=("python-setuptools") +source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz";) +sha512sums=('4e038a8eaf175a91704333a22dfc0cd0c99b92fd93e042f66e30dbdbe9d14a1d89bf122af91dbda5338742c44c9b33a4bee32390f206fcb573e4db0e905a39c4') + +build() { + cd python-phonenumbers-$pkgver + python setup.py build +} + +check() { + cd python-phonenumbers-$pkgver + python setup.py test +} + +package() { + cd python-phonenumbers-$pkgver + python setup.py install -O1 --root "$pkgdir" +}
[arch-commits] Commit in python-phonenumbers/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 16:28:04 Author: felixonmars Revision: 665278 upgpkg: python-phonenumbers 8.12.7-1 Modified: python-phonenumbers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 15:24:09 UTC (rev 665277) +++ PKGBUILD2020-07-25 16:28:04 UTC (rev 665278) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-phonenumbers -pkgver=8.12.6 +pkgver=8.12.7 pkgrel=1 pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers" arch=('any') @@ -10,7 +10,7 @@ depends=('python') makedepends=("python-setuptools") source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz";) -sha512sums=('780eca734f6ae2adb444ec30780805a7cd3bfa86aa6ff65c0ceacd6f1717769b99e2e657c3f5f695f04733e76bb5c36bf58b65a0acf621ef58c0a00d18e4e95b') +sha512sums=('4e038a8eaf175a91704333a22dfc0cd0c99b92fd93e042f66e30dbdbe9d14a1d89bf122af91dbda5338742c44c9b33a4bee32390f206fcb573e4db0e905a39c4') build() { cd python-phonenumbers-$pkgver
[arch-commits] Commit in prometheus-memcached-exporter/repos/extra-x86_64 (5 files)
Date: Saturday, July 25, 2020 @ 16:09:07 Author: jelle Revision: 392532 archrelease: copy trunk to extra-x86_64 Added: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 392531, prometheus-memcached-exporter/trunk/PKGBUILD) prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.conf (from rev 392531, prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.conf) prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service (from rev 392531, prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service) Deleted: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service ---+ PKGBUILD | 102 prometheus-memcached-exporter.conf|2 prometheus-memcached-exporter.service | 53 3 files changed, 82 insertions(+), 75 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 16:08:57 UTC (rev 392531) +++ PKGBUILD2020-07-25 16:09:07 UTC (rev 392532) @@ -1,49 +0,0 @@ -# Maintainer: Jelle van der Waa - -pkgname=prometheus-memcached-exporter -pkgver=0.7.0 -pkgrel=1 -pkgdesc="Exports metrics from memcached servers for consumption by Prometheus" -arch=('x86_64') -url="https://github.com/prometheus/memcached_exporter"; -license=('Apache') -depends=(glibc) -makedepends=(go memcached) -source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz prometheus-memcached-exporter.service) -sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82' - 'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede') - -check() { - cd memcached_exporter-$pkgver - memcached_pids=() - memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!) - - local ret=0 - go test ./... || ret=1 - - kill ${memcached_pids[@]} - - return $ret -} - -build() { - cd memcached_exporter-$pkgver - go build \ --trimpath \ --buildmode=pie \ --mod=readonly \ --modcacherw \ --ldflags "-extldflags ${LDFLAGS} \ - -X github.com/prometheus/common/version.Version=$pkgver \ - -X github.com/prometheus/common/version.Revision=$pkgver \ - -X github.com/prometheus/common/version.Branch=tarball \ - -X github.com/prometheus/common/version.BuildUser=someone@builder \ - -X github.com/prometheus/common/version.BuildDate=$(date -d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \ -. -} - -package() { - install -Dm644 prometheus-memcached-exporter.service "$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service - cd memcached_exporter-$pkgver - install -Dm755 memcached_exporter "$pkgdir"/usr/bin/prometheus-memcached-exporter -} Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 392531, prometheus-memcached-exporter/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 16:09:07 UTC (rev 392532) @@ -0,0 +1,53 @@ +# Maintainer: Jelle van der Waa + +pkgname=prometheus-memcached-exporter +pkgver=0.7.0 +pkgrel=2 +pkgdesc="Exports metrics from memcached servers for consumption by Prometheus" +arch=('x86_64') +url="https://github.com/prometheus/memcached_exporter"; +license=('Apache') +depends=(glibc memcached) +makedepends=(go) +source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz prometheus-memcached-exporter.service +prometheus-memcached-exporter.conf) +sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82' + '7af6ef9df784e97ecc08e77ee473b4b7860eb8a82c5af2a8cf1eec1850e71750e6d71bed1fa24744dc57c6b1dd6da31da1ec233056f29f9e58e64d5541af7280' + 'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23') + +check() { + cd memcached_exporter-$pkgver + memcached_pids=() + memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!) + + local ret=0 + go test ./... || ret=1 + + kill ${memcached_pids[@]} + + return $ret +} + +build() { + cd memcached_exporter-$pkgver + go build \ +-trimpath \ +-buildmode=pie \ +-mod=readonly \ +-modcacherw \ +-ldflags "-extldflags ${LDFLAGS} \ + -X github.com/prometheus/common/version.Version=$pkgver \ + -X github.com/prometheus/common/version.Revision=$pkgver \ + -X github.com/prometheus/common/version.Branch=tarball \ + -X github.com/promet
[arch-commits] Commit in prometheus-memcached-exporter/trunk (3 files)
Date: Saturday, July 25, 2020 @ 16:08:57 Author: jelle Revision: 392531 Allow configuring cli arguments Added: prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.conf Modified: prometheus-memcached-exporter/trunk/PKGBUILD prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service ---+ PKGBUILD | 14 +- prometheus-memcached-exporter.conf|2 ++ prometheus-memcached-exporter.service |3 ++- 3 files changed, 13 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 11:27:28 UTC (rev 392530) +++ PKGBUILD2020-07-25 16:08:57 UTC (rev 392531) @@ -2,16 +2,18 @@ pkgname=prometheus-memcached-exporter pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus" arch=('x86_64') url="https://github.com/prometheus/memcached_exporter"; license=('Apache') -depends=(glibc) -makedepends=(go memcached) -source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz prometheus-memcached-exporter.service) +depends=(glibc memcached) +makedepends=(go) +source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz prometheus-memcached-exporter.service +prometheus-memcached-exporter.conf) sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82' - 'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede') + '7af6ef9df784e97ecc08e77ee473b4b7860eb8a82c5af2a8cf1eec1850e71750e6d71bed1fa24744dc57c6b1dd6da31da1ec233056f29f9e58e64d5541af7280' + 'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23') check() { cd memcached_exporter-$pkgver @@ -44,6 +46,8 @@ package() { install -Dm644 prometheus-memcached-exporter.service "$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service + install -Dm644 prometheus-memcached-exporter.conf "${pkgdir}"/etc/conf.d/prometheus-memcached-exporter + cd memcached_exporter-$pkgver install -Dm755 memcached_exporter "$pkgdir"/usr/bin/prometheus-memcached-exporter } Added: prometheus-memcached-exporter.conf === --- prometheus-memcached-exporter.conf (rev 0) +++ prometheus-memcached-exporter.conf 2020-07-25 16:08:57 UTC (rev 392531) @@ -0,0 +1,2 @@ +MEMCACHED_EXPORTER_ARGS="" + Modified: prometheus-memcached-exporter.service === --- prometheus-memcached-exporter.service 2020-07-25 11:27:28 UTC (rev 392530) +++ prometheus-memcached-exporter.service 2020-07-25 16:08:57 UTC (rev 392531) @@ -3,7 +3,8 @@ After=network.target memcached.service [Service] -ExecStart=/usr/bin/prometheus-memcached-exporter +EnvironmentFile=-/etc/conf.d/prometheus-memcached-exporter +ExecStart=/usr/bin/prometheus-memcached-exporter $MEMCACHED_EXPORTER_ARGS ExecReload=/bin/kill -HUP $MAINPID DynamicUser=true
[arch-commits] Commit in deepin-daemon/repos/community-x86_64 (8 files)
Date: Saturday, July 25, 2020 @ 15:24:09 Author: felixonmars Revision: 665277 archrelease: copy trunk to community-x86_64 Added: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 665276, deepin-daemon/trunk/PKGBUILD) deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff (from rev 665276, deepin-daemon/trunk/dde-daemon_5.9.4.2.diff) deepin-daemon/repos/community-x86_64/deepin-daemon.install (from rev 665276, deepin-daemon/trunk/deepin-daemon.install) deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers (from rev 665276, deepin-daemon/trunk/deepin-daemon.sysusers) Deleted: deepin-daemon/repos/community-x86_64/PKGBUILD deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff deepin-daemon/repos/community-x86_64/deepin-daemon.install deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers -+ PKGBUILD| 144 +++--- dde-daemon_5.9.4.2.diff | 108 +- deepin-daemon.install |6 - deepin-daemon.sysusers |4 - 4 files changed, 131 insertions(+), 131 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 15:23:43 UTC (rev 665276) +++ PKGBUILD2020-07-25 15:24:09 UTC (rev 665277) @@ -1,72 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-daemon -pkgver=5.11.0.18 -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"; -dde-daemon_5.9.4.2.diff -'deepin-daemon.sysusers') -sha512sums=('dc06b0b1af4e59a4767f901a2cb814ced17cb344a791437dbea97940b2c2f066aa966fd00a4b572fa245fdc036ce7e1fcd6ff33b980302bab1fc14f9dec712a1' - '188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27' - '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a') - -prepare() { - cd dde-daemon-$pkgver - patch -p1 -i ../dde-daemon_5.9.4.2.diff - - 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 - - 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-x86_64/PKGBUILD (from rev 665276, deepin-daemon/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 15:24:09 UTC (rev 665277) @@ -0,0 +1,72 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-daemon +pkgver=5.11.0.19 +pkgrel=1 +pkgdesc='Daemon handling the DDE session settings' +arch=('x86_64') +url
[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 15:23:43 Author: felixonmars Revision: 665276 upgpkg: deepin-daemon 5.11.0.19-1 Modified: deepin-daemon/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 14:29:27 UTC (rev 665275) +++ PKGBUILD2020-07-25 15:23:43 UTC (rev 665276) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-daemon -pkgver=5.11.0.18 +pkgver=5.11.0.19 pkgrel=1 pkgdesc='Daemon handling the DDE session settings' arch=('x86_64') @@ -28,7 +28,7 @@ source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz"; dde-daemon_5.9.4.2.diff 'deepin-daemon.sysusers') -sha512sums=('dc06b0b1af4e59a4767f901a2cb814ced17cb344a791437dbea97940b2c2f066aa966fd00a4b572fa245fdc036ce7e1fcd6ff33b980302bab1fc14f9dec712a1' +sha512sums=('aa92d1819bc16415bc11866150d211f1f4b092b535d4e3144cbc973c421e97afa1424847a0b40eebf06ed62dd084de6e62b617330f64e7f9be03b45913d696d9' '188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27' '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (4 files)
Date: Saturday, July 25, 2020 @ 14:29:27 Author: felixonmars Revision: 665275 archrelease: copy trunk to community-x86_64 Added: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 665274, deepin-session-ui/trunk/PKGBUILD) deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch (from rev 665274, deepin-session-ui/trunk/deepin-session-ui-qt5.15.patch) Deleted: deepin-session-ui/repos/community-x86_64/PKGBUILD deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch + PKGBUILD | 84 +++ deepin-session-ui-qt5.15.patch | 48 +++--- 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 14:29:08 UTC (rev 665274) +++ PKGBUILD2020-07-25 14:29:27 UTC (rev 665275) @@ -1,42 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-session-ui -pkgver=5.2.0.12 -pkgrel=1 -pkgdesc='Deepin desktop-environment - Session UI module' -arch=('x86_64') -url="https://github.com/linuxdeepin/dde-session-ui"; -license=('GPL3') -groups=('deepin') -depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' - 'deepin-control-center' 'deepin-wallpapers') -makedepends=('deepin-gettext-tools' 'qt5-tools') -provides=('deepin-notifications') -conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications') -replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz"; - deepin-session-ui-qt5.15.patch) -sha512sums=('f4e13295b6155a395c0d3176e0788dbc4577e276e7ea8128e9b6505269002de894637bb8e7e7586cf15958710a9eca778269651c8bc4e5474d18cfd8ac510edb' - '846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6') - -prepare() { - cd dde-session-ui-$pkgver - sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' widgets/*.cpp - - sed -i '/include /a #include ' dde-notification-plugin/notifications/notificationswidget.cpp - - patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15 -} - -build() { - cd dde-session-ui-$pkgver - qmake-qt5 PREFIX=/usr - make -} - -package() { - cd dde-session-ui-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 665274, deepin-session-ui/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 14:29:27 UTC (rev 665275) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-session-ui +pkgver=5.2.0.14 +pkgrel=1 +pkgdesc='Deepin desktop-environment - Session UI module' +arch=('x86_64') +url="https://github.com/linuxdeepin/dde-session-ui"; +license=('GPL3') +groups=('deepin') +depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' + 'deepin-control-center' 'deepin-wallpapers') +makedepends=('deepin-gettext-tools' 'qt5-tools') +provides=('deepin-notifications') +conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications') +replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz"; + deepin-session-ui-qt5.15.patch) +sha512sums=('dfb8f3e2c03dedd06e7fbf765cabb2a314800abc6f04f0aa8d4741121d41cfd0378be9b66ece98b3bd0b8ff394da55fc922d8749d9292426b8897d9307a8ebee' + '846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6') + +prepare() { + cd dde-session-ui-$pkgver + sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' widgets/*.cpp + + sed -i '/include /a #include ' dde-notification-plugin/notifications/notificationswidget.cpp + + patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15 +} + +build() { + cd dde-session-ui-$pkgver + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd dde-session-ui-$pkgver + make INSTALL_ROOT="$pkgdir" install +} Deleted: deepin-session-ui-qt5.15.patch === --- deepin-session-ui-qt5.15.patch 2020-07-25 14:29:08 UTC (rev 665274) +++ deepin-session-ui-qt5.15.patch 2020-07-25 14:29:27 UTC (rev 665275) @@ -1,24 +0,0 @@ -diff --git a/dde-osd/common.cpp b/dde-osd/common.cpp -index 0505ac60..ffa55e84 100644 a/dde-osd/common.cpp -+++ b/dde-osd/common.cpp -@@ -25,6 +25,7 @@ - - #include "common.h" - #include -+#include
[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 14:29:08 Author: felixonmars Revision: 665274 upgpkg: deepin-session-ui 5.2.0.14-1 Modified: deepin-session-ui/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 14:24:04 UTC (rev 665273) +++ PKGBUILD2020-07-25 14:29:08 UTC (rev 665274) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-session-ui -pkgver=5.2.0.12 +pkgver=5.2.0.14 pkgrel=1 pkgdesc='Deepin desktop-environment - Session UI module' arch=('x86_64') @@ -18,7 +18,7 @@ replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz"; deepin-session-ui-qt5.15.patch) -sha512sums=('f4e13295b6155a395c0d3176e0788dbc4577e276e7ea8128e9b6505269002de894637bb8e7e7586cf15958710a9eca778269651c8bc4e5474d18cfd8ac510edb' +sha512sums=('dfb8f3e2c03dedd06e7fbf765cabb2a314800abc6f04f0aa8d4741121d41cfd0378be9b66ece98b3bd0b8ff394da55fc922d8749d9292426b8897d9307a8ebee' '846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6') prepare() {
[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Date: Saturday, July 25, 2020 @ 14:24:04 Author: felixonmars Revision: 665273 archrelease: copy trunk to community-any Added: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 665272, v2ray-domain-list-community/trunk/PKGBUILD) Deleted: v2ray-domain-list-community/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 14:23:48 UTC (rev 665272) +++ PKGBUILD2020-07-25 14:24:04 UTC (rev 665273) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=v2ray-domain-list-community -pkgver=20200723214519 -pkgrel=1 -pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" -arch=('any') -url="https://github.com/v2fly/domain-list-community"; -license=('MIT') -makedepends=('go' 'git') -source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha512sums=('e8dcbde37b5e14559a78725e455aaf911bd0124634e0fd1e8c30f9a0a3421a6b7a99245f3025326d0b43488a42dc533d52994ebf63e65272c474d2b7f7d455c2') - -prepare() { - mkdir .gopath - export GOPATH="$srcdir/.gopath" - - mkdir -p .gopath/src/github.com/v2fly - ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2fly/domain-list-community - - go get github.com/golang/protobuf/proto - go get -insecure v2ray.com/core/app/router -} - -build() { - cd .gopath - go run ./src/github.com/v2fly/domain-list-community/main.go -} - -package() { - cd .gopath - install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat - install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 665272, v2ray-domain-list-community/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 14:24:04 UTC (rev 665273) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=v2ray-domain-list-community +pkgver=20200724164201 +pkgrel=1 +pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" +arch=('any') +url="https://github.com/v2fly/domain-list-community"; +license=('MIT') +makedepends=('go' 'git') +source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz";) +sha512sums=('28e8edf1cf91f1eb705a3bd63416d55b860a2cd6c8e3da101dab8b8127e32e94aa7bc1d53daf24f9c564ca62a989b0d6d95c09308aefb5660023313783d678f5') + +prepare() { + mkdir .gopath + export GOPATH="$srcdir/.gopath" + + mkdir -p .gopath/src/github.com/v2fly + ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2fly/domain-list-community + + go get github.com/golang/protobuf/proto + go get -insecure v2ray.com/core/app/router +} + +build() { + cd .gopath + go run ./src/github.com/v2fly/domain-list-community/main.go +} + +package() { + cd .gopath + install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat + install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 14:23:48 Author: felixonmars Revision: 665272 upgpkg: v2ray-domain-list-community 20200724164201-1 Modified: v2ray-domain-list-community/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 13:47:35 UTC (rev 665271) +++ PKGBUILD2020-07-25 14:23:48 UTC (rev 665272) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=v2ray-domain-list-community -pkgver=20200723214519 +pkgver=20200724164201 pkgrel=1 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" arch=('any') @@ -9,7 +9,7 @@ license=('MIT') makedepends=('go' 'git') source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha512sums=('e8dcbde37b5e14559a78725e455aaf911bd0124634e0fd1e8c30f9a0a3421a6b7a99245f3025326d0b43488a42dc533d52994ebf63e65272c474d2b7f7d455c2') +sha512sums=('28e8edf1cf91f1eb705a3bd63416d55b860a2cd6c8e3da101dab8b8127e32e94aa7bc1d53daf24f9c564ca62a989b0d6d95c09308aefb5660023313783d678f5') prepare() { mkdir .gopath
[arch-commits] Commit in percona-server/trunk (rocksdb-systemlibs.patch)
Date: Saturday, July 25, 2020 @ 13:47:25 Author: mtorromeo Revision: 665270 upgpkg: percona-server 8.0.20_11-1 Deleted: percona-server/trunk/rocksdb-systemlibs.patch --+ rocksdb-systemlibs.patch | 52 - 1 file changed, 52 deletions(-) Deleted: rocksdb-systemlibs.patch === --- rocksdb-systemlibs.patch2020-07-25 13:46:54 UTC (rev 665269) +++ rocksdb-systemlibs.patch2020-07-25 13:47:25 UTC (rev 665270) @@ -1,52 +0,0 @@ -diff --git a/storage/rocksdb/CMakeLists.txt b/storage/rocksdb/CMakeLists.txt -index b8b698d..cef5336 100644 a/storage/rocksdb/CMakeLists.txt -+++ b/storage/rocksdb/CMakeLists.txt -@@ -116,38 +116,11 @@ EXECUTE_PROCESS( - # split the list into lines - STRING(REGEX MATCHALL "[^\n]+" ROCKSDB_LIB_SOURCES ${SCRIPT_OUTPUT}) - --# add bundled compression code --SET(ROCKSDB_LIB_SOURCES -- ${ROCKSDB_LIB_SOURCES} -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/lz4/lib/lz4.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/lz4/lib/lz4hc.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/lz4/lib/lz4frame.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/entropy_common.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/error_private.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/fse_decompress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/pool.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/threading.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/xxhash.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common/zstd_common.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/compress/fse_compress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/compress/huf_compress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/compress/zstd_compress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/compress/zstdmt_compress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/decompress/huf_decompress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/decompress/zstd_decompress.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/dictBuilder/divsufsort.c -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/dictBuilder/zdict.c --) -- - INCLUDE_DIRECTORIES( - ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb - ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb/include - ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb/include/rocksdb - ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb/third-party/gtest-1.7.0/fused-src -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/lz4/lib -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/common -- ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zstd/lib/dictBuilder - ) - - ADD_DEFINITIONS(-DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -DZLIB -DLZ4 -@@ -184,7 +157,7 @@ SET(ROCKSDB_SOURCES - ${ROCKSDB_LIB_SOURCES} - ) - --SET(rocksdb_static_libs ${rocksdb_static_libs} ${ZLIB_LIBRARY} "-lrt") -+SET(rocksdb_static_libs ${rocksdb_static_libs} ${ZLIB_LIBRARY} "-lrt -llz4 -lzstd") - - MYSQL_ADD_PLUGIN(rocksdb ${ROCKSDB_SOURCES} STORAGE_ENGINE DEFAULT MODULE_ONLY - LINK_LIBRARIES ${rocksdb_static_libs}
[arch-commits] Commit in percona-server/repos/community-x86_64 (13 files)
Date: Saturday, July 25, 2020 @ 13:47:35 Author: mtorromeo Revision: 665271 archrelease: copy trunk to community-x86_64 Added: percona-server/repos/community-x86_64/PKGBUILD (from rev 665270, percona-server/trunk/PKGBUILD) percona-server/repos/community-x86_64/build-hostname.patch (from rev 665270, percona-server/trunk/build-hostname.patch) percona-server/repos/community-x86_64/my.cnf (from rev 665270, percona-server/trunk/my.cnf) percona-server/repos/community-x86_64/mysql-user.conf (from rev 665270, percona-server/trunk/mysql-user.conf) percona-server/repos/community-x86_64/no-werror.patch (from rev 665270, percona-server/trunk/no-werror.patch) percona-server/repos/community-x86_64/rocksdb-make.patch (from rev 665270, percona-server/trunk/rocksdb-make.patch) Deleted: percona-server/repos/community-x86_64/PKGBUILD percona-server/repos/community-x86_64/build-hostname.patch percona-server/repos/community-x86_64/my.cnf percona-server/repos/community-x86_64/mysql-user.conf percona-server/repos/community-x86_64/no-werror.patch percona-server/repos/community-x86_64/rocksdb-make.patch percona-server/repos/community-x86_64/rocksdb-systemlibs.patch --+ PKGBUILD | 363 ++--- build-hostname.patch | 34 ++-- my.cnf | 68 mysql-user.conf |2 no-werror.patch | 56 +++--- rocksdb-make.patch | 26 +-- rocksdb-systemlibs.patch | 52 -- 7 files changed, 272 insertions(+), 329 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 13:47:25 UTC (rev 665270) +++ PKGBUILD2020-07-25 13:47:35 UTC (rev 665271) @@ -1,184 +0,0 @@ -# Maintainer: Massimiliano Torromeo - -pkgbase=percona-server -pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server') -pkgver=8.0.19_10 -_boost_ver=1.70.0 -_pkgver=${pkgver/_/-} -_myver=${pkgver/_rel*} -pkgrel=1 -arch=('x86_64') -makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 'numactl' 'jemalloc' 'openssl' 'rpcsvc-proto' 'boost' 'doxygen' 'graphviz') -license=('GPL') -url="https://www.percona.com/software/mysql-database/percona-server"; -source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"; - "https://dl.bintray.com/boostorg/release/$_boost_ver/source/boost_${_boost_ver//./_}.tar.gz"; -'my.cnf' -'mysql-user.conf' -'build-hostname.patch' -'no-werror.patch' -'rocksdb-systemlibs.patch' -'rocksdb-make.patch') -sha256sums=('b819d81b9cdef497dd5fd1044ddb033d222b986cf610cb5d4bb1fa5010dba580' -'882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9' -'b467b04d6d06152b2abc33f2a6de63fef0fc922dd5119d2ee1d07d3c1a489731' -'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e' -'1537fdbb92dd1c135c1eb9f4d10c44fd02e652db66c933d731990a1196f1397c' -'fe1cb2b079c56ff0f827c7dfb25d004b2190410406820c490dc6152cfe392b70' -'1bbae30fe4c7d8198aaa771a20ca2fbeb6494de9ec4e516e4bab5f1387b3b8bd' -'2ff495d271f99c4d0dba89e8ccde7e6b9789a4ea6b55034de9b9217b47e32c03') - -prepare() { - cd $pkgbase-$_pkgver - rm -v sql/sql_yacc.{cc,h} - - patch -p1 -i "$srcdir"/build-hostname.patch - patch -p1 -i "$srcdir"/no-werror.patch - patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch - patch -p1 -i "$srcdir"/rocksdb-make.patch - - for svcfile in mysqld{,@}.service.in; do - echo StateDirectory=mysql mysql-files >> scripts/systemd/$svcfile - echo RuntimeDirectory=mysqld >> scripts/systemd/$svcfile - done -} - -build() { - # rm -rf build - mkdir -p build - cd build - - cmake ../$pkgbase-$_pkgver \ - -Wno-dev \ - -DBUILD_CONFIG=mysql_release \ - -DREPRODUCIBLE_BUILD=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONFDIR=/etc/mysql \ - -DMYSQL_DATADIR=/var/lib/mysql \ - -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \ - -DDEFAULT_CHARSET=utf8mb4 \ - -DDEFAULT_COLLATION=utf8mb4_general_ci \ - -DENABLED_LOCAL_INFILE=ON \ - -DINSTALL_INFODIR=share/doc/percona-server \ - -DINSTALL_DOCREADMEDIR=share/doc/percona-server \ - -DINSTALL_DOCDIR=share/doc/percona-server \ - -DINSTALL_MANDIR=share/man \ - -DINSTALL_PLUGINDIR=lib/perconaserver/plugin \ - -DINSTALL_SCRIPTDIR=bin \ - -DINSTALL_INCLUDEDIR=include/perconaserver \ - -DINSTALL_SUPPORTFILESDIR=share/mysql \ - -DINSTALL_MYSQLSHAREDIR=share/mysql \ - -DINSTALL_STATIC_LIB
[arch-commits] Commit in percona-server/trunk (PKGBUILD no-werror.patch)
Date: Saturday, July 25, 2020 @ 13:46:54 Author: mtorromeo Revision: 665269 upgpkg: percona-server 8.0.20_11-1 Modified: percona-server/trunk/PKGBUILD percona-server/trunk/no-werror.patch -+ PKGBUILD| 19 +++ no-werror.patch | 10 +- 2 files changed, 12 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 13:03:06 UTC (rev 665268) +++ PKGBUILD2020-07-25 13:46:54 UTC (rev 665269) @@ -2,7 +2,7 @@ pkgbase=percona-server pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server') -pkgver=8.0.19_10 +pkgver=8.0.20_11 _boost_ver=1.70.0 _pkgver=${pkgver/_/-} _myver=${pkgver/_rel*} @@ -17,15 +17,13 @@ 'mysql-user.conf' 'build-hostname.patch' 'no-werror.patch' -'rocksdb-systemlibs.patch' 'rocksdb-make.patch') -sha256sums=('b819d81b9cdef497dd5fd1044ddb033d222b986cf610cb5d4bb1fa5010dba580' +sha256sums=('929a1660f584bb3be49c579c1a2edd2a6a839c37fc4b275b843e90fba5cc77c0' '882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9' 'b467b04d6d06152b2abc33f2a6de63fef0fc922dd5119d2ee1d07d3c1a489731' 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e' '1537fdbb92dd1c135c1eb9f4d10c44fd02e652db66c933d731990a1196f1397c' -'fe1cb2b079c56ff0f827c7dfb25d004b2190410406820c490dc6152cfe392b70' -'1bbae30fe4c7d8198aaa771a20ca2fbeb6494de9ec4e516e4bab5f1387b3b8bd' +'2343a191c452b91caa458b03b0c1ef3f5afb0e7031816c68467af5c6a6ffe253' '2ff495d271f99c4d0dba89e8ccde7e6b9789a4ea6b55034de9b9217b47e32c03') prepare() { @@ -34,7 +32,6 @@ patch -p1 -i "$srcdir"/build-hostname.patch patch -p1 -i "$srcdir"/no-werror.patch - patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch patch -p1 -i "$srcdir"/rocksdb-make.patch for svcfile in mysqld{,@}.service.in; do @@ -64,7 +61,6 @@ -DINSTALL_DOCDIR=share/doc/percona-server \ -DINSTALL_MANDIR=share/man \ -DINSTALL_PLUGINDIR=lib/perconaserver/plugin \ - -DINSTALL_SCRIPTDIR=bin \ -DINSTALL_INCLUDEDIR=include/perconaserver \ -DINSTALL_SUPPORTFILESDIR=share/mysql \ -DINSTALL_MYSQLSHAREDIR=share/mysql \ @@ -71,12 +67,12 @@ -DINSTALL_STATIC_LIBRARIES=OFF \ -DWITH_ZLIB=system \ -DWITH_LZ4=system \ + -DWITH_ZSTD=system \ -DWITH_SSL=system \ + -DWITH_ICU=system \ -DWITH_LIBWRAP=OFF \ -DWITH_MECAB=OFF \ -DWITH_PAM=ON \ - -DWITH_EMBEDDED_SERVER=ON \ - -DWITH_EMBEDDED_SHARED_LIBRARY=ON \ -DWITH_INNODB_MEMCACHED=ON \ -DWITH_ARCHIVE_STORAGE_ENGINE=ON \ -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \ @@ -94,7 +90,6 @@ -DUSE_CSCOPE=OFF \ -DTOKUDB_BACKUP_PLUGIN_VERSION=$_pkgver \ -DWITH_SYSTEMD=1 \ - -DWITH_SCALABILITY_METRICS=ON \ -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \ -DWITH_BOOST=system \ -DWITH_NUMA=ON \ @@ -113,7 +108,7 @@ done # Conflicting files with mariadb-libs - rm -rf "$pkgdir"/usr/lib/{libmysqld.so*,libmysqlclient{,_r}.so*,perconaserver} + rm -rf "$pkgdir"/usr/lib/{libmysqld.so.*,libmysqlclient{,_r}.so*,perconaserver} install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config install -Dm644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 "$pkgdir"/usr/share/man/man1/perconaserver_config.1 @@ -169,7 +164,7 @@ # provided by libperconaserverclient rm usr/bin/mysql_config - rm usr/lib/lib{mysql,perconaserver}* + rm usr/lib/libperconaserverclient* rm -r usr/include/ rm usr/share/man/man1/mysql_config.1 rm -r usr/share/aclocal usr/lib/pkgconfig Modified: no-werror.patch === --- no-werror.patch 2020-07-25 13:03:06 UTC (rev 665268) +++ no-werror.patch 2020-07-25 13:46:54 UTC (rev 665269) @@ -1,9 +1,9 @@ diff --git a/plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt b/plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt -index b10edec3..fb04ed59 100644 +index 9d2c1dd2..cefa9190 100644 --- a/plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt +++ b/plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt -@@ -13,7 +13,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS - _FILE_OFFSET_BITS=64 +@@ -20,7 +20,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS + _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE) -set(CMAKE_CXX_FLAGS "-Werro
[arch-commits] Commit in github-cli/repos (community-x86_64 community-x86_64/PKGBUILD)
Date: Saturday, July 25, 2020 @ 13:03:06 Author: foxboron Revision: 665268 archrelease: copy trunk to community-x86_64 Added: github-cli/repos/community-x86_64/ github-cli/repos/community-x86_64/PKGBUILD (from rev 665267, github-cli/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 665267, github-cli/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-07-25 13:03:06 UTC (rev 665268) @@ -0,0 +1,45 @@ +# Maintainer: Morten Linderud +# Contributor: Richard Bradfield + +pkgname=github-cli +pkgver=0.11.0 +pkgrel=2 +pkgdesc="The GitHub CLI" +arch=("x86_64") +url="https://github.com/cli/cli"; +license=("MIT") +depends=("glibc") +makedepends=("go") +optdepends=("git: To interact with repositories") +source=("$pkgname-$pkgver.tar.gz::https://github.com/cli/cli/archive/v$pkgver.tar.gz";) +sha256sums=('e2137491f269df179ded7066f641ae7879a40870be53170a0388310e904158b0') + +build() { +cd "cli-$pkgver" + +export CGO_CPPFLAGS="${CPPFLAGS}" +export CGO_CFLAGS="${CFLAGS}" +export CGO_CXXFLAGS="${CXXFLAGS}" +export CGO_LDFLAGS="${LDFLAGS}" +export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" + +make GH_VERSION="v$pkgver" bin/gh manpages +} + +check(){ +cd "cli-$pkgver" +make test +} + +package() { +cd "cli-$pkgver" +install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh" +install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md" + +install -Dm644 -t "$pkgdir/usr/share/man/man1/" share/man/man1/* + +bin/gh completion -s bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/gh" +bin/gh completion -s zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_gh" +bin/gh completion -s fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/gh.fish" +}
[arch-commits] Commit in (github-cli github-cli/repos github-cli/trunk)
Date: Saturday, July 25, 2020 @ 13:02:55 Author: foxboron Revision: 665266 addpkg: github-cli 0.11.0-2 Added: github-cli/ github-cli/repos/ github-cli/trunk/
[arch-commits] Commit in github-cli/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 13:03:00 Author: foxboron Revision: 665267 upgpkg: github-cli 0.11.0-2 Added: github-cli/trunk/PKGBUILD --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Added: PKGBUILD === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 13:03:00 UTC (rev 665267) @@ -0,0 +1,45 @@ +# Maintainer: Morten Linderud +# Contributor: Richard Bradfield + +pkgname=github-cli +pkgver=0.11.0 +pkgrel=2 +pkgdesc="The GitHub CLI" +arch=("x86_64") +url="https://github.com/cli/cli"; +license=("MIT") +depends=("glibc") +makedepends=("go") +optdepends=("git: To interact with repositories") +source=("$pkgname-$pkgver.tar.gz::https://github.com/cli/cli/archive/v$pkgver.tar.gz";) +sha256sums=('e2137491f269df179ded7066f641ae7879a40870be53170a0388310e904158b0') + +build() { +cd "cli-$pkgver" + +export CGO_CPPFLAGS="${CPPFLAGS}" +export CGO_CFLAGS="${CFLAGS}" +export CGO_CXXFLAGS="${CXXFLAGS}" +export CGO_LDFLAGS="${LDFLAGS}" +export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" + +make GH_VERSION="v$pkgver" bin/gh manpages +} + +check(){ +cd "cli-$pkgver" +make test +} + +package() { +cd "cli-$pkgver" +install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh" +install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md" + +install -Dm644 -t "$pkgdir/usr/share/man/man1/" share/man/man1/* + +bin/gh completion -s bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/gh" +bin/gh completion -s zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_gh" +bin/gh completion -s fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/gh.fish" +}
[arch-commits] Commit in harfbuzz/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:27:28 Author: heftig Revision: 392530 archrelease: copy trunk to extra-x86_64 Added: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 392529, harfbuzz/trunk/PKGBUILD) Deleted: harfbuzz/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 132 ++--- 1 file changed, 65 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 11:26:18 UTC (rev 392529) +++ PKGBUILD2020-07-25 11:27:28 UTC (rev 392530) @@ -1,67 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=harfbuzz -pkgname=(harfbuzz harfbuzz-icu) -pkgver=2.6.8 -pkgrel=3 -pkgdesc="OpenType text shaping engine" -url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; -arch=(x86_64) -license=(MIT) -makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc - ragel git python meson) -checkdepends=(python-fonttools python-setuptools) -_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0 # tags/2.6.8^0 -source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd harfbuzz - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd harfbuzz - - # Meson fixes - git cherry-pick -n 53b0a183c7a4 3adcf398a02f -} - -build() { - arch-meson harfbuzz build \ --D graphite=enabled - meson compile -C build -} - -check() { - TMPDIR="$srcdir" meson test -C build --print-errorlogs - rm -rf "$srcdir"/tmp* -} - -package_harfbuzz() { - depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so - libgobject-2.0.so) - provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so) - optdepends=('cairo: hb-view program') - - DESTDIR="$pkgdir" meson install -C build - - # Split harfbuzz-icu - mkdir -p hb-icu/usr/{include/harfbuzz,lib/pkgconfig} - mv -t hb-icu/usr/lib "$pkgdir"/usr/lib/libharfbuzz-icu* - mv -t hb-icu/usr/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc - mv -t hb-icu/usr/include/harfbuzz "$pkgdir"/usr/include/harfbuzz/hb-icu.h - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING -} - -package_harfbuzz-icu() { - pkgdesc="$pkgdesc (ICU integration)" - depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so) - provides=(libharfbuzz-icu.so) - - mv hb-icu/* "$pkgdir" - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING -} Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 392529, harfbuzz/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 11:27:28 UTC (rev 392530) @@ -0,0 +1,65 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=harfbuzz +pkgname=(harfbuzz harfbuzz-icu) +pkgver=2.7.0 +pkgrel=1 +pkgdesc="OpenType text shaping engine" +url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; +arch=(x86_64) +license=(MIT) +makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc + ragel git python meson) +checkdepends=(python-fonttools python-setuptools) +_commit=a01c7a380b9a3351bc7056c816e1340b5374a6f8 # tags/2.7.0^0 +source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd harfbuzz + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd harfbuzz +} + +build() { + arch-meson harfbuzz build \ +-D graphite=enabled + meson compile -C build +} + +check() { + mkdir -p tmp + TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs + rm -r tmp +} + +package_harfbuzz() { + depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so + libgobject-2.0.so) + provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so) + optdepends=('cairo: hb-view program') + + DESTDIR="$pkgdir" meson install -C build + + # Split harfbuzz-icu + mkdir -p hb-icu/usr/{include/harfbuzz,lib/pkgconfig} + mv -t hb-icu/usr/lib "$pkgdir"/usr/lib/libharfbuzz-icu* + mv -t hb-icu/usr/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc + mv -t hb-icu/usr/include/harfbuzz "$pkgdir"/usr/include/harfbuzz/hb-icu.h + + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING +} + +package_harfbuzz-icu() { + pkgdesc="$pkgdesc (ICU integration)" + depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so) + provides=(libharfbuzz-icu.so) + + mv hb-icu/* "$pkgdir" + + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING +}
[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:27:27 Author: heftig Revision: 665265 archrelease: copy trunk to multilib-x86_64 Added: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 665264, lib32-harfbuzz/trunk/PKGBUILD) Deleted: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 142 ++--- 1 file changed, 70 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 11:27:10 UTC (rev 665264) +++ PKGBUILD2020-07-25 11:27:27 UTC (rev 665265) @@ -1,72 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Florian Pritz - -pkgbase=lib32-harfbuzz -pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=2.6.8 -pkgrel=3 -pkgdesc="OpenType text shaping engine (32-bit)" -url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; -arch=(x86_64) -license=(MIT) -makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python - meson harfbuzz) -checkdepends=(python-fonttools python-setuptools) -_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0 # tags/2.6.8^0 -source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd harfbuzz - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd harfbuzz - - # Meson fixes - git cherry-pick -n 53b0a183c7a4 3adcf398a02f -} - -build() { - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" - - arch-meson harfbuzz build \ ---libdir=/usr/lib32 \ --D introspection=disabled \ --D gtk_doc=disabled - meson compile -C build -} - -check() { - TMPDIR="$srcdir" meson test -C build --print-errorlogs - rm -rf "$srcdir"/tmp* -} - -package_lib32-harfbuzz() { - depends=(lib32-glib2 lib32-freetype2 libglib-2.0.so libfreetype.so - libgobject-2.0.so harfbuzz) - provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so) - - DESTDIR="$pkgdir" meson install -C build - rm -rf "${pkgdir}"/usr/{include,share,bin} - - # Split harfbuzz-icu - mkdir -p hb-icu/usr/lib32/pkgconfig - mv -t hb-icu/usr/lib32 "$pkgdir"/usr/lib32/libharfbuzz-icu* - mv -t hb-icu/usr/lib32/pkgconfig "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING -} - -package_lib32-harfbuzz-icu() { - pkgdesc="$pkgdesc (ICU integration)" - depends=("lib32-harfbuzz=$pkgver-$pkgrel" lib32-icu libharfbuzz.so harfbuzz-icu) - provides=(libharfbuzz-icu.so) - - mv hb-icu/* "$pkgdir" - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING -} Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 665264, lib32-harfbuzz/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 11:27:27 UTC (rev 665265) @@ -0,0 +1,70 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Florian Pritz + +pkgbase=lib32-harfbuzz +pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) +pkgver=2.7.0 +pkgrel=1 +pkgdesc="OpenType text shaping engine (32-bit)" +url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; +arch=(x86_64) +license=(MIT) +makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python + meson harfbuzz) +checkdepends=(python-fonttools python-setuptools) +_commit=a01c7a380b9a3351bc7056c816e1340b5374a6f8 # tags/2.7.0^0 +source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd harfbuzz + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd harfbuzz +} + +build() { + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" + + arch-meson harfbuzz build \ +--libdir=/usr/lib32 \ +-D introspection=disabled \ +-D docs=disabled + meson compile -C build +} + +check() { + mkdir -p tmp + TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs + rm -r tmp +} + +package_lib32-harfbuzz() { + depends=(lib32-glib2 lib32-freetype2 libglib-2.0.so libfreetype.so + libgobject-2.0.so harfbuzz) + provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so) + + DESTDIR="$pkgdir" meson install -C build + rm -rf "${pkgdir}"/usr/{include,share,bin} + + # Split harfbuzz-icu + mkdir -p hb-icu/usr/lib32/pkgconfig + mv -t hb-icu/usr/lib32 "$pkgdir"/usr/lib32/libharfbuzz-icu* + mv -t hb-icu/usr/lib32/pkgconfig "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc + + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING +} + +package_lib32-harfbuzz-icu() { + pkgdesc="$pkgdesc (ICU integration)" + depends=("lib32-harfbuzz=$pkgver-$pkgrel" lib32-icu libharfbuzz.so harfbuzz-icu) + provides=(libharfbuzz-icu.so) + + mv hb-icu/* "$pkgdir" + + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING +}
[arch-commits] Commit in lib32-harfbuzz/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:27:10 Author: heftig Revision: 665264 2.7.0-1 Modified: lib32-harfbuzz/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 11:08:40 UTC (rev 665263) +++ PKGBUILD2020-07-25 11:27:10 UTC (rev 665264) @@ -3,8 +3,8 @@ pkgbase=lib32-harfbuzz pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=2.6.8 -pkgrel=3 +pkgver=2.7.0 +pkgrel=1 pkgdesc="OpenType text shaping engine (32-bit)" url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python meson harfbuzz) checkdepends=(python-fonttools python-setuptools) -_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0 # tags/2.6.8^0 +_commit=a01c7a380b9a3351bc7056c816e1340b5374a6f8 # tags/2.7.0^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) sha256sums=('SKIP') @@ -23,9 +23,6 @@ prepare() { cd harfbuzz - - # Meson fixes - git cherry-pick -n 53b0a183c7a4 3adcf398a02f } build() { @@ -36,13 +33,14 @@ arch-meson harfbuzz build \ --libdir=/usr/lib32 \ -D introspection=disabled \ --D gtk_doc=disabled +-D docs=disabled meson compile -C build } check() { - TMPDIR="$srcdir" meson test -C build --print-errorlogs - rm -rf "$srcdir"/tmp* + mkdir -p tmp + TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs + rm -r tmp } package_lib32-harfbuzz() {
[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:26:18 Author: heftig Revision: 392529 drop verbosity Modified: harfbuzz/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 11:11:17 UTC (rev 392528) +++ PKGBUILD2020-07-25 11:26:18 UTC (rev 392529) @@ -34,7 +34,7 @@ check() { mkdir -p tmp TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs - rm -rv tmp + rm -r tmp } package_harfbuzz() {
[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:11:17 Author: heftig Revision: 392528 2.7.0-1 Modified: harfbuzz/trunk/PKGBUILD --+ PKGBUILD | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 10:25:59 UTC (rev 392527) +++ PKGBUILD2020-07-25 11:11:17 UTC (rev 392528) @@ -3,8 +3,8 @@ pkgbase=harfbuzz pkgname=(harfbuzz harfbuzz-icu) -pkgver=2.6.8 -pkgrel=3 +pkgver=2.7.0 +pkgrel=1 pkgdesc="OpenType text shaping engine" url="https://www.freedesktop.org/wiki/Software/HarfBuzz"; arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git python meson) checkdepends=(python-fonttools python-setuptools) -_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0 # tags/2.6.8^0 +_commit=a01c7a380b9a3351bc7056c816e1340b5374a6f8 # tags/2.7.0^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";) sha256sums=('SKIP') @@ -23,9 +23,6 @@ prepare() { cd harfbuzz - - # Meson fixes - git cherry-pick -n 53b0a183c7a4 3adcf398a02f } build() { @@ -35,8 +32,9 @@ } check() { - TMPDIR="$srcdir" meson test -C build --print-errorlogs - rm -rf "$srcdir"/tmp* + mkdir -p tmp + TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs + rm -rv tmp } package_harfbuzz() {
[arch-commits] Commit in open-iscsi/repos (3 files)
Date: Saturday, July 25, 2020 @ 11:08:40 Author: eworm Revision: 665263 archrelease: copy trunk to community-testing-x86_64 Added: open-iscsi/repos/community-testing-x86_64/ open-iscsi/repos/community-testing-x86_64/PKGBUILD (from rev 665262, open-iscsi/trunk/PKGBUILD) open-iscsi/repos/community-testing-x86_64/open-iscsi.install (from rev 665262, open-iscsi/trunk/open-iscsi.install) + PKGBUILD | 40 open-iscsi.install | 12 2 files changed, 52 insertions(+) Copied: open-iscsi/repos/community-testing-x86_64/PKGBUILD (from rev 665262, open-iscsi/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2020-07-25 11:08:40 UTC (rev 665263) @@ -0,0 +1,40 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Stefan Kirrmann + +pkgname=open-iscsi +pkgver=2.1.2 +pkgrel=1 +pkgdesc='iSCSI userland tools' +arch=('x86_64') +url='https://www.open-iscsi.com/' +license=('GPL') +makedepends=('systemd') +depends=('systemd-libs' 'libutil-linux' 'kmod' 'openssl' 'open-isns') +install=$pkgname.install +backup=('etc/iscsi/iscsid.conf' + 'etc/iscsi/initiatorname.iscsi') +options=('docs') +source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz";) +sha256sums=('ba5125b5803aeac7de36b2cd777abc1b63d194983ede8b34fa82de8a5a1aa19c') + +build() { + cd "$srcdir"/${pkgname}-${pkgver} + + make user LIB_DIR=/usr/lib +} + +package() { + cd "$srcdir"/${pkgname}-${pkgver} + + make DESTDIR="$pkgdir" LIB_DIR=/usr/lib install install_systemd + + install -D -m0644 "$srcdir"/${pkgname}-${pkgver}/etc/iscsid.conf "$pkgdir"/etc/iscsi + echo -n > "$pkgdir"/etc/iscsi/initiatorname.iscsi + + # copy docs + mkdir -p "$pkgdir"/usr/share/doc/${pkgname} + install -m0644 Changelog "$pkgdir"/usr/share/doc/${pkgname}/ + install -m0644 README "$pkgdir"/usr/share/doc/${pkgname}/ + + mv "$pkgdir"/sbin "$pkgdir"/usr/bin +} Copied: open-iscsi/repos/community-testing-x86_64/open-iscsi.install (from rev 665262, open-iscsi/trunk/open-iscsi.install) === --- community-testing-x86_64/open-iscsi.install (rev 0) +++ community-testing-x86_64/open-iscsi.install 2020-07-25 11:08:40 UTC (rev 665263) @@ -0,0 +1,12 @@ +post_install() { + if [ -z $(>> Setting Initiatorname '$name'" + echo "InitiatorName=$name" >etc/iscsi/initiatorname.iscsi + fi +} + +post_upgrade() { + post_install +}
[arch-commits] Commit in open-iscsi/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 11:08:33 Author: eworm Revision: 665262 upgpkg: open-iscsi 2.1.2-1: new upstream release Modified: open-iscsi/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 10:51:35 UTC (rev 665261) +++ PKGBUILD2020-07-25 11:08:33 UTC (rev 665262) @@ -2,12 +2,13 @@ # Maintainer: Stefan Kirrmann pkgname=open-iscsi -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='iSCSI userland tools' arch=('x86_64') url='https://www.open-iscsi.com/' license=('GPL') +makedepends=('systemd') depends=('systemd-libs' 'libutil-linux' 'kmod' 'openssl' 'open-isns') install=$pkgname.install backup=('etc/iscsi/iscsid.conf' @@ -14,7 +15,7 @@ 'etc/iscsi/initiatorname.iscsi') options=('docs') source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz";) -sha256sums=('dfc1ea37f230f9d116f5b39c795b35be43002d65c81330ccd3878786532b811b') +sha256sums=('ba5125b5803aeac7de36b2cd777abc1b63d194983ede8b34fa82de8a5a1aa19c') build() { cd "$srcdir"/${pkgname}-${pkgver}
[arch-commits] Commit in coq/trunk (0002-Sphinx-3-support.patch PKGBUILD)
Date: Saturday, July 25, 2020 @ 10:51:25 Author: zorun Revision: 665260 upgpkg: coq 8.12.0-1 Modified: coq/trunk/PKGBUILD Deleted: coq/trunk/0002-Sphinx-3-support.patch -+ 0002-Sphinx-3-support.patch | 46 -- PKGBUILD|9 ++-- 2 files changed, 3 insertions(+), 52 deletions(-) Deleted: 0002-Sphinx-3-support.patch === --- 0002-Sphinx-3-support.patch 2020-07-25 10:16:14 UTC (rev 665259) +++ 0002-Sphinx-3-support.patch 2020-07-25 10:51:25 UTC (rev 665260) @@ -1,46 +0,0 @@ a/doc/tools/coqrst/coqdomain.py -+++ b/doc/tools/coqrst/coqdomain.py -@@ -21,6 +21,7 @@ from itertools import chain - from collections import defaultdict - - from docutils import nodes, utils -+from docutils.nodes import math_block - from docutils.transforms import Transform - from docutils.parsers.rst import Directive, directives - from docutils.parsers.rst.roles import code_role #, set_classes -@@ -34,7 +35,6 @@ from sphinx.util.logging import getLogge - from sphinx.directives import ObjectDescription - from sphinx.domains import Domain, ObjType, Index - from sphinx.domains.std import token_xrefs --from sphinx.ext import mathbase - - from . import coqdoc - from .repl import ansicolors -@@ -74,8 +74,8 @@ def make_target(objtype, targetid): - return "coq:{}.{}".format(objtype, targetid) - - def make_math_node(latex, docname, nowrap): --node = mathbase.displaymath() --node['latex'] = latex -+node = math_block() -+node['text'] = latex - node['label'] = None # Otherwise equations are numbered - node['nowrap'] = nowrap - node['docname'] = docname -@@ -1249,11 +1249,11 @@ def setup(app): - app.connect('doctree-resolved', CoqtopBlocksTransform.merge_consecutive_coqtop_blocks) - - # Add extra styles --app.add_stylesheet("ansi.css") --app.add_stylesheet("coqdoc.css") --app.add_javascript("notations.js") --app.add_stylesheet("notations.css") --app.add_stylesheet("pre-text.css") -+app.add_css_file("ansi.css") -+app.add_css_file("coqdoc.css") -+app.add_js_file("notations.js") -+app.add_css_file("notations.css") -+app.add_css_file("pre-text.css") - - # Tell Sphinx about extra settings - app.add_config_value("report_undocumented_coq_objects", None, 'env') Modified: PKGBUILD === --- PKGBUILD2020-07-25 10:16:14 UTC (rev 665259) +++ PKGBUILD2020-07-25 10:51:25 UTC (rev 665260) @@ -6,7 +6,7 @@ # Contributor: William J. Bowman pkgname=('coq' 'coqide' 'coq-doc') -pkgver=8.11.2 +pkgver=8.12.0 pkgrel=1 pkgdesc='Formal proof management system' arch=('x86_64') @@ -22,9 +22,8 @@ 'fig2dev' 'imagemagick' 'hevea' 'ghostscript' 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-pexpect' 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 'python-antlr4') -source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz"; "0002-Sphinx-3-support.patch") -sha512sums=('f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c' - '1bcbe09593f90c89f27db97a910b934cdb3af566ca14db887f2f720faedc35922e4048ba833abbb96128cfc1c8dc023843f528c53f488fc8bc68eaeb83fd7658') +source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz";) +sha512sums=('8a64624c578ce0ab781fb3b1f162bd8b095735ad891fdad2fb7c40849afbdc7c1360187c6b62a5ef2982566f4c6c78029240c611ae769943a5250af300eb1240') prepare() { gendesk -f -n --pkgname "coqide" \ @@ -31,8 +30,6 @@ --name "CoqIDE Proof Assistant" \ --pkgdesc "Graphical interface for the Coq proof assistant" \ --categories "Development;Science;Math;IDE;GTK" - cd "$srcdir/coq-$pkgver" - patch -p1 -i "$srcdir/0002-Sphinx-3-support.patch" } build() {
[arch-commits] Commit in coq/repos/community-x86_64 (3 files)
Date: Saturday, July 25, 2020 @ 10:51:35 Author: zorun Revision: 665261 archrelease: copy trunk to community-x86_64 Added: coq/repos/community-x86_64/PKGBUILD (from rev 665260, coq/trunk/PKGBUILD) Deleted: coq/repos/community-x86_64/0002-Sphinx-3-support.patch coq/repos/community-x86_64/PKGBUILD -+ 0002-Sphinx-3-support.patch | 46 - PKGBUILD| 195 -- 2 files changed, 96 insertions(+), 145 deletions(-) Deleted: 0002-Sphinx-3-support.patch === --- 0002-Sphinx-3-support.patch 2020-07-25 10:51:25 UTC (rev 665260) +++ 0002-Sphinx-3-support.patch 2020-07-25 10:51:35 UTC (rev 665261) @@ -1,46 +0,0 @@ a/doc/tools/coqrst/coqdomain.py -+++ b/doc/tools/coqrst/coqdomain.py -@@ -21,6 +21,7 @@ from itertools import chain - from collections import defaultdict - - from docutils import nodes, utils -+from docutils.nodes import math_block - from docutils.transforms import Transform - from docutils.parsers.rst import Directive, directives - from docutils.parsers.rst.roles import code_role #, set_classes -@@ -34,7 +35,6 @@ from sphinx.util.logging import getLogge - from sphinx.directives import ObjectDescription - from sphinx.domains import Domain, ObjType, Index - from sphinx.domains.std import token_xrefs --from sphinx.ext import mathbase - - from . import coqdoc - from .repl import ansicolors -@@ -74,8 +74,8 @@ def make_target(objtype, targetid): - return "coq:{}.{}".format(objtype, targetid) - - def make_math_node(latex, docname, nowrap): --node = mathbase.displaymath() --node['latex'] = latex -+node = math_block() -+node['text'] = latex - node['label'] = None # Otherwise equations are numbered - node['nowrap'] = nowrap - node['docname'] = docname -@@ -1249,11 +1249,11 @@ def setup(app): - app.connect('doctree-resolved', CoqtopBlocksTransform.merge_consecutive_coqtop_blocks) - - # Add extra styles --app.add_stylesheet("ansi.css") --app.add_stylesheet("coqdoc.css") --app.add_javascript("notations.js") --app.add_stylesheet("notations.css") --app.add_stylesheet("pre-text.css") -+app.add_css_file("ansi.css") -+app.add_css_file("coqdoc.css") -+app.add_js_file("notations.js") -+app.add_css_file("notations.css") -+app.add_css_file("pre-text.css") - - # Tell Sphinx about extra settings - app.add_config_value("report_undocumented_coq_objects", None, 'env') Deleted: PKGBUILD === --- PKGBUILD2020-07-25 10:51:25 UTC (rev 665260) +++ PKGBUILD2020-07-25 10:51:35 UTC (rev 665261) @@ -1,99 +0,0 @@ -# Maintainer: Baptiste Jonglez -# Contributor: acieroid -# Contributor: spider-mario -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: George Giorgidze -# Contributor: William J. Bowman - -pkgname=('coq' 'coqide' 'coq-doc') -pkgver=8.11.2 -pkgrel=1 -pkgdesc='Formal proof management system' -arch=('x86_64') -url='https://coq.inria.fr/' -license=('GPL') -groups=('coq') -options=('!emptydirs') -depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3') -makedepends=('ocaml-findlib' - 'lablgtk3' 'gendesk' # coqide - 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc - 'texlive-fontsextra' 'texlive-science' - 'fig2dev' 'imagemagick' 'hevea' 'ghostscript' - 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-pexpect' - 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 'python-antlr4') -source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz"; "0002-Sphinx-3-support.patch") -sha512sums=('f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c' - '1bcbe09593f90c89f27db97a910b934cdb3af566ca14db887f2f720faedc35922e4048ba833abbb96128cfc1c8dc023843f528c53f488fc8bc68eaeb83fd7658') - -prepare() { - gendesk -f -n --pkgname "coqide" \ ---name "CoqIDE Proof Assistant" \ ---pkgdesc "Graphical interface for the Coq proof assistant" \ ---categories "Development;Science;Math;IDE;GTK" - cd "$srcdir/coq-$pkgver" - patch -p1 -i "$srcdir/0002-Sphinx-3-support.patch" -} - -build() { - cd "$srcdir/coq-$pkgver" - - ./configure \ --prefix '/usr' \ --mandir '/usr/share/man' \ --configdir '/etc/xdg/coq/' \ --coqide opt \ --with-doc yes - # https://github.com/coq/coq/issues/12332 - SPHINXWARNERROR=0 make world -} - -package_coq() { - depends=('ocaml') - optdepends=('coqide: graphical Coq IDE' - 'coq-doc: offline documentation' - 'coin-or-csdp: for psatz plugin') - # coq-nox was the old name for coq without coqide - replaces=('coq-nox') - conflicts=('coq-nox') - - cd "$srcdir/coq-$pkgver" - - # The second target is needed to insta
[arch-commits] Commit in python-asgiref/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 10:25:54 Author: jelle Revision: 392526 upgpkg: python-asgiref 3.2.10-1 Modified: python-asgiref/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:10:26 UTC (rev 392525) +++ PKGBUILD2020-07-25 10:25:54 UTC (rev 392526) @@ -1,7 +1,7 @@ # Maintainer: Jelle van der Waa pkgname=python-asgiref -pkgver=3.2.7 +pkgver=3.2.10 pkgrel=1 pkgdesc="Reference ASGI adapters and channel layers" arch=(any) @@ -11,7 +11,7 @@ checkdepends=(python-pytest python-pytest-asyncio) depends=('python') source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz";) -sha256sums=('8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5') +sha256sums=('7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a') build() { cd "asgiref-${pkgver}"
[arch-commits] Commit in python-asgiref/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 10:25:59 Author: jelle Revision: 392527 archrelease: copy trunk to extra-any Added: python-asgiref/repos/extra-any/PKGBUILD (from rev 392526, python-asgiref/trunk/PKGBUILD) Deleted: python-asgiref/repos/extra-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 10:25:54 UTC (rev 392526) +++ PKGBUILD2020-07-25 10:25:59 UTC (rev 392527) @@ -1,31 +0,0 @@ -# Maintainer: Jelle van der Waa - -pkgname=python-asgiref -pkgver=3.2.7 -pkgrel=1 -pkgdesc="Reference ASGI adapters and channel layers" -arch=(any) -url="http://github.com/django/asgiref"; -license=('BSD') -makedepends=('python-setuptools') -checkdepends=(python-pytest python-pytest-asyncio) -depends=('python') -source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz";) -sha256sums=('8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5') - -build() { -cd "asgiref-${pkgver}" -python setup.py build -} - -check() { -cd "asgiref-${pkgver}" -PYTHONPATH=. pytest . -} - -package() { -cd "asgiref-${pkgver}" -python setup.py install --root=${pkgdir} --optimize=1 - -install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 392526, python-asgiref/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 10:25:59 UTC (rev 392527) @@ -0,0 +1,31 @@ +# Maintainer: Jelle van der Waa + +pkgname=python-asgiref +pkgver=3.2.10 +pkgrel=1 +pkgdesc="Reference ASGI adapters and channel layers" +arch=(any) +url="http://github.com/django/asgiref"; +license=('BSD') +makedepends=('python-setuptools') +checkdepends=(python-pytest python-pytest-asyncio) +depends=('python') +source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz";) +sha256sums=('7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a') + +build() { +cd "asgiref-${pkgver}" +python setup.py build +} + +check() { +cd "asgiref-${pkgver}" +PYTHONPATH=. pytest . +} + +package() { +cd "asgiref-${pkgver}" +python setup.py install --root=${pkgdir} --optimize=1 + +install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in grafana/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 10:16:05 Author: jelle Revision: 665258 upgpkg: grafana 7.1.1-1 Modified: grafana/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 08:30:21 UTC (rev 665257) +++ PKGBUILD2020-07-25 10:16:05 UTC (rev 665258) @@ -3,7 +3,7 @@ # Contributor: Gilles Hamel pkgname=grafana -pkgver=7.1.0 +pkgver=7.1.1 pkgrel=1 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB' url='https://grafana.com/'
[arch-commits] Commit in grafana/repos/community-x86_64 (10 files)
Date: Saturday, July 25, 2020 @ 10:16:14 Author: jelle Revision: 665259 archrelease: copy trunk to community-x86_64 Added: grafana/repos/community-x86_64/PKGBUILD (from rev 665258, grafana/trunk/PKGBUILD) grafana/repos/community-x86_64/grafana.install (from rev 665258, grafana/trunk/grafana.install) grafana/repos/community-x86_64/grafana.service (from rev 665258, grafana/trunk/grafana.service) grafana/repos/community-x86_64/grafana.sysusers (from rev 665258, grafana/trunk/grafana.sysusers) grafana/repos/community-x86_64/grafana.tmpfiles (from rev 665258, grafana/trunk/grafana.tmpfiles) Deleted: grafana/repos/community-x86_64/PKGBUILD grafana/repos/community-x86_64/grafana.install grafana/repos/community-x86_64/grafana.service grafana/repos/community-x86_64/grafana.sysusers grafana/repos/community-x86_64/grafana.tmpfiles --+ PKGBUILD | 184 ++--- grafana.install | 44 ++-- grafana.service | 46 ++--- grafana.sysusers |2 grafana.tmpfiles |4 - 5 files changed, 140 insertions(+), 140 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 10:16:05 UTC (rev 665258) +++ PKGBUILD2020-07-25 10:16:14 UTC (rev 665259) @@ -1,92 +0,0 @@ -# Maintainer: Sébastien "Seblu" Luttringer -# Contributor: Carsten Feuls -# Contributor: Gilles Hamel - -pkgname=grafana -pkgver=7.1.0 -pkgrel=1 -pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB' -url='https://grafana.com/' -arch=('x86_64') -license=('Apache') -depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts') -makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium') -backup=('etc/grafana.ini') -source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed"; -'grafana.service' -'grafana.sysusers' -'grafana.tmpfiles' - ) -install=$pkgname.install -sha512sums=('SKIP' - '02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850' - '38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4' - 'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab') -validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB" - "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA" - "AA70DF6234FBF96AB9101D09E6D5D452E87026E9" # https://github.com/aknuds1.gpg - "622E7A764E0C94351E061C57F8D44788D50B48DF" # https://github.com/xlson.gpg - "E9EBB044CD6A98482208FE569A774B897EAAB194" # https://github.com/torkelo.gpg - "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A" # https://github.com/marefr.gpg - "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8" # https://github.com/hugohaggmark.gpg - "73B00FD007FF40A7B877F8E1C56C450B04996310" # https://github.com/mckn.gpg - "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB" ) # https://github.com/dprokop.gpg - -prepare() { - cd $pkgname - # apply patch from the source array (should be a pacman feature) - local filename - for filename in "${source[@]}"; do -if [[ "$filename" =~ \.patch$ ]]; then - echo "Applying patch ${filename##*/}" - patch -p1 -N -i "$srcdir/${filename##*/}" -fi - done - # set arch linux paths - sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini - sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' conf/defaults.ini - sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' conf/defaults.ini - sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini -} - -build() { - echo 'GOPATH setup' - export GOPATH="$srcdir/gopath" - export PATH+=":$GOPATH/bin" - mkdir -p "$GOPATH/src/github.com/grafana/" - ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana" - cd "$GOPATH/src/github.com/grafana/grafana" - - echo 'building the backend' - export CGO_LDFLAGS="${LDFLAGS}" - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CFLAGS="${CFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - go run build.go setup - go run build.go build - - echo 'building the frontend' - export NPM_CONFIG_PREFIX="$srcdir/npm" - export PATH+=":$NPM_CONFIG_PREFIX/bin" - npm install -g yarn - yarn install --pure-lockfile --no-progress - npm run build release -} - -package() { - install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf" - install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf" - install -Dm644 grafana.service "$pkgdir/usr/lib/systemd/system/grafana.service" - cd $pkgname - install -Dsm755 bin/linux-amd64/grafana-serve
[arch-commits] Commit in python-pendulum/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 08:30:12 Author: dvzrv Revision: 665256 upgpkg: python-pendulum 2.1.2-1: Upgrade to 2.1.2 Modified: python-pendulum/trunk/PKGBUILD --+ PKGBUILD |9 - 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:28:01 UTC (rev 665255) +++ PKGBUILD2020-07-25 08:30:12 UTC (rev 665256) @@ -2,8 +2,8 @@ _name=pendulum pkgname=python-pendulum -pkgver=2.1.1 -pkgrel=2 +pkgver=2.1.2 +pkgrel=1 pkgdesc="Python datetimes made easy" arch=('any') url="https://pendulum.eustace.io/"; @@ -12,8 +12,8 @@ makedepends=('python-dephell') checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz";) -sha512sums=('031a979a0c3b1135b0fc838929c10fe7e59610b5337b588a0c22b22087dfc267e9b26d44d7f03c99961c974e412cd427cf83c0537341c7af2a462f51e539537d') -b2sums=('60c17cda9c770fbf478a66214efbbc24ea700db0898ce94a97d249ae50b6d170eb3e52703de19a94c40d3459ace8239cf5f29d082dde2ee9f4beb82cd348d28b') +sha512sums=('c367320ade0d10b7eb9c880286176161b925d7df052f7de85ddd169594bbe778776ea74df451f00186df98be3e32b7399c68ca4b40123e2c456206410e3a1ab2') +b2sums=('c95cd131fc95a0d19ef11f180cc42126cb8a6ea3aaf4b3bbedbc5ce4c1b37a6624f2a1be92f1a6fd6b1f14f5d20fa5f32e8230f896ab7a216f02f00e85b98738') prepare() { mv -v "${_name}-$pkgver" "$pkgname-$pkgver" @@ -37,7 +37,6 @@ export PYTHONHASHSEED=0 python setup.py install --skip-build \ --optimize=1 \ ---prefix=/usr \ --root="${pkgdir}" install -vDm 644 {CHANGELOG.md,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}" install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
[arch-commits] Commit in python-pendulum/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 25, 2020 @ 08:30:21 Author: dvzrv Revision: 665257 archrelease: copy trunk to community-any Added: python-pendulum/repos/community-any/PKGBUILD (from rev 665256, python-pendulum/trunk/PKGBUILD) Deleted: python-pendulum/repos/community-any/PKGBUILD --+ PKGBUILD | 87 ++--- 1 file changed, 43 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-25 08:30:12 UTC (rev 665256) +++ PKGBUILD2020-07-25 08:30:21 UTC (rev 665257) @@ -1,44 +0,0 @@ -# Maintainer: David Runge - -_name=pendulum -pkgname=python-pendulum -pkgver=2.1.1 -pkgrel=2 -pkgdesc="Python datetimes made easy" -arch=('any') -url="https://pendulum.eustace.io/"; -license=('MIT') -depends=('python' 'python-dateutil' 'python-pytzdata') -makedepends=('python-dephell') -checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' ) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz";) -sha512sums=('031a979a0c3b1135b0fc838929c10fe7e59610b5337b588a0c22b22087dfc267e9b26d44d7f03c99961c974e412cd427cf83c0537341c7af2a462f51e539537d') -b2sums=('60c17cda9c770fbf478a66214efbbc24ea700db0898ce94a97d249ae50b6d170eb3e52703de19a94c40d3459ace8239cf5f29d082dde2ee9f4beb82cd348d28b') - -prepare() { - mv -v "${_name}-$pkgver" "$pkgname-$pkgver" - cd "$pkgname-$pkgver" - dephell deps convert --from pyproject.toml --to setup.py -} - -build() { - cd "$pkgname-$pkgver" - python setup.py build -} - -check() { - cd "$pkgname-$pkgver" - export PYTHONPATH="build:${PYTHONPATH}" - pytest -v -} - -package() { - cd "$pkgname-$pkgver" - export PYTHONHASHSEED=0 - python setup.py install --skip-build \ ---optimize=1 \ ---prefix=/usr \ ---root="${pkgdir}" - install -vDm 644 {CHANGELOG.md,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}" - install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" -} Copied: python-pendulum/repos/community-any/PKGBUILD (from rev 665256, python-pendulum/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-25 08:30:21 UTC (rev 665257) @@ -0,0 +1,43 @@ +# Maintainer: David Runge + +_name=pendulum +pkgname=python-pendulum +pkgver=2.1.2 +pkgrel=1 +pkgdesc="Python datetimes made easy" +arch=('any') +url="https://pendulum.eustace.io/"; +license=('MIT') +depends=('python' 'python-dateutil' 'python-pytzdata') +makedepends=('python-dephell') +checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' ) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz";) +sha512sums=('c367320ade0d10b7eb9c880286176161b925d7df052f7de85ddd169594bbe778776ea74df451f00186df98be3e32b7399c68ca4b40123e2c456206410e3a1ab2') +b2sums=('c95cd131fc95a0d19ef11f180cc42126cb8a6ea3aaf4b3bbedbc5ce4c1b37a6624f2a1be92f1a6fd6b1f14f5d20fa5f32e8230f896ab7a216f02f00e85b98738') + +prepare() { + mv -v "${_name}-$pkgver" "$pkgname-$pkgver" + cd "$pkgname-$pkgver" + dephell deps convert --from pyproject.toml --to setup.py +} + +build() { + cd "$pkgname-$pkgver" + python setup.py build +} + +check() { + cd "$pkgname-$pkgver" + export PYTHONPATH="build:${PYTHONPATH}" + pytest -v +} + +package() { + cd "$pkgname-$pkgver" + export PYTHONHASHSEED=0 + python setup.py install --skip-build \ +--optimize=1 \ +--root="${pkgdir}" + install -vDm 644 {CHANGELOG.md,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}" + install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" +}
[arch-commits] Commit in performous/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:27:47 Author: arojas Revision: 665254 opencv 4.4 rebuild Modified: performous/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:25:34 UTC (rev 665253) +++ PKGBUILD2020-07-25 07:27:47 UTC (rev 665254) @@ -3,7 +3,7 @@ pkgname=performous pkgver=1.1 -pkgrel=24 +pkgrel=25 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' arch=('x86_64') url="https://performous.org/";
[arch-commits] Commit in performous/repos (7 files)
Date: Saturday, July 25, 2020 @ 07:28:01 Author: arojas Revision: 665255 archrelease: copy trunk to community-staging-x86_64 Added: performous/repos/community-staging-x86_64/ performous/repos/community-staging-x86_64/PKGBUILD (from rev 665254, performous/trunk/PKGBUILD) performous/repos/community-staging-x86_64/boost-1.67.patch (from rev 665254, performous/trunk/boost-1.67.patch) performous/repos/community-staging-x86_64/performous-boost-1.69.patch (from rev 665254, performous/trunk/performous-boost-1.69.patch) performous/repos/community-staging-x86_64/performous-boost-1.70.patch (from rev 665254, performous/trunk/performous-boost-1.70.patch) performous/repos/community-staging-x86_64/performous-libswresample.patch (from rev 665254, performous/trunk/performous-libswresample.patch) performous/repos/community-staging-x86_64/performous-opencv4.patch (from rev 665254, performous/trunk/performous-opencv4.patch) + PKGBUILD | 52 + boost-1.67.patch | 22 ++ performous-boost-1.69.patch| 22 ++ performous-boost-1.70.patch| 10 + performous-libswresample.patch | 380 +++ performous-opencv4.patch | 41 6 files changed, 527 insertions(+) Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 665254, performous/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-25 07:28:01 UTC (rev 665255) @@ -0,0 +1,52 @@ +# Maintainer : Laurent Carlier +# Contributor: Christoph Zeiler + +pkgname=performous +pkgver=1.1 +pkgrel=25 +pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' +arch=('x86_64') +url="https://performous.org/"; +license=('GPL') +depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 'librsvg' 'ffmpeg' 'opencv' 'sdl2') +makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa') +optdepends=('performous-freesongs: free songs for performous') +source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz +boost-1.67.patch +performous-libswresample.patch +performous-opencv4.patch +performous-boost-1.69.patch +performous-boost-1.70.patch) +sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1' + 'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1' + 'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17' + '854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56' + '6e2d619ba55294ad901f84e3d3a30fe08f092521b4e19041ce4eb19dddc3d8021dfd5697947489a8312246c71ff7b544af4562fa4dfc744f9c27c7bc59b8e9bd' + '7a4a11f0150930ea0527067519487629e714bc732eb111c1d4ca9b13cd8d0775182b22f8a96093223f7aab8524f63bdf901886169e6559adcd5e6b6a9b14edb4') + +prepare() { + cd performous-${pkgver} + patch -Np1 -i ../boost-1.67.patch + patch -Np1 -i ../performous-libswresample.patch + patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4 + patch -p1 -i ../performous-boost-1.69.patch # Fix build with boost 1.69 + patch -p1 -i ../performous-boost-1.70.patch # Fix build with boost 1.70 +} + +build() { + cd performous-${pkgver} + + mkdir -p build + cd build + + cmake .. \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_CXX_FLAGS="${CXXFLAGS} -I/usr/include/harfbuzz" # Workaround build failure with pango 1.44 + make +} + +package() { + cd performous-${pkgver}/build + + make DESTDIR="$pkgdir" install +} Copied: performous/repos/community-staging-x86_64/boost-1.67.patch (from rev 665254, performous/trunk/boost-1.67.patch) === --- community-staging-x86_64/boost-1.67.patch (rev 0) +++ community-staging-x86_64/boost-1.67.patch 2020-07-25 07:28:01 UTC (rev 665255) @@ -0,0 +1,22 @@ +Only in performous-1.1: build +diff -upr performous-1.1.orig/game/audio.cc performous-1.1/game/audio.cc +--- performous-1.1.orig/game/audio.cc 2016-01-23 12:40:01.0 +0200 performous-1.1/game/audio.cc 2018-06-03 03:29:35.251425495 +0300 +@@ -77,7 +77,7 @@ class AudioClock { + static ptime getTime() { return microsec_clock::universal_time(); } + // Conversion helpers + static double getSeconds(time_duration t) { return 1e-6 * t.total_microseconds(); } +- static time_duration getDuration(double seconds) { return microseconds(1e6 * seconds); } ++ static time_duration getDuration(double seconds) { retur
[arch-commits] Commit in nomacs/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:25:21 Author: arojas Revision: 665252 opencv 4.4 rebuild Modified: nomacs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:23:05 UTC (rev 665251) +++ PKGBUILD2020-07-25 07:25:21 UTC (rev 665252) @@ -4,7 +4,7 @@ _plugins_pkgver=3.16 pkgname=nomacs pkgver=3.16.224 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="A Qt image viewer" arch=('x86_64')
[arch-commits] Commit in nomacs/repos (2 files)
Date: Saturday, July 25, 2020 @ 07:25:34 Author: arojas Revision: 665253 archrelease: copy trunk to community-staging-x86_64 Added: nomacs/repos/community-staging-x86_64/ nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 665252, nomacs/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 665252, nomacs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-25 07:25:34 UTC (rev 665253) @@ -0,0 +1,46 @@ +# Maintainer: David Runge +# Contributor: speps + +_plugins_pkgver=3.16 +pkgname=nomacs +pkgver=3.16.224 +pkgrel=3 +epoch=1 +pkgdesc="A Qt image viewer" +arch=('x86_64') +url="https://nomacs.org/"; +license=('GPL3') +depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base' +'qt5-svg' 'quazip') +optdepends=('qt5-imageformats: support additional image formats') +makedepends=('cmake' 'qt5-tools') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"; + "${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";) +sha512sums=('7ca8e713eedd71bc3dd3804a9a09ece15badb74949b155ea4da72a0ea129be173c8d0951604a6139d4490525cd420da8635773c11f0d133f666a48dcd9064257' + 'cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747') +b2sums=('4a2dc6ef70b0ae5dc9c9397bd2c88ede0db2bb8660e1907d08b36c4a9cf5a9bd151180aa4b2d6b5f529c1786004a6621eff88fa4bc851d60835e8ba6d6269602' + '2bda4f36d56709653f6696af3404e416fd2d9fe7fa11de9636643c728028018ac769df3e2e519799322c5c42006cdc114d0e6406f9f60294234b07d9fd8d8409') + +prepare() { + cd "${pkgname}-${pkgver}" + # copy plugin sources into place + cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* "ImageLounge/plugins" +} + +build() { + cd "${pkgname}-${pkgver}" + cmake -DCMAKE_INSTALL_PREFIX='/usr' \ +-DCMAKE_BUILD_TYPE='None' \ +-DUSE_SYSTEM_QUAZIP=ON \ +-DENABLE_AVIF=ON \ +-DENABLE_TRANSLATIONS=ON \ +-W no-dev \ +-B build \ +-S ./ImageLounge + make VERBOSE=1 -C build +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install -C build +}
[arch-commits] Commit in auto-multiple-choice/repos (2 files)
Date: Saturday, July 25, 2020 @ 07:23:05 Author: arojas Revision: 665251 archrelease: copy trunk to community-staging-x86_64 Added: auto-multiple-choice/repos/community-staging-x86_64/ auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD (from rev 665250, auto-multiple-choice/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD (from rev 665250, auto-multiple-choice/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-25 07:23:05 UTC (rev 665251) @@ -0,0 +1,44 @@ +# Maintainer: Baptiste Jonglez +# Contributor: Benoit LANDRIEU +# Contributor: Thomas LEGRAND +# Contributor: Alexis Bienvenue +# Contributor: fabmen + +pkgname=auto-multiple-choice +pkgver=1.4.0 +pkgrel=8 +pkgdesc="AMC is a piece of software that can help you creating and managing multiple choice questionnaires (MCQ), with automated marking. Answers sheets are formatted with LaTeX." +arch=('x86_64') +url='https://www.auto-multiple-choice.net/' +license=('GPL2') +depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 'perl-locale-gettext' + 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 'perl-file-mimeinfo' + 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 'perl-locale-codes' + 'ttf-linux-libertine' + 'texlive-core' + 'opencv' 'poppler' 'poppler-glib') +makedepends=('netpbm' 'xorgproto') +source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig}) +sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22' +'SKIP') +validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe + +prepare() { + cd "$srcdir"/$pkgbase-$pkgver + # PERLDIR hack to conform to https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement + # We can't edit Makefile.conf because it triggers a rebuild of precompiled doc targets. + # So just overwrite PERLDIR after Makefile.Conf is included in the main Makefile. + sed -i -e '/^include Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile +} + +build() { + cd "$srcdir"/$pkgbase-$pkgver + make all_precomp \ +GCC_OPENCV="$(pkg-config --cflags opencv4)" \ +GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)" +} + +package() { + cd "$srcdir"/$pkgbase-$pkgver + make DESTDIR="$pkgdir/" install +}
[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:22:57 Author: arojas Revision: 665250 opencv 4.4 rebuild Modified: auto-multiple-choice/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:20:25 UTC (rev 665249) +++ PKGBUILD2020-07-25 07:22:57 UTC (rev 665250) @@ -6,7 +6,7 @@ pkgname=auto-multiple-choice pkgver=1.4.0 -pkgrel=7 +pkgrel=8 pkgdesc="AMC is a piece of software that can help you creating and managing multiple choice questionnaires (MCQ), with automated marking. Answers sheets are formatted with LaTeX." arch=('x86_64') url='https://www.auto-multiple-choice.net/'
[arch-commits] Commit in gmic/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:20:14 Author: arojas Revision: 665248 opencv 4.4 rebuild Modified: gmic/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 06:53:10 UTC (rev 665247) +++ PKGBUILD2020-07-25 07:20:14 UTC (rev 665248) @@ -7,7 +7,7 @@ pkgbase=gmic pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic) pkgver=2.9.1 -pkgrel=2 +pkgrel=3 arch=(x86_64) url="https://gmic.eu/"; license=(custom:CeCILL)
[arch-commits] Commit in gmic/repos (2 files)
Date: Saturday, July 25, 2020 @ 07:20:25 Author: arojas Revision: 665249 archrelease: copy trunk to community-staging-x86_64 Added: gmic/repos/community-staging-x86_64/ gmic/repos/community-staging-x86_64/PKGBUILD (from rev 665248, gmic/trunk/PKGBUILD) --+ PKGBUILD | 106 + 1 file changed, 106 insertions(+) Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 665248, gmic/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-25 07:20:25 UTC (rev 665249) @@ -0,0 +1,106 @@ +# Maintainer: Antonio Rojas +# Contributor: Sergej Pupykin +# Contributor: Jan "heftig" Steffens +# Contributor: farid +# Contributor: Archie + +pkgbase=gmic +pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic) +pkgver=2.9.1 +pkgrel=3 +arch=(x86_64) +url="https://gmic.eu/"; +license=(custom:CeCILL) +makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick qt5-tools digikam) +source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz) +sha256sums=('50c9dd418b8d0e80c703c2e2b179b6049343567483d37d9ff6c642c6ede95d8d') + +build() { + cmake -B build -S gmic-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DENABLE_DYNAMIC_LINKING=ON \ +-DBUILD_LIB_STATIC=OFF + cmake --build build + + export LDFLAGS="$LDFLAGS -L../build" + cmake -B build-qt -S gmic-$pkgver/gmic-qt \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DENABLE_DYNAMIC_LINKING=ON \ +-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \ +-DGMIC_QT_HOST=none + cmake --build build-qt + + cmake -B build-gimp -S gmic-$pkgver/gmic-qt \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DENABLE_DYNAMIC_LINKING=ON \ +-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \ +-DGMIC_QT_HOST=gimp + cmake --build build-gimp + + cmake -B build-krita -S gmic-$pkgver/gmic-qt \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DENABLE_DYNAMIC_LINKING=ON \ +-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \ +-DGMIC_QT_HOST=krita + cmake --build build-krita + + cmake -B build-digikam -S gmic-$pkgver/gmic-qt \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DENABLE_DYNAMIC_LINKING=ON \ +-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \ +-DGMIC_QT_HOST=digikam + cmake --build build-digikam + + mkdir -p build-zart + cd build-zart + unset CXXFLAGS # https://github.com/c-koi/zart/issues/14 + qmake ../gmic-$pkgver/zart \ +GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS" + make +} + +package_gmic() { + pkgdesc="GREYC's Magic Image Converter: image processing framework" + depends=(graphicsmagick opencv fftw) + optdepends=('qt5-base: for the Qt UI') + + DESTDIR="$pkgdir" cmake --install build + install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + DESTDIR="$pkgdir" cmake --install build-qt + + install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t "$pkgdir"/usr/share/gmic +} + +package_zart() { + pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam" + depends=(gmic qt5-base) + + cd build-zart + install -Dm755 zart -t "$pkgdir"/usr/bin + install -Dm644 ../gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t "$pkgdir"/usr/share/licenses/$pkgname +} + +package_gimp-plugin-gmic() { + pkgdesc="Gimp plugin for the G'MIC image processing framework" + depends=(gimp gmic qt5-base) + + DESTDIR="$pkgdir" cmake --install build-gimp + install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_krita-plugin-gmic() { + pkgdesc="Krita plugin for the G'MIC image processing framework" + depends=(krita gmic) + + DESTDIR="$pkgdir" cmake --install build-krita + install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_digikam-plugin-gmic() { + pkgdesc="DigiKam plugin for the G'MIC image processing framework" + depends=(digikam gmic) + + DESTDIR="$pkgdir" cmake --install build-digikam + install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in mlt/repos (3 files)
Date: Saturday, July 25, 2020 @ 07:10:26 Author: arojas Revision: 392525 archrelease: copy trunk to staging-x86_64 Added: mlt/repos/staging-x86_64/ mlt/repos/staging-x86_64/PKGBUILD (from rev 392524, mlt/trunk/PKGBUILD) mlt/repos/staging-x86_64/mlt-opencv4.patch (from rev 392524, mlt/trunk/mlt-opencv4.patch) ---+ PKGBUILD | 76 mlt-opencv4.patch | 27 ++ 2 files changed, 103 insertions(+) Copied: mlt/repos/staging-x86_64/PKGBUILD (from rev 392524, mlt/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2020-07-25 07:10:26 UTC (rev 392525) @@ -0,0 +1,76 @@ +# Maintainer: Antonio Rojas +# Contributor: Sergej Pupykin +# Contributor: Fabian Schoelzel +# Contributor: funkyou +# Contributor: tardo +# Contributor: Stefan Husmann +# Contributor: Gustavo Alvarez + +pkgname=mlt +pkgver=6.20.0 +pkgrel=5 +pkgdesc="An open source multimedia framework" +arch=(x86_64) +url="https://www.mltframework.org"; +license=(GPL) +depends=(libebur128) +optdepends=('sdl_image: SDL1 plugin' +'sdl2: SDL2 plugin' +'libsamplerate: libavresample plugin' +'sox: SOX (Audio Swiss Army Knife) plugin' +'ffmpeg: ffmpeg plugin' +'vid.stab: video stabilize plugin' +'gtk2: Gtk plugin' +'qt5-svg: Qt5 plugins' +'jack: JACK sound output plugin' +'ladspa: LADSPA plugins' +'libexif: auto rotate plugin' +'frei0r-plugins: for additional effects' +'movit: opengl plugin' +'opencv: openCV plugin' +'rubberband: rubberband plugin' +'python: python bindings') +makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg + jack libexif python swig movit eigen opencv gtk2 rubberband) +conflicts=(python-mlt) +provides=(python-mlt) +replaces=(python-mlt) +source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz"; +mlt-opencv4.patch + mlt-qt5.15.patch::"https://github.com/mltframework/mlt/commit/f58b44d7.patch";) +sha256sums=('ab211e27c06c0688f9cbe2d74dc0623624ef75ea4f94eea915cdc313196be2dd' +'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627' +'7bb659b08c776d81bc88a9aff3ed78553df23ea847ba31d7fbf7e0090f1f6dc3') + +prepare() { + cd $pkgname-$pkgver + patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4 + patch -p1 -i ../mlt-qt5.15.patch # Fix build with Qt 5.15 +} + +build() { + cd mlt-$pkgver + + ./configure --prefix=/usr \ + --avformat-swscale \ + --enable-gpl \ +--enable-gpl3 \ +--enable-opencv + make + +# python bindings + cd src/swig/python + ./build +} + +package() { + cd mlt-$pkgver + make DESTDIR="$pkgdir" install + +# Install python bindings + _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"` + cd "$srcdir/mlt-$pkgver/src/swig/python" + mkdir -p "$pkgdir/$_pythonpath" + install -m755 mlt.py "$pkgdir/$_pythonpath" + install -m755 _mlt.so "$pkgdir/$_pythonpath" +} Copied: mlt/repos/staging-x86_64/mlt-opencv4.patch (from rev 392524, mlt/trunk/mlt-opencv4.patch) === --- staging-x86_64/mlt-opencv4.patch(rev 0) +++ staging-x86_64/mlt-opencv4.patch2020-07-25 07:10:26 UTC (rev 392525) @@ -0,0 +1,27 @@ +diff --git a/src/modules/opencv/configure b/src/modules/opencv/configure +index 36851f67..f8084301 100755 +--- a/src/modules/opencv/configure b/src/modules/opencv/configure +@@ -26,18 +26,18 @@ else + exit 0 + fi + +-pkg-config --atleast-version=3.1.0 'opencv' ++pkg-config --atleast-version=3.1.0 'opencv4' + if [ $? -eq 0 ] + then +-result=`pkg-config --libs opencv | grep "opencv_tracking"` ++result=`pkg-config --libs opencv4 | grep "opencv_tracking"` + if [ -z "$result" ] + then + echo "- OpenCV tracking contrib module NOT found, disabling OpenCV modules" + touch ../disable-opencv + exit 0 + else +-echo "CFLAGS += $(pkg-config --cflags opencv)" >> config.mak +-echo "LDFLAGS += $(pkg-config --libs opencv)" >> config.mak ++echo "CFLAGS += $(pkg-config --cflags opencv4)" >> config.mak ++echo "LDFLAGS += $(pkg-config --libs opencv4)" >> config.mak + fi + else + echo "- OpenCV >= 3.1.0 NOT found: disabling"
[arch-commits] Commit in mlt/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:10:18 Author: arojas Revision: 392524 opencv 4.4 rebuild Modified: mlt/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 07:04:11 UTC (rev 392523) +++ PKGBUILD2020-07-25 07:10:18 UTC (rev 392524) @@ -8,7 +8,7 @@ pkgname=mlt pkgver=6.20.0 -pkgrel=4 +pkgrel=5 pkgdesc="An open source multimedia framework" arch=(x86_64) url="https://www.mltframework.org";
[arch-commits] Commit in digikam/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:04:11 Author: arojas Revision: 392523 archrelease: copy trunk to staging-x86_64 Added: digikam/repos/staging-x86_64/ digikam/repos/staging-x86_64/PKGBUILD (from rev 392522, digikam/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: digikam/repos/staging-x86_64/PKGBUILD (from rev 392522, digikam/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2020-07-25 07:04:11 UTC (rev 392523) @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $ +# Maintainer: Ronald van Haren +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino +# Contributor: Tobias Powalowski + +pkgname=digikam +_pkgver=7.0.0 +pkgver=${_pkgver//-/_} # for beta versions +pkgrel=2 +pkgdesc="An advanced digital photo management application" +arch=(x86_64) +license=(GPL) +url="https://www.digikam.org/"; +depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata qtav marble-common threadweaver kcalendarcore + qt5-xmlpatterns imagemagick glu) +makedepends=(extra-cmake-modules doxygen eigen boost kdoctools jasper) +optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional image formats (WEBP, TIFF)' +'jasper: openJPEG support' +'rawtherapee: RAW import' 'darktable: RAW import' +"digikam-plugin-gmic: G'MIC plugin" +'perl: for digitaglinktree') +source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$_pkgver.tar.xz"{,.sig}) +sha256sums=('dc0718e30031e692d7f05367b44e797fed61f12d27063641b6a5cf4d8b26e911' +'SKIP') +validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam project) + +build() { + cmake -B build -S $pkgname-$_pkgver \ +-DBUILD_TESTING=OFF \ +-DENABLE_KFILEMETADATASUPPORT=ON \ +-DENABLE_MEDIAPLAYER=ON \ +-DENABLE_AKONADICONTACTSUPPORT=ON \ +-DENABLE_MYSQLSUPPORT=ON \ +-DENABLE_APPSTYLES=ON \ +-DENABLE_QWEBENGINE=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}
[arch-commits] Commit in digikam/trunk (PKGBUILD)
Date: Saturday, July 25, 2020 @ 07:04:02 Author: arojas Revision: 392522 opencv 4.4 rebuild Modified: digikam/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-25 06:53:37 UTC (rev 392521) +++ PKGBUILD2020-07-25 07:04:02 UTC (rev 392522) @@ -7,7 +7,7 @@ pkgname=digikam _pkgver=7.0.0 pkgver=${_pkgver//-/_} # for beta versions -pkgrel=1 +pkgrel=2 pkgdesc="An advanced digital photo management application" arch=(x86_64) license=(GPL)