[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)
Date: Sunday, September 29, 2019 @ 01:37:35 Author: svenstaro Revision: 512057 upgpkg: telegram-desktop 1.8.9-1 Modified: telegram-desktop/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:32:06 UTC (rev 512056) +++ PKGBUILD2019-09-29 01:37:35 UTC (rev 512057) @@ -1,4 +1,4 @@ -# Maintainer: Sven-Hendrik Haase +# Maintainer: Sven-Hendrik Haase # Contributor: hexchain # Thanks Nicholas Guriev for the patches! @@ -5,7 +5,7 @@ # https://github.com/mymedia2/tdesktop pkgname=telegram-desktop -pkgver=1.8.8 +pkgver=1.8.9 pkgrel=1 pkgdesc='Official Telegram Desktop client' arch=('x86_64') @@ -52,7 +52,7 @@ 'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653' 'a83b80668b2dc2cc77c857069fdb45b487793fda01ad8a63bab66c6a1c71e5d032050e4ec7efb5b4c3216badc5377c856ef1f4a59c2e02b24ee53b1d83124bf3' 'e25dc1c54d6001a7a3740c6cee40a12a2313a3fd2e41986268f0ee5d9d8bf2d34812f539efb0eb5d26d3f263b2e4a7849016711532bf215aa9ff38da30175557' - 'f0d72da52164d36c52abf057e73768d4a1afd414c3ce861c4b300dd0258eff589e628ef61a4a61401cbb6d88bda48e1c5c27899a0986514752157d89175ca904') + '034a850589f35b11943d7a8b91d0c1803c965eb4d03e0320833c21c00b2d744802f9bd72cd31931f2f4b083e1108fe81263d16b96b6f1b083e2c942ffabb85ee') prepare() { cd "$srcdir/tdesktop"
[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (18 files)
Date: Sunday, September 29, 2019 @ 01:37:48 Author: svenstaro Revision: 512058 archrelease: copy trunk to community-x86_64 Added: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 512057, telegram-desktop/trunk/CMakeLists.inj) telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 512057, telegram-desktop/trunk/PKGBUILD) telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch (from rev 512057, telegram-desktop/trunk/Use-system-wide-font.patch) telegram-desktop/repos/community-x86_64/demibold.patch (from rev 512057, telegram-desktop/trunk/demibold.patch) telegram-desktop/repos/community-x86_64/libtgvoip.patch (from rev 512057, telegram-desktop/trunk/libtgvoip.patch) telegram-desktop/repos/community-x86_64/no-gtk2.patch (from rev 512057, telegram-desktop/trunk/no-gtk2.patch) telegram-desktop/repos/community-x86_64/tdesktop.patch (from rev 512057, telegram-desktop/trunk/tdesktop.patch) telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch (from rev 512057, telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch) telegram-desktop/repos/community-x86_64/tg.protocol (from rev 512057, telegram-desktop/trunk/tg.protocol) Deleted: telegram-desktop/repos/community-x86_64/CMakeLists.inj telegram-desktop/repos/community-x86_64/PKGBUILD telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch telegram-desktop/repos/community-x86_64/demibold.patch telegram-desktop/repos/community-x86_64/libtgvoip.patch telegram-desktop/repos/community-x86_64/no-gtk2.patch telegram-desktop/repos/community-x86_64/tdesktop.patch telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch telegram-desktop/repos/community-x86_64/tg.protocol -+ CMakeLists.inj | 38 - PKGBUILD| 264 +++ Use-system-wide-font.patch | 68 - demibold.patch | 54 - libtgvoip.patch | 36 - no-gtk2.patch | 58 - tdesktop.patch | 1064 +++--- tdesktop_lottie_animation_qtdebug.patch | 26 tg.protocol | 22 9 files changed, 812 insertions(+), 818 deletions(-) Deleted: CMakeLists.inj === --- CMakeLists.inj 2019-09-29 01:37:35 UTC (rev 512057) +++ CMakeLists.inj 2019-09-29 01:37:48 UTC (rev 512058) @@ -1,19 +0,0 @@ -# The text will be put into the appropriate CMakeLists by the PKGBUILD - -# Avoid rpath compiler parameter -set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) - -# This makes up for patch of gyp utility, supporting precompiled headers. If -# Telegram/Patches/gyp.diff file will be changed in future, please check these -# lines. -include(../../Telegram/gyp/PrecompiledHeader.cmake) -add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) -add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) -add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) -add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) -add_precompiled_header(lib_mtproto ../../Telegram/SourceFiles/mtproto/mtp_pch.h) - -# You can discover new PCHs using this link: -# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header - -# vim: ft=cmake Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 512057, telegram-desktop/trunk/CMakeLists.inj) === --- CMakeLists.inj (rev 0) +++ CMakeLists.inj 2019-09-29 01:37:48 UTC (rev 512058) @@ -0,0 +1,19 @@ +# The text will be put into the appropriate CMakeLists by the PKGBUILD + +# Avoid rpath compiler parameter +set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) + +# This makes up for patch of gyp utility, supporting precompiled headers. If +# Telegram/Patches/gyp.diff file will be changed in future, please check these +# lines. +include(../../Telegram/gyp/PrecompiledHeader.cmake) +add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) +add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) +add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) +add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) +add_precompiled_header(lib_mtproto ../../Telegram/SourceFiles/mtproto/mtp_pch.h) + +# You can discover new PCHs using this link: +# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header + +# vim: ft=cmake Deleted: PKGBUILD === --- PKGBUILD2019-09-29 01:37:35 UTC (rev 512057) +++
[arch-commits] Commit in python-pyotp/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:32:06 Author: jelle Revision: 512056 remove python2-pyotp Python2 is EOL soon. Modified: python-pyotp/trunk/PKGBUILD --+ PKGBUILD | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:29:20 UTC (rev 512055) +++ PKGBUILD2019-09-28 22:32:06 UTC (rev 512056) @@ -1,8 +1,7 @@ # Maintainer: Levente Polyak # Contributor: ELmoussaoui Bilal -pkgbase=python-pyotp -pkgname=('python-pyotp' 'python2-pyotp') +pkgname=python-pyotp _pkgname=pyotp _gitcommit=041f5d3c65379d7188821caf92436c7f226ec60e pkgver=2.3.0 @@ -11,8 +10,8 @@ url='https://pyotp.readthedocs.io/' arch=('any') license=('MIT') -makedepends=('git' 'python-setuptools' 'python-sphinx' - 'python2-setuptools' 'python2-sphinx') +depends=('python') +makedepends=('git' 'python-setuptools' 'python-sphinx') options=('!makeflags') source=("git+https://github.com/pyotp/pyotp#commit=${_gitcommit}?signed";) sha512sums=('SKIP') @@ -26,7 +25,6 @@ build() { cd ${_pkgname} python setup.py build - python2 setup.py build make -C docs text man } @@ -33,11 +31,9 @@ check() { cd ${_pkgname} python setup.py test - python2 setup.py test } -package_python-pyotp() { - depends=('python') +package() { cd ${_pkgname} python setup.py install --root="${pkgdir}" -O1 --skip-build install -Dm 644 README.rst ./docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}" @@ -46,13 +42,4 @@ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } -package_python2-pyotp() { - depends=('python2') - cd ${_pkgname} - python2 setup.py install --root="${pkgdir}" -O1 --skip-build - install -Dm 644 README.rst ./docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}" - install -Dm 644 ./docs/_build/man/${_pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" - install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" -} - # vim: ts=2 sw=2 et:
[arch-commits] Commit in python-suds/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:29:20 Author: jelle Revision: 512055 remove python2-suds Python2 is EOL soon. Modified: python-suds/trunk/PKGBUILD --+ PKGBUILD | 32 1 file changed, 8 insertions(+), 24 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:25:49 UTC (rev 512054) +++ PKGBUILD2019-09-28 22:29:20 UTC (rev 512055) @@ -1,8 +1,7 @@ # Maintainer: Felix Yan # Contributor: Jonathan Liu -pkgbase=python-suds -pkgname=(python-suds python2-suds) +pkgname=python-suds pkgver=0.6 pkgrel=3 pkgdesc="A lightweight SOAP python client" @@ -9,27 +8,22 @@ arch=('any') url="https://bitbucket.org/jurko/suds"; license=('LGPL') -makedepends=('python-setuptools' 'python2-setuptools') -source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/jurko/suds/get/release-$pkgver.tar.gz";) +depends=('python') +makedepends=('python-setuptools') +source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/jurko/suds/get/release-$pkgver.tar.gz";) sha512sums=('9930c4e023e937e0f5323bcaae7017af6c4462c240d90cb77ec403da6f4f0ac1304013bdc30d9c0f2f778510b0762f9b771333f75e3dfb5a79dc24961a15c9be') prepare() { - mv jurko-suds-* $pkgbase-$pkgver - cp -a $pkgbase-$pkgver{,-py2} + mv jurko-suds-* $pkgname-$pkgver } build() { - cd "$srcdir"/$pkgbase-$pkgver + cd "$srcdir"/$pkgname-$pkgver python setup.py build - - cd "$srcdir"/$pkgbase-$pkgver-py2 - python2 setup.py build } -package_python-suds() { - depends=('python') - - cd $pkgbase-$pkgver +package() { + cd $pkgname-$pkgver python setup.py install --root="$pkgdir" -O1 # https://bugs.archlinux.org/task/57562 local _py3_ver=$(python --version | cut -d " " -f2) @@ -36,14 +30,4 @@ rm -rf "${pkgdir}/usr/lib/python${_py3_ver%"."*}/site-packages/tests" } -package_python2-suds() { - depends=('python2') - - cd $pkgbase-$pkgver-py2 - python2 setup.py install --root="$pkgdir" -O1 - # https://bugs.archlinux.org/task/57562 - local _py2_ver=$(python2 -c "import sys; print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))") - rm -rf "${pkgdir}/usr/lib/python${_py2_ver}/site-packages/tests" -} - # vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-swiftclient/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:25:49 Author: jelle Revision: 512054 python2-swiftclient removal not used by anythig in our repos and EOL! Modified: python-swiftclient/trunk/PKGBUILD --+ PKGBUILD | 34 ++ 1 file changed, 6 insertions(+), 28 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:11:10 UTC (rev 512053) +++ PKGBUILD2019-09-28 22:25:49 UTC (rev 512054) @@ -1,8 +1,7 @@ # Maintainer: Felix Yan # Contributor: Daniel Wallace -pkgbase=python-swiftclient -pkgname=(python-swiftclient python2-swiftclient) +pkgname=python-swiftclient pkgver=3.8.1 pkgrel=1 pkgdesc="An SDK for building applications to work with OpenStack" @@ -9,16 +8,13 @@ arch=('any') url="https://docs.openstack.org/python-swiftclient"; license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python2-futures' - 'python-requests' 'python2-requests') -checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' - 'python-keystoneauth1' 'python2-keystoneauth1') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";) +depends=('python-six' 'python-requests') +makedepends=('python-setuptools' 'python-pbr' 'python-requests' ) +checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";) sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6') prepare() { - cp -a python-swiftclient-$pkgver{,-py2} - export PBR_VERSION=$pkgver } @@ -25,34 +21,16 @@ build() { cd "$srcdir"/python-swiftclient-$pkgver python setup.py build - - cd "$srcdir"/python-swiftclient-$pkgver-py2 - python2 setup.py build } check() { cd "$srcdir"/python-swiftclient-$pkgver stestr run - - cd "$srcdir"/python-swiftclient-$pkgver-py2 - PYTHON=python2 stestr2 run } -package_python-swiftclient() { - depends=('python-six' 'python-requests') - +package() { cd "$srcdir"/python-swiftclient-$pkgver python setup.py install --root="$pkgdir" --optimize=1 } -package_python2-swiftclient() { - depends=('python2-six' 'python2-futures' 'python2-requests') - - cd "$srcdir"/python-swiftclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir"/usr/bin/swift{,2} - mv "$pkgdir"/usr/share/man/man1/swift{,2}.1 -} - # vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-trustme/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:11:10 Author: jelle Revision: 512053 remove python2-trustme Python2 is EOL soon Modified: python-trustme/trunk/PKGBUILD --+ PKGBUILD | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:08:03 UTC (rev 512052) +++ PKGBUILD2019-09-28 22:11:10 UTC (rev 512053) @@ -1,8 +1,7 @@ # Maintainer: Levente Polyak -pkgbase=python-trustme -pkgname=('python-trustme' 'python2-trustme') -_pyname=${pkgbase/python-/} +pkgname=python-trustme +_pyname=${pkgname/python-/} pkgver=0.5.2 pkgrel=1 pkgdesc='Library for fake certificate authority (CA) to generate fake TLS certs' @@ -9,16 +8,15 @@ url='https://trustme.readthedocs.io' arch=('any') license=('MIT') -makedepends=('python' 'python-setuptools' 'python-cryptography' - 'python2' 'python2-setuptools' 'python2-cryptography') +depends=('python' 'python-cryptography') +makedepends=('python' 'python-setuptools' 'python-cryptography') checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity') -source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz) +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz) sha512sums=('f2afc6782daee036565c79aa86b176a734ed9d0bb7248a56c8be87806e54287ac579f26857e241ff4daff3f6a063afa9dbe927e0aa8439a37880fcf065afa526') build() { cd ${_pyname}-${pkgver} python setup.py build - python2 setup.py build } check() { @@ -26,8 +24,7 @@ PYTHONPATH=. py.test } -package_python-trustme() { - depends=('python' 'python-cryptography') +package() { cd ${_pyname}-${pkgver} python setup.py install -O1 --root="${pkgdir}" --skip-build install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}" @@ -34,12 +31,4 @@ install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" } -package_python2-trustme() { - depends=('python2' 'python2-cryptography') - cd ${_pyname}-${pkgver} - python2 setup.py install -O1 --root="${pkgdir}" --skip-build - install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" -} - # vim: ts=2 sw=2 et:
[arch-commits] Commit in python-tweepy/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:08:03 Author: jelle Revision: 512052 remove python2-tweepy Python2 is eol, this modules is not required by anything. Modified: python-tweepy/trunk/PKGBUILD --+ PKGBUILD | 20 1 file changed, 4 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 22:03:47 UTC (rev 512051) +++ PKGBUILD2019-09-28 22:08:03 UTC (rev 512052) @@ -1,7 +1,6 @@ # Maintainer: Levente Polyak -pkgbase=python-tweepy -pkgname=('python-tweepy' 'python2-tweepy') +pkgname=python-tweepy _pypiname=tweepy pkgver=3.8.0 pkgrel=1 @@ -9,10 +8,9 @@ url='https://www.tweepy.org/' arch=('any') license=('MIT') +depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 'python-pysocks') makedepends=('python-setuptools' 'python-pip' 'python-requests' 'python-requests-oauthlib' - 'python-six' 'python-pysocks' - 'python2-setuptools' 'python2-pip' 'python2-requests' 'python2-requests-oauthlib' - 'python2-six' 'python2-pysocks') + 'python-six' 'python-pysocks') source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz) sha256sums=('a71d2bb42ece75222fb34d8c1b7a23db70c276206ba5e38b467a02513da4d0c4') sha512sums=('ac0dd20db9bfc2e5ae8f0fbac77052c3636bb3035ed3f0c144e15834765f4feff989f5431dbcd54e934223b2a3256d70446ef94d9274468a2e59e2fea71690c9') @@ -20,11 +18,9 @@ build() { cd ${_pypiname}-${pkgver} python setup.py build - python2 setup.py build } -package_python-tweepy() { - depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 'python-pysocks') +package() { cd ${_pypiname}-${pkgver} python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" @@ -31,12 +27,4 @@ install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples" } -package_python2-tweepy() { - depends=('python2' 'python2-requests' 'python2-requests-oauthlib' 'python2-six' 'python2-pysocks') - cd ${_pypiname}-${pkgver} - python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build - install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples" -} - # vim: ts=2 sw=2 et:
[arch-commits] Commit in python-stopit/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 22:03:47 Author: jelle Revision: 512051 remove python2-stopit module Python2 will be EOL soon and nothing in the repository requires this module. Modified: python-stopit/trunk/PKGBUILD --+ PKGBUILD | 23 --- 1 file changed, 4 insertions(+), 19 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:52:57 UTC (rev 512050) +++ PKGBUILD2019-09-28 22:03:47 UTC (rev 512051) @@ -1,7 +1,6 @@ # Maintainer: Levente Polyak -pkgbase=python-stopit -pkgname=('python-stopit' 'python2-stopit') +pkgname=python-stopit _pyname=stopit pkgver=1.1.2 pkgrel=2 @@ -9,9 +8,8 @@ url='https://github.com/glenfant/stopit' arch=('any') license=('GPL3') -makedepends=('python' 'python-setuptools' - 'python2' 'python2-setuptools') -source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/glenfant/${_pyname}/archive/${pkgver}.tar.gz) +makedepends=('python' 'python-setuptools') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/glenfant/${_pyname}/archive/${pkgver}.tar.gz) sha512sums=('4b1771a357f35a82128e92d7e91fa3e788271a3d6f1e08bacee69546c7c2fa857104394d8617259235c413b7f1706ccd4ff9ed480af5e1faef1149d1c1e0a0e0') prepare() { @@ -22,9 +20,6 @@ (cd ${_pyname}-${pkgver} python setup.py build ) - (cd ${_pyname}-${pkgver}-py2 -python2 setup.py build - ) } check() { @@ -31,12 +26,9 @@ (cd ${_pyname}-${pkgver} python setup.py test ) - (cd ${_pyname}-${pkgver}-py2 -python2 setup.py test - ) } -package_python-stopit() { +package() { depends=('python') cd ${_pyname}-${pkgver} python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build @@ -43,11 +35,4 @@ install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" } -package_python2-stopit() { - depends=('python2') - cd ${_pyname}-${pkgver}-py2 - python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build - install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" -} - # vim: ts=2 sw=2 et:
[arch-commits] Commit in smartmontools/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:57:53 Author: eworm Revision: 363525 fix unquoted variables Modified: smartmontools/trunk/PKGBUILD --+ PKGBUILD | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:57:34 UTC (rev 363524) +++ PKGBUILD2019-09-28 21:57:53 UTC (rev 363525) @@ -25,13 +25,13 @@ cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ - --sbindir=/usr/bin \ - --sysconfdir=/etc \ - --with-drivedbdir \ - --with-libcap-ng=yes \ - --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --with-smartdscriptdir=/usr/share/smartmontools \ - --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d +--sbindir=/usr/bin \ +--sysconfdir=/etc \ +--with-drivedbdir \ +--with-libcap-ng=yes \ +--with-systemdsystemunitdir=/usr/lib/systemd/system \ +--with-smartdscriptdir=/usr/share/smartmontools \ +--with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d make } @@ -44,6 +44,6 @@ make DESTDIR="${pkgdir}" install - rm -rf ${pkgdir}/etc/rc.d - install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd" + rm -rf "${pkgdir}"/etc/rc.d + install -Dm644 "${srcdir}"/smartd.conf "${pkgdir}/etc/conf.d/smartd" }
[arch-commits] Commit in gyp/repos/extra-any (4 files)
Date: Saturday, September 28, 2019 @ 21:57:34 Author: heftig Revision: 363524 archrelease: copy trunk to extra-any Added: gyp/repos/extra-any/PKGBUILD (from rev 363523, gyp/trunk/PKGBUILD) gyp/repos/extra-any/gyp-fix-cmake.patch (from rev 363523, gyp/trunk/gyp-fix-cmake.patch) gyp/repos/extra-any/gyp-python38.patch (from rev 363523, gyp/trunk/gyp-python38.patch) Deleted: gyp/repos/extra-any/PKGBUILD -+ PKGBUILD| 75 -- gyp-fix-cmake.patch | 33 ++ gyp-python38.patch | 63 ++ 3 files changed, 139 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 21:57:25 UTC (rev 363523) +++ PKGBUILD2019-09-28 21:57:34 UTC (rev 363524) @@ -1,32 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=gyp -pkgver=20190716.fcd686f1 -pkgrel=1 -pkgdesc='"Generate Your Projects" Meta-Build system' -arch=(any) -url="https://gyp.gsrc.io/"; -license=(custom:BSD) -depends=(python-setuptools ninja) -makedepends=(git) -_commit=fcd686f1880fa52a1ee78d3e98af1b88cb334528 # changes/82/1701782/5 -source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - - # Commit date + short rev - echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD).$(git rev-parse --short HEAD) -} - -build() { - cd $pkgname - python setup.py build -} - -package() { - cd $pkgname - python setup.py install --root="$pkgdir" --optimize=1 --skip-build - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE -} Copied: gyp/repos/extra-any/PKGBUILD (from rev 363523, gyp/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 21:57:34 UTC (rev 363524) @@ -0,0 +1,43 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gyp +pkgver=20190716.fcd686f1 +pkgrel=2 +pkgdesc='"Generate Your Projects" Meta-Build system' +arch=(any) +url="https://gyp.gsrc.io/"; +license=(custom:BSD) +depends=(python-setuptools ninja) +makedepends=(git) +_commit=fcd686f1880fa52a1ee78d3e98af1b88cb334528 # changes/82/1701782/5 +source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit"; +gyp-fix-cmake.patch gyp-python38.patch) +sha256sums=('SKIP' +'8610250f946ee070c5182cc87cd23cdd9f66a47ec57a98049bb2aaae4a1e09e6' +'6580f0f02f430f1ba4aa7e8e2d32203dcb3d6f07f1de5287d0fb33ab2ed1cc30') + +pkgver() { + cd $pkgname + + # Commit date + short rev + echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD).$(git rev-parse --short HEAD) +} + +prepare() { + cd $pkgname + + # Python 3 fixes from Fedora + patch -Np1 -i ../gyp-fix-cmake.patch + patch -Np1 -i ../gyp-python38.patch +} + +build() { + cd $pkgname + python setup.py build +} + +package() { + cd $pkgname + python setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE +} Copied: gyp/repos/extra-any/gyp-fix-cmake.patch (from rev 363523, gyp/trunk/gyp-fix-cmake.patch) === --- gyp-fix-cmake.patch (rev 0) +++ gyp-fix-cmake.patch 2019-09-28 21:57:34 UTC (rev 363524) @@ -0,0 +1,33 @@ +--- a/pylib/gyp/generator/cmake.py b/pylib/gyp/generator/cmake.py +@@ -40,9 +40,9 @@ + + try: + # maketrans moved to str in python3. ++ _maketrans = str.maketrans ++except AttributeError: + _maketrans = string.maketrans +-except NameError: +- _maketrans = str.maketrans + + generator_default_variables = { + 'EXECUTABLE_PREFIX': '', +@@ -281,7 +281,7 @@ + dirs = set(dir for dir in (os.path.dirname(o) for o in outputs) if dir) + + if int(action.get('process_outputs_as_sources', False)): +- extra_sources.extend(zip(cmake_outputs, outputs)) ++ extra_sources.extend(list(zip(cmake_outputs, outputs))) + + # add_custom_command + output.write('add_custom_command(OUTPUT ') +@@ -987,7 +987,7 @@ + + # XCode settings + xcode_settings = config.get('xcode_settings', {}) +-for xcode_setting, xcode_value in xcode_settings.viewitems(): ++for xcode_setting, xcode_value in xcode_settings.items(): + SetTargetProperty(output, cmake_target_name, + "XCODE_ATTRIBUTE_%s" % xcode_setting, xcode_value, + '' if isinstance(xcode_value, str) else ' ') + Copied: gyp/repos/extra-any/gyp-python38.patch (from rev 363523, gyp/trunk/gyp-python38.patch) === --- gyp-python38.patch (rev 0) +++ gyp-python38.patch 2019-09-28 21:57:34 UTC (rev 363524) @@ -0,0 +1,63 @@ +commit 7b0a3fd85beb67c990da3fb
[arch-commits] Commit in gyp/trunk (PKGBUILD gyp-fix-cmake.patch gyp-python38.patch)
Date: Saturday, September 28, 2019 @ 21:57:25 Author: heftig Revision: 363523 20190716.fcd686f1-2 Added: gyp/trunk/gyp-fix-cmake.patch gyp/trunk/gyp-python38.patch Modified: gyp/trunk/PKGBUILD -+ PKGBUILD| 17 +++-- gyp-fix-cmake.patch | 33 ++ gyp-python38.patch | 63 ++ 3 files changed, 110 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:56:34 UTC (rev 363522) +++ PKGBUILD2019-09-28 21:57:25 UTC (rev 363523) @@ -2,7 +2,7 @@ pkgname=gyp pkgver=20190716.fcd686f1 -pkgrel=1 +pkgrel=2 pkgdesc='"Generate Your Projects" Meta-Build system' arch=(any) url="https://gyp.gsrc.io/"; @@ -10,8 +10,11 @@ depends=(python-setuptools ninja) makedepends=(git) _commit=fcd686f1880fa52a1ee78d3e98af1b88cb334528 # changes/82/1701782/5 -source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit";) -sha256sums=('SKIP') +source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit"; +gyp-fix-cmake.patch gyp-python38.patch) +sha256sums=('SKIP' +'8610250f946ee070c5182cc87cd23cdd9f66a47ec57a98049bb2aaae4a1e09e6' +'6580f0f02f430f1ba4aa7e8e2d32203dcb3d6f07f1de5287d0fb33ab2ed1cc30') pkgver() { cd $pkgname @@ -20,6 +23,14 @@ echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD).$(git rev-parse --short HEAD) } +prepare() { + cd $pkgname + + # Python 3 fixes from Fedora + patch -Np1 -i ../gyp-fix-cmake.patch + patch -Np1 -i ../gyp-python38.patch +} + build() { cd $pkgname python setup.py build Added: gyp-fix-cmake.patch === --- gyp-fix-cmake.patch (rev 0) +++ gyp-fix-cmake.patch 2019-09-28 21:57:25 UTC (rev 363523) @@ -0,0 +1,33 @@ +--- a/pylib/gyp/generator/cmake.py b/pylib/gyp/generator/cmake.py +@@ -40,9 +40,9 @@ + + try: + # maketrans moved to str in python3. ++ _maketrans = str.maketrans ++except AttributeError: + _maketrans = string.maketrans +-except NameError: +- _maketrans = str.maketrans + + generator_default_variables = { + 'EXECUTABLE_PREFIX': '', +@@ -281,7 +281,7 @@ + dirs = set(dir for dir in (os.path.dirname(o) for o in outputs) if dir) + + if int(action.get('process_outputs_as_sources', False)): +- extra_sources.extend(zip(cmake_outputs, outputs)) ++ extra_sources.extend(list(zip(cmake_outputs, outputs))) + + # add_custom_command + output.write('add_custom_command(OUTPUT ') +@@ -987,7 +987,7 @@ + + # XCode settings + xcode_settings = config.get('xcode_settings', {}) +-for xcode_setting, xcode_value in xcode_settings.viewitems(): ++for xcode_setting, xcode_value in xcode_settings.items(): + SetTargetProperty(output, cmake_target_name, + "XCODE_ATTRIBUTE_%s" % xcode_setting, xcode_value, + '' if isinstance(xcode_value, str) else ' ') + Added: gyp-python38.patch === --- gyp-python38.patch (rev 0) +++ gyp-python38.patch 2019-09-28 21:57:25 UTC (rev 363523) @@ -0,0 +1,63 @@ +commit 7b0a3fd85beb67c990da3fb1b690444a27a6ee42 +Author: Tom Hughes +Date: Fri Aug 23 09:33:14 2019 +0100 + +Fix python 3.8 warnings + +diff --git a/pylib/gyp/input.py b/pylib/gyp/input.py +index 42c279cf..013231dc 100644 +--- a/pylib/gyp/input.py b/pylib/gyp/input.py +@@ -1181,7 +1181,7 @@ def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): + if variable_name in variables: + # If the variable is already set, don't set it. + continue +- if the_dict_key is 'variables' and variable_name in the_dict: ++ if the_dict_key == 'variables' and variable_name in the_dict: + # If the variable is set without a % in the_dict, and the_dict is a + # variables dict (making |variables| a varaibles sub-dict of a + # variables dict), use the_dict's definition. +diff --git a/test/lib/TestCmd.py b/test/lib/TestCmd.py +index 1ec50933..457694c8 100644 +--- a/test/lib/TestCmd.py b/test/lib/TestCmd.py +@@ -283,7 +283,7 @@ if os.name in ('posix', 'nt'): + else: + tempfile.template = 'testcmd.' + +-re_space = re.compile('\s') ++re_space = re.compile(r'\s') + + _Cleanup = [] + +@@ -882,7 +882,7 @@ class TestCmd(object): + #self.diff_function = difflib.unified_diff + self._dirlist = [] + self._preserve = {'pass_test': 0, 'fail_test': 0, 'no_result': 0} +-if 'PRESERVE' in os.environ and os.environ['PRESERVE'] is not '': ++if 'PRESERVE' in os.environ and os.environ['PRESERVE'] != '': + self._preserve['pass_test'] = os.environ['PRESERVE'] + self._preserve['fail_test'] = os.environ['PR
[arch-commits] Commit in gpart/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:56:34 Author: eworm Revision: 363522 fix unquoted variables Modified: gpart/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:56:01 UTC (rev 363521) +++ PKGBUILD2019-09-28 21:56:34 UTC (rev 363522) @@ -23,5 +23,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install + make prefix="${pkgdir}"/usr sbindir="${pkgdir}"/usr/bin install }
[arch-commits] Commit in git/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:56:01 Author: eworm Revision: 363521 fix unquoted variables Modified: git/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:54:36 UTC (rev 363520) +++ PKGBUILD2019-09-28 21:56:01 UTC (rev 363521) @@ -120,7 +120,7 @@ make -C contrib/mw-to-git "${_make_paths[@]}" DESTDIR="$pkgdir" install # the rest of the contrib stuff find contrib/ -name '.gitignore' -delete - cp -a ./contrib/* $pkgdir/usr/share/git/ + cp -a ./contrib/* "$pkgdir"/usr/share/git/ # scripts are for python 2.x sed -i 's|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' \
[arch-commits] Commit in libidn/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:54:36 Author: eworm Revision: 363520 fix unquoted variables Modified: libidn/trunk/PKGBUILD --+ PKGBUILD | 20 1 file changed, 12 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:44:45 UTC (rev 363519) +++ PKGBUILD2019-09-28 21:54:36 UTC (rev 363520) @@ -10,7 +10,7 @@ arch=('x86_64') license=('GPL3' 'LGPL') depends=('glibc') -source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) +source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen sha256sums=('f11af1005b46b7b15d057d7f107315a1ad46935c7fcdf243c16e46ec14f0fe1e' @@ -17,20 +17,24 @@ 'SKIP') build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr + cd "${pkgname}-${pkgver}" + + ./configure \ +--prefix=/usr make } check() { - cd ${pkgname}-${pkgver} + cd "${pkgname}-${pkgver}" + make check } package() { - cd ${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install # doc html installation - gtk-doc isn't supported anymore - FS#55151 - mkdir -p ${pkgdir}/usr/share/gtk-doc/html/${pkgname} - cp -r -v doc/reference/html/* ${pkgdir}/usr/share/gtk-doc/html/${pkgname} + mkdir -p "${pkgdir}/usr/share/gtk-doc/html/${pkgname}" + cp -r -v doc/reference/html/* "${pkgdir}/usr/share/gtk-doc/html/${pkgname}" }
[arch-commits] Commit in yubikey-personalization-gui/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:52:57 Author: eworm Revision: 512050 fix unquoted variables Modified: yubikey-personalization-gui/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:52:20 UTC (rev 512049) +++ PKGBUILD2019-09-28 21:52:57 UTC (rev 512050) @@ -42,8 +42,8 @@ # set modify/create for reproducible builds convert -scale ${SIZE} +set date:create +set date:modify \ resources/lin/yubikey-personalization-gui.png \ - ${srcdir}/yubikey-personalization-gui.png - install -D -m0644 ${srcdir}/yubikey-personalization-gui.png "${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/yubikey-personalization-gui.png" + "${srcdir}"/yubikey-personalization-gui.png + install -D -m0644 "${srcdir}"/yubikey-personalization-gui.png "${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/yubikey-personalization-gui.png" done install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubikey-personalization-gui/COPYING"
[arch-commits] Commit in xcursor-comix/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:52:20 Author: eworm Revision: 512049 fix unquoted variables Modified: xcursor-comix/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:51:20 UTC (rev 512048) +++ PKGBUILD2019-09-28 21:52:20 UTC (rev 512049) @@ -14,7 +14,7 @@ sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648') package() { - mkdir -p ${pkgdir}/usr/share/icons - cp -R ${srcdir}/ComixCursors-[A-Z]* ${pkgdir}/usr/share/icons/ + mkdir -p "${pkgdir}"/usr/share/icons + cp -R "${srcdir}"/ComixCursors-[A-Z]* "${pkgdir}"/usr/share/icons/ }
[arch-commits] Commit in xcur2png/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:51:20 Author: eworm Revision: 512048 fix unquoted variables Modified: xcur2png/trunk/PKGBUILD --+ PKGBUILD | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:50:25 UTC (rev 512047) +++ PKGBUILD2019-09-28 21:51:20 UTC (rev 512048) @@ -13,13 +13,16 @@ sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ +--prefix=/usr + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in xalan-c/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:50:25 Author: eworm Revision: 512047 fix unquoted variables Modified: xalan-c/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:49:18 UTC (rev 512046) +++ PKGBUILD2019-09-28 21:50:25 UTC (rev 512047) @@ -16,15 +16,14 @@ 'SKIP') build() { - export XALANCROOT=${srcdir}/$pkgname-$pkgver/c - cd $pkgname-$pkgver/c + export XALANCROOT="${srcdir}/$pkgname-$pkgver/c" + cd "$pkgname-$pkgver/c" ./runConfigure -p linux -c gcc -x g++ -P/usr -# ./configure --prefix=/usr make -j1 } package() { - cd $pkgname-$pkgver/c + cd "$pkgname-$pkgver/c" make DESTDIR="$pkgdir" install }
[arch-commits] Commit in tmate/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:49:18 Author: eworm Revision: 512046 fix unquoted variables Modified: tmate/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:48:28 UTC (rev 512045) +++ PKGBUILD2019-09-28 21:49:18 UTC (rev 512046) @@ -15,17 +15,18 @@ sha256sums=('f837514edbc19180d06b27713628466e68aba91654d748d6e65bfad308f5b00a') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./autogen.sh - ./configure --prefix=/usr + ./configure \ +--prefix=/usr make } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install - install -D -m0644 COPYING ${pkgdir}/usr/share/licenses/tmate/COPYING + install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/tmate/COPYING }
[arch-commits] Commit in librecad/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:48:28 Author: eworm Revision: 512045 fix unquoted variables Modified: librecad/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:47:14 UTC (rev 512044) +++ PKGBUILD2019-09-28 21:48:28 UTC (rev 512045) @@ -63,8 +63,8 @@ # set modify/create for reproducible builds convert -scale ${SIZE} +set date:create +set date:modify \ desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg \ - ${srcdir}/librecad.png - install -D -m0644 ${srcdir}/librecad.png "${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png" + "${srcdir}"/librecad.png + install -D -m0644 "${srcdir}"/librecad.png "${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png" done install -D -m0644 desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg"
[arch-commits] Commit in libiodbc/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:47:14 Author: eworm Revision: 512044 fix unquoted variables Modified: libiodbc/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:45:48 UTC (rev 512043) +++ PKGBUILD2019-09-28 21:47:14 UTC (rev 512044) @@ -16,10 +16,11 @@ sha256sums=('4bf67fc6d4d237a4db19b292b5dd255ee09a0b2daa4e4058cf3a918bc5102135') build() { - cd iODBC-${pkgver} + cd "iODBC-${pkgver}" ./autogen.sh - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --disable-static \ --includedir=/usr/include/libiodbc \ --disable-gui \ @@ -28,10 +29,10 @@ } package() { - cd iODBC-${pkgver} + cd "iODBC-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install - chrpath -d ${pkgdir}/usr/bin/iodbctest{,w} - rm -rf ${pkgdir}/usr/share/libiodbc/ + chrpath -d "${pkgdir}"/usr/bin/iodbctest{,w} + rm -rf "${pkgdir}"/usr/share/libiodbc/ }
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:45:48 Author: eworm Revision: 512043 fix unquoted variables Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:43:32 UTC (rev 512042) +++ PKGBUILD2019-09-28 21:45:48 UTC (rev 512043) @@ -17,7 +17,7 @@ 'SKIP') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make @@ -24,8 +24,8 @@ } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in easy-rsa/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:44:45 Author: eworm Revision: 363519 fix unquoted variables Modified: easy-rsa/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:36:16 UTC (rev 363518) +++ PKGBUILD2019-09-28 21:44:45 UTC (rev 363519) @@ -39,9 +39,9 @@ install -d -m0755 "${pkgdir}"/etc/easy-rsa/x509-types/ install -m0644 x509-types/* "${pkgdir}"/etc/easy-rsa/x509-types/ - install -d -m0755 ${pkgdir}/usr/share/doc/easy-rsa/ - install -m0644 doc/* ChangeLog ${pkgdir}/usr/share/doc/easy-rsa/ + install -d -m0755 "${pkgdir}"/usr/share/doc/easy-rsa/ + install -m0644 doc/* ChangeLog "${pkgdir}"/usr/share/doc/easy-rsa/ - install -D -m0644 COPYING.md ${pkgdir}/usr/share/licenses/easy-rsa/COPYING + install -D -m0644 COPYING.md "${pkgdir}"/usr/share/licenses/easy-rsa/COPYING }
[arch-commits] Commit in ccid/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:43:32 Author: eworm Revision: 512042 fix unquoted variables Modified: ccid/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:37:54 UTC (rev 512041) +++ PKGBUILD2019-09-28 21:43:32 UTC (rev 512042) @@ -33,7 +33,7 @@ make DESTDIR="${pkgdir}" install # move the configuration file in /etc and create a symbolic link mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" "${pkgdir}/etc/libccid_Info.plist" - ln -s /etc/libccid_Info.plist ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist + ln -s /etc/libccid_Info.plist "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" install -Dm644 src/92_pcscd_ccid.rules "${pkgdir}/usr/lib/udev/rules.d/92_pcscd_ccid.rules" }
[arch-commits] Commit in entr/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:37:54 Author: ffy00 Revision: 512041 archrelease: copy trunk to community-x86_64 Added: entr/repos/community-x86_64/PKGBUILD (from rev 512040, entr/trunk/PKGBUILD) Deleted: entr/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 21:37:22 UTC (rev 512040) +++ PKGBUILD2019-09-28 21:37:54 UTC (rev 512041) @@ -1,36 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) - -pkgname=entr -pkgver=4.2 -pkgrel=1 -pkgdesc='Run arbitrary commands when files change' -arch=('x86_64') -url='http://entrproject.org' -license=('MIT') -makedepends=('mercurial') -source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver";) -sha512sums=('SKIP') - -build() { - cd "$srcdir"/$pkgname - - export PREFIX='/usr' - - ./configure - - make -} - -check() { - cd "$srcdir"/$pkgname - - make test -} - -package() { - cd "$srcdir"/$pkgname - - make DESTDIR="$pkgdir" install - - install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: entr/repos/community-x86_64/PKGBUILD (from rev 512040, entr/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 21:37:54 UTC (rev 512041) @@ -0,0 +1,36 @@ +# Maintainer: Filipe Laíns (FFY00) + +pkgname=entr +pkgver=4.3 +pkgrel=1 +pkgdesc='Run arbitrary commands when files change' +arch=('x86_64') +url='http://eradman.com/entrproject' +license=('MIT') +source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc}) +sha512sums=('f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902' +'SKIP') + +build() { + cd $pkgname-$pkgver + + export PREFIX='/usr' + + ./configure + + make +} + +check() { + cd $pkgname-$pkgver + + make test +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="$pkgdir" install + + install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in entr/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:37:22 Author: ffy00 Revision: 512040 upgpkg: entr 4.3-1 Modified: entr/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 20:48:38 UTC (rev 512039) +++ PKGBUILD2019-09-28 21:37:22 UTC (rev 512040) @@ -1,18 +1,18 @@ # Maintainer: Filipe Laíns (FFY00) pkgname=entr -pkgver=4.2 +pkgver=4.3 pkgrel=1 pkgdesc='Run arbitrary commands when files change' arch=('x86_64') -url='http://entrproject.org' +url='http://eradman.com/entrproject' license=('MIT') -makedepends=('mercurial') -source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver";) -sha512sums=('SKIP') +source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc}) +sha512sums=('f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902' +'SKIP') build() { - cd "$srcdir"/$pkgname + cd $pkgname-$pkgver export PREFIX='/usr' @@ -22,13 +22,13 @@ } check() { - cd "$srcdir"/$pkgname + cd $pkgname-$pkgver make test } package() { - cd "$srcdir"/$pkgname + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install
[arch-commits] Commit in nvidia-lts/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:36:10 Author: svenstaro Revision: 363517 upgpkg: nvidia-lts 1:435.21-2 rebuild Modified: nvidia-lts/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:24:40 UTC (rev 363516) +++ PKGBUILD2019-09-28 21:36:10 UTC (rev 363517) @@ -3,7 +3,7 @@ pkgname=nvidia-lts pkgver=435.21 _extramodules=extramodules-4.19-lts -pkgrel=1 +pkgrel=2 epoch=1 arch=('x86_64') url="http://www.nvidia.com/";
[arch-commits] Commit in nvidia-lts/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:36:16 Author: svenstaro Revision: 363518 archrelease: copy trunk to extra-x86_64 Added: nvidia-lts/repos/extra-x86_64/PKGBUILD (from rev 363517, nvidia-lts/trunk/PKGBUILD) Deleted: nvidia-lts/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 21:36:10 UTC (rev 363517) +++ PKGBUILD2019-09-28 21:36:16 UTC (rev 363518) @@ -1,42 +0,0 @@ -# Maintainer: Eric Bélanger - -pkgname=nvidia-lts -pkgver=435.21 -_extramodules=extramodules-4.19-lts -pkgrel=1 -epoch=1 -arch=('x86_64') -url="http://www.nvidia.com/"; -makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.19.66') -provides=('nvidia') -license=('custom') -options=('!strip') -_pkg="NVIDIA-Linux-x86_64-${pkgver}" -source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) -sha512sums=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270') - -prepare() { -sh "${_pkg}.run" --extract-only -cd "${_pkg}" -} - -build() { -_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" -cd "${_pkg}"/kernel -make SYSSRC=/usr/lib/modules/"${_kernver}/build" module -} - -package() { -pkgdesc="NVIDIA drivers for linux-lts" -depends=('linux-lts>=4.19.66' "nvidia-utils=${pkgver}" 'libgl') - -install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \ - "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko - -find "${pkgdir}" -name '*.ko' -exec gzip -n {} + - -echo "blacklist nouveau" | - install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf" - -install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 "${srcdir}/${_pkg}/LICENSE" -} Copied: nvidia-lts/repos/extra-x86_64/PKGBUILD (from rev 363517, nvidia-lts/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 21:36:16 UTC (rev 363518) @@ -0,0 +1,42 @@ +# Maintainer: Eric Bélanger + +pkgname=nvidia-lts +pkgver=435.21 +_extramodules=extramodules-4.19-lts +pkgrel=2 +epoch=1 +arch=('x86_64') +url="http://www.nvidia.com/"; +makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.19.66') +provides=('nvidia') +license=('custom') +options=('!strip') +_pkg="NVIDIA-Linux-x86_64-${pkgver}" +source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) +sha512sums=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270') + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" +} + +build() { +_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" +cd "${_pkg}"/kernel +make SYSSRC=/usr/lib/modules/"${_kernver}/build" module +} + +package() { +pkgdesc="NVIDIA drivers for linux-lts" +depends=('linux-lts>=4.19.66' "nvidia-utils=${pkgver}" 'libgl') + +install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \ + "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko + +find "${pkgdir}" -name '*.ko' -exec gzip -n {} + + +echo "blacklist nouveau" | + install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf" + +install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 "${srcdir}/${_pkg}/LICENSE" +}
[arch-commits] Commit in fluidsynth/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:24:40 Author: dvzrv Revision: 363516 archrelease: copy trunk to extra-x86_64 Added: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 363515, fluidsynth/trunk/PKGBUILD) Deleted: fluidsynth/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 21:24:35 UTC (rev 363515) +++ PKGBUILD2019-09-28 21:24:40 UTC (rev 363516) @@ -1,56 +0,0 @@ -# Maintainer: David Runge -# Contributor: Ray Rashif -# Contributor: damir - -pkgname=fluidsynth -pkgver=2.0.6 -pkgrel=1 -pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" -arch=('x86_64') -url="http://www.fluidsynth.org/"; -license=('LGPL2.1') -groups=('pro-audio') -depends=('glib2' 'libpulse' 'portaudio') -makedepends=('cmake' 'ladspa' 'doxygen') -optdepends=('pulseaudio: PulseAudio sound support') -provides=('libfluidsynth.so' 'soundfont-synthesizer') -backup=("etc/conf.d/$pkgname") -source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";) -sha512sums=('c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107') - -prepare() { - cd "${pkgname}-${pkgver}" - mkdir build -} - -build() { - cd "${pkgname}-${pkgver}" - ( -cd build -cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ - -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \ - -Denable-ladspa=ON \ - -Denable-portaudio=ON \ - -DLIB_SUFFIX="" - ) - make -C build VERBOSE=1 -} - -check() { - cd "${pkgname}-${pkgver}" - make -C build -k check -} - -package() { - cd "${pkgname}-${pkgver}" - make -C build DESTDIR="$pkgdir" install - # systemd user unit - install -vDm 644 "build/${pkgname}.service" \ --t "$pkgdir/usr/lib/systemd/user/" - # system-wide configuration file - install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}" - # docs - install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \ --t "${pkgdir}/usr/share/doc/${pkgname}" -} - Copied: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 363515, fluidsynth/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 21:24:40 UTC (rev 363516) @@ -0,0 +1,56 @@ +# Maintainer: David Runge +# Contributor: Ray Rashif +# Contributor: damir + +pkgname=fluidsynth +pkgver=2.0.7 +pkgrel=1 +pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" +arch=('x86_64') +url="http://www.fluidsynth.org/"; +license=('LGPL2.1') +groups=('pro-audio') +depends=('glib2' 'libpulse' 'portaudio') +makedepends=('cmake' 'ladspa' 'doxygen') +optdepends=('pulseaudio: PulseAudio sound support') +provides=('libfluidsynth.so' 'soundfont-synthesizer') +backup=("etc/conf.d/$pkgname") +source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";) +sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e') + +prepare() { + cd "${pkgname}-${pkgver}" + mkdir -v build +} + +build() { + cd "${pkgname}-${pkgver}" + ( +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ + -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \ + -Denable-ladspa=ON \ + -Denable-portaudio=ON \ + -DLIB_SUFFIX="" + ) + make -C build VERBOSE=1 +} + +check() { + cd "${pkgname}-${pkgver}" + make -C build -k check +} + +package() { + cd "${pkgname}-${pkgver}" + make -C build DESTDIR="$pkgdir" install + # systemd user unit + install -vDm 644 "build/${pkgname}.service" \ +-t "$pkgdir/usr/lib/systemd/user/" + # system-wide configuration file + install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}" + # docs + install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \ +-t "${pkgdir}/usr/share/doc/${pkgname}" +} +
[arch-commits] Commit in fluidsynth/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:24:35 Author: dvzrv Revision: 363515 upgpkg: fluidsynth 2.0.7-1 Upgrading to 2.0.7. Modified: fluidsynth/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:18:25 UTC (rev 363514) +++ PKGBUILD2019-09-28 21:24:35 UTC (rev 363515) @@ -3,7 +3,7 @@ # Contributor: damir pkgname=fluidsynth -pkgver=2.0.6 +pkgver=2.0.7 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('x86_64') @@ -16,11 +16,11 @@ provides=('libfluidsynth.so' 'soundfont-synthesizer') backup=("etc/conf.d/$pkgname") source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";) -sha512sums=('c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107') +sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e') prepare() { cd "${pkgname}-${pkgver}" - mkdir build + mkdir -v build } build() {
[arch-commits] Commit in yarn/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 20:48:32 Author: svenstaro Revision: 512038 upgpkg: yarn 1.19.0-1 Modified: yarn/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 20:44:44 UTC (rev 512037) +++ PKGBUILD2019-09-28 20:48:32 UTC (rev 512038) @@ -2,7 +2,7 @@ # Contributor: Jan Koppe pkgname=yarn -pkgver=1.17.3 +pkgver=1.19.0 pkgrel=1 pkgdesc='Fast, reliable, and secure dependency management' arch=(any) @@ -10,7 +10,7 @@ license=('BSD') depends=('nodejs') source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) -sha512sums=('0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84') +sha512sums=('40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79') package() { cd yarn-v${pkgver}
[arch-commits] Commit in yarn/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 20:48:38 Author: svenstaro Revision: 512039 archrelease: copy trunk to community-any Added: yarn/repos/community-any/PKGBUILD (from rev 512038, yarn/trunk/PKGBUILD) Deleted: yarn/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 20:48:32 UTC (rev 512038) +++ PKGBUILD2019-09-28 20:48:38 UTC (rev 512039) @@ -1,26 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Jan Koppe - -pkgname=yarn -pkgver=1.17.3 -pkgrel=1 -pkgdesc='Fast, reliable, and secure dependency management' -arch=(any) -url='http://yarnpkg.com' -license=('BSD') -depends=('nodejs') -source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) -sha512sums=('0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84') - -package() { - cd yarn-v${pkgver} - install -dm755 "$pkgdir"/usr/lib/node_modules/yarn - cp -R * "$pkgdir"/usr/lib/node_modules/yarn - - install -dm755 "$pkgdir"/usr/bin - ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn - ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" -} Copied: yarn/repos/community-any/PKGBUILD (from rev 512038, yarn/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 20:48:38 UTC (rev 512039) @@ -0,0 +1,26 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Jan Koppe + +pkgname=yarn +pkgver=1.19.0 +pkgrel=1 +pkgdesc='Fast, reliable, and secure dependency management' +arch=(any) +url='http://yarnpkg.com' +license=('BSD') +depends=('nodejs') +source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) +sha512sums=('40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79') + +package() { + cd yarn-v${pkgver} + install -dm755 "$pkgdir"/usr/lib/node_modules/yarn + cp -R * "$pkgdir"/usr/lib/node_modules/yarn + + install -dm755 "$pkgdir"/usr/bin + ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn + ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" +}
[arch-commits] Commit in murmur/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 20:44:32 Author: svenstaro Revision: 512036 upgpkg: murmur 1.3.0-2 rebuild Modified: murmur/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:56:33 UTC (rev 512035) +++ PKGBUILD2019-09-28 20:44:32 UTC (rev 512036) @@ -6,7 +6,7 @@ pkgver=1.3.0 _pkgver=1.3.0 __pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="The voice chat application server for Mumble" arch=('x86_64') url="http://mumble.sourceforge.net";
[arch-commits] Commit in murmur/repos/community-x86_64 (10 files)
Date: Saturday, September 28, 2019 @ 20:44:44 Author: svenstaro Revision: 512037 archrelease: copy trunk to community-x86_64 Added: murmur/repos/community-x86_64/PKGBUILD (from rev 512036, murmur/trunk/PKGBUILD) murmur/repos/community-x86_64/murmur.dbus.conf (from rev 512036, murmur/trunk/murmur.dbus.conf) murmur/repos/community-x86_64/murmur.install (from rev 512036, murmur/trunk/murmur.install) murmur/repos/community-x86_64/murmur.service (from rev 512036, murmur/trunk/murmur.service) murmur/repos/community-x86_64/murmur.sysusers (from rev 512036, murmur/trunk/murmur.sysusers) Deleted: murmur/repos/community-x86_64/PKGBUILD murmur/repos/community-x86_64/murmur.dbus.conf murmur/repos/community-x86_64/murmur.install murmur/repos/community-x86_64/murmur.service murmur/repos/community-x86_64/murmur.sysusers --+ PKGBUILD | 118 ++--- murmur.dbus.conf | 44 +-- murmur.install | 12 ++--- murmur.service | 24 +- murmur.sysusers |2 5 files changed, 100 insertions(+), 100 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 20:44:32 UTC (rev 512036) +++ PKGBUILD2019-09-28 20:44:44 UTC (rev 512037) @@ -1,59 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Otto Allmendinger -# Contributor: Malte Rabenseifner - -pkgname=murmur -pkgver=1.3.0 -_pkgver=1.3.0 -__pkgver=1.3.0 -pkgrel=1 -pkgdesc="The voice chat application server for Mumble" -arch=('x86_64') -url="http://mumble.sourceforge.net"; -license=('BSD') -depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc) -makedepends=(boost python qt5-tools) -backup=("etc/murmur.ini") -install="murmur.install" -source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig} -"murmur.dbus.conf" -"murmur.service" -"murmur.sysusers") -sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122' -'SKIP' - '97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a' - '1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4' - '5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74') -validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic Build Infrastructure 2019 - -build() { - cd "${srcdir}"/mumble-$__pkgver - - qmake-qt5 main.pro CONFIG+="no-client grpc" - make release -} - -package() { - cd "${srcdir}"/mumble-$__pkgver - - sed -e "1i; vi:ft=cfg" \ --e "s|database=|database=/var/db/murmur/murmur.sqlite|" \ --e "s|;logfile=murmur.log|logfile=|" \ --e "s|;uname=|uname=murmur|" \ --i scripts/murmur.ini - - install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur - install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd - install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini - install -Dm644 "${srcdir}"/murmur.dbus.conf "${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf - install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README - install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1 - install -Dm644 "${srcdir}"/murmur.service "${pkgdir}"/usr/lib/systemd/system/murmur.service - install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE - install -Dm644 "${srcdir}"/murmur.sysusers "${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf - - install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice - install -Dm644 src/murmur/MurmurRPC.proto ${pkgdir}/usr/share/murmur/MurmurRPC.proto -} - -# vim: sw=2:ts=2 et: Copied: murmur/repos/community-x86_64/PKGBUILD (from rev 512036, murmur/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 20:44:44 UTC (rev 512037) @@ -0,0 +1,59 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Otto Allmendinger +# Contributor: Malte Rabenseifner + +pkgname=murmur +pkgver=1.3.0 +_pkgver=1.3.0 +__pkgver=1.3.0 +pkgrel=2 +pkgdesc="The voice chat application server for Mumble" +arch=('x86_64') +url="http://mumble.sourceforge.net"; +license=('BSD') +depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc) +makedepends=(boost python qt5-tools) +backup=("etc/murmur.ini") +install="murmur.install" +source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig} +"murmur.dbus.conf" +"murmur.service" +"murmur.sysusers") +sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce4
[arch-commits] Commit in ejabberd/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:56:21 Author: spupykin Revision: 512034 upgpkg: ejabberd 19.09-1 Modified: ejabberd/trunk/PKGBUILD --+ PKGBUILD | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:43:43 UTC (rev 512033) +++ PKGBUILD2019-09-28 19:56:21 UTC (rev 512034) @@ -3,7 +3,7 @@ # Contributor: Alexander Rødseth pkgname=ejabberd -pkgver=19.08 +pkgver=19.09 pkgrel=1 pkgdesc="Jabber server written in Erlang" arch=('x86_64') @@ -29,27 +29,30 @@ "ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d" "fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45" "fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914" - "fast_yaml::git://github.com/processone/fast_yaml#commit=47c38c894c4c4a9112e0284513538a06e7da29d7" + "fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c" "goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82" + "idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff" "jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5" "jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f" "lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b" "luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108" - "mqtree::git://github.com/processone/mqtree#commit=03153ceba12001c5a5a554c74a19139ba6dfbaaa" + "mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7" + "p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378" "p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1" "p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3" "p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e" "p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06" - "pkix::git://github.com/processone/pkix#commit=fdd56f2e16137e4e4595d4004dcdf6cd9046d2a8" + "pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8" "rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6" "sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05" "stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9" "stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4" - "xmpp::git://github.com/processone/xmpp#commit=b2816b0da3949a93094196e516c1aee7bf74d532" - "yconf::git://github.com/processone/yconf#commit=cfd4991567ea207f6f27cc2e6085959ff95c6d34" + "unicode_util_compat::git://github.com/benoitc/unicode_util_compat.git#commit=38d7bc105f51159e8ea3279c40121db9db1e652f" + "xmpp::git://github.com/processone/xmpp#commit=ed0b82f4de0101b630f09b9a0ac8804b8c674823" + "yconf::git://github.com/processone/yconf#commit=ac96fc6ee5ea899b7a5293be0cbdd970b6e993fe" "$pkgname.logrotate" "sysuser.conf") -sha256sums=('25f7264a2129b55eefa8dd188abf04757a4407d28f437c8a11c47db1c246f473' +sha256sums=('e46055d88c7fc1943b3fe6ade719f4eb4829c2dbe20080bc3d9cbd909a9f4deb' 'SKIP' 'SKIP' 'SKIP' @@ -78,6 +81,9 @@ 'SKIP' 'SKIP' 'SKIP' +'SKIP' +'SKIP' +'SKIP' '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2' '68de8fd4df6e4f0e21a241dcd2b7075bdff495876646dd726c7054bf5780e3c6') @@ -85,7 +91,7 @@ cd "$srcdir/$pkgname-$pkgver" mkdir -p "$srcdir/$pkgname-$pkgver/deps" for i in \ -base64url cache_tab eimp elixir epam eredis esip ezlib fast_tls fast_xml fast_yaml goldrush jiffy jose lager luerl mqtree p1_mysql p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun xmpp yconf \ +base64url cache_tab eimp elixir epam eredis esip ezlib fast_tls fast_xml fast_yaml goldrush idna jiffy jose lager luerl mqtree p1_acme p1_mysql p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun unicode_util_compat xmpp yconf \ ; do rm -rf "$srcdir/$pkgname-$pkgver/deps/$i" mv "$srcdir"/$i "$srcdir/$pkgname-$pkgver/deps"
[arch-commits] Commit in ejabberd/repos/community-x86_64 (8 files)
Date: Saturday, September 28, 2019 @ 19:56:33 Author: spupykin Revision: 512035 archrelease: copy trunk to community-x86_64 Added: ejabberd/repos/community-x86_64/PKGBUILD (from rev 512034, ejabberd/trunk/PKGBUILD) ejabberd/repos/community-x86_64/ejabberd.logrotate (from rev 512034, ejabberd/trunk/ejabberd.logrotate) ejabberd/repos/community-x86_64/print-deps.sh (from rev 512034, ejabberd/trunk/print-deps.sh) ejabberd/repos/community-x86_64/sysuser.conf (from rev 512034, ejabberd/trunk/sysuser.conf) Deleted: ejabberd/repos/community-x86_64/PKGBUILD ejabberd/repos/community-x86_64/ejabberd.logrotate ejabberd/repos/community-x86_64/print-deps.sh ejabberd/repos/community-x86_64/sysuser.conf + PKGBUILD | 304 ++- ejabberd.logrotate | 24 ++-- print-deps.sh | 58 - sysuser.conf |4 4 files changed, 198 insertions(+), 192 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:56:21 UTC (rev 512034) +++ PKGBUILD2019-09-28 19:56:33 UTC (rev 512035) @@ -1,149 +0,0 @@ -# Maintainer: Sergej Pupykin -# Contributor: Jeff 'codemac' Mickey -# Contributor: Alexander Rødseth - -pkgname=ejabberd -pkgver=19.08 -pkgrel=1 -pkgdesc="Jabber server written in Erlang" -arch=('x86_64') -url="https://www.ejabberd.im/"; -license=("GPL") -depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 'erlang-unixodbc' -'libyaml' 'sqlite' 'gd') -makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 'texlive-latexextra') -optdepends=('gsfonts: for captcha' - 'imagemagick: for captcha') -backup=('etc/ejabberd/ejabberd.yml' - 'etc/ejabberd/ejabberdctl.cfg' - 'etc/logrotate.d/ejabberd') -options=(emptydirs) -source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz"; - "base64url::git://github.com/dvv/base64url.git#commit=bf1360685da704c8453aba2268c4698c959d2ba4" - "cache_tab::git://github.com/processone/cache_tab#commit=e6bcbf9882247ad78d659fa57cd39adc3fc5bcd1" - "eimp::git://github.com/processone/eimp#commit=63b3cece16f7963939115e31c80e317d42b466e9" - "elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2" - "epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b" - "eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01" - "esip::git://github.com/processone/esip#commit=6bec600db45ed2f15363748a0b9ef33b0205a53f" - "ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d" - "fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45" - "fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914" - "fast_yaml::git://github.com/processone/fast_yaml#commit=47c38c894c4c4a9112e0284513538a06e7da29d7" - "goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82" - "jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5" - "jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f" - "lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b" - "luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108" - "mqtree::git://github.com/processone/mqtree#commit=03153ceba12001c5a5a554c74a19139ba6dfbaaa" - "p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1" - "p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3" - "p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e" - "p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06" - "pkix::git://github.com/processone/pkix#commit=fdd56f2e16137e4e4595d4004dcdf6cd9046d2a8" - "rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6" - "sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05" - "stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9" - "stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4" - "xmpp::git://github.com/processone/xmpp#commit=b2816b0da3949a93094196e516c1aee7bf74d532" - "yconf::git://github.com/processone/yconf#commit=cfd4991567ea207f6f27cc2e6085959ff95c6d34" - "$pkgname.logrotate" - "sysuser.conf") -sha256sums=('25f7264a2129b55eefa8dd188abf04757a4407d28f437c8a11c
[arch-commits] Commit in simh/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:43:33 Author: spupykin Revision: 512032 upgpkg: simh 3.10-1 Modified: simh/trunk/PKGBUILD --+ PKGBUILD | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:35:35 UTC (rev 512031) +++ PKGBUILD2019-09-28 19:43:33 UTC (rev 512032) @@ -2,9 +2,10 @@ # Contributor: waterbear pkgname=simh -pkgver=3.9.0 -_pkgver=39-0 -pkgrel=4 +pkgver=3.10 +#_pkgver=${pkgver//./-} +#_pkgver=${pkgver/-/.} +pkgrel=1 pkgdesc="simulator for assorted historical computers, from Altair to VAX" arch=('x86_64') url="http://simh.trailing-edge.com"; @@ -12,25 +13,25 @@ depends=("libpcap") makedepends=("unzip" "linux-api-headers") install=simh.install -source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"; +source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v$pkgver.tar.gz"; "LICENSE") -sha512sums=('5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6' +sha512sums=('287f68079df778910b9a1a1b9066342750fea35aa943037756d9cd929913b4c709fe50c91f402b1199f999d16ec669aa1af0539b2dba01462a4befeeeba88d27' '084faf8a66c95cb337bca19a6116c916aa04fc23ec5d57d5d8c2fc168231272123a705e83f8da2bf38f404da51727a69db68ffd87b36028e0cde52b54b92b2dd') build() { - cd "$srcdir" + cd "$srcdir/$pkgname-$pkgver" mkdir -p BIN - find VAX -type f -exec sed -i 's/SIM_INLINE//' {} + +# find VAX -type f -exec sed -i 's/SIM_INLINE//' {} + make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DUSE_TAP_NETWORK -isystem /usr/include -lpcap' } package() { - cd "$srcdir/BIN" + cd "$srcdir/$pkgname-$pkgver/BIN" for i in *; do install -D $i "$pkgdir/usr/bin/simh-$i" done - cd "$srcdir/VAX" + cd "$srcdir/$pkgname-$pkgver/VAX" mkdir -p "$pkgdir/usr/lib/simh" cp *.bin "$pkgdir/usr/lib/simh"
[arch-commits] Commit in simh/repos/community-x86_64 (6 files)
Date: Saturday, September 28, 2019 @ 19:43:43 Author: spupykin Revision: 512033 archrelease: copy trunk to community-x86_64 Added: simh/repos/community-x86_64/LICENSE (from rev 512032, simh/trunk/LICENSE) simh/repos/community-x86_64/PKGBUILD (from rev 512032, simh/trunk/PKGBUILD) simh/repos/community-x86_64/simh.install (from rev 512032, simh/trunk/simh.install) Deleted: simh/repos/community-x86_64/LICENSE simh/repos/community-x86_64/PKGBUILD simh/repos/community-x86_64/simh.install --+ LICENSE | 48 +-- PKGBUILD | 77 - simh.install | 46 +- 3 files changed, 86 insertions(+), 85 deletions(-) Deleted: LICENSE === --- LICENSE 2019-09-28 19:43:33 UTC (rev 512032) +++ LICENSE 2019-09-28 19:43:43 UTC (rev 512033) @@ -1,24 +0,0 @@ - Original code published in 1993-2005, written by Robert M Supnik - Copyright (c) 1993-2005, Robert M Supnik - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - Except as contained in this notice, the name of Robert M Supnik shall not be - used in advertising or otherwise to promote the sale, use or other dealings - in this Software without prior written authorization from Robert M Supnik. - Copied: simh/repos/community-x86_64/LICENSE (from rev 512032, simh/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2019-09-28 19:43:43 UTC (rev 512033) @@ -0,0 +1,24 @@ + Original code published in 1993-2005, written by Robert M Supnik + Copyright (c) 1993-2005, Robert M Supnik + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of Robert M Supnik shall not be + used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization from Robert M Supnik. + Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:43:33 UTC (rev 512032) +++ PKGBUILD2019-09-28 19:43:43 UTC (rev 512033) @@ -1,38 +0,0 @@ -# Maintainer: Sergej Pupykin -# Contributor: waterbear - -pkgname=simh -pkgver=3.9.0 -_pkgver=39-0 -pkgrel=4 -pkgdesc="simulator for assorted historical computers, from Altair to VAX" -arch=('x86_64') -url="http://simh.trailing-edge.com"; -license=("BSD") -depends=("libpcap") -makedepends=("unzip" "linux-api-headers") -install=simh.install -source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"; - "LICENSE") -sha512sums=('5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6' - '084faf8a66c95cb337bca19a6116c916aa04fc23ec5d57d5d8c2fc168231272123a705e83f8da2bf38f404
[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:35:28 Author: spupykin Revision: 512030 upgpkg: phpmyadmin 4.9.1-1 Modified: phpmyadmin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:35:22 UTC (rev 512029) +++ PKGBUILD2019-09-28 19:35:28 UTC (rev 512030) @@ -6,7 +6,7 @@ # Contributor: Simon Lackerbauer pkgname=phpmyadmin -pkgver=4.9.0.1 +pkgver=4.9.1 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -15,7 +15,7 @@ depends=('mysql-clients' 'php') backup=(etc/webapps/phpmyadmin/config.inc.php) source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz) -sha256sums=('e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6') +sha256sums=('8f89dd62e3fdddabca187b092eeb5af4a4fb956189564c56038970519d0496c5') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
[arch-commits] Commit in phpmyadmin/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:35:35 Author: spupykin Revision: 512031 archrelease: copy trunk to community-any Added: phpmyadmin/repos/community-any/PKGBUILD (from rev 512030, phpmyadmin/trunk/PKGBUILD) Deleted: phpmyadmin/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:35:28 UTC (rev 512030) +++ PKGBUILD2019-09-28 19:35:35 UTC (rev 512031) @@ -1,29 +0,0 @@ -# Maintainer: -# Contributor: Bartłomiej Piotrowski -# Contributor: Sergej Pupykin -# Contributor: tobias -# Contributor: Manolis Tzanidakis -# Contributor: Simon Lackerbauer - -pkgname=phpmyadmin -pkgver=4.9.0.1 -pkgrel=1 -pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' -arch=('any') -url='https://www.phpmyadmin.net' -license=('GPL') -depends=('mysql-clients' 'php') -backup=(etc/webapps/phpmyadmin/config.inc.php) -source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz) -sha256sums=('e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6') - -package() { - _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin - mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin - cd "$_instdir" - - cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . - - ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php - cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php -} Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 512030, phpmyadmin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:35:35 UTC (rev 512031) @@ -0,0 +1,29 @@ +# Maintainer: +# Contributor: Bartłomiej Piotrowski +# Contributor: Sergej Pupykin +# Contributor: tobias +# Contributor: Manolis Tzanidakis +# Contributor: Simon Lackerbauer + +pkgname=phpmyadmin +pkgver=4.9.1 +pkgrel=1 +pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' +arch=('any') +url='https://www.phpmyadmin.net' +license=('GPL') +depends=('mysql-clients' 'php') +backup=(etc/webapps/phpmyadmin/config.inc.php) +source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz) +sha256sums=('8f89dd62e3fdddabca187b092eeb5af4a4fb956189564c56038970519d0496c5') + +package() { + _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin + mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin + cd "$_instdir" + + cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . + + ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php + cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php +}
[arch-commits] Commit in openvswitch/repos/community-x86_64 (10 files)
Date: Saturday, September 28, 2019 @ 19:35:22 Author: spupykin Revision: 512029 archrelease: copy trunk to community-x86_64 Added: openvswitch/repos/community-x86_64/PKGBUILD (from rev 512028, openvswitch/trunk/PKGBUILD) openvswitch/repos/community-x86_64/openvswitch.install (from rev 512028, openvswitch/trunk/openvswitch.install) openvswitch/repos/community-x86_64/openvswitch.tmpfiles (from rev 512028, openvswitch/trunk/openvswitch.tmpfiles) openvswitch/repos/community-x86_64/ovs-vswitchd.service (from rev 512028, openvswitch/trunk/ovs-vswitchd.service) openvswitch/repos/community-x86_64/ovsdb-server.service (from rev 512028, openvswitch/trunk/ovsdb-server.service) Deleted: openvswitch/repos/community-x86_64/PKGBUILD openvswitch/repos/community-x86_64/openvswitch.install openvswitch/repos/community-x86_64/openvswitch.tmpfiles openvswitch/repos/community-x86_64/ovs-vswitchd.service openvswitch/repos/community-x86_64/ovsdb-server.service --+ PKGBUILD | 106 - openvswitch.install | 26 ++-- openvswitch.tmpfiles |2 ovs-vswitchd.service | 30 ++--- ovsdb-server.service | 14 +++--- 5 files changed, 89 insertions(+), 89 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:35:09 UTC (rev 512028) +++ PKGBUILD2019-09-28 19:35:22 UTC (rev 512029) @@ -1,53 +0,0 @@ -# Maintainer: Sergej Pupykin -# Contributor: Pedro Martinez-Julia (pedr...@um.es) -# Contributor: Matt Monaco - -pkgname=openvswitch -pkgver=2.11.1 -pkgrel=1 -pkgdesc="Production Quality, Multilayer Open Virtual Switch" -url="http://openvswitch.org"; -license=('APACHE') -arch=(x86_64) -install=openvswitch.install -source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"; - openvswitch.tmpfiles - ovsdb-server.service - ovs-vswitchd.service) -depends=('openssl' 'libcap-ng') -makedepends=('python2-six') -optdepends=('python2-six') -sha256sums=('c1296ae44a7b176150915e33bc497cc0a7a02caeba84ea43ce9b6a2509d9b5dc' -'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9' -'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b' -'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - sed -i \ --e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \ -Makefile.am -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./boot.sh - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-rundir=/run/openvswitch \ ---sbindir=/usr/bin \ -PYTHON=/usr/bin/python2 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf" - install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service" - install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service" - install -dm0755 "$pkgdir/etc/openvswitch" - rm -rf "$pkgdir"/run -} Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 512028, openvswitch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:35:22 UTC (rev 512029) @@ -0,0 +1,53 @@ +# Maintainer: Sergej Pupykin +# Contributor: Pedro Martinez-Julia (pedr...@um.es) +# Contributor: Matt Monaco + +pkgname=openvswitch +pkgver=2.12.0 +pkgrel=1 +pkgdesc="Production Quality, Multilayer Open Virtual Switch" +url="http://openvswitch.org"; +license=('APACHE') +arch=(x86_64) +install=openvswitch.install +source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"; + openvswitch.tmpfiles + ovsdb-server.service + ovs-vswitchd.service) +depends=('openssl' 'libcap-ng') +makedepends=('python2-six') +optdepends=('python2-six') +sha256sums=('13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8' +'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9' +'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b' +'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + sed -i \ +-e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \ +Makefile.am +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./boot.sh + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--with-rundir=/run/openvswitch \ +--sbindir=/usr/bin \ +PYTHON=/usr/bin/python2 + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm0644 "$srcdir"/openv
[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)
Date: Saturday, September 28, 2019 @ 19:35:03 Author: spupykin Revision: 512027 archrelease: copy trunk to community-any Added: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 512026, nextcloud-app-bookmarks/trunk/PKGBUILD) Deleted: nextcloud-app-bookmarks/repos/community-any/PKGBUILD --+ PKGBUILD | 40 1 file changed, 20 insertions(+), 20 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:34:55 UTC (rev 512026) +++ PKGBUILD2019-09-28 19:35:03 UTC (rev 512027) @@ -1,20 +0,0 @@ -# Maintainer: Sergej Pupykin - -pkgname=nextcloud-app-bookmarks -epoch=1 -pkgver=2.1.0 -pkgrel=1 -pkgdesc="Bookmarks app for nextcloud" -arch=('any') -url="https://github.com/nextcloud/bookmarks"; -license=('GPL') -depends=('nextcloud') -makedepends=() -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";) -sha256sums=('3d4fcc46d5bb6ab02cfe05c9a77da5cddd738e92921ae39cfdcd01ea28fac400') - -package() { - install -d "$pkgdir"/usr/share/webapps/nextcloud/apps - cp -a "$srcdir"/bookmarks "$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks -} Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 512026, nextcloud-app-bookmarks/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:35:03 UTC (rev 512027) @@ -0,0 +1,20 @@ +# Maintainer: Sergej Pupykin + +pkgname=nextcloud-app-bookmarks +epoch=1 +pkgver=2.1.1 +pkgrel=1 +pkgdesc="Bookmarks app for nextcloud" +arch=('any') +url="https://github.com/nextcloud/bookmarks"; +license=('GPL') +depends=('nextcloud') +makedepends=() +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";) +sha256sums=('9053e8b333819cfb22d43a486e8151801bf5d33e323d5af543bfd871234d5777') + +package() { + install -d "$pkgdir"/usr/share/webapps/nextcloud/apps + cp -a "$srcdir"/bookmarks "$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks +}
[arch-commits] Commit in openvswitch/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:35:09 Author: spupykin Revision: 512028 upgpkg: openvswitch 2.12.0-1 Modified: openvswitch/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:35:03 UTC (rev 512027) +++ PKGBUILD2019-09-28 19:35:09 UTC (rev 512028) @@ -3,7 +3,7 @@ # Contributor: Matt Monaco pkgname=openvswitch -pkgver=2.11.1 +pkgver=2.12.0 pkgrel=1 pkgdesc="Production Quality, Multilayer Open Virtual Switch" url="http://openvswitch.org"; @@ -17,7 +17,7 @@ depends=('openssl' 'libcap-ng') makedepends=('python2-six') optdepends=('python2-six') -sha256sums=('c1296ae44a7b176150915e33bc497cc0a7a02caeba84ea43ce9b6a2509d9b5dc' +sha256sums=('13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8' 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9' 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b' '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:34:55 Author: spupykin Revision: 512026 upgpkg: nextcloud-app-bookmarks 1:2.1.1-1 Modified: nextcloud-app-bookmarks/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:34:06 UTC (rev 512025) +++ PKGBUILD2019-09-28 19:34:55 UTC (rev 512026) @@ -2,7 +2,7 @@ pkgname=nextcloud-app-bookmarks epoch=1 -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Bookmarks app for nextcloud" arch=('any') @@ -12,7 +12,7 @@ makedepends=() options=('!strip') source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";) -sha256sums=('3d4fcc46d5bb6ab02cfe05c9a77da5cddd738e92921ae39cfdcd01ea28fac400') +sha256sums=('9053e8b333819cfb22d43a486e8151801bf5d33e323d5af543bfd871234d5777') package() { install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
[arch-commits] Commit in nextcloud/repos/community-any (6 files)
Date: Saturday, September 28, 2019 @ 19:34:06 Author: spupykin Revision: 512025 archrelease: copy trunk to community-any Added: nextcloud/repos/community-any/PKGBUILD (from rev 512024, nextcloud/trunk/PKGBUILD) nextcloud/repos/community-any/apache.example.conf (from rev 512024, nextcloud/trunk/apache.example.conf) nextcloud/repos/community-any/nextcloud.hook (from rev 512024, nextcloud/trunk/nextcloud.hook) Deleted: nextcloud/repos/community-any/PKGBUILD nextcloud/repos/community-any/apache.example.conf nextcloud/repos/community-any/nextcloud.hook -+ PKGBUILD| 114 +- apache.example.conf | 34 +++--- nextcloud.hook | 26 +-- 3 files changed, 87 insertions(+), 87 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:33:56 UTC (rev 512024) +++ PKGBUILD2019-09-28 19:34:06 UTC (rev 512025) @@ -1,57 +0,0 @@ -# Maintainer: Sergej Pupykin - -pkgname=nextcloud -pkgver=16.0.4 -pkgrel=1 -pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" -arch=('any') -url="https://nextcloud.com"; -license=('AGPL') -depends=() -optdepends=('php-apache: to use the Apache web server' -'php-sqlite: to use the SQLite database backend' -'php-pgsql: to use the PostgreSQL database backend' -'php-ldap: LDAP authentication' -'php-intl' -'php-apcu' -'mariadb: to use the MySQL database backend' -'smbclient: to mount SAMBA shares' -'php-mcrypt' -'ffmpeg: file preview' -'libreoffice: file preview') -options=('!strip') -backup=('etc/webapps/nextcloud/apache.example.conf') -validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A') -source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc} -'apache.example.conf' -'nextcloud.hook') -sha256sums=('e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0' -'SKIP' -'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf' -'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3') - -package() { -depends=('php' 'php-gd') - -# install project -install -d "$pkgdir"/usr/share/webapps/ -cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/. - -# install apache config file -install -d "$pkgdir"/etc/webapps/${pkgname} -install -m 644 "$srcdir"/apache.example.conf "$pkgdir"/etc/webapps/${pkgname} - -# move config to /etc -install -d "$pkgdir"/etc/webapps/${pkgname} -mv "$pkgdir"/usr/share/webapps/${pkgname}/config "$pkgdir"/etc/webapps/${pkgname}/config -chown -R http:http "$pkgdir"/etc/webapps/${pkgname} -ln -s /etc/webapps/${pkgname}/config "$pkgdir"/usr/share/webapps/${pkgname}/config -chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname} - -find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \; -find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \; - -chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ - -#install -Dm0644 "$srcdir"/nextcloud.hook "$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook -} Copied: nextcloud/repos/community-any/PKGBUILD (from rev 512024, nextcloud/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:34:06 UTC (rev 512025) @@ -0,0 +1,57 @@ +# Maintainer: Sergej Pupykin + +pkgname=nextcloud +pkgver=16.0.5 +pkgrel=1 +pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" +arch=('any') +url="https://nextcloud.com"; +license=('AGPL') +depends=() +optdepends=('php-apache: to use the Apache web server' +'php-sqlite: to use the SQLite database backend' +'php-pgsql: to use the PostgreSQL database backend' +'php-ldap: LDAP authentication' +'php-intl' +'php-apcu' +'mariadb: to use the MySQL database backend' +'smbclient: to mount SAMBA shares' +'php-mcrypt' +'ffmpeg: file preview' +'libreoffice: file preview') +options=('!strip') +backup=('etc/webapps/nextcloud/apache.example.conf') +validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A') +source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc} +'apache.example.conf' +'nextcloud.hook') +sha256sums=('8709c64fa776fd731c8e5f1ab25d592a2e690e5e18a81601cccf363795fae551' +'SKIP' +'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf' +'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3') + +package() { +depends=('php' 'php-gd') + +# install project +install -d "$p
[arch-commits] Commit in nextcloud/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:33:56 Author: spupykin Revision: 512024 upgpkg: nextcloud 16.0.5-1 Modified: nextcloud/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:33:47 UTC (rev 512023) +++ PKGBUILD2019-09-28 19:33:56 UTC (rev 512024) @@ -1,7 +1,7 @@ # Maintainer: Sergej Pupykin pkgname=nextcloud -pkgver=16.0.4 +pkgver=16.0.5 pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=('any') @@ -25,7 +25,7 @@ source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc} 'apache.example.conf' 'nextcloud.hook') -sha256sums=('e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0' +sha256sums=('8709c64fa776fd731c8e5f1ab25d592a2e690e5e18a81601cccf363795fae551' 'SKIP' '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf' 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
[arch-commits] Commit in bugzilla/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:33:36 Author: spupykin Revision: 512022 upgpkg: bugzilla 5.0.6-1 Modified: bugzilla/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:24:22 UTC (rev 512021) +++ PKGBUILD2019-09-28 19:33:36 UTC (rev 512022) @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin pkgname=bugzilla -pkgver=5.0.4 +pkgver=5.0.6 pkgrel=1 pkgdesc="bug tracker" arch=('any') @@ -31,7 +31,7 @@ options=(!strip) backup=('srv/http/bugzilla/.htaccess') source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz) -sha256sums=('7b4200f873acefe184c56e096f5988e01ccdfd933764a55dc4243f225b953058') +sha256sums=('dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77') prepare() { cd "$srcdir"/$pkgname-$pkgver
[arch-commits] Commit in bugzilla/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:33:47 Author: spupykin Revision: 512023 archrelease: copy trunk to community-any Added: bugzilla/repos/community-any/PKGBUILD (from rev 512022, bugzilla/trunk/PKGBUILD) Deleted: bugzilla/repos/community-any/PKGBUILD --+ PKGBUILD | 93 ++--- 1 file changed, 46 insertions(+), 47 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:33:36 UTC (rev 512022) +++ PKGBUILD2019-09-28 19:33:47 UTC (rev 512023) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Sergej Pupykin - -pkgname=bugzilla -pkgver=5.0.4 -pkgrel=1 -pkgdesc="bug tracker" -arch=('any') -url="http://www.bugzilla.org"; -license=("custom:MPL2") -depends=(perl perl-timedate perl-datetime -perl-chart perl-email-abstract perl-email-address perl-email-date-format -perl-email-messageid perl-email-mime perl-email-mime-attachment-stripper -perl-email-mime-contenttype perl-email-mime-encodings -perl-email-mime-modifier perl-email-mime-creator perl-email-reply perl-email-send perl-email-simple -perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil perl-patchreader -perl-return-value perl-template-gd perl-ldap perl-soap-lite perl-authen-sasl -perl-xml-twig perl-html-scrubber perl-authen-radius perl-template-toolkit -perl-data-dumper perl-math-random-isaac perl-email-sender perl-json-xs perl-file-slurp) -optdepends=('perl-dbd-pg' - 'perl-dbd-mysql' -# 'perl-dbd-oracle' - 'python2' - 'ruby' -# 'perl-class-trigger' -# 'perl-data-objectdriver' -# 'perl-html-formattext-withlinks' -# 'perl-test-taint' -# 'perl-theschwartz' - 'perl-xmlrpc-lite') -options=(!strip) -backup=('srv/http/bugzilla/.htaccess') -source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz) -sha256sums=('6b3eb93d20bdfb170803748682d04cb1b6dc60019d7d16c29c4b7f97d2b85bee') - -prepare() { - cd "$srcdir"/$pkgname-$pkgver - rm -rf .git - rm -rf .gitignore - rm -rf .bzrignore -} - -package() { - install -d -m0755 "$pkgdir"/srv/http - cp -a "$srcdir"/$pkgname-$pkgver "$pkgdir"/srv/http/bugzilla -} Copied: bugzilla/repos/community-any/PKGBUILD (from rev 512022, bugzilla/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:33:47 UTC (rev 512023) @@ -0,0 +1,46 @@ +# Maintainer: Sergej Pupykin +# Contributor: Sergej Pupykin + +pkgname=bugzilla +pkgver=5.0.6 +pkgrel=1 +pkgdesc="bug tracker" +arch=('any') +url="https://www.bugzilla.org"; +license=("custom:MPL2") +depends=(perl perl-timedate perl-datetime +perl-chart perl-email-abstract perl-email-address perl-email-date-format +perl-email-messageid perl-email-mime perl-email-mime-attachment-stripper +perl-email-mime-contenttype perl-email-mime-encodings +perl-email-mime-modifier perl-email-mime-creator perl-email-reply perl-email-send perl-email-simple +perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil perl-patchreader +perl-return-value perl-template-gd perl-ldap perl-soap-lite perl-authen-sasl +perl-xml-twig perl-html-scrubber perl-authen-radius perl-template-toolkit +perl-data-dumper perl-math-random-isaac perl-email-sender perl-json-xs perl-file-slurp) +optdepends=('perl-dbd-pg' + 'perl-dbd-mysql' +# 'perl-dbd-oracle' + 'python2' + 'ruby' +# 'perl-class-trigger' +# 'perl-data-objectdriver' +# 'perl-html-formattext-withlinks' +# 'perl-test-taint' +# 'perl-theschwartz' + 'perl-xmlrpc-lite') +options=(!strip) +backup=('srv/http/bugzilla/.htaccess') +source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz) +sha256sums=('dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77') + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + rm -rf .git + rm -rf .gitignore + rm -rf .bzrignore +} + +package() { + install -d -m0755 "$pkgdir"/srv/http + cp -a "$srcdir"/$pkgname-$pkgver "$pkgdir"/srv/http/bugzilla +}
[arch-commits] Commit in freebasic/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:24:22 Author: felixonmars Revision: 512021 archrelease: copy trunk to community-x86_64 Added: freebasic/repos/community-x86_64/PKGBUILD (from rev 512020, freebasic/trunk/PKGBUILD) Deleted: freebasic/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:24:19 UTC (rev 512020) +++ PKGBUILD2019-09-28 19:24:22 UTC (rev 512021) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Jesse Jaara -# Contributor: rabyte - -pkgname=freebasic -pkgver=1.07.0 -pkgrel=1 -pkgdesc="A free BASIC compiler" -arch=('x86_64') -url="https://www.freebasic.net/"; -license=('GPL2' 'LGPL') -depends=('ncurses') -makedepends=('libxpm' 'gpm' 'libffi' 'libxrandr' 'mesa') -source=("https://downloads.sourceforge.net/fbc/FreeBASIC-$pkgver-source.tar.xz";) -source_x86_64=("https://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86_64.tar.xz";) -md5sums=('3466dfe28aa6d3ccc9088778b8a8e52e') -md5sums_x86_64=('bb37f543ff18d78970849d17a5a08d08') - -prepare() { - [[ "$CARCH" = "x86_64" ]] && _arch=x86_64 - - mkdir -p bootstrap - cd "${srcdir}/FreeBASIC-${pkgver}-linux-$_arch" - ./install.sh -i "${srcdir}/bootstrap" - # Hack! - ln -s /usr/lib/libncursesw.so "${srcdir}/bootstrap/lib/libtinfo.so.5" -} - -build() { - export PATH="${srcdir}/bootstrap/bin:$PATH" - export LD_LIBRARY_PATH="${srcdir}/bootstrap/lib" - - cd "${srcdir}/FreeBASIC-${pkgver}-source" - make CFLAGS="$CFLAGS $(pkg-config --cflags libffi)" -} - -package() { - cd "${srcdir}/FreeBASIC-${pkgver}-source" - make install prefix="${pkgdir}/usr" -} Copied: freebasic/repos/community-x86_64/PKGBUILD (from rev 512020, freebasic/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:24:22 UTC (rev 512021) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Jesse Jaara +# Contributor: rabyte + +pkgname=freebasic +pkgver=1.07.1 +pkgrel=1 +pkgdesc="A free BASIC compiler" +arch=('x86_64') +url="https://www.freebasic.net/"; +license=('GPL2' 'LGPL') +depends=('ncurses') +makedepends=('libxpm' 'gpm' 'libffi' 'libxrandr' 'mesa') +source=("https://downloads.sourceforge.net/fbc/FreeBASIC-$pkgver-source.tar.xz";) +source_x86_64=("https://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86_64.tar.xz";) +md5sums=('e1ecda91c89cfa28398df97f72c08481') +md5sums_x86_64=('de8d546ec6b07a1bb7e1ac69e2cc8663') + +prepare() { + [[ "$CARCH" = "x86_64" ]] && _arch=x86_64 + + mkdir -p bootstrap + cd "${srcdir}/FreeBASIC-${pkgver}-linux-$_arch" + ./install.sh -i "${srcdir}/bootstrap" + # Hack! + ln -s /usr/lib/libncursesw.so "${srcdir}/bootstrap/lib/libtinfo.so.5" +} + +build() { + export PATH="${srcdir}/bootstrap/bin:$PATH" + export LD_LIBRARY_PATH="${srcdir}/bootstrap/lib" + + cd "${srcdir}/FreeBASIC-${pkgver}-source" + make CFLAGS="$CFLAGS $(pkg-config --cflags libffi)" +} + +package() { + cd "${srcdir}/FreeBASIC-${pkgver}-source" + make install prefix="${pkgdir}/usr" +}
[arch-commits] Commit in freebasic/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:24:19 Author: felixonmars Revision: 512020 upgpkg: freebasic 1.07.1-1 Modified: freebasic/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 19:09:15 UTC (rev 512019) +++ PKGBUILD2019-09-28 19:24:19 UTC (rev 512020) @@ -3,7 +3,7 @@ # Contributor: rabyte pkgname=freebasic -pkgver=1.07.0 +pkgver=1.07.1 pkgrel=1 pkgdesc="A free BASIC compiler" arch=('x86_64') @@ -13,8 +13,8 @@ makedepends=('libxpm' 'gpm' 'libffi' 'libxrandr' 'mesa') source=("https://downloads.sourceforge.net/fbc/FreeBASIC-$pkgver-source.tar.xz";) source_x86_64=("https://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86_64.tar.xz";) -md5sums=('3466dfe28aa6d3ccc9088778b8a8e52e') -md5sums_x86_64=('bb37f543ff18d78970849d17a5a08d08') +md5sums=('e1ecda91c89cfa28398df97f72c08481') +md5sums_x86_64=('de8d546ec6b07a1bb7e1ac69e2cc8663') prepare() { [[ "$CARCH" = "x86_64" ]] && _arch=x86_64
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:09:15 Author: foxboron Revision: 512019 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512018, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 19:01:48 UTC (rev 512018) +++ PKGBUILD2019-09-28 19:09:15 UTC (rev 512019) @@ -1,32 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgname=python-docker-pycreds -pkgver=0.4.0 -pkgrel=3 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -depends=('python-six') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build -} - -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest -} - -package() { - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512018, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 19:09:15 UTC (rev 512019) @@ -0,0 +1,32 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=3 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package() { + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in haproxy/repos/community-x86_64 (10 files)
Date: Saturday, September 28, 2019 @ 19:01:48 Author: eworm Revision: 512018 archrelease: copy trunk to community-x86_64 Added: haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch (from rev 512017, haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch) haproxy/repos/community-x86_64/PKGBUILD (from rev 512017, haproxy/trunk/PKGBUILD) haproxy/repos/community-x86_64/haproxy.cfg (from rev 512017, haproxy/trunk/haproxy.cfg) haproxy/repos/community-x86_64/haproxy.install (from rev 512017, haproxy/trunk/haproxy.install) haproxy/repos/community-x86_64/haproxy.sysusers (from rev 512017, haproxy/trunk/haproxy.sysusers) Deleted: haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch haproxy/repos/community-x86_64/PKGBUILD haproxy/repos/community-x86_64/haproxy.cfg haproxy/repos/community-x86_64/haproxy.install haproxy/repos/community-x86_64/haproxy.sysusers -+ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch | 114 +-- PKGBUILD| 140 +++--- haproxy.cfg | 98 - haproxy.install | 16 - haproxy.sysusers|2 5 files changed, 185 insertions(+), 185 deletions(-) Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch === --- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-09-28 19:01:33 UTC (rev 512017) +++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-09-28 19:01:48 UTC (rev 512018) @@ -1,57 +0,0 @@ -From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= -Date: Wed, 9 Jan 2019 23:37:02 +0100 -Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Johannes Löthberg - contrib/halog/Makefile| 2 +- - contrib/ip6range/Makefile | 2 +- - contrib/iprange/Makefile | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile -index 5e687c09..2474409a 100644 a/contrib/halog/Makefile -+++ b/contrib/halog/Makefile -@@ -16,7 +16,7 @@ DEFINE = - OBJS = halog - - halog: halog.c fgets2.c -- $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^ -+ $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^ - - clean: - rm -f $(OBJS) *.[oas] -diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile -index 55849b6d..1276b97d 100644 a/contrib/ip6range/Makefile -+++ b/contrib/ip6range/Makefile -@@ -7,7 +7,7 @@ OBJS = ip6range - all: $(OBJS) - - %: %.c -- $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^ -+ $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^ - - clean: - rm -f $(OBJS) *.o *.a *~ -diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile -index b3c72eda..e92baf3d 100644 a/contrib/iprange/Makefile -+++ b/contrib/iprange/Makefile -@@ -7,7 +7,7 @@ OBJS = iprange - all: $(OBJS) - - %: %.c -- $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^ -+ $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^ - - clean: - rm -f $(OBJS) *.o *.a *~ --- -2.20.1 - Copied: haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch (from rev 512017, haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch) === --- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch (rev 0) +++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-09-28 19:01:48 UTC (rev 512018) @@ -0,0 +1,57 @@ +From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= +Date: Wed, 9 Jan 2019 23:37:02 +0100 +Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Johannes Löthberg +--- + contrib/halog/Makefile| 2 +- + contrib/ip6range/Makefile | 2 +- + contrib/iprange/Makefile | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile +index 5e687c09..2474409a 100644 +--- a/contrib/halog/Makefile b/contrib/halog/Makefile +@@
[arch-commits] Commit in haproxy/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 19:01:33 Author: eworm Revision: 512017 upgpkg: haproxy 2.0.7-1 new upstream release Modified: haproxy/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 17:31:02 UTC (rev 512016) +++ PKGBUILD2019-09-28 19:01:33 UTC (rev 512017) @@ -2,7 +2,7 @@ # Contributor: Bartłomiej Piotrowski pkgname=haproxy -pkgver=2.0.5 +pkgver=2.0.7 pkgrel=1 pkgdesc='Reliable, high performance TCP/HTTP load balancer' @@ -21,7 +21,7 @@ haproxy.sysusers 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch) -md5sums=('497c716adf4b056484601a887f34d152' +md5sums=('1db3d8bedb3482ffd3a930e24e414b55' '27941f31d25d5629f4bdef6bc4b2555a' '2f00e81ee2f3f6e51a0cd9acc6f3ff3e' '5343b0563c2e0e59110a84e2e611d94f')
[arch-commits] Commit in rust/trunk (config.toml)
Date: Saturday, September 28, 2019 @ 18:30:58 Author: demize Revision: 363513 Set codegen-units-std=1 to prevent LLVM crashes during cross-language LTO Modified: rust/trunk/config.toml -+ config.toml |6 ++ 1 file changed, 6 insertions(+) Modified: config.toml === --- config.toml 2019-09-28 14:25:21 UTC (rev 363512) +++ config.toml 2019-09-28 18:30:58 UTC (rev 363513) @@ -15,6 +15,12 @@ prefix = "/usr" [rust] +# LLVM crashes when passing an object through ThinLTO twice. This is triggered when using rust +# code in cross-language LTO if libstd was built using ThinLTO. +# http://blog.llvm.org/2019/09/closing-gap-cross-language-lto-between.html +# https://github.com/rust-lang/rust/issues/54872 +codegen-units-std = 1 + debuginfo-level = 2 channel = "stable"
[arch-commits] Commit in python-keyutils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 17:31:02 Author: foxboron Revision: 512016 archrelease: copy trunk to community-x86_64 Added: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 512015, python-keyutils/trunk/PKGBUILD) Deleted: python-keyutils/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:25:28 UTC (rev 512015) +++ PKGBUILD2019-09-28 17:31:02 UTC (rev 512016) @@ -1,26 +0,0 @@ -# Maintainer: Morten Linderud -# Contibutor: Pierre Neidhardt - -pkgname=python-keyutils -pkgver=0.6 -pkgrel=2 -pkgdesc="A set of python bindings for keyutils" -arch=("x86_64") -url="https://github.com/sassoftware/python-keyutils"; -license=("Apache") -# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) -depends=("python" "keyutils") -makedepends=("python" "python-setuptools" "python-pytest-runner") -checkdepends=("python-pytest") -source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) -sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') - -build(){ - cd "$pkgname-$pkgver" - python setup.py build -} - -package(){ - cd "$pkgname-$pkgver" - python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build -} Copied: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 512015, python-keyutils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 17:31:02 UTC (rev 512016) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contibutor: Pierre Neidhardt + +pkgname=python-keyutils +pkgver=0.6 +pkgrel=2 +pkgdesc="A set of python bindings for keyutils" +arch=("x86_64") +url="https://github.com/sassoftware/python-keyutils"; +license=("Apache") +# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") +source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) +sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') + +build(){ + cd "$pkgname-$pkgver" + python setup.py build +} + +package(){ + cd "$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build +}
[arch-commits] Commit in minicom/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:25:28 Author: foxboron Revision: 512015 archrelease: copy trunk to community-x86_64 Added: minicom/repos/community-x86_64/PKGBUILD (from rev 512014, minicom/trunk/PKGBUILD) Deleted: minicom/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 67 ++--- 1 file changed, 33 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:25:21 UTC (rev 512014) +++ PKGBUILD2019-09-28 15:25:28 UTC (rev 512015) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Morten Linderud -# Contributor: Giovanni Scafora -# Contributor: dorphell -# Contributor: Tom Newsom -# Contributor: Denis Tikhomirov - -pkgname=minicom -pkgver=2.7.1 -pkgrel=2 -pkgdesc="A serial communication program" -arch=('x86_64') -url="http://alioth.debian.org/projects/minicom/"; -license=('GPL') -depends=('bash') -optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols') -backup=('etc/minirc.dfl') -source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz";) -sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1') - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr \ - --sysconfdir=/etc - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}/" install - install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl -} Copied: minicom/repos/community-x86_64/PKGBUILD (from rev 512014, minicom/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 15:25:28 UTC (rev 512015) @@ -0,0 +1,33 @@ +# Maintainer: Morten Linderud +# Contributor: Giovanni Scafora +# Contributor: dorphell +# Contributor: Tom Newsom +# Contributor: Denis Tikhomirov + +pkgname=minicom +pkgver=2.7.1 +pkgrel=3 +pkgdesc="A serial communication program" +arch=('x86_64') +url="http://alioth.debian.org/projects/minicom/"; +license=('GPL') +depends=('bash') +optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols') +backup=('etc/minirc.dfl') +source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz";) +sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1') + +build() { + cd "${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sysconfdir=/etc + make +} + +package() { + cd "${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}/" install + install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl +}
[arch-commits] Commit in minicom/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:25:21 Author: foxboron Revision: 512014 upgpkg: minicom 2.7.1-3 Modified: minicom/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 15:16:06 UTC (rev 512013) +++ PKGBUILD2019-09-28 15:25:21 UTC (rev 512014) @@ -6,7 +6,7 @@ pkgname=minicom pkgver=2.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="A serial communication program" arch=('x86_64') url="http://alioth.debian.org/projects/minicom/"; @@ -18,7 +18,7 @@ sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1') build() { - cd ${pkgname}-${pkgver} + cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc @@ -26,7 +26,7 @@ } package() { - cd ${pkgname}-${pkgver} + cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" install install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
[arch-commits] Commit in python-pyaes/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:15:58 Author: foxboron Revision: 512012 upgpkg: python-pyaes 1.6.1-3 Modified: python-pyaes/trunk/PKGBUILD --+ PKGBUILD | 30 ++ 1 file changed, 6 insertions(+), 24 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 15:11:24 UTC (rev 512011) +++ PKGBUILD2019-09-28 15:15:58 UTC (rev 512012) @@ -1,45 +1,27 @@ -# Maintainer: Timothy Redaelli +# Maintainer: Morten Linderud +# Contributor: Timothy Redaelli # Contributor: Andy Weidenbaum -pkgbase=python-pyaes -pkgname=('python-pyaes' 'python2-pyaes') +pkgname=python-pyaes _pipname=pyaes pkgver=1.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation" arch=('any') -makedepends=('python2-setuptools' 'python-setuptools') +depends=('python') +makedepends=('python-setuptools') url="https://github.com/ricmoo/pyaes"; license=('MIT') source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f') - -prepare() { - cp -R $_pipname-$pkgver python2-$_pipname-$pkgver -} - build() { cd "$_pipname-$pkgver" python setup.py build - - cd "../python2-$_pipname-$pkgver" - python2 setup.py build } - package_python-pyaes() { - depends=('python') cd $_pipname-$pkgver python setup.py install --root="$pkgdir/" --optimize=1 - install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt } - -package_python2-pyaes() { - depends=('python2') - cd "python2-$_pipname-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 - - install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt -}
[arch-commits] Commit in python-pyaes/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:16:06 Author: foxboron Revision: 512013 archrelease: copy trunk to community-any Added: python-pyaes/repos/community-any/PKGBUILD (from rev 512012, python-pyaes/trunk/PKGBUILD) Deleted: python-pyaes/repos/community-any/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 27 insertions(+), 46 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:15:58 UTC (rev 512012) +++ PKGBUILD2019-09-28 15:16:06 UTC (rev 512013) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Timothy Redaelli -# Contributor: Andy Weidenbaum - -pkgbase=python-pyaes -pkgname=('python-pyaes' 'python2-pyaes') -_pipname=pyaes -pkgver=1.6.1 -pkgrel=2 -pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation" -arch=('any') -makedepends=('python2-setuptools' 'python-setuptools') -url="https://github.com/ricmoo/pyaes"; -license=('MIT') -source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f') - - -prepare() { - cp -R $_pipname-$pkgver python2-$_pipname-$pkgver -} - -build() { - cd "$_pipname-$pkgver" - python setup.py build - - cd "../python2-$_pipname-$pkgver" - python2 setup.py build -} - - -package_python-pyaes() { - depends=('python') - cd $_pipname-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 - - install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt -} - -package_python2-pyaes() { - depends=('python2') - cd "python2-$_pipname-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 - - install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt -} Copied: python-pyaes/repos/community-any/PKGBUILD (from rev 512012, python-pyaes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 15:16:06 UTC (rev 512013) @@ -0,0 +1,27 @@ +# Maintainer: Morten Linderud +# Contributor: Timothy Redaelli +# Contributor: Andy Weidenbaum + +pkgname=python-pyaes +_pipname=pyaes +pkgver=1.6.1 +pkgrel=3 +pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation" +arch=('any') +depends=('python') +makedepends=('python-setuptools') +url="https://github.com/ricmoo/pyaes"; +license=('MIT') +source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) +sha256sums=('02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f') + +build() { + cd "$_pipname-$pkgver" + python setup.py build +} + +package_python-pyaes() { + cd $_pipname-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 + install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt +}
[arch-commits] Commit in python-psycopg2/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:11:17 Author: foxboron Revision: 512010 upgpkg: python-psycopg2 2.8.3-2 Modified: python-psycopg2/trunk/PKGBUILD --+ PKGBUILD | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 15:08:41 UTC (rev 512009) +++ PKGBUILD2019-09-28 15:11:17 UTC (rev 512010) @@ -4,16 +4,15 @@ # Contributor: Angel 'angvp' Velasquez # Contributor: Douglas Soares de Andrade -pkgbase=python-psycopg2 -pkgname=('python-psycopg2' 'python2-psycopg2') +pkgname=python-psycopg2 pkgver=2.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="A PostgreSQL database adapter for the Python programming language." arch=('x86_64') url="http://initd.org/psycopg/"; license=('LGPL3') -makedepends=('python2' 'python2-setuptools' - 'python' 'python-setuptools' 'postgresql-libs') +depends=('python' 'postgresql-libs') +makedepends=('python-setuptools' 'postgresql-libs') source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc}) validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE') sha512sums=('74268f6d05922c968d46ad62a49b4af54dc30463daa67cc0f32d5930c366596f9a1b2f368f2b38c8a9d45bfdcffb13be469a5cbf3911c62d163bea5c7a3ad928' @@ -22,19 +21,9 @@ cd "$srcdir/psycopg2-$pkgver" sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg python setup.py build - python2 setup.py build } -package_python-psycopg2() { - depends=('python' 'postgresql-libs') - +package() { cd "$srcdir/psycopg2-$pkgver" python setup.py install --root="$pkgdir" --optimize=1 --skip-build } - -package_python2-psycopg2() { - depends=('python2' 'postgresql-libs') - - cd "$srcdir/psycopg2-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build -}
[arch-commits] Commit in python-psycopg2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:11:24 Author: foxboron Revision: 512011 archrelease: copy trunk to community-x86_64 Added: python-psycopg2/repos/community-x86_64/PKGBUILD (from rev 512010, python-psycopg2/trunk/PKGBUILD) Deleted: python-psycopg2/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 69 + 1 file changed, 29 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:11:17 UTC (rev 512010) +++ PKGBUILD2019-09-28 15:11:24 UTC (rev 512011) @@ -1,40 +0,0 @@ -# Maintainer: Andrew Crerar -# Maintainer: Morten Linderud -# Contributor: Sergej Pupykin -# Contributor: Angel 'angvp' Velasquez -# Contributor: Douglas Soares de Andrade - -pkgbase=python-psycopg2 -pkgname=('python-psycopg2' 'python2-psycopg2') -pkgver=2.8.3 -pkgrel=1 -pkgdesc="A PostgreSQL database adapter for the Python programming language." -arch=('x86_64') -url="http://initd.org/psycopg/"; -license=('LGPL3') -makedepends=('python2' 'python2-setuptools' - 'python' 'python-setuptools' 'postgresql-libs') -source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc}) -validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE') -sha512sums=('74268f6d05922c968d46ad62a49b4af54dc30463daa67cc0f32d5930c366596f9a1b2f368f2b38c8a9d45bfdcffb13be469a5cbf3911c62d163bea5c7a3ad928' -'SKIP') -build(){ - cd "$srcdir/psycopg2-$pkgver" - sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg - python setup.py build - python2 setup.py build -} - -package_python-psycopg2() { - depends=('python' 'postgresql-libs') - - cd "$srcdir/psycopg2-$pkgver" - python setup.py install --root="$pkgdir" --optimize=1 --skip-build -} - -package_python2-psycopg2() { - depends=('python2' 'postgresql-libs') - - cd "$srcdir/psycopg2-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build -} Copied: python-psycopg2/repos/community-x86_64/PKGBUILD (from rev 512010, python-psycopg2/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 15:11:24 UTC (rev 512011) @@ -0,0 +1,29 @@ +# Maintainer: Andrew Crerar +# Maintainer: Morten Linderud +# Contributor: Sergej Pupykin +# Contributor: Angel 'angvp' Velasquez +# Contributor: Douglas Soares de Andrade + +pkgname=python-psycopg2 +pkgver=2.8.3 +pkgrel=2 +pkgdesc="A PostgreSQL database adapter for the Python programming language." +arch=('x86_64') +url="http://initd.org/psycopg/"; +license=('LGPL3') +depends=('python' 'postgresql-libs') +makedepends=('python-setuptools' 'postgresql-libs') +source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc}) +validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE') +sha512sums=('74268f6d05922c968d46ad62a49b4af54dc30463daa67cc0f32d5930c366596f9a1b2f368f2b38c8a9d45bfdcffb13be469a5cbf3911c62d163bea5c7a3ad928' +'SKIP') +build(){ + cd "$srcdir/psycopg2-$pkgver" + sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg + python setup.py build +} + +package() { + cd "$srcdir/psycopg2-$pkgver" + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +}
[arch-commits] Commit in python-pipenv/repos/community-any (4 files)
Date: Saturday, September 28, 2019 @ 15:08:41 Author: foxboron Revision: 512009 archrelease: copy trunk to community-any Added: python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch (from rev 512008, python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch) python-pipenv/repos/community-any/PKGBUILD (from rev 512008, python-pipenv/trunk/PKGBUILD) Deleted: python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch python-pipenv/repos/community-any/PKGBUILD -+ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch | 64 ++--- PKGBUILD| 121 -- 2 files changed, 81 insertions(+), 104 deletions(-) Deleted: 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch === --- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2019-09-28 15:08:32 UTC (rev 512008) +++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2019-09-28 15:08:41 UTC (rev 512009) @@ -1,32 +0,0 @@ -From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz -Date: Wed, 15 Aug 2018 22:37:12 -0400 -Subject: [PATCH] setup: don't setup_requires on things used to run development - tasks - -It's not actually needed for setup.py, and is only used for: -- `invoke release.bump-version` -- `invoke release.tag-version` - -Including it in setup_requires is just something which ends up being -downloaded from PyPI as an egg, when doing possibly offline distro -packaging. - setup.py | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 7c87a2d6..179359f0 100644 a/setup.py -+++ b/setup.py -@@ -130,7 +130,6 @@ setup( - ], - }, - python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", --setup_requires=["invoke", "parver"], - install_requires=required, - extras_require={}, - include_package_data=True, --- -2.18.0 - Copied: python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch (from rev 512008, python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch) === --- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch (rev 0) +++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2019-09-28 15:08:41 UTC (rev 512009) @@ -0,0 +1,32 @@ +From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001 +From: Eli Schwartz +Date: Wed, 15 Aug 2018 22:37:12 -0400 +Subject: [PATCH] setup: don't setup_requires on things used to run development + tasks + +It's not actually needed for setup.py, and is only used for: +- `invoke release.bump-version` +- `invoke release.tag-version` + +Including it in setup_requires is just something which ends up being +downloaded from PyPI as an egg, when doing possibly offline distro +packaging. +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 7c87a2d6..179359f0 100644 +--- a/setup.py b/setup.py +@@ -130,7 +130,6 @@ setup( + ], + }, + python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", +-setup_requires=["invoke", "parver"], + install_requires=required, + extras_require={}, + include_package_data=True, +-- +2.18.0 + Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:08:32 UTC (rev 512008) +++ PKGBUILD2019-09-28 15:08:41 UTC (rev 512009) @@ -1,72 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Maikel Wever - -pkgbase=python-pipenv -pkgname=(python-pipenv python2-pipenv) -pkgver=2018.11.26 -pkgrel=1 -pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." -url="https://docs.pipenv.org"; -arch=('any') -license=('MIT') -makedepends=('python-setuptools' - 'python2-setuptools') -#checkdepends=('python-pytest' 'python-pytest-runner' -#'python-pip' 'python-certifi' 'python-virtualenv' -#'python-virtualenv-clone' 'python-strict-rfc3339' -#'python-pytz' 'python-flaky' 'python-mock' -#'python2-pytest' 'python2-pytest-runner') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz"; -"0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch") -sha256sums=('b095395fa6763329fec54c8f6df38c35a39ec3b8b316a4418829e44d50cbc631' -'878fd681571afe7e9664fcb06828f41e999d33dc31ae3b11cfbd93475fe8516d') - -prepare() { - patch -p1 -d pipenv-$pkgver < 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch - cp -a pipenv-$pkgver{,-py2} -} - -build(){ - cd "$srcdir/pipenv-$pkgver" - python set
[arch-commits] Commit in python-pipenv/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:08:32 Author: foxboron Revision: 512008 upgpkg: python-pipenv 2018.11.26-2 Removed python2 Modified: python-pipenv/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 5 insertions(+), 28 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 15:05:13 UTC (rev 512007) +++ PKGBUILD2019-09-28 15:08:32 UTC (rev 512008) @@ -1,16 +1,16 @@ # Maintainer: Morten Linderud # Contributor: Maikel Wever -pkgbase=python-pipenv -pkgname=(python-pipenv python2-pipenv) +pkgname=python-pipenv pkgver=2018.11.26 -pkgrel=1 +pkgrel=2 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://docs.pipenv.org"; arch=('any') license=('MIT') -makedepends=('python-setuptools' - 'python2-setuptools') +depends=('python' 'python-pip' 'python-pew' 'python-virtualenv' +'python-virtualenv-clone' 'python-certifi') +makedepends=('python-setuptools') #checkdepends=('python-pytest' 'python-pytest-runner' #'python-pip' 'python-certifi' 'python-virtualenv' #'python-virtualenv-clone' 'python-strict-rfc3339' @@ -23,15 +23,11 @@ prepare() { patch -p1 -d pipenv-$pkgver < 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch - cp -a pipenv-$pkgver{,-py2} } build(){ cd "$srcdir/pipenv-$pkgver" python setup.py build - - cd "$srcdir/pipenv-$pkgver-py2" - python2 setup.py build } #check(){ @@ -42,26 +38,7 @@ # python2 setup.py pytest #} -package_python2-pipenv() { - depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv' - 'python2-virtualenv-clone' 'python2-ordereddict' - 'python2-setuptools' 'python2-certifi' 'python2-pyopenssl' - 'python2-cryptography' 'python2-idna') - cd "pipenv-$pkgver-py2" - python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build - install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2" - mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2" - - PIPENV_SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/pipenv2" - PIPENV_SHELL=zsh python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2" - PIPENV_SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish" -} - package_python-pipenv() { - depends=('python' 'python-pip' 'python-pew' 'python-virtualenv' - 'python-setuptools' 'python-virtualenv-clone' 'python-certifi') cd "pipenv-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 --skip-build install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
[arch-commits] Commit in python-nltk/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:05:13 Author: foxboron Revision: 512007 archrelease: copy trunk to community-any Added: python-nltk/repos/community-any/PKGBUILD (from rev 512006, python-nltk/trunk/PKGBUILD) Deleted: python-nltk/repos/community-any/PKGBUILD --+ PKGBUILD | 79 ++--- 1 file changed, 34 insertions(+), 45 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 15:05:05 UTC (rev 512006) +++ PKGBUILD2019-09-28 15:05:13 UTC (rev 512007) @@ -1,45 +0,0 @@ -# Maintainer: Alexander F Rødseth -# Contributor: Thomas Dziedzic -# Contributor: Chris Baker - -pkgbase=python-nltk -pkgname=('python2-nltk' 'python-nltk') -pkgver=3.4 -pkgrel=1 -pkgdesc='Natural language processing in Python' -arch=('any') -url='http://www.nltk.org/' -license=('APACHE') -makedepends=('python-setuptools' 'python2-setuptools') -source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";) -md5sums=('a8e1f6dcb14463eaa6b50f30a3b88c5e') - -prepare() { - cp -r nltk-$pkgver nltk-py2-$pkgver - # python 2 fix - cd nltk-py2-$pkgver - find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} + -} - -build() { - (cd nltk-$pkgver; python setup.py build) - (cd nltk-py2-$pkgver; python2 setup.py build) -} - -package_python-nltk() { - optdepends=('nltk-data: test data' - 'python-numpy: used for calculations' - 'python-matplotlib: used for plotting') - depends=('python-yaml') - - (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1) -} - -package_python2-nltk() { - optdepends=('nltk-data: test data' - 'python2-numpy: used for calculations' - 'python2-matplotlib: used for plotting') - depends=('python2-yaml') - - (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1) -} Copied: python-nltk/repos/community-any/PKGBUILD (from rev 512006, python-nltk/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 15:05:13 UTC (rev 512007) @@ -0,0 +1,34 @@ +# Maintainer: Alexander F Rødseth +# Contributor: Thomas Dziedzic +# Contributor: Chris Baker + +pkgname=python-nltk +pkgver=3.4.5 +pkgrel=1 +pkgdesc='Natural language processing in Python' +arch=('any') +url='https://www.nltk.org/' +license=('APACHE') +depends=('python-yaml') +makedepends=('python-setuptools') +checkdepends=('python-nose' 'nltk-data' 'python-requests') +optdepends=('nltk-data: test data' + 'python-numpy: used for calculations' + 'python-matplotlib: used for plotting') +source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";) +sha256sums=('fd26dcebe3a6fd24ea317d83729fc676f263751ced41b78f680f9b19d8c24cb4') + +build() { + cd nltk-$pkgver + python setup.py build +} + +# check(){ +# cd nltk-$pkgver +# python ./nltk/test/runtests.py +# } + +package() { + cd nltk-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +}
[arch-commits] Commit in python-nltk/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 15:05:05 Author: foxboron Revision: 512006 upgpkg: python-nltk 3.4.5-1 Modified: python-nltk/trunk/PKGBUILD --+ PKGBUILD | 49 +++-- 1 file changed, 19 insertions(+), 30 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:56:43 UTC (rev 512005) +++ PKGBUILD2019-09-28 15:05:05 UTC (rev 512006) @@ -2,44 +2,33 @@ # Contributor: Thomas Dziedzic # Contributor: Chris Baker -pkgbase=python-nltk -pkgname=('python2-nltk' 'python-nltk') -pkgver=3.4 +pkgname=python-nltk +pkgver=3.4.5 pkgrel=1 pkgdesc='Natural language processing in Python' arch=('any') url='https://www.nltk.org/' license=('APACHE') -makedepends=('python-setuptools' 'python2-setuptools') -source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";) -md5sums=('a8e1f6dcb14463eaa6b50f30a3b88c5e') +depends=('python-yaml') +makedepends=('python-setuptools') +checkdepends=('python-nose' 'nltk-data' 'python-requests') +optdepends=('nltk-data: test data' + 'python-numpy: used for calculations' + 'python-matplotlib: used for plotting') +source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";) +sha256sums=('fd26dcebe3a6fd24ea317d83729fc676f263751ced41b78f680f9b19d8c24cb4') -prepare() { - cp -r nltk-$pkgver nltk-py2-$pkgver - # python 2 fix - cd nltk-py2-$pkgver - find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} + -} - build() { - (cd nltk-$pkgver; python setup.py build) - (cd nltk-py2-$pkgver; python2 setup.py build) + cd nltk-$pkgver + python setup.py build } -package_python-nltk() { - optdepends=('nltk-data: test data' - 'python-numpy: used for calculations' - 'python-matplotlib: used for plotting') - depends=('python-yaml') +# check(){ +# cd nltk-$pkgver +# python ./nltk/test/runtests.py +# } - (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1) +package() { + cd nltk-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 --skip-build } - -package_python2-nltk() { - optdepends=('nltk-data: test data' - 'python2-numpy: used for calculations' - 'python2-matplotlib: used for plotting') - depends=('python2-yaml') - - (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1) -}
[arch-commits] Commit in python-keyutils/repos (community-any)
Date: Saturday, September 28, 2019 @ 14:56:43 Author: foxboron Revision: 512005 Removed community-any for python-keyutils Deleted: python-keyutils/repos/community-any/
[arch-commits] Commit in python-keyutils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:56:40 Author: foxboron Revision: 512004 archrelease: copy trunk to community-x86_64 Added: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 512003, python-keyutils/trunk/PKGBUILD) Deleted: python-keyutils/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:55:25 UTC (rev 512003) +++ PKGBUILD2019-09-28 14:56:40 UTC (rev 512004) @@ -1,26 +0,0 @@ -# Maintainer: Morten Linderud -# Contibutor: Pierre Neidhardt - -pkgname=python-keyutils -pkgver=0.6 -pkgrel=2 -pkgdesc="A set of python bindings for keyutils" -arch=("x86_64") -url="https://github.com/sassoftware/python-keyutils"; -license=("Apache") -# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) -depends=("python" "keyutils") -makedepends=("python" "python-setuptools" "python-pytest-runner") -checkdepends=("python-pytest") -source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) -sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') - -build(){ - cd "$pkgname-$pkgver" - python setup.py build -} - -package(){ - cd "$pkgname-$pkgver" - python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build -} Copied: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 512003, python-keyutils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:56:40 UTC (rev 512004) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contibutor: Pierre Neidhardt + +pkgname=python-keyutils +pkgver=0.6 +pkgrel=2 +pkgdesc="A set of python bindings for keyutils" +arch=("x86_64") +url="https://github.com/sassoftware/python-keyutils"; +license=("Apache") +# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") +source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) +sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') + +build(){ + cd "$pkgname-$pkgver" + python setup.py build +} + +package(){ + cd "$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build +}
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:55:25 Author: foxboron Revision: 512003 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512002, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:54:02 UTC (rev 512002) +++ PKGBUILD2019-09-28 14:55:25 UTC (rev 512003) @@ -1,32 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgname=python-docker-pycreds -pkgver=0.4.0 -pkgrel=3 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -depends=('python-six') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build -} - -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest -} - -package() { - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512002, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:55:25 UTC (rev 512003) @@ -0,0 +1,32 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=3 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package() { + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:54:02 Author: foxboron Revision: 512002 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512001, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:51:04 UTC (rev 512001) +++ PKGBUILD2019-09-28 14:54:02 UTC (rev 512002) @@ -1,32 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgname=python-docker-pycreds -pkgver=0.4.0 -pkgrel=3 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -depends=('python-six') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build -} - -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest -} - -package() { - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512001, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:54:02 UTC (rev 512002) @@ -0,0 +1,32 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=3 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package() { + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-docker-pycreds/repos (2 files)
Date: Saturday, September 28, 2019 @ 14:51:04 Author: foxboron Revision: 512001 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/ python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512000, python-docker-pycreds/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 512000, python-docker-pycreds/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2019-09-28 14:51:04 UTC (rev 512001) @@ -0,0 +1,32 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=3 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package() { + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keyutils/repos (2 files)
Date: Saturday, September 28, 2019 @ 14:50:24 Author: foxboron Revision: 512000 archrelease: copy trunk to community-x86_64 Added: python-keyutils/repos/community-x86_64/ python-keyutils/repos/community-x86_64/PKGBUILD (from rev 511999, python-keyutils/trunk/PKGBUILD) --+ PKGBUILD | 26 ++ 1 file changed, 26 insertions(+) Copied: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 511999, python-keyutils/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2019-09-28 14:50:24 UTC (rev 512000) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contibutor: Pierre Neidhardt + +pkgname=python-keyutils +pkgver=0.6 +pkgrel=2 +pkgdesc="A set of python bindings for keyutils" +arch=("x86_64") +url="https://github.com/sassoftware/python-keyutils"; +license=("Apache") +# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") +source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) +sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') + +build(){ + cd "$pkgname-$pkgver" + python setup.py build +} + +package(){ + cd "$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build +}
[arch-commits] Commit in python-keyutils/repos (community-any community-any/PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:50:07 Author: foxboron Revision: 511999 archrelease: copy trunk to community-any Added: python-keyutils/repos/community-any/ python-keyutils/repos/community-any/PKGBUILD (from rev 511998, python-keyutils/trunk/PKGBUILD) --+ PKGBUILD | 26 ++ 1 file changed, 26 insertions(+) Copied: python-keyutils/repos/community-any/PKGBUILD (from rev 511998, python-keyutils/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2019-09-28 14:50:07 UTC (rev 511999) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contibutor: Pierre Neidhardt + +pkgname=python-keyutils +pkgver=0.6 +pkgrel=2 +pkgdesc="A set of python bindings for keyutils" +arch=("x86_64") +url="https://github.com/sassoftware/python-keyutils"; +license=("Apache") +# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") +source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) +sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') + +build(){ + cd "$pkgname-$pkgver" + python setup.py build +} + +package(){ + cd "$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build +}
[arch-commits] Commit in python-keyutils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:46:00 Author: foxboron Revision: 511996 archrelease: copy trunk to community-x86_64 Added: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 511995, python-keyutils/trunk/PKGBUILD) Deleted: python-keyutils/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 +++-- 1 file changed, 26 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:45:53 UTC (rev 511995) +++ PKGBUILD2019-09-28 14:46:00 UTC (rev 511996) @@ -1,42 +0,0 @@ -# Maintainer: Morten Linderud -# Contibutor: Pierre Neidhardt - -pkgbase=python-keyutils -pkgname=(python-keyutils python2-keyutils) -pkgver=0.6 -pkgrel=1 -pkgdesc="A set of python bindings for keyutils" -arch=("x86_64") -url="https://github.com/sassoftware/python-keyutils"; -license=("Apache") -# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) -makedepends=("python" "python-setuptools" "python-pytest-runner" -"python2" "python2-setuptools" "python2-pytest-runner") -checkdepends=("python-pytest" - "python2-pytest") -source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) -sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') - -prepare(){ - cp -r "$pkgname-$pkgver"{,-py2} -} - -build(){ - cd "$srcdir/$pkgname-$pkgver" - python setup.py build - - cd "$srcdir/$pkgname-$pkgver-py2" - python2 setup.py build -} - -package_python-keyutils() { - depends=("python" "keyutils") - cd "$pkgname-$pkgver" - python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build -} - -package_python2-keyutils() { - depends=("python2" "keyutils") - cd "$pkgbase-$pkgver-py2" - python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build -} Copied: python-keyutils/repos/community-x86_64/PKGBUILD (from rev 511995, python-keyutils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:46:00 UTC (rev 511996) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contibutor: Pierre Neidhardt + +pkgname=python-keyutils +pkgver=0.6 +pkgrel=2 +pkgdesc="A set of python bindings for keyutils" +arch=("x86_64") +url="https://github.com/sassoftware/python-keyutils"; +license=("Apache") +# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") +source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) +sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') + +build(){ + cd "$pkgname-$pkgver" + python setup.py build +} + +package(){ + cd "$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build +}
[arch-commits] Commit in python-keyutils/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:45:53 Author: foxboron Revision: 511995 upgpkg: python-keyutils 0.6-2 Modified: python-keyutils/trunk/PKGBUILD --+ PKGBUILD | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:44:03 UTC (rev 511994) +++ PKGBUILD2019-09-28 14:45:53 UTC (rev 511995) @@ -1,42 +1,26 @@ # Maintainer: Morten Linderud # Contibutor: Pierre Neidhardt -pkgbase=python-keyutils -pkgname=(python-keyutils python2-keyutils) +pkgname=python-keyutils pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc="A set of python bindings for keyutils" arch=("x86_64") url="https://github.com/sassoftware/python-keyutils"; license=("Apache") # python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream) -makedepends=("python" "python-setuptools" "python-pytest-runner" -"python2" "python2-setuptools" "python2-pytest-runner") -checkdepends=("python-pytest" - "python2-pytest") +depends=("python" "keyutils") +makedepends=("python" "python-setuptools" "python-pytest-runner") +checkdepends=("python-pytest") source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz";) sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b') -prepare(){ - cp -r "$pkgname-$pkgver"{,-py2} -} - build(){ - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" python setup.py build - - cd "$srcdir/$pkgname-$pkgver-py2" - python2 setup.py build } -package_python-keyutils() { - depends=("python" "keyutils") +package(){ cd "$pkgname-$pkgver" python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build } - -package_python2-keyutils() { - depends=("python2" "keyutils") - cd "$pkgbase-$pkgver-py2" - python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build -}
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:44:03 Author: foxboron Revision: 511994 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511993, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 66 + 1 file changed, 32 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:43:56 UTC (rev 511993) +++ PKGBUILD2019-09-28 14:44:03 UTC (rev 511994) @@ -1,34 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgname=python-docker-pycreds -pkgver=0.4.0 -pkgrel=2 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build - -} - -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest -} - -package_python-docker-pycreds() { - depends=('python-six') - - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511993, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:44:03 UTC (rev 511994) @@ -0,0 +1,32 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=3 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package() { + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-docker-pycreds/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:43:56 Author: foxboron Revision: 511993 upgpkg: python-docker-pycreds 0.4.0-3 Forgot to fix the package function Modified: python-docker-pycreds/trunk/PKGBUILD --+ PKGBUILD |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:42:52 UTC (rev 511992) +++ PKGBUILD2019-09-28 14:43:56 UTC (rev 511993) @@ -5,11 +5,12 @@ pkgname=python-docker-pycreds pkgver=0.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for the docker credentials store API" arch=('any') license=('Apache') url="https://github.com/shin-/dockerpy-creds"; +depends=('python-six') makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) @@ -18,7 +19,6 @@ build() { cd "$srcdir"/dockerpy-creds-$pkgver python setup.py build - } check_disabled() { @@ -26,9 +26,7 @@ python setup.py pytest } -package_python-docker-pycreds() { - depends=('python-six') - +package() { cd dockerpy-creds-$pkgver python setup.py install --root="$pkgdir" --optimize=1 }
[arch-commits] Commit in python-jsonrpclib-pelix/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:42:45 Author: foxboron Revision: 511991 upgpkg: python-jsonrpclib-pelix 0.4.0-2 Modified: python-jsonrpclib-pelix/trunk/PKGBUILD --+ PKGBUILD | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:40:23 UTC (rev 511990) +++ PKGBUILD2019-09-28 14:42:45 UTC (rev 511991) @@ -1,12 +1,12 @@ # Maintainer: Morten Linderud # Contributor: Andy Weidenbaum -pkgbase=python-jsonrpclib-pelix -pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix) +pkgname=python-jsonrpclib-pelix pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax" arch=(any) +depends=(python) makedepends=(python-setuptools python2-setuptools) url="https://github.com/tcalmant/jsonrpclib"; license=('Apache') @@ -13,31 +13,12 @@ source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz) sha256sums=('19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de') -prepare() { - cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2 - cd jsonrpclib-pelix-$pkgver-py2 - find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 's|/usr/bin/env python|/usr/bin/env python2|' -i -} - build() { cd jsonrpclib-pelix-$pkgver python setup.py build - - cd ../jsonrpclib-pelix-$pkgver-py2 - python2 setup.py build } -package_python-jsonrpclib-pelix() { - depends=(python) - conflicts=(python-jsonrpclib) +package() { cd jsonrpclib-pelix-$pkgver python setup.py install --root="$pkgdir" --optimize=1 } - -package_python2-jsonrpclib-pelix() { - depends=(python2) - conflicts=(python2-jsonrpclib) - cd jsonrpclib-pelix-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} -
[arch-commits] Commit in python-jsonrpclib-pelix/repos/community-any (2 files)
Date: Saturday, September 28, 2019 @ 14:42:52 Author: foxboron Revision: 511992 archrelease: copy trunk to community-any Added: python-jsonrpclib-pelix/repos/community-any/PKGBUILD (from rev 511991, python-jsonrpclib-pelix/trunk/PKGBUILD) Deleted: python-jsonrpclib-pelix/repos/community-any/PKGBUILD --+ PKGBUILD | 67 + 1 file changed, 24 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:42:45 UTC (rev 511991) +++ PKGBUILD2019-09-28 14:42:52 UTC (rev 511992) @@ -1,43 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Andy Weidenbaum - -pkgbase=python-jsonrpclib-pelix -pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix) -pkgver=0.4.0 -pkgrel=1 -pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax" -arch=(any) -makedepends=(python-setuptools python2-setuptools) -url="https://github.com/tcalmant/jsonrpclib"; -license=('Apache') -source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz) -sha256sums=('19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de') - -prepare() { - cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2 - cd jsonrpclib-pelix-$pkgver-py2 - find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 's|/usr/bin/env python|/usr/bin/env python2|' -i -} - -build() { - cd jsonrpclib-pelix-$pkgver - python setup.py build - - cd ../jsonrpclib-pelix-$pkgver-py2 - python2 setup.py build -} - -package_python-jsonrpclib-pelix() { - depends=(python) - conflicts=(python-jsonrpclib) - cd jsonrpclib-pelix-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-jsonrpclib-pelix() { - depends=(python2) - conflicts=(python2-jsonrpclib) - cd jsonrpclib-pelix-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - Copied: python-jsonrpclib-pelix/repos/community-any/PKGBUILD (from rev 511991, python-jsonrpclib-pelix/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:42:52 UTC (rev 511992) @@ -0,0 +1,24 @@ +# Maintainer: Morten Linderud +# Contributor: Andy Weidenbaum + +pkgname=python-jsonrpclib-pelix +pkgver=0.4.0 +pkgrel=2 +pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax" +arch=(any) +depends=(python) +makedepends=(python-setuptools python2-setuptools) +url="https://github.com/tcalmant/jsonrpclib"; +license=('Apache') +source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz) +sha256sums=('19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de') + +build() { + cd jsonrpclib-pelix-$pkgver + python setup.py build +} + +package() { + cd jsonrpclib-pelix-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-docker-pycreds/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:40:15 Author: foxboron Revision: 511989 upgpkg: python-docker-pycreds 0.4.0-2 Modified: python-docker-pycreds/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:38:19 UTC (rev 511988) +++ PKGBUILD2019-09-28 14:40:15 UTC (rev 511989) @@ -5,7 +5,7 @@ pkgname=python-docker-pycreds pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for the docker credentials store API" arch=('any') license=('Apache')
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:40:23 Author: foxboron Revision: 511990 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511989, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:40:15 UTC (rev 511989) +++ PKGBUILD2019-09-28 14:40:23 UTC (rev 511990) @@ -1,34 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgname=python-docker-pycreds -pkgver=0.4.0 -pkgrel=1 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build - -} - -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest -} - -package_python-docker-pycreds() { - depends=('python-six') - - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511989, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:40:23 UTC (rev 511990) @@ -0,0 +1,34 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=2 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build + +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package_python-docker-pycreds() { + depends=('python-six') + + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-docker-pycreds/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:38:11 Author: foxboron Revision: 511987 upgpkg: python-docker-pycreds 0.4.0-1 Modified: python-docker-pycreds/trunk/PKGBUILD --+ PKGBUILD | 29 - 1 file changed, 4 insertions(+), 25 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:35:49 UTC (rev 511986) +++ PKGBUILD2019-09-28 14:38:11 UTC (rev 511987) @@ -3,8 +3,7 @@ # Contributor: Hideaki Takahashi # Contributor: Vincent Demeester -pkgbase=python-docker-pycreds -pkgname=(python-docker-pycreds python2-docker-pycreds) +pkgname=python-docker-pycreds pkgver=0.4.0 pkgrel=1 pkgdesc="Python bindings for the docker credentials store API" @@ -11,33 +10,20 @@ arch=('any') license=('Apache') url="https://github.com/shin-/dockerpy-creds"; -makedepends=('python-setuptools' 'python2-setuptools' 'git') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' - 'python-pytest-cov' 'python2-pytest-cov') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') -prepare() { - sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt - - cp -a dockerpy-creds-$pkgver{,-py2} -} - build() { cd "$srcdir"/dockerpy-creds-$pkgver python setup.py build - cd "$srcdir"/dockerpy-creds-$pkgver-py2 - python2 setup.py build } -# We don't have docker-credential-secretservice check_disabled() { cd "$srcdir"/dockerpy-creds-$pkgver python setup.py pytest - - cd "$srcdir"/dockerpy-creds-$pkgver-py2 - python2 setup.py pytest } package_python-docker-pycreds() { @@ -46,10 +32,3 @@ cd dockerpy-creds-$pkgver python setup.py install --root="$pkgdir" --optimize=1 } - -package_python2-docker-pycreds() { - depends=('python2-six') - - cd dockerpy-creds-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -}
[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:38:19 Author: foxboron Revision: 511988 archrelease: copy trunk to community-any Added: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511987, python-docker-pycreds/trunk/PKGBUILD) Deleted: python-docker-pycreds/repos/community-any/PKGBUILD --+ PKGBUILD | 89 +++-- 1 file changed, 34 insertions(+), 55 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:38:11 UTC (rev 511987) +++ PKGBUILD2019-09-28 14:38:19 UTC (rev 511988) @@ -1,55 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester - -pkgbase=python-docker-pycreds -pkgname=(python-docker-pycreds python2-docker-pycreds) -pkgver=0.4.0 -pkgrel=1 -pkgdesc="Python bindings for the docker credentials store API" -arch=('any') -license=('Apache') -url="https://github.com/shin-/dockerpy-creds"; -makedepends=('python-setuptools' 'python2-setuptools' 'git') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' - 'python-pytest-cov' 'python2-pytest-cov') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) -sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') - -prepare() { - sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt - - cp -a dockerpy-creds-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py build - - cd "$srcdir"/dockerpy-creds-$pkgver-py2 - python2 setup.py build -} - -# We don't have docker-credential-secretservice -check_disabled() { - cd "$srcdir"/dockerpy-creds-$pkgver - python setup.py pytest - - cd "$srcdir"/dockerpy-creds-$pkgver-py2 - python2 setup.py pytest -} - -package_python-docker-pycreds() { - depends=('python-six') - - cd dockerpy-creds-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-docker-pycreds() { - depends=('python2-six') - - cd dockerpy-creds-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 511987, python-docker-pycreds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:38:19 UTC (rev 511988) @@ -0,0 +1,34 @@ +# Maintainer: Andrew Crerar +# Contributor: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester + +pkgname=python-docker-pycreds +pkgver=0.4.0 +pkgrel=1 +pkgdesc="Python bindings for the docker credentials store API" +arch=('any') +license=('Apache') +url="https://github.com/shin-/dockerpy-creds"; +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";) +sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c') + +build() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py build + +} + +check_disabled() { + cd "$srcdir"/dockerpy-creds-$pkgver + python setup.py pytest +} + +package_python-docker-pycreds() { + depends=('python-six') + + cd dockerpy-creds-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-sqlobject/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:35:49 Author: foxboron Revision: 511986 archrelease: copy trunk to community-any Added: python-sqlobject/repos/community-any/PKGBUILD (from rev 511985, python-sqlobject/trunk/PKGBUILD) Deleted: python-sqlobject/repos/community-any/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:35:42 UTC (rev 511985) +++ PKGBUILD2019-09-28 14:35:49 UTC (rev 511986) @@ -1,41 +0,0 @@ -# Maintainer: Morten Linderud - -pkgbase=python-sqlobject -pkgname=(python-sqlobject python2-sqlobject) -pkgver=3.7.0 -pkgrel=2 -pkgdesc="SQLObject, an object-relational mapper for Python" -url="http://sqlobject.org/"; -arch=('any') -license=('LGPL-2.1') -makedepends=('python' 'python-setuptools' - 'python2' 'python2-setuptools') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";) -sha256sums=('7bf45d866d668db5931af245e8012e6e8472b56874c0d096abd603ddb45023d7') - -prepare() { - cp -a sqlobject-$pkgver{,-py2} -} - -build(){ - cd "$srcdir/sqlobject-$pkgver" - python setup.py build - - cd "$srcdir/sqlobject-$pkgver-py2" - python2 setup.py build -} - -package_python2-sqlobject() { - depends=('python2' 'python2-formencode' 'python2-pydispatcher') - cd "sqlobject-$pkgver-py2" - python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build - mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2" - mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" "${pkgdir}/usr/bin/sqlobject-convertOldURI2" -} - -package_python-sqlobject() { - depends=('python' 'python-pydispatcher') - cd "sqlobject-$pkgver" - python setup.py install --root="$pkgdir/" --optimize=1 --skip-build -} - Copied: python-sqlobject/repos/community-any/PKGBUILD (from rev 511985, python-sqlobject/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:35:49 UTC (rev 511986) @@ -0,0 +1,41 @@ +# Maintainer: Morten Linderud + +pkgbase=python-sqlobject +pkgname=(python-sqlobject python2-sqlobject) +pkgver=3.7.3 +pkgrel=1 +pkgdesc="SQLObject, an object-relational mapper for Python" +url="http://sqlobject.org/"; +arch=('any') +license=('LGPL-2.1') +makedepends=('python' 'python-setuptools' + 'python2' 'python2-setuptools') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";) +sha256sums=('cafa5b8a81da5eb85201a566803d42a78a081c54885fdac2652afa8b0148161b') + +prepare() { + cp -a sqlobject-$pkgver{,-py2} +} + +build(){ + cd "$srcdir/sqlobject-$pkgver" + python setup.py build + + cd "$srcdir/sqlobject-$pkgver-py2" + python2 setup.py build +} + +package_python2-sqlobject() { + depends=('python2' 'python2-formencode' 'python2-pydispatcher') + cd "sqlobject-$pkgver-py2" + python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build + mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2" + mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" "${pkgdir}/usr/bin/sqlobject-convertOldURI2" +} + +package_python-sqlobject() { + depends=('python' 'python-pydispatcher') + cd "sqlobject-$pkgver" + python setup.py install --root="$pkgdir/" --optimize=1 --skip-build +} +
[arch-commits] Commit in python-sqlobject/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:35:42 Author: foxboron Revision: 511985 upgpkg: python-sqlobject 3.7.3-1 Modified: python-sqlobject/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:32:35 UTC (rev 511984) +++ PKGBUILD2019-09-28 14:35:42 UTC (rev 511985) @@ -2,8 +2,8 @@ pkgbase=python-sqlobject pkgname=(python-sqlobject python2-sqlobject) -pkgver=3.7.0 -pkgrel=2 +pkgver=3.7.3 +pkgrel=1 pkgdesc="SQLObject, an object-relational mapper for Python" url="http://sqlobject.org/"; arch=('any') @@ -11,7 +11,7 @@ makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";) -sha256sums=('7bf45d866d668db5931af245e8012e6e8472b56874c0d096abd603ddb45023d7') +sha256sums=('cafa5b8a81da5eb85201a566803d42a78a081c54885fdac2652afa8b0148161b') prepare() { cp -a sqlobject-$pkgver{,-py2}
[arch-commits] Commit in containerd/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:32:28 Author: foxboron Revision: 511983 upgpkg: containerd 1.3.0-1 Modified: containerd/trunk/PKGBUILD --+ PKGBUILD |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:12:42 UTC (rev 511982) +++ PKGBUILD2019-09-28 14:32:28 UTC (rev 511983) @@ -4,7 +4,7 @@ # Contributor: Iwan Timmer pkgname=containerd -pkgver=1.2.9 +pkgver=1.3.0 _commit=d50db0a42053864a270f648048f9a8b4f24eced3 pkgrel=1 pkgdesc='An open and reliable container runtime' @@ -14,7 +14,7 @@ arch=('x86_64') license=("Apache") source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";) -sha256sums=('2d31b4a878c52cddad3ba1f5460445d596a647b369c8d65bdda314c44be4f0be') +sha256sums=('a5115a680cc02ca6ce5680b7c3f2852006b2f556b35f88872eb20311a47cb4d1') prepare() { @@ -27,6 +27,8 @@ build() { export GOPATH="$srcdir" cd src/github.com/containerd/containerd + export CGO_LDFLAGS="$LDFLAGS" + export GOFLAGS="-trimpath" make VERSION=v$pkgver.m REVISION=$_commit.m }
[arch-commits] Commit in containerd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:32:35 Author: foxboron Revision: 511984 archrelease: copy trunk to community-x86_64 Added: containerd/repos/community-x86_64/PKGBUILD (from rev 511983, containerd/trunk/PKGBUILD) Deleted: containerd/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 88 +++-- 1 file changed, 45 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:32:28 UTC (rev 511983) +++ PKGBUILD2019-09-28 14:32:35 UTC (rev 511984) @@ -1,43 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Santiago Torres-Arias -# Contributor: Sébastien "Seblu" Luttringer -# Contributor: Iwan Timmer - -pkgname=containerd -pkgver=1.2.9 -_commit=d50db0a42053864a270f648048f9a8b4f24eced3 -pkgrel=1 -pkgdesc='An open and reliable container runtime' -url='https://containerd.io/' -depends=('runc') -makedepends=('go' 'git' 'btrfs-progs' 'libseccomp') -arch=('x86_64') -license=("Apache") -source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";) -sha256sums=('2d31b4a878c52cddad3ba1f5460445d596a647b369c8d65bdda314c44be4f0be') - - -prepare() { - mkdir -p src/github.com/containerd - ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd - # fix paths in service - sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname-$pkgver/containerd.service -} - -build() { - export GOPATH="$srcdir" - cd src/github.com/containerd/containerd - make VERSION=v$pkgver.m REVISION=$_commit.m -} - -check() { - cd src/github.com/containerd/containerd - make test -} - -package() { - export GOPATH="$srcdir" - cd src/github.com/containerd/containerd - make install DESTDIR="$pkgdir/usr" - install -Dm644 containerd.service "$pkgdir"/usr/lib/systemd/system/containerd.service -} Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 511983, containerd/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:32:35 UTC (rev 511984) @@ -0,0 +1,45 @@ +# Maintainer: Morten Linderud +# Maintainer: Santiago Torres-Arias +# Contributor: Sébastien "Seblu" Luttringer +# Contributor: Iwan Timmer + +pkgname=containerd +pkgver=1.3.0 +_commit=d50db0a42053864a270f648048f9a8b4f24eced3 +pkgrel=1 +pkgdesc='An open and reliable container runtime' +url='https://containerd.io/' +depends=('runc') +makedepends=('go' 'git' 'btrfs-progs' 'libseccomp') +arch=('x86_64') +license=("Apache") +source=("$pkgname-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz";) +sha256sums=('a5115a680cc02ca6ce5680b7c3f2852006b2f556b35f88872eb20311a47cb4d1') + + +prepare() { + mkdir -p src/github.com/containerd + ln -rTsf $pkgname-$pkgver src/github.com/containerd/containerd + # fix paths in service + sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname-$pkgver/containerd.service +} + +build() { + export GOPATH="$srcdir" + cd src/github.com/containerd/containerd + export CGO_LDFLAGS="$LDFLAGS" + export GOFLAGS="-trimpath" + make VERSION=v$pkgver.m REVISION=$_commit.m +} + +check() { + cd src/github.com/containerd/containerd + make test +} + +package() { + export GOPATH="$srcdir" + cd src/github.com/containerd/containerd + make install DESTDIR="$pkgdir/usr" + install -Dm644 containerd.service "$pkgdir"/usr/lib/systemd/system/containerd.service +}
[arch-commits] Commit in mutter/repos/testing-x86_64 (4 files)
Date: Saturday, September 28, 2019 @ 14:25:21 Author: heftig Revision: 363512 archrelease: copy trunk to testing-x86_64 Added: mutter/repos/testing-x86_64/PKGBUILD (from rev 363511, mutter/trunk/PKGBUILD) mutter/repos/testing-x86_64/mutter.install (from rev 363511, mutter/trunk/mutter.install) Deleted: mutter/repos/testing-x86_64/PKGBUILD mutter/repos/testing-x86_64/mutter.install + PKGBUILD | 111 +++ mutter.install | 14 +++--- 2 files changed, 63 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:25:06 UTC (rev 363511) +++ PKGBUILD2019-09-28 14:25:21 UTC (rev 363512) @@ -1,55 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Ionut Biru -# Contributor: Michael Kanis - -pkgname=mutter -pkgver=3.34.0+41+g437f6b3d5 -pkgrel=2 -pkgdesc="A window manager for GNOME" -url="https://gitlab.gnome.org/GNOME/mutter"; -arch=(x86_64) -license=(GPL) -depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra - startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 - gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland) -makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof) -checkdepends=(xorg-server-xvfb) -groups=(gnome) -install=mutter.install -_commit=437f6b3d59f2102f5974bfc430176725f2ed67c2 # master -source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - - # shadow framebuffer rendering is buggy - git revert -n 437f6b3d59f2102f5974bfc430176725f2ed67c2 -} - -build() { - arch-meson $pkgname build \ --D egl_device=true \ --D wayland_eglstream=true \ --D installed_tests=false - ninja -C build -} - -check() ( - mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}" - glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}" - export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR - - # Unexpected passes in conform test - # Stacking test flaky - dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs || : -) - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 363511, mutter/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:25:21 UTC (rev 363512) @@ -0,0 +1,56 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Ionut Biru +# Contributor: Michael Kanis + +pkgname=mutter +pkgver=3.34.0+41+g437f6b3d5 +pkgrel=3 +pkgdesc="A window manager for GNOME" +url="https://gitlab.gnome.org/GNOME/mutter"; +arch=(x86_64) +license=(GPL) +depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra + startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 + gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland) +makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof) +checkdepends=(xorg-server-xvfb) +groups=(gnome) +install=mutter.install +_commit=437f6b3d59f2102f5974bfc430176725f2ed67c2 # master +source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + + # shadow framebuffer rendering is buggy + git revert -n 437f6b3d59f2102f5974bfc430176725f2ed67c2 + git revert -n 05e1a6c2ca3cd6222590033e5978a9d9f6d22526 +} + +build() { + arch-meson $pkgname build \ +-D egl_device=true \ +-D wayland_eglstream=true \ +-D installed_tests=false + ninja -C build +} + +check() ( + mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}" + glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}" + export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR + + # Unexpected passes in conform test + # Stacking test flaky + dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs || : +) + +package() { + DESTDIR="$pkgdir" meson install -C build +} Deleted: mutter.install === --- mutter.install 2019-09-28 14:25:06 UTC (rev 363511) +++ mutter.install 2019-09-28 14:25:21 UTC (rev 363512) @@ -1,7 +0,0 @@ -post_install() { - setcap cap_sys_nice+ep usr/bin/mutter -} - -post_upgrade() { - post_install -} Copied: mutter/repos/testing-x86_64/mutter.install (from rev 363511, mutter/trunk/mutter.install) === --- mutter.install (rev 0) +++ mutter.install 2019-09-28 14:25:21 UTC (rev 363512) @@ -0,0 +1,7 @@ +post_install() { + setcap
[arch-commits] Commit in mutter/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:25:06 Author: heftig Revision: 363511 3.34.0+41+g437f6b3d5-3 Modified: mutter/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:10:05 UTC (rev 363510) +++ PKGBUILD2019-09-28 14:25:06 UTC (rev 363511) @@ -4,7 +4,7 @@ pkgname=mutter pkgver=3.34.0+41+g437f6b3d5 -pkgrel=2 +pkgrel=3 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter"; arch=(x86_64) @@ -30,6 +30,7 @@ # shadow framebuffer rendering is buggy git revert -n 437f6b3d59f2102f5974bfc430176725f2ed67c2 + git revert -n 05e1a6c2ca3cd6222590033e5978a9d9f6d22526 } build() {
[arch-commits] Commit in mypy/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:12:42 Author: foxboron Revision: 511982 archrelease: copy trunk to community-any Added: mypy/repos/community-any/PKGBUILD (from rev 511981, mypy/trunk/PKGBUILD) Deleted: mypy/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:12:34 UTC (rev 511981) +++ PKGBUILD2019-09-28 14:12:42 UTC (rev 511982) @@ -1,26 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: icasdri -# Contributor: hexchain - -pkgname=mypy -pkgver=0.720 -pkgrel=2 -pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' -url="http://www.mypy-lang.org/"; -arch=('any') -license=('MIT') -depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions') -makedepends=('python-setuptools' 'git') -source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";) -sha256sums=('49925f9da7cee47eebf3420d7c0e00ec662ec6abb2780eb0a16260a7ba25f9c4') - -build() { -cd "$pkgname-$pkgver" -python setup.py build -} - -package() { -cd "$pkgname-$pkgver" -python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build -install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: mypy/repos/community-any/PKGBUILD (from rev 511981, mypy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:12:42 UTC (rev 511982) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud +# Contributor: icasdri +# Contributor: hexchain + +pkgname=mypy +pkgver=0.730 +pkgrel=1 +pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' +url="http://www.mypy-lang.org/"; +arch=('any') +license=('MIT') +depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions') +makedepends=('python-setuptools' 'git') +source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";) +sha256sums=('42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879') + +build() { +cd "$pkgname-$pkgver" +python setup.py build +} + +package() { +cd "$pkgname-$pkgver" +python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build +install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in mypy/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:12:34 Author: foxboron Revision: 511981 upgpkg: mypy 0.730-1 Modified: mypy/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:09:27 UTC (rev 511980) +++ PKGBUILD2019-09-28 14:12:34 UTC (rev 511981) @@ -3,8 +3,8 @@ # Contributor: hexchain pkgname=mypy -pkgver=0.720 -pkgrel=2 +pkgver=0.730 +pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/"; arch=('any') @@ -12,7 +12,7 @@ depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions') makedepends=('python-setuptools' 'git') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";) -sha256sums=('49925f9da7cee47eebf3420d7c0e00ec662ec6abb2780eb0a16260a7ba25f9c4') +sha256sums=('42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in rust/trunk (config.toml)
Date: Saturday, September 28, 2019 @ 14:10:05 Author: demize Revision: 363510 config.toml: Remove codegen-units Without codegen-units=1 the builds are a lot faster. If it turns out that it significantly impacts the generated code we can revert this. Modified: rust/trunk/config.toml -+ config.toml |4 1 file changed, 4 deletions(-) Modified: config.toml === --- config.toml 2019-09-28 14:07:56 UTC (rev 363509) +++ config.toml 2019-09-28 14:10:05 UTC (rev 363510) @@ -15,10 +15,6 @@ prefix = "/usr" [rust] -# 0 or the new default of 16 is faster, but can result in worse performance -# https://github.com/rust-lang/rust/issues/47745 -codegen-units = 1 - debuginfo-level = 2 channel = "stable"
[arch-commits] Commit in qutebrowser/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:09:20 Author: foxboron Revision: 511979 upgpkg: qutebrowser 1.8.1-1 Modified: qutebrowser/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 12:12:55 UTC (rev 511978) +++ PKGBUILD2019-09-28 14:09:20 UTC (rev 511979) @@ -3,7 +3,7 @@ # Contributor: Florian Bruhin (The Compiler) pkgname=qutebrowser -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" arch=("any") @@ -23,7 +23,7 @@ source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz"; "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";) validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") -sha256sums=('9cfee2f5bc9db2fd68a5adb6b7f08dfde08271269396985e7373a2e8f48729b5' +sha256sums=('dcf6eb63fc2430ac28ee40e2a236391adb7cdbe7debf4cbe53e0d12ff8726e32' 'SKIP') build() {
[arch-commits] Commit in qutebrowser/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:09:27 Author: foxboron Revision: 511980 archrelease: copy trunk to community-any Added: qutebrowser/repos/community-any/PKGBUILD (from rev 511979, qutebrowser/trunk/PKGBUILD) Deleted: qutebrowser/repos/community-any/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 14:09:20 UTC (rev 511979) +++ PKGBUILD2019-09-28 14:09:27 UTC (rev 511980) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Pierre Neidhardt -# Contributor: Florian Bruhin (The Compiler) - -pkgname=qutebrowser -pkgver=1.8.0 -pkgrel=1 -pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" -arch=("any") -url="https://www.qutebrowser.org/"; -license=("GPL") -depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2" - "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine") -makedepends=("asciidoc" "python-setuptools") -optdepends=("gst-libav: media playback with qt5-webkit backend" -"gst-plugins-base: media playback with qt5-webkit backend" -"gst-plugins-good: media playback with qt5-webkit backend" -"gst-plugins-bad: media playback with qt5-webkit backend" -"gst-plugins-ugly: media playback with qt5-webkit backend" -"pdfjs: displaying PDF in-browser" -"qt5-webkit: alternative backend") -options=(!emptydirs) -source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz"; - "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";) -validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") -sha256sums=('9cfee2f5bc9db2fd68a5adb6b7f08dfde08271269396985e7373a2e8f48729b5' -'SKIP') - -build() { -cd "$pkgname-$pkgver" -a2x -f manpage doc/qutebrowser.1.asciidoc -python setup.py build -} - -package() { -cd "$pkgname-$pkgver" -make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install -} Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 511979, qutebrowser/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 14:09:27 UTC (rev 511980) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Contributor: Pierre Neidhardt +# Contributor: Florian Bruhin (The Compiler) + +pkgname=qutebrowser +pkgver=1.8.1 +pkgrel=1 +pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" +arch=("any") +url="https://www.qutebrowser.org/"; +license=("GPL") +depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2" + "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine") +makedepends=("asciidoc" "python-setuptools") +optdepends=("gst-libav: media playback with qt5-webkit backend" +"gst-plugins-base: media playback with qt5-webkit backend" +"gst-plugins-good: media playback with qt5-webkit backend" +"gst-plugins-bad: media playback with qt5-webkit backend" +"gst-plugins-ugly: media playback with qt5-webkit backend" +"pdfjs: displaying PDF in-browser" +"qt5-webkit: alternative backend") +options=(!emptydirs) +source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz"; + "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";) +validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") +sha256sums=('dcf6eb63fc2430ac28ee40e2a236391adb7cdbe7debf4cbe53e0d12ff8726e32' +'SKIP') + +build() { +cd "$pkgname-$pkgver" +a2x -f manpage doc/qutebrowser.1.asciidoc +python setup.py build +} + +package() { +cd "$pkgname-$pkgver" +make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install +}
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:07:56 Author: demize Revision: 363509 Clean up package_rust-docs and set description Modified: rust/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:07:12 UTC (rev 363508) +++ PKGBUILD2019-09-28 14:07:56 UTC (rev 363509) @@ -93,11 +93,15 @@ } package_rust-docs() { - install -d "$pkgdir/usr/share/doc/" + description=('Documentation for the Rust programming language') + + install -d "$pkgdir"/usr/share/doc/ mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/ - for license in APACHE MIT; do install -Dm644 "rustc-$pkgver-src/LICENSE-$license" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done + cd "rustc-$pkgver-src" + for license in APACHE MIT; do +install -Dm644 "LICENSE-$license" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license" + done } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:07:12 Author: demize Revision: 363508 Update removal of unused files These files are only used by the uninstall script so are useless in package manager-managed packages. Modified: rust/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:01:32 UTC (rev 363507) +++ PKGBUILD2019-09-28 14:07:12 UTC (rev 363508) @@ -60,10 +60,10 @@ for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done - cd "$pkgdir/usr/lib" + # delete unnecesary files, e.g. components and manifest files only used for the uninstall script + cd "$pkgdir"/usr/lib/rustlib + rm components install.log manifest-* rust-installer-version uninstall.sh - rm rustlib/{components,manifest-rustc,rust-installer-version} - # rustbuild always installs copies of the shared libraries to /usr/lib, # overwrite them with symlinks to the per-architecture versions ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so "$pkgdir"/usr/lib/
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:01:32 Author: demize Revision: 363507 Add comment explaining reason for ln -sf Modified: rust/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 14:00:19 UTC (rev 363506) +++ PKGBUILD2019-09-28 14:01:32 UTC (rev 363507) @@ -63,8 +63,11 @@ cd "$pkgdir/usr/lib" rm rustlib/{components,manifest-rustc,rust-installer-version} - ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . + # rustbuild always installs copies of the shared libraries to /usr/lib, + # overwrite them with symlinks to the per-architecture versions + ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so "$pkgdir"/usr/lib/ + # move docs and lib32 libs out of the way for splitting mv "$pkgdir"/usr/share/doc "$srcdir" mv "$pkgdir"/usr/lib/rustlib/i686-unknown-linux-gnu "$srcdir"
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 14:00:19 Author: demize Revision: 363506 ... Also actually move lib32 libs out so package_lib32-rust-libs can install them Modified: rust/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 13:55:49 UTC (rev 363505) +++ PKGBUILD2019-09-28 14:00:19 UTC (rev 363506) @@ -65,8 +65,9 @@ rm rustlib/{components,manifest-rustc,rust-installer-version} ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . - # move docs out of the way for splitting + # move docs and lib32 libs out of the way for splitting mv "$pkgdir"/usr/share/doc "$srcdir" + mv "$pkgdir"/usr/lib/rustlib/i686-unknown-linux-gnu "$srcdir" install -d "$pkgdir"/usr/share/bash-completion mv "$pkgdir"/etc/bash_completion.d/ "$pkgdir"/usr/share/bash-completion/completions/
[arch-commits] Commit in mutter/repos/testing-x86_64 (4 files)
Date: Saturday, September 28, 2019 @ 13:55:04 Author: heftig Revision: 363504 archrelease: copy trunk to testing-x86_64 Added: mutter/repos/testing-x86_64/PKGBUILD (from rev 363503, mutter/trunk/PKGBUILD) mutter/repos/testing-x86_64/mutter.install (from rev 363503, mutter/trunk/mutter.install) Deleted: mutter/repos/testing-x86_64/PKGBUILD mutter/repos/testing-x86_64/mutter.install + PKGBUILD | 107 --- mutter.install | 14 +++ 2 files changed, 62 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-28 13:54:56 UTC (rev 363503) +++ PKGBUILD2019-09-28 13:55:04 UTC (rev 363504) @@ -1,52 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Ionut Biru -# Contributor: Michael Kanis - -pkgname=mutter -pkgver=3.34.0+41+g437f6b3d5 -pkgrel=1 -pkgdesc="A window manager for GNOME" -url="https://gitlab.gnome.org/GNOME/mutter"; -arch=(x86_64) -license=(GPL) -depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra - startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 - gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland) -makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof) -checkdepends=(xorg-server-xvfb) -groups=(gnome) -install=mutter.install -_commit=437f6b3d59f2102f5974bfc430176725f2ed67c2 # master -source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build \ --D egl_device=true \ --D wayland_eglstream=true \ --D installed_tests=false - ninja -C build -} - -check() ( - mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}" - glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}" - export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR - - # Unexpected passes in conform test - # Stacking test flaky - dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs || : -) - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 363503, mutter/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-28 13:55:04 UTC (rev 363504) @@ -0,0 +1,55 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Ionut Biru +# Contributor: Michael Kanis + +pkgname=mutter +pkgver=3.34.0+41+g437f6b3d5 +pkgrel=2 +pkgdesc="A window manager for GNOME" +url="https://gitlab.gnome.org/GNOME/mutter"; +arch=(x86_64) +license=(GPL) +depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra + startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 + gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland) +makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof) +checkdepends=(xorg-server-xvfb) +groups=(gnome) +install=mutter.install +_commit=437f6b3d59f2102f5974bfc430176725f2ed67c2 # master +source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + + # shadow framebuffer rendering is buggy + git revert -n 437f6b3d59f2102f5974bfc430176725f2ed67c2 +} + +build() { + arch-meson $pkgname build \ +-D egl_device=true \ +-D wayland_eglstream=true \ +-D installed_tests=false + ninja -C build +} + +check() ( + mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}" + glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}" + export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR + + # Unexpected passes in conform test + # Stacking test flaky + dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs || : +) + +package() { + DESTDIR="$pkgdir" meson install -C build +} Deleted: mutter.install === --- mutter.install 2019-09-28 13:54:56 UTC (rev 363503) +++ mutter.install 2019-09-28 13:55:04 UTC (rev 363504) @@ -1,7 +0,0 @@ -post_install() { - setcap cap_sys_nice+ep usr/bin/mutter -} - -post_upgrade() { - post_install -} Copied: mutter/repos/testing-x86_64/mutter.install (from rev 363503, mutter/trunk/mutter.install) === --- mutter.install (rev 0) +++ mutter.install 2019-09-28 13:55:04 UTC (rev 363504) @@ -0,0 +1,7 @@ +post_install() { + setcap cap_sys_nice+ep usr/bin/mutter +} + +post_upgrade() { + post_install +}
[arch-commits] Commit in rust/trunk (PKGBUILD config.toml)
Date: Saturday, September 28, 2019 @ 13:55:49 Author: demize Revision: 363505 Merge lib32-rust into being split from the rust package Modified: rust/trunk/PKGBUILD rust/trunk/config.toml -+ PKGBUILD| 24 +++- config.toml |2 +- 2 files changed, 20 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 13:55:04 UTC (rev 363504) +++ PKGBUILD2019-09-28 13:55:49 UTC (rev 363505) @@ -3,9 +3,7 @@ # Contributor: Daniel Micay # Contributor: userwithuid -# Remember to bump lib32-rust as well! - -pkgname=('rust' 'rust-docs') +pkgname=('rust' 'lib32-rust-libs' 'rust-docs') epoch=1 pkgver=1.37.0 pkgrel=2 @@ -17,7 +15,7 @@ arch=('x86_64') license=('MIT' 'Apache') -makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'perl' 'python' 'curl' 'cmake') +makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'lib32-gcc-libs' 'perl' 'python' 'curl' 'cmake') checkdepends=('procps-ng' 'gdb') options=('!emptydirs') @@ -30,7 +28,7 @@ 'SKIP' '11828fb4823387d820c6715b25f6b2405e60837d12a7469e7a8882911c721837' 'SKIP' -'07affeba0bf6a50ebfcc47b436cccfa01990802ad8fe567d1f3c9922a8fe') +'f3872bf7ae2818a14daa9abaf4ea728820a6c673ad86c809de894f3ff2b9') validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE' # Rust Language (Tag and Release Signing Key) '474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard @@ -74,6 +72,22 @@ mv "$pkgdir"/etc/bash_completion.d/ "$pkgdir"/usr/share/bash-completion/completions/ } +package_lib32-rust-libs() { + descriptino=('32-bit libraries for Rust') + depends=('lib32-gcc-libs') + provides=('lib32-rust') + conflicts=('lib32-rust') + replaces=('lib32-rust') + + install -d "$pkgdir"/usr/lib/rustlib/ + mv "$srcdir"/i686-unknown-linux-gnu "$pkgdir"/usr/lib/rustlib + + cd "rustc-$pkgver-src" + for license in APACHE MIT; do +install -Dm644 "LICENSE-$license" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license" + done +} + package_rust-docs() { install -d "$pkgdir/usr/share/doc/" mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/ Modified: config.toml === --- config.toml 2019-09-28 13:55:04 UTC (rev 363504) +++ config.toml 2019-09-28 13:55:49 UTC (rev 363505) @@ -2,7 +2,7 @@ link-shared = true [build] -target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple +target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"] cargo = "/usr/bin/cargo" rustc = "/usr/bin/rustc" python = "python"
[arch-commits] Commit in mutter/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 13:54:56 Author: heftig Revision: 363503 3.34.0+41+g437f6b3d5-2 Modified: mutter/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 13:35:14 UTC (rev 363502) +++ PKGBUILD2019-09-28 13:54:56 UTC (rev 363503) @@ -4,7 +4,7 @@ pkgname=mutter pkgver=3.34.0+41+g437f6b3d5 -pkgrel=1 +pkgrel=2 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter"; arch=(x86_64) @@ -27,6 +27,9 @@ prepare() { cd $pkgname + + # shadow framebuffer rendering is buggy + git revert -n 437f6b3d59f2102f5974bfc430176725f2ed67c2 } build() {