[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)
Date: Monday, June 1, 2020 @ 03:54:52 Author: felixonmars Revision: 637797 archrelease: copy trunk to community-x86_64 Added: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 637796, shadowsocks-v2ray-plugin/trunk/PKGBUILD) Deleted: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 03:54:43 UTC (rev 637796) +++ PKGBUILD2020-06-01 03:54:52 UTC (rev 637797) @@ -1,23 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=shadowsocks-v2ray-plugin -pkgver=1.3.0 -pkgrel=2 -pkgdesc='A SIP003 plugin based on v2ray for shadowsocks' -arch=('x86_64') -url='https://github.com/shadowsocks/v2ray-plugin' -license=('GPL') -depends=('glibc') -makedepends=('go-pie' 'git') -source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz";) -sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2') - -build() { - cd v2ray-plugin-$pkgver - go build -} - -package() { - cd v2ray-plugin-$pkgver - install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin -} Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 637796, shadowsocks-v2ray-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 03:54:52 UTC (rev 637797) @@ -0,0 +1,23 @@ +# Maintainer: Felix Yan + +pkgname=shadowsocks-v2ray-plugin +pkgver=1.3.1 +pkgrel=1 +pkgdesc='A SIP003 plugin based on v2ray for shadowsocks' +arch=('x86_64') +url='https://github.com/shadowsocks/v2ray-plugin' +license=('GPL') +depends=('glibc') +makedepends=('go-pie' 'git') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz";) +sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead') + +build() { + cd v2ray-plugin-$pkgver + go build +} + +package() { + cd v2ray-plugin-$pkgver + install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin +}
[arch-commits] Commit in shadowsocks-v2ray-plugin/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 03:54:43 Author: felixonmars Revision: 637796 upgpkg: shadowsocks-v2ray-plugin 1.3.1-1 Modified: shadowsocks-v2ray-plugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 02:28:20 UTC (rev 637795) +++ PKGBUILD2020-06-01 03:54:43 UTC (rev 637796) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan pkgname=shadowsocks-v2ray-plugin -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc='A SIP003 plugin based on v2ray for shadowsocks' arch=('x86_64') url='https://github.com/shadowsocks/v2ray-plugin' @@ -10,7 +10,7 @@ depends=('glibc') makedepends=('go-pie' 'git') source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz";) -sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2') +sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead') build() { cd v2ray-plugin-$pkgver
[arch-commits] Commit in python-pipenv/repos/community-any (4 files)
Date: Monday, June 1, 2020 @ 02:28:20 Author: andrewsc Revision: 637795 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 637794, python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch) python-pipenv/repos/community-any/PKGBUILD (from rev 637794, 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| 80 +++--- 2 files changed, 63 insertions(+), 81 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 2020-06-01 02:27:52 UTC (rev 637794) +++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2020-06-01 02:28:20 UTC (rev 637795) @@ -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 637794, 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 2020-06-01 02:28:20 UTC (rev 637795) @@ -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 === --- PKGBUILD2020-06-01 02:27:52 UTC (rev 637794) +++ PKGBUILD2020-06-01 02:28:20 UTC (rev 637795) @@ -1,49 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Maikel Wever - -pkgname=python-pipenv -pkgver=2018.11.26 -pkgrel=3 -pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." -url="https://docs.pipenv.org"; -arch=('any') -license=('MIT') -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' -#'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 -} - -build(){ - cd "$srcdir/pipenv-$pkgver"
[arch-commits] Commit in python-pipenv/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 02:27:52 Author: andrewsc Revision: 637794 upgpkg: python-pipenv 2020.5.28-1 Modified: python-pipenv/trunk/PKGBUILD --+ PKGBUILD | 35 --- 1 file changed, 8 insertions(+), 27 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:16:04 UTC (rev 637793) +++ PKGBUILD2020-06-01 02:27:52 UTC (rev 637794) @@ -3,43 +3,24 @@ # Contributor: Maikel Wever pkgname=python-pipenv -pkgver=2018.11.26 -pkgrel=3 +pkgver=2020.5.28 +pkgrel=1 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://pipenv.pypa.io"; arch=('any') license=('MIT') -depends=('python' 'python-pip' 'python-pew' 'python-virtualenv' -'python-virtualenv-clone' 'python-certifi') +depends=('python' 'python-pip' 'python-certifi' + 'python-virtualenv-clone' 'python-virtualenv') makedepends=('python-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') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz";) +sha512sums=('a1f93503c5817ce3e3aaed125af182640ac9d6c866187e7a010abd1979c9526c569e5cd5bf4e84065fc59a6f9d555a1b4fc34fb84cd18ea161e4c7d092ae5799') -prepare() { - patch -p1 -d pipenv-$pkgver < 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch -} - -build(){ +build() { cd "$srcdir/pipenv-$pkgver" python setup.py build } -#check(){ -# cd "$srcdir/pipenv-$pkgver" -# python setup.py pytest -# -# cd "$srcdir/pipenv-$pkgver-py2" -# python2 setup.py pytest -#} - -package_python-pipenv() { +package() { 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 motion/repos (5 files)
Date: Monday, June 1, 2020 @ 01:16:04 Author: felixonmars Revision: 637793 archrelease: copy trunk to community-testing-x86_64 Added: motion/repos/community-testing-x86_64/ motion/repos/community-testing-x86_64/PKGBUILD (from rev 637792, motion/trunk/PKGBUILD) motion/repos/community-testing-x86_64/motion.service (from rev 637792, motion/trunk/motion.service) motion/repos/community-testing-x86_64/motion.sysusers (from rev 637792, motion/trunk/motion.sysusers) motion/repos/community-testing-x86_64/motion.tmpfiles (from rev 637792, motion/trunk/motion.tmpfiles) -+ PKGBUILD| 44 motion.service | 12 motion.sysusers |2 ++ motion.tmpfiles |1 + 4 files changed, 59 insertions(+) Copied: motion/repos/community-testing-x86_64/PKGBUILD (from rev 637792, motion/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2020-06-01 01:16:04 UTC (rev 637793) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: mrxx +# Contributor: Evgeny Kurnevsky +# Contributor: Sergej Pupykin + +pkgname=motion +pkgver=4.3.1 +pkgrel=1 +pkgdesc="Monitor and record video signals from many types of cameras" +arch=('x86_64') +license=('GPL') +url="https://motion-project.github.io"; +depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'mariadb-libs') +optdepends=('gettext: native language support') +backup=('etc/motion/motion.conf') +source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz"; +'motion.service' +'motion.sysusers' +'motion.tmpfiles') +sha512sums=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6' + '817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273' + '6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5' + 'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b') + +build() { + cd $pkgname-release-$pkgver + autoreconf -fi + ./configure --prefix=/usr \ +--without-pgsql \ +--without-mysql \ +--sysconfdir=/etc \ +--with-ffmpeg \ +--with-webp + make +} + +package(){ + cd $pkgname-release-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 data/motion-dist.conf "$pkgdir"/etc/motion/motion.conf + install -Dm644 "$srcdir"/motion.service "$pkgdir"/usr/lib/systemd/system/motion.service + install -Dm644 "$srcdir"/motion.sysusers "$pkgdir"/usr/lib/sysusers.d/motion.conf + install -Dm644 "$srcdir"/motion.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/motion.conf +} Copied: motion/repos/community-testing-x86_64/motion.service (from rev 637792, motion/trunk/motion.service) === --- community-testing-x86_64/motion.service (rev 0) +++ community-testing-x86_64/motion.service 2020-06-01 01:16:04 UTC (rev 637793) @@ -0,0 +1,12 @@ +[Unit] +Description=Motion daemon +After=local-fs.target network.target + +[Service] +User=motion +ExecStart=/usr/bin/motion -n +Type=simple +StandardError=null + +[Install] +WantedBy=multi-user.target Copied: motion/repos/community-testing-x86_64/motion.sysusers (from rev 637792, motion/trunk/motion.sysusers) === --- community-testing-x86_64/motion.sysusers(rev 0) +++ community-testing-x86_64/motion.sysusers2020-06-01 01:16:04 UTC (rev 637793) @@ -0,0 +1,2 @@ +u motion - - /var/lib/motion +m motion video Copied: motion/repos/community-testing-x86_64/motion.tmpfiles (from rev 637792, motion/trunk/motion.tmpfiles) === --- community-testing-x86_64/motion.tmpfiles(rev 0) +++ community-testing-x86_64/motion.tmpfiles2020-06-01 01:16:04 UTC (rev 637793) @@ -0,0 +1 @@ +d /var/lib/motion 0700 motion motion - -
[arch-commits] Commit in motion/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:15:49 Author: felixonmars Revision: 637792 upgpkg: motion 4.3.1-1 Modified: motion/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:11:45 UTC (rev 637791) +++ PKGBUILD2020-06-01 01:15:49 UTC (rev 637792) @@ -4,13 +4,13 @@ # Contributor: Sergej Pupykin pkgname=motion -pkgver=4.2.2 +pkgver=4.3.1 pkgrel=1 pkgdesc="Monitor and record video signals from many types of cameras" arch=('x86_64') license=('GPL') url="https://motion-project.github.io"; -depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp') +depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'mariadb-libs') optdepends=('gettext: native language support') backup=('etc/motion/motion.conf') source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz"; @@ -17,14 +17,14 @@ 'motion.service' 'motion.sysusers' 'motion.tmpfiles') -sha256sums=('c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e' -'a78dba35414f4d7147cc2c622eecdb3df249978023cbea5c6bc420c34ca387e7' -'353fe3c2ee0afb7dafe1c6b7d1ac5655449dab836ab387cf335b4bd1dd37bf27' -'b34eaf6b085a25ef310102f892d0909247f1acb9d6a75cc9faca85e1ef076a1c') +sha512sums=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6' + '817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273' + '6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5' + 'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b') build() { cd $pkgname-release-$pkgver - autoreconf + autoreconf -fi ./configure --prefix=/usr \ --without-pgsql \ --without-mysql \ @@ -37,7 +37,7 @@ package(){ cd $pkgname-release-$pkgver make DESTDIR="$pkgdir" install - install -Dm644 motion-dist.conf "$pkgdir"/etc/motion/motion.conf + install -Dm644 data/motion-dist.conf "$pkgdir"/etc/motion/motion.conf install -Dm644 "$srcdir"/motion.service "$pkgdir"/usr/lib/systemd/system/motion.service install -Dm644 "$srcdir"/motion.sysusers "$pkgdir"/usr/lib/sysusers.d/motion.conf install -Dm644 "$srcdir"/motion.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/motion.conf
[arch-commits] Commit in python2-zipp/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, June 1, 2020 @ 01:11:45 Author: felixonmars Revision: 637791 archrelease: copy trunk to community-any Added: python2-zipp/repos/community-any/PKGBUILD (from rev 637790, python2-zipp/trunk/PKGBUILD) Deleted: python2-zipp/repos/community-any/PKGBUILD --+ PKGBUILD | 60 +++- 1 file changed, 27 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:11:28 UTC (rev 637790) +++ PKGBUILD2020-06-01 01:11:45 UTC (rev 637791) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python2-zipp -pkgver=1.1.0 -pkgrel=1 -epoch=1 -pkgdesc="Pathlib-compatible object wrapper for zip files" -url="https://github.com/jaraco/zipp"; -license=('MIT') -arch=('any') -depends=('python2-contextlib2') -makedepends=('python2-setuptools-scm' 'python2-toml') -checkdepends=('python2-jaraco' 'python2-pathlib' 'python2-unittest2') -source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";) -sha512sums=('36190ec5182e0ffc03996a104215890555d11e15119c2066e5c06c4a4dd23287d7a00837ff7bc019232a2ca3e3398793d5fd5f6b67131fa2d9a6717f66ac4e8e') - -export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver - -build() { - cd zipp-$pkgver - python2 setup.py build -} - -check() { - cd zipp-$pkgver - python2 setup.py test -} - -package() { - cd zipp-$pkgver - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python2-zipp/repos/community-any/PKGBUILD (from rev 637790, python2-zipp/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 01:11:45 UTC (rev 637791) @@ -0,0 +1,27 @@ +# Maintainer: Felix Yan + +pkgname=python2-zipp +pkgver=1.1.1 +pkgrel=1 +epoch=1 +pkgdesc="Pathlib-compatible object wrapper for zip files" +url="https://github.com/jaraco/zipp"; +license=('MIT') +arch=('any') +depends=('python2-contextlib2') +makedepends=('python2-setuptools-scm' 'python2-toml') +source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";) +sha512sums=('c82dc9c74ecc0530d051dd459ab0abbf95e26a1c9ddae4152cdcfe1b5fd7ef977990947433b2c1ecd98a6037a5b1ebc8a96d3a649a1397437802e65f2ae41222') + +export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver + +build() { + cd zipp-$pkgver + python2 setup.py build +} + +package() { + cd zipp-$pkgver + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in python2-zipp/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:11:28 Author: felixonmars Revision: 637790 upgpkg: python2-zipp 1:1.1.1-1 Modified: python2-zipp/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:09:49 UTC (rev 637789) +++ PKGBUILD2020-06-01 01:11:28 UTC (rev 637790) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python2-zipp -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 epoch=1 pkgdesc="Pathlib-compatible object wrapper for zip files" @@ -10,9 +10,8 @@ arch=('any') depends=('python2-contextlib2') makedepends=('python2-setuptools-scm' 'python2-toml') -checkdepends=('python2-jaraco' 'python2-pathlib' 'python2-unittest2') source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";) -sha512sums=('36190ec5182e0ffc03996a104215890555d11e15119c2066e5c06c4a4dd23287d7a00837ff7bc019232a2ca3e3398793d5fd5f6b67131fa2d9a6717f66ac4e8e') +sha512sums=('c82dc9c74ecc0530d051dd459ab0abbf95e26a1c9ddae4152cdcfe1b5fd7ef977990947433b2c1ecd98a6037a5b1ebc8a96d3a649a1397437802e65f2ae41222') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -21,11 +20,6 @@ python2 setup.py build } -check() { - cd zipp-$pkgver - python2 setup.py test -} - package() { cd zipp-$pkgver python2 setup.py install --root="$pkgdir" --optimize=1
[arch-commits] Commit in jenkins/repos/community-any (14 files)
Date: Monday, June 1, 2020 @ 01:09:49 Author: felixonmars Revision: 637789 archrelease: copy trunk to community-any Added: jenkins/repos/community-any/LICENSE (from rev 637788, jenkins/trunk/LICENSE) jenkins/repos/community-any/PKGBUILD (from rev 637788, jenkins/trunk/PKGBUILD) jenkins/repos/community-any/jenkins.conf (from rev 637788, jenkins/trunk/jenkins.conf) jenkins/repos/community-any/jenkins.install (from rev 637788, jenkins/trunk/jenkins.install) jenkins/repos/community-any/jenkins.service (from rev 637788, jenkins/trunk/jenkins.service) jenkins/repos/community-any/jenkins.sysusers (from rev 637788, jenkins/trunk/jenkins.sysusers) jenkins/repos/community-any/jenkins.tmpfiles (from rev 637788, jenkins/trunk/jenkins.tmpfiles) Deleted: jenkins/repos/community-any/LICENSE jenkins/repos/community-any/PKGBUILD jenkins/repos/community-any/jenkins.conf jenkins/repos/community-any/jenkins.install jenkins/repos/community-any/jenkins.service jenkins/repos/community-any/jenkins.sysusers jenkins/repos/community-any/jenkins.tmpfiles --+ LICENSE | 46 +-- PKGBUILD | 88 ++--- jenkins.conf | 26 +++ jenkins.install | 14 jenkins.service | 48 ++-- jenkins.sysusers |4 +- jenkins.tmpfiles |2 - 7 files changed, 114 insertions(+), 114 deletions(-) Deleted: LICENSE === --- LICENSE 2020-06-01 01:09:26 UTC (rev 637788) +++ LICENSE 2020-06-01 01:09:49 UTC (rev 637789) @@ -1,23 +0,0 @@ -The MIT License - -Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors - -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 THE -AUTHORS OR COPYRIGHT HOLDERS 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. - - Copied: jenkins/repos/community-any/LICENSE (from rev 637788, jenkins/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2020-06-01 01:09:49 UTC (rev 637789) @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors + +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 THE +AUTHORS OR COPYRIGHT HOLDERS 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. + + Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:09:26 UTC (rev 637788) +++ PKGBUILD2020-06-01 01:09:49 UTC (rev 637789) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Marcel Huber -# Contributor: Illarion Kovalchuk - -pkgname=jenkins -pkgver=2.237 -pkgrel=1 -pkgdesc='Extendable continuous integration server (latest)' -arch=('any') -url='https://jenkins.io' -license=('MIT') -depends=('java-runtime=8' 'ttf-dejavu') -provides=('jenkins-ci') -conflicts=('jenkins-ci') -replaces=('jenkins-ci') -backup=('etc/conf.d/jenkins') -install='jenkins.install' -noextra
[arch-commits] Commit in jenkins/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:09:26 Author: felixonmars Revision: 637788 upgpkg: jenkins 2.238-1 Modified: jenkins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:06:22 UTC (rev 637787) +++ PKGBUILD2020-06-01 01:09:26 UTC (rev 637788) @@ -4,7 +4,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.237 +pkgver=2.238 pkgrel=1 pkgdesc='Extendable continuous integration server (latest)' arch=('any') @@ -24,7 +24,7 @@ 'jenkins.tmpfiles' 'jenkins.sysusers' 'LICENSE') -sha512sums=('7f9e82c74bc9f35f937b5e371b91c5ba97e4d0710cad6b1cfce98d4f64d6af950ec05de76b36f3eadb992590bbf4f3f30496bb57d91efca9cdacc17b19e174f7' +sha512sums=('c2773b5ffb5aa12fa210aa532ef6bb65e42e3867904d6496db331940399fcfc646fd1dec822443a7dbb531e6dab45a63700ee4085a22154018c48f63c1bf70aa' '7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8' '320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
[arch-commits] Commit in kcm-fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, June 1, 2020 @ 01:06:22 Author: felixonmars Revision: 637787 archrelease: copy trunk to community-x86_64 Added: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 637786, kcm-fcitx5/trunk/PKGBUILD) Deleted: kcm-fcitx5/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:06:10 UTC (rev 637786) +++ PKGBUILD2020-06-01 01:06:22 UTC (rev 637787) @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $ -# Maintainer: Felix Yan -# Contributor: csslayer - -pkgname=kcm-fcitx5 -pkgver=0.0.0.20200530 -_commit=291bb20a6c92f2c40a38b4da185ae95407f3e748 -pkgrel=1 -pkgdesc="KDE Config Module for Fcitx5" -arch=('x86_64') -url="https://github.com/fcitx/kcm-fcitx5"; -license=('GPL') -depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews') -optdepends=('kdeclarative: for KCM support' -'kirigami2: for KCM support') -makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python') -source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";) -sha512sums=('61ad3ec70103b981f9fa10ff4c46bf9ac96d21eb88fd0a9d129b9f69d345610d20aca97a7996e15cfc30e04e9a4418866c05ea48018ea52bded7bf61e05e68a3') - -build(){ - cd $pkgname-$_commit - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . - make -} - -package() { - cd $pkgname-$_commit - make DESTDIR="$pkgdir" install -} Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 637786, kcm-fcitx5/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 01:06:22 UTC (rev 637787) @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $ +# Maintainer: Felix Yan +# Contributor: csslayer + +pkgname=kcm-fcitx5 +pkgver=0.0.0.20200601 +_commit=56e241722df5fd75ea5f498dce1fcc7e2bcf +pkgrel=1 +pkgdesc="KDE Config Module for Fcitx5" +arch=('x86_64') +url="https://github.com/fcitx/kcm-fcitx5"; +license=('GPL') +depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews') +optdepends=('kdeclarative: for KCM support' +'kirigami2: for KCM support') +makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python') +source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";) +sha512sums=('6b69aa976e6550eb5188367bd50234959c67e5286c680355fbf2333f2edfe2440bef1d530290fc585b7c2076d493ab938ae8d9868267b67e71deed8e9f987a52') + +build(){ + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . + make +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in kcm-fcitx5/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:06:10 Author: felixonmars Revision: 637786 upgpkg: kcm-fcitx5 0.0.0.20200601-1 Modified: kcm-fcitx5/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:04:26 UTC (rev 637785) +++ PKGBUILD2020-06-01 01:06:10 UTC (rev 637786) @@ -3,8 +3,8 @@ # Contributor: csslayer pkgname=kcm-fcitx5 -pkgver=0.0.0.20200530 -_commit=291bb20a6c92f2c40a38b4da185ae95407f3e748 +pkgver=0.0.0.20200601 +_commit=56e241722df5fd75ea5f498dce1fcc7e2bcf pkgrel=1 pkgdesc="KDE Config Module for Fcitx5" arch=('x86_64') @@ -15,7 +15,7 @@ 'kirigami2: for KCM support') makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python') source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";) -sha512sums=('61ad3ec70103b981f9fa10ff4c46bf9ac96d21eb88fd0a9d129b9f69d345610d20aca97a7996e15cfc30e04e9a4418866c05ea48018ea52bded7bf61e05e68a3') +sha512sums=('6b69aa976e6550eb5188367bd50234959c67e5286c680355fbf2333f2edfe2440bef1d530290fc585b7c2076d493ab938ae8d9868267b67e71deed8e9f987a52') build(){ cd $pkgname-$_commit
[arch-commits] Commit in libime/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, June 1, 2020 @ 01:04:26 Author: felixonmars Revision: 637785 archrelease: copy trunk to community-x86_64 Added: libime/repos/community-x86_64/PKGBUILD (from rev 637784, libime/trunk/PKGBUILD) Deleted: libime/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:04:13 UTC (rev 637784) +++ PKGBUILD2020-06-01 01:04:26 UTC (rev 637785) @@ -1,52 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: csslayer - -pkgname=libime -pkgver=0.0.0.20200530 -_commit=019727df2027cb2eefe4f1947c10f81130ffdb66 -_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a -_lm_sc_ver=20140820 -_dict_ver=20200310 -pkgrel=1 -pkgdesc="A library to support generic input method implementation" -arch=('x86_64') -url="https://github.com/fcitx/libime"; -license=('GPL') -depends=('boost-libs' 'fcitx5') -makedepends=('boost' 'extra-cmake-modules' 'python') -source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz - kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz -https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 -https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz -https://download.fcitx-im.org/data/table.tar.gz) -noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 - dict.utf8-$_dict_ver.tar.xz - table.tar.gz) -sha512sums=('f291e62499b20dce00179540fbb9bceb4d4dd5c198b9c8e56aaa9520cca8a048a4a946b4526bd91dcd863f90c195eaf3af668b6568ffac87f6300914b74d7b9c' - 'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e' - 'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519' - 'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14' - '99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9') - -prepare() { - cd $pkgname-$_commit/src/libime/core - rmdir kenlm - ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm - - cd "$srcdir"/$pkgname-$_commit/data - ln -s "$srcdir"/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 - ln -s "$srcdir"/dict.utf8-$_dict_ver.tar.xz - ln -s "$srcdir"/table.tar.gz -} - -build(){ - cd $pkgname-$_commit - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . - make -} - -package() { - cd $pkgname-$_commit - make DESTDIR="$pkgdir" install -} Copied: libime/repos/community-x86_64/PKGBUILD (from rev 637784, libime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 01:04:26 UTC (rev 637785) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: csslayer + +pkgname=libime +pkgver=0.0.0.20200601 +_commit=66fc364a0e882fbfa6d527a5ef5ceddeafbd31aa +_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a +_lm_sc_ver=20140820 +_dict_ver=20200310 +pkgrel=1 +pkgdesc="A library to support generic input method implementation" +arch=('x86_64') +url="https://github.com/fcitx/libime"; +license=('GPL') +depends=('boost-libs' 'fcitx5') +makedepends=('boost' 'extra-cmake-modules' 'python') +source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz + kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz +https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 +https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz +https://download.fcitx-im.org/data/table.tar.gz) +noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 + dict.utf8-$_dict_ver.tar.xz + table.tar.gz) +sha512sums=('ac34f779ff3df96f02e7fdc5e7bffb35599cd179c9e157d272ce477a858b792789255591ba73daa174ce5b04f6952b932eed2de97f0c73ef1a276d2042edc5e1' + 'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e' + 'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519' + 'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14' + '99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9') + +prepare() { + cd $pkgname-$_commit/src/libime/core + rmdir kenlm + ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm + + cd "$srcdir"/$pkgname-$_commit/data + ln -s "$srcdir"/lm_sc.3gm
[arch-commits] Commit in libime/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:04:13 Author: felixonmars Revision: 637784 upgpkg: libime 0.0.0.20200601-1 Modified: libime/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:03:28 UTC (rev 637783) +++ PKGBUILD2020-06-01 01:04:13 UTC (rev 637784) @@ -2,8 +2,8 @@ # Contributor: csslayer pkgname=libime -pkgver=0.0.0.20200530 -_commit=019727df2027cb2eefe4f1947c10f81130ffdb66 +pkgver=0.0.0.20200601 +_commit=66fc364a0e882fbfa6d527a5ef5ceddeafbd31aa _kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a _lm_sc_ver=20140820 _dict_ver=20200310 @@ -22,7 +22,7 @@ noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2 dict.utf8-$_dict_ver.tar.xz table.tar.gz) -sha512sums=('f291e62499b20dce00179540fbb9bceb4d4dd5c198b9c8e56aaa9520cca8a048a4a946b4526bd91dcd863f90c195eaf3af668b6568ffac87f6300914b74d7b9c' +sha512sums=('ac34f779ff3df96f02e7fdc5e7bffb35599cd179c9e157d272ce477a858b792789255591ba73daa174ce5b04f6952b932eed2de97f0c73ef1a276d2042edc5e1' 'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e' 'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519' 'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
[arch-commits] Commit in fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, June 1, 2020 @ 01:03:28 Author: felixonmars Revision: 637783 archrelease: copy trunk to community-x86_64 Added: fcitx5/repos/community-x86_64/PKGBUILD (from rev 637782, fcitx5/trunk/PKGBUILD) Deleted: fcitx5/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:03:10 UTC (rev 637782) +++ PKGBUILD2020-06-01 01:03:28 UTC (rev 637783) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: csslayer - -pkgname=fcitx5 -pkgver=0.0.0.20200530.1 -_commit=09064c0590e5bc2e19730c2b72e213d29032f45b -_endictver=20121020 -pkgrel=1 -pkgdesc="Next generation of fcitx" -arch=('x86_64') -url="https://github.com/fcitx/fcitx5"; -license=('GPL') -conflicts=('fcitx') -depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland' - 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2' - 'cldr-emoji-annotation') -makedepends=('extra-cmake-modules') -source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"; -https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz) -sha512sums=('4a96efd3f8a4aa53736efb9dfd5143634113948b6d30fbfd6a86a5230d8f3a8abd0c4fcac26fcbef1c73ba6369c8adf5aedc115178de6bf249b15ef5e2f0ae80' - '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2') - -prepare() { - cd $pkgname-$_commit/src/modules/spell/dict - ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./ -} - -build() { - cd $pkgname-$_commit - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . - make -} - -check() { - cd $pkgname-$_commit - make test -} - -package() { - cd $pkgname-$_commit - make DESTDIR="$pkgdir" install -} Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 637782, fcitx5/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 01:03:28 UTC (rev 637783) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: csslayer + +pkgname=fcitx5 +pkgver=0.0.0.20200601 +_commit=5fce6a42730983cfa1cedcc014c3c80dea6d29ed +_endictver=20121020 +pkgrel=1 +pkgdesc="Next generation of fcitx" +arch=('x86_64') +url="https://github.com/fcitx/fcitx5"; +license=('GPL') +conflicts=('fcitx') +depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland' + 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2' + 'cldr-emoji-annotation') +makedepends=('extra-cmake-modules') +source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"; +https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz) +sha512sums=('4737c3a054f9a628949340b2b920c277e9abe65fd48080abfb55678ea1c7df7b6a481eb297f388abe24589e3f4db9b284c8b311f26da6d9d91aed1a5aeafaa90' + '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2') + +prepare() { + cd $pkgname-$_commit/src/modules/spell/dict + ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./ +} + +build() { + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . + make +} + +check() { + cd $pkgname-$_commit + make test +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in fcitx5/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:03:10 Author: felixonmars Revision: 637782 upgpkg: fcitx5 0.0.0.20200601-1 Modified: fcitx5/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 01:02:59 UTC (rev 637781) +++ PKGBUILD2020-06-01 01:03:10 UTC (rev 637782) @@ -3,8 +3,8 @@ # Contributor: csslayer pkgname=fcitx5 -pkgver=0.0.0.20200530.1 -_commit=09064c0590e5bc2e19730c2b72e213d29032f45b +pkgver=0.0.0.20200601 +_commit=5fce6a42730983cfa1cedcc014c3c80dea6d29ed _endictver=20121020 pkgrel=1 pkgdesc="Next generation of fcitx" @@ -18,7 +18,7 @@ makedepends=('extra-cmake-modules') source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"; https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz) -sha512sums=('4a96efd3f8a4aa53736efb9dfd5143634113948b6d30fbfd6a86a5230d8f3a8abd0c4fcac26fcbef1c73ba6369c8adf5aedc115178de6bf249b15ef5e2f0ae80' +sha512sums=('4737c3a054f9a628949340b2b920c277e9abe65fd48080abfb55678ea1c7df7b6a481eb297f388abe24589e3f4db9b284c8b311f26da6d9d91aed1a5aeafaa90' '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2') prepare() {
[arch-commits] Commit in python-parsedatetime/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, June 1, 2020 @ 01:02:59 Author: felixonmars Revision: 637781 archrelease: copy trunk to community-any Added: python-parsedatetime/repos/community-any/PKGBUILD (from rev 637780, python-parsedatetime/trunk/PKGBUILD) Deleted: python-parsedatetime/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-01 01:00:32 UTC (rev 637780) +++ PKGBUILD2020-06-01 01:02:59 UTC (rev 637781) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Hugo Osvaldo Barrera -# Contributor: Daniel M. Capella -# Contributor: Hugo Osvaldo Barrera -# Contributor: Limao Luo -# Contributor: Jeremy Sands - -pkgname=python-parsedatetime -pkgver=2.5 -pkgrel=1 -pkgdesc="Parse human-readable date/time strings." -arch=('any') -license=('Apache') -url='https://github.com/bear/parsedatetime' -depends=('python-future') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner') -source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz";) -sha512sums=('f729c32a3e5ee94fe39322be4772dffacb0608753e106e64d79818a6be3febc36f37e0eeac73190f1510f5e88aa0755eb0fb85fab19aa53f4643619907b245bf') - -build() { - cd parsedatetime-$pkgver - python setup.py build -} - -check() { - cd parsedatetime-$pkgver - python setup.py pytest -} - -package() { - cd parsedatetime-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-parsedatetime/repos/community-any/PKGBUILD (from rev 637780, python-parsedatetime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-01 01:02:59 UTC (rev 637781) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan +# Contributor: Hugo Osvaldo Barrera +# Contributor: Daniel M. Capella +# Contributor: Hugo Osvaldo Barrera +# Contributor: Limao Luo +# Contributor: Jeremy Sands + +pkgname=python-parsedatetime +pkgver=2.6 +pkgrel=1 +pkgdesc="Parse human-readable date/time strings." +arch=('any') +license=('Apache') +url='https://github.com/bear/parsedatetime' +depends=('python-future') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner') +source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz";) +sha512sums=('ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543') + +build() { + cd parsedatetime-$pkgver + python setup.py build +} + +check() { + cd parsedatetime-$pkgver + python setup.py pytest +} + +package() { + cd parsedatetime-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-parsedatetime/trunk (PKGBUILD)
Date: Monday, June 1, 2020 @ 01:00:32 Author: felixonmars Revision: 637780 upgpkg: python-parsedatetime 2.6-1 Modified: python-parsedatetime/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-01 00:59:12 UTC (rev 637779) +++ PKGBUILD2020-06-01 01:00:32 UTC (rev 637780) @@ -6,7 +6,7 @@ # Contributor: Jeremy Sands pkgname=python-parsedatetime -pkgver=2.5 +pkgver=2.6 pkgrel=1 pkgdesc="Parse human-readable date/time strings." arch=('any') @@ -16,7 +16,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz";) -sha512sums=('f729c32a3e5ee94fe39322be4772dffacb0608753e106e64d79818a6be3febc36f37e0eeac73190f1510f5e88aa0755eb0fb85fab19aa53f4643619907b245bf') +sha512sums=('ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543') build() { cd parsedatetime-$pkgver
[arch-commits] Commit in python-gitpython/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 22:09:50 Author: dvzrv Revision: 637764 archrelease: copy trunk to community-any Added: python-gitpython/repos/community-any/PKGBUILD (from rev 637763, python-gitpython/trunk/PKGBUILD) Deleted: python-gitpython/repos/community-any/PKGBUILD --+ PKGBUILD | 286 ++--- 1 file changed, 143 insertions(+), 143 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 22:09:45 UTC (rev 637763) +++ PKGBUILD2020-05-31 22:09:50 UTC (rev 637764) @@ -1,143 +0,0 @@ -# Maintainer: David Runge -# Contributor: NicoHood -# Contributor: brent s. - -_name=GitPython -pkgdesc="A python library used to interact with Git repositories" -pkgname=python-gitpython -pkgver=3.1.2 -pkgrel=1 -url="https://github.com/gitpython-developers/gitpython"; -license=('BSD') -arch=('any') -depends=('git' 'python-gitdb') -makedepends=('python-setuptools') -checkdepends=('python-ddt' 'python-pytest') -source=("https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}) -sha512sums=('051b59b56a163839bf7754860bfc8e21cfde08b8e7d0fd66239c234b89ba5a83fa7e8540a12c5df3563e5353d1e01119dd1b0a5ea1c22daf7e071fb963cbc3a4' -'SKIP') -validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) - -prepare() { - mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}" -} - -build() { - cd "${pkgname}-${pkgver}" - python setup.py build -} - -check() { - cd "${pkgname}-${pkgver}" - local TEST_TMPDIR=$(mktemp -d -t gitpython.XXX) - local GITDB_TMPDIR=$(mktemp -d -t gitdb.XXX) - local SMMAP_TMPDIR=$(mktemp -d -t smmap.XXX) - git config --global user.name "Test User" - git config --global user.email "t...@user.org" - ( -cd "$SMMAP_TMPDIR" -mkdir -vp bare -( - cd bare - git init --bare -) -git clone bare clone -cd clone -for commit in {1..50}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git push - ) - ( -cd "$GITDB_TMPDIR" -mkdir -vp bare -( - cd bare - git init --bare -) -git clone bare clone -cd clone - -mkdir -vp gitdb/ext -git submodule add --name 'smmap' "${SMMAP_TMPDIR}/clone" gitdb/ext/smmap -git submodule init gitdb/ext/smmap -git add gitdb/ext/smmap -git commit -m "Adding smmap submodule" - -for commit in {1..50}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git push - ) - ( -cd "$TEST_TMPDIR" -mkdir -vp bare -( - cd bare - git init --bare -) -git clone bare clone -cd clone - -mkdir -vp git/ext -git submodule add --name 'gitdb' "${GITDB_TMPDIR}/clone" git/ext/gitdb -git submodule update --init --recursive git/ext/gitdb -git add git/ext/gitdb -git commit -m "Adding gitdb submodule" - -# test hardcodes this file to test against -touch AUTHORS -git add AUTHORS -git commit -m "Adding AUTHORS." -# test hardcodes this file to test against -touch MANIFEST.in -git add MANIFEST.in -git commit -m "Adding MANIFEST.in." - -for commit in {1..50}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git tag -am '0.1.4' 0.1.4 -for commit in {51..100}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git tag -am '0.1.5' 0.1.5 -for commit in {101..150}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git tag -am '0.1.6' 0.1.6 -for commit in {151..160}; do - touch "file${commit}" - git add "file${commit}" - git commit -m "file${commit}" -done -git tag -am '0.3.5' 0.3.5 - -git tag __testing_point__ -git push -git push --tags - ) - export GIT_PYTHON_TEST_GIT_REPO_BASE="${TEST_TMPDIR}/clone/.git" - pytest -v || echo "Test suite relies on checked out repository https://github.com/gitpython-developers/GitPython/issues/914"; -} - -package() { - cd "${pkgname}-${pkgver}" - python setup.py install --skip-build \ - --optimize=1 \ - --prefix=/usr \ - --root="${pkgdir}" - install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} \ --t "${pkgdir}/usr/share/doc/${pkgname}" - install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: python-gitpython/repos/community-any/PKGBUILD (from rev 637763, python-gitpython/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 22:09:50 UTC (rev 637764) @@ -0,0 +1,143 @@ +# Maintainer: David Runge +# Contributor: NicoHood +
[arch-commits] Commit in python-gitpython/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 22:09:45 Author: dvzrv Revision: 637763 upgpkg: python-gitpython 3.1.3-1: Upgrading to 3.1.3. Modified: python-gitpython/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 21:51:37 UTC (rev 637762) +++ PKGBUILD2020-05-31 22:09:45 UTC (rev 637763) @@ -5,7 +5,7 @@ _name=GitPython pkgdesc="A python library used to interact with Git repositories" pkgname=python-gitpython -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 url="https://github.com/gitpython-developers/gitpython"; license=('BSD') @@ -14,7 +14,7 @@ makedepends=('python-setuptools') checkdepends=('python-ddt' 'python-pytest') source=("https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}) -sha512sums=('051b59b56a163839bf7754860bfc8e21cfde08b8e7d0fd66239c234b89ba5a83fa7e8540a12c5df3563e5353d1e01119dd1b0a5ea1c22daf7e071fb963cbc3a4' +sha512sums=('ea4043c8be79cec7ffc9c6b6383be37dcf7b4a877cf02d6fc8c9e7d39a5005e088c8780dd6e0fcd72c0711c997228f417773c82572f569c5ca1128f5ebe56736' 'SKIP') validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!)
[arch-commits] Commit in lsp-plugins/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:51:32 Author: dvzrv Revision: 637761 upgpkg: lsp-plugins 1.1.22-1: Upgrading to 1.1.22. Modified: lsp-plugins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:55:28 UTC (rev 637760) +++ PKGBUILD2020-05-31 21:51:32 UTC (rev 637761) @@ -1,7 +1,7 @@ # Maintainer: David Runge pkgname=lsp-plugins -pkgver=1.1.21 +pkgver=1.1.22 pkgrel=1 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" arch=('x86_64') @@ -13,7 +13,7 @@ optdepends=('jack: for standalone applications') checkdepends=('lv2lint') source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('9c23c16b3aed83383ecabe3270eff2c559fa4728f238995f9d75b1fbecad1e31ed64a352e0b299227c6c4e9518db907a55513059f4ed4d725810df7327feea33') +sha512sums=('6004136b55a990033d22e60af6c418a5ee708aaf0f4263fc3af8097876f7eea6e125a44392468ed8e30a92c0fa44eb65f40d80b25a5f243d3fd4f1c0f3af70d6') prepare() { mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
[arch-commits] Commit in lsp-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:51:37 Author: dvzrv Revision: 637762 archrelease: copy trunk to community-x86_64 Added: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 637761, lsp-plugins/trunk/PKGBUILD) Deleted: lsp-plugins/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 90 ++--- 1 file changed, 45 insertions(+), 45 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:51:32 UTC (rev 637761) +++ PKGBUILD2020-05-31 21:51:37 UTC (rev 637762) @@ -1,45 +0,0 @@ -# Maintainer: David Runge - -pkgname=lsp-plugins -pkgver=1.1.21 -pkgrel=1 -pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" -arch=('x86_64') -url="https://lsp-plug.in"; -license=('LGPL3') -groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins') -depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11') -makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php') -optdepends=('jack: for standalone applications') -checkdepends=('lv2lint') -source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('9c23c16b3aed83383ecabe3270eff2c559fa4728f238995f9d75b1fbecad1e31ed64a352e0b299227c6c4e9518db907a55513059f4ed4d725810df7327feea33') - -prepare() { - mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver" -} - -build() { - local _test_path="$(pwd)/.build-test" - cd "$pkgname-$pkgver" - make - make OBJDIR="${_test_path}" clean - make OBJDIR="${_test_path}" test -} - -check() { - local _test_path="$(pwd)/.build-test" - cd "$pkgname-$pkgver" - "${_test_path}/lsp-plugins-test" utest \ ---nofork \ ---debug \ ---verbose || echo "Known flaky test: https://github.com/sadko4u/lsp-plugins/issues/19"; -} - -package() { - depends+=('libsndfile.so') - cd "$pkgname-$pkgver" - make PREFIX='/usr' \ - DESTDIR="$pkgdir/" \ - install -} Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 637761, lsp-plugins/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 21:51:37 UTC (rev 637762) @@ -0,0 +1,45 @@ +# Maintainer: David Runge + +pkgname=lsp-plugins +pkgver=1.1.22 +pkgrel=1 +pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" +arch=('x86_64') +url="https://lsp-plug.in"; +license=('LGPL3') +groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins') +depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11') +makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php') +optdepends=('jack: for standalone applications') +checkdepends=('lv2lint') +source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('6004136b55a990033d22e60af6c418a5ee708aaf0f4263fc3af8097876f7eea6e125a44392468ed8e30a92c0fa44eb65f40d80b25a5f243d3fd4f1c0f3af70d6') + +prepare() { + mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver" +} + +build() { + local _test_path="$(pwd)/.build-test" + cd "$pkgname-$pkgver" + make + make OBJDIR="${_test_path}" clean + make OBJDIR="${_test_path}" test +} + +check() { + local _test_path="$(pwd)/.build-test" + cd "$pkgname-$pkgver" + "${_test_path}/lsp-plugins-test" utest \ +--nofork \ +--debug \ +--verbose || echo "Known flaky test: https://github.com/sadko4u/lsp-plugins/issues/19"; +} + +package() { + depends+=('libsndfile.so') + cd "$pkgname-$pkgver" + make PREFIX='/usr' \ + DESTDIR="$pkgdir/" \ + install +}
[arch-commits] Commit in archiso/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:39:51 Author: dvzrv Revision: 387990 upgpkg: archiso 44-2: Rebuilding due to push to wrong repository and db-update complaining about signature verification over that. Modified: archiso/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 21:34:20 UTC (rev 387989) +++ PKGBUILD2020-05-31 21:39:51 UTC (rev 387990) @@ -4,7 +4,7 @@ pkgname=archiso pkgver=44 -pkgrel=1 +pkgrel=2 pkgdesc='Tools for creating Arch Linux live and install iso images' arch=('any') license=('GPL')
[arch-commits] Commit in archiso/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:39:56 Author: dvzrv Revision: 387991 archrelease: copy trunk to extra-any Added: archiso/repos/extra-any/PKGBUILD (from rev 387990, archiso/trunk/PKGBUILD) Deleted: archiso/repos/extra-any/PKGBUILD --+ PKGBUILD | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:39:51 UTC (rev 387990) +++ PKGBUILD2020-05-31 21:39:56 UTC (rev 387991) @@ -1,22 +0,0 @@ -# Maintainer: David Runge -# Contributor: Pierre Schmitz -# Contributor: Gerardo Exequiel Pozzi - -pkgname=archiso -pkgver=44 -pkgrel=1 -pkgdesc='Tools for creating Arch Linux live and install iso images' -arch=('any') -license=('GPL') -url="https://gitlab.archlinux.org/archlinux/archiso"; -depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' -'lynx' 'squashfs-tools') -makedepends=('git') -source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) -sha256sums=('SKIP') -validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge - -package() { - cd "${pkgname}" - make DESTDIR="${pkgdir}" install -} Copied: archiso/repos/extra-any/PKGBUILD (from rev 387990, archiso/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 21:39:56 UTC (rev 387991) @@ -0,0 +1,22 @@ +# Maintainer: David Runge +# Contributor: Pierre Schmitz +# Contributor: Gerardo Exequiel Pozzi + +pkgname=archiso +pkgver=44 +pkgrel=2 +pkgdesc='Tools for creating Arch Linux live and install iso images' +arch=('any') +license=('GPL') +url="https://gitlab.archlinux.org/archlinux/archiso"; +depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' +'lynx' 'squashfs-tools') +makedepends=('git') +source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) +sha256sums=('SKIP') +validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge + +package() { + cd "${pkgname}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in archiso/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:34:20 Author: dvzrv Revision: 387989 archrelease: copy trunk to extra-any Added: archiso/repos/extra-any/PKGBUILD (from rev 387988, archiso/trunk/PKGBUILD) Deleted: archiso/repos/extra-any/PKGBUILD --+ PKGBUILD | 43 ++- 1 file changed, 22 insertions(+), 21 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:33:08 UTC (rev 387988) +++ PKGBUILD2020-05-31 21:34:20 UTC (rev 387989) @@ -1,21 +0,0 @@ -# Maintainer: Gerardo Exequiel Pozzi -# Maintainer: Pierre Schmitz - -pkgname=archiso -pkgver=43 -pkgrel=2 -pkgdesc='Tools for creating Arch Linux live and install iso images' -arch=('any') -license=('GPL') -url='https://projects.archlinux.org/archiso.git/' -depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx') -source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; - "https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -sha256sums=('4d2274cc5f1c48883941c3e37dfe7882632f9c455f97635aa079c1812571cb13' -'SKIP') -validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938' # Gerardo Exequiel Pozzi - '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC') # Pierre Schmitz - -package() { -make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install -} Copied: archiso/repos/extra-any/PKGBUILD (from rev 387988, archiso/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 21:34:20 UTC (rev 387989) @@ -0,0 +1,22 @@ +# Maintainer: David Runge +# Contributor: Pierre Schmitz +# Contributor: Gerardo Exequiel Pozzi + +pkgname=archiso +pkgver=44 +pkgrel=1 +pkgdesc='Tools for creating Arch Linux live and install iso images' +arch=('any') +license=('GPL') +url="https://gitlab.archlinux.org/archlinux/archiso"; +depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' +'lynx' 'squashfs-tools') +makedepends=('git') +source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) +sha256sums=('SKIP') +validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge + +package() { + cd "${pkgname}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)
Date: Sunday, May 31, 2020 @ 21:33:08 Author: arojas Revision: 387988 archrelease: copy trunk to extra-x86_64 Added: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 387987, imagemagick/trunk/PKGBUILD) imagemagick/repos/extra-x86_64/arch-fonts.diff (from rev 387987, imagemagick/trunk/arch-fonts.diff) imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch (from rev 387987, imagemagick/trunk/imagemagick-inkscape-1.0.patch) Deleted: imagemagick/repos/extra-x86_64/PKGBUILD imagemagick/repos/extra-x86_64/arch-fonts.diff imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch + PKGBUILD | 246 +++ arch-fonts.diff| 214 - imagemagick-inkscape-1.0.patch | 26 ++-- 3 files changed, 243 insertions(+), 243 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:32:48 UTC (rev 387987) +++ PKGBUILD2020-05-31 21:33:08 UTC (rev 387988) @@ -1,123 +0,0 @@ -# Maintainer: Antonio Rojas -# Contributor: Eric Bélanger - -pkgbase=imagemagick -pkgname=(imagemagick imagemagick-doc) -pkgver=7.0.10.16 -pkgrel=1 -pkgdesc="An image viewing/manipulation program" -url="https://www.imagemagick.org/"; -arch=(x86_64) -license=(custom) -makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp - chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 libxext liblqr libraqm libpng) -checkdepends=(gsfonts ttf-dejavu) -_relname=ImageMagick-${pkgver%%.*} -_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} -source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc} -arch-fonts.diff -imagemagick-inkscape-1.0.patch) -sha256sums=('7f97da9e14c68ec291afbd5f97f9df91593dd2df7e96bc306cc60fb08d5bd195' -'SKIP' -'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' -'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30') -validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae - -shopt -s extglob - -prepare() { - mkdir -p docpkg/usr/share - - cd $_tarname - - # Fix up typemaps to match our packages, where possible - patch -p1 -i ../arch-fonts.diff - - # Use correct parameter for inkscape 1.0 - patch -p1 -i ../imagemagick-inkscape-1.0.patch -} - -build() { - cd $_tarname - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-dejavu-font-dir=/usr/share/fonts/TTF \ ---with-gs-font-dir=/usr/share/fonts/gsfonts \ -PSDelegate=/usr/bin/gs \ -XPSDelegate=/usr/bin/gxps \ -PCLDelegate=/usr/bin/gpcl6 \ ---enable-hdri \ ---enable-opencl \ ---without-gslib \ ---with-lqr \ ---with-modules \ ---with-openexr \ ---with-openjp2 \ ---with-perl \ ---with-perl-options=INSTALLDIRS=vendor \ ---with-rsvg \ ---with-webp \ ---with-wmf \ ---with-xml \ ---without-autotrace \ ---without-djvu \ ---without-dps \ ---without-fftw \ ---without-fpx \ ---without-gcc-arch \ ---without-gvc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() ( - cd $_tarname - ulimit -n 4096 - make check -) - -package_imagemagick() { - depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2) - optdepends=('ghostscript: PS/PDF support' - 'libheif: HEIF support' - 'libraw: DNG support' - 'librsvg: SVG support' - 'libwebp: WEBP support' - 'libwmf: WMF support' - 'libxml2: Magick Scripting Language' - 'ocl-icd: OpenCL support' - 'openexr: OpenEXR support' - 'openjpeg2: JPEG2000 support' - 'pango: Text rendering' - 'imagemagick-doc: manual and API docs') - options=(!emptydirs libtool) - backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml) - conflicts=(imagemagick6) - provides=(libmagick) - replaces=(imagemagick6 libmagick) - - cd $_tarname - make DESTDIR="$pkgdir" install - - find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} + - rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml - rm "$pkgdir"/usr/lib/*.la - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE - -# Split docs - mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/" - -# Harden security policy https://bugs.archlinux.org/task/62785 - sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml -} - -package_imagemagick-doc() { - pkgdesc+=" (manual and API docs)" - - mv docpkg/* "$pkgdir" - - cd $_tarname - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE -} Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 387987, imagemagick/trunk/PKGBUILD) ===
[arch-commits] Commit in archiso/repos (community-any)
Date: Sunday, May 31, 2020 @ 21:32:48 Author: dvzrv Revision: 387987 Removing accidentally added (but aborted) push to community. Deleted: archiso/repos/community-any/
[arch-commits] Commit in imagemagick/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:29:51 Author: arojas Revision: 387985 Update to 7.0.10.16 Modified: imagemagick/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 21:29:29 UTC (rev 387984) +++ PKGBUILD2020-05-31 21:29:51 UTC (rev 387985) @@ -3,7 +3,7 @@ pkgbase=imagemagick pkgname=(imagemagick imagemagick-doc) -pkgver=7.0.10.15 +pkgver=7.0.10.16 pkgrel=1 pkgdesc="An image viewing/manipulation program" url="https://www.imagemagick.org/"; @@ -17,7 +17,7 @@ source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc} arch-fonts.diff imagemagick-inkscape-1.0.patch) -sha256sums=('957f1468d152350e6160b8138a18e26fff87f73da775fe6f34fdfd63621e99e5' +sha256sums=('7f97da9e14c68ec291afbd5f97f9df91593dd2df7e96bc306cc60fb08d5bd195' 'SKIP' 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' 'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')
[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)
Date: Sunday, May 31, 2020 @ 21:30:40 Author: arojas Revision: 387986 archrelease: copy trunk to extra-x86_64 Added: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 387985, imagemagick/trunk/PKGBUILD) imagemagick/repos/extra-x86_64/arch-fonts.diff (from rev 387985, imagemagick/trunk/arch-fonts.diff) imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch (from rev 387985, imagemagick/trunk/imagemagick-inkscape-1.0.patch) Deleted: imagemagick/repos/extra-x86_64/PKGBUILD imagemagick/repos/extra-x86_64/arch-fonts.diff imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch + PKGBUILD | 246 +++ arch-fonts.diff| 214 - imagemagick-inkscape-1.0.patch | 26 ++-- 3 files changed, 243 insertions(+), 243 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:29:51 UTC (rev 387985) +++ PKGBUILD2020-05-31 21:30:40 UTC (rev 387986) @@ -1,123 +0,0 @@ -# Maintainer: Antonio Rojas -# Contributor: Eric Bélanger - -pkgbase=imagemagick -pkgname=(imagemagick imagemagick-doc) -pkgver=7.0.10.15 -pkgrel=1 -pkgdesc="An image viewing/manipulation program" -url="https://www.imagemagick.org/"; -arch=(x86_64) -license=(custom) -makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp - chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 libxext liblqr libraqm libpng) -checkdepends=(gsfonts ttf-dejavu) -_relname=ImageMagick-${pkgver%%.*} -_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} -source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc} -arch-fonts.diff -imagemagick-inkscape-1.0.patch) -sha256sums=('957f1468d152350e6160b8138a18e26fff87f73da775fe6f34fdfd63621e99e5' -'SKIP' -'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' -'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30') -validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae - -shopt -s extglob - -prepare() { - mkdir -p docpkg/usr/share - - cd $_tarname - - # Fix up typemaps to match our packages, where possible - patch -p1 -i ../arch-fonts.diff - - # Use correct parameter for inkscape 1.0 - patch -p1 -i ../imagemagick-inkscape-1.0.patch -} - -build() { - cd $_tarname - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-dejavu-font-dir=/usr/share/fonts/TTF \ ---with-gs-font-dir=/usr/share/fonts/gsfonts \ -PSDelegate=/usr/bin/gs \ -XPSDelegate=/usr/bin/gxps \ -PCLDelegate=/usr/bin/gpcl6 \ ---enable-hdri \ ---enable-opencl \ ---without-gslib \ ---with-lqr \ ---with-modules \ ---with-openexr \ ---with-openjp2 \ ---with-perl \ ---with-perl-options=INSTALLDIRS=vendor \ ---with-rsvg \ ---with-webp \ ---with-wmf \ ---with-xml \ ---without-autotrace \ ---without-djvu \ ---without-dps \ ---without-fftw \ ---without-fpx \ ---without-gcc-arch \ ---without-gvc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() ( - cd $_tarname - ulimit -n 4096 - make check -) - -package_imagemagick() { - depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2) - optdepends=('ghostscript: PS/PDF support' - 'libheif: HEIF support' - 'libraw: DNG support' - 'librsvg: SVG support' - 'libwebp: WEBP support' - 'libwmf: WMF support' - 'libxml2: Magick Scripting Language' - 'ocl-icd: OpenCL support' - 'openexr: OpenEXR support' - 'openjpeg2: JPEG2000 support' - 'pango: Text rendering' - 'imagemagick-doc: manual and API docs') - options=(!emptydirs libtool) - backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml) - conflicts=(imagemagick6) - provides=(libmagick) - replaces=(imagemagick6 libmagick) - - cd $_tarname - make DESTDIR="$pkgdir" install - - find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} + - rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml - rm "$pkgdir"/usr/lib/*.la - - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE - -# Split docs - mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/" - -# Harden security policy https://bugs.archlinux.org/task/62785 - sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml -} - -package_imagemagick-doc() { - pkgdesc+=" (manual and API docs)" - - mv docpkg/* "$pkgdir" - - cd $_tarname - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE -} Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 387985, imagemagick/trunk/PKGBUILD) ===
[arch-commits] Commit in archiso/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:29:29 Author: dvzrv Revision: 387984 archrelease: copy trunk to community-any Added: archiso/repos/community-any/PKGBUILD (from rev 387983, archiso/trunk/PKGBUILD) Deleted: archiso/repos/community-any/PKGBUILD --+ PKGBUILD | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 21:28:56 UTC (rev 387983) +++ PKGBUILD2020-05-31 21:29:29 UTC (rev 387984) @@ -1,22 +0,0 @@ -# Maintainer: David Runge -# Contributor: Pierre Schmitz -# Contributor: Gerardo Exequiel Pozzi - -pkgname=archiso -pkgver=44 -pkgrel=1 -pkgdesc='Tools for creating Arch Linux live and install iso images' -arch=('any') -license=('GPL') -url="https://gitlab.archlinux.org/archlinux/archiso"; -depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' -'lynx' 'squashfs-tools') -makedepends=('git') -source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) -sha256sums=('SKIP') -validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge - -package() { - cd "${pkgname}" - make DESTDIR="${pkgdir}" install -} Copied: archiso/repos/community-any/PKGBUILD (from rev 387983, archiso/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 21:29:29 UTC (rev 387984) @@ -0,0 +1,22 @@ +# Maintainer: David Runge +# Contributor: Pierre Schmitz +# Contributor: Gerardo Exequiel Pozzi + +pkgname=archiso +pkgver=44 +pkgrel=1 +pkgdesc='Tools for creating Arch Linux live and install iso images' +arch=('any') +license=('GPL') +url="https://gitlab.archlinux.org/archlinux/archiso"; +depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' +'lynx' 'squashfs-tools') +makedepends=('git') +source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) +sha256sums=('SKIP') +validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge + +package() { + cd "${pkgname}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in archiso/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:28:51 Author: dvzrv Revision: 387982 upgpkg: archiso 44-1: Upgrading to 44. Adding edk2-shell to depends. Updating upstream url to Arch Linux' new gitlab instance. Using git to clone a signed tag. Adding PGP key of current maintainer. Updating maintainer info. Modified: archiso/trunk/PKGBUILD --+ PKGBUILD | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:20:40 UTC (rev 387981) +++ PKGBUILD2020-05-31 21:28:51 UTC (rev 387982) @@ -1,21 +1,22 @@ -# Maintainer: Gerardo Exequiel Pozzi -# Maintainer: Pierre Schmitz +# Maintainer: David Runge +# Contributor: Pierre Schmitz +# Contributor: Gerardo Exequiel Pozzi pkgname=archiso -pkgver=43 -pkgrel=2 +pkgver=44 +pkgrel=1 pkgdesc='Tools for creating Arch Linux live and install iso images' arch=('any') license=('GPL') -url='https://projects.archlinux.org/archiso.git/' -depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx') -source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; - "https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -sha256sums=('4d2274cc5f1c48883941c3e37dfe7882632f9c455f97635aa079c1812571cb13' -'SKIP') -validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938' # Gerardo Exequiel Pozzi - '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC') # Pierre Schmitz +url="https://gitlab.archlinux.org/archlinux/archiso"; +depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' +'lynx' 'squashfs-tools') +makedepends=('git') +source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) +sha256sums=('SKIP') +validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge package() { -make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install + cd "${pkgname}" + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in archiso/repos (community-any community-any/PKGBUILD)
Date: Sunday, May 31, 2020 @ 21:28:56 Author: dvzrv Revision: 387983 archrelease: copy trunk to community-any Added: archiso/repos/community-any/ archiso/repos/community-any/PKGBUILD (from rev 387982, archiso/trunk/PKGBUILD) --+ PKGBUILD | 22 ++ 1 file changed, 22 insertions(+) Copied: archiso/repos/community-any/PKGBUILD (from rev 387982, archiso/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2020-05-31 21:28:56 UTC (rev 387983) @@ -0,0 +1,22 @@ +# Maintainer: David Runge +# Contributor: Pierre Schmitz +# Contributor: Gerardo Exequiel Pozzi + +pkgname=archiso +pkgver=44 +pkgrel=1 +pkgdesc='Tools for creating Arch Linux live and install iso images' +arch=('any') +license=('GPL') +url="https://gitlab.archlinux.org/archlinux/archiso"; +depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn' +'lynx' 'squashfs-tools') +makedepends=('git') +source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed";) +sha256sums=('SKIP') +validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge + +package() { + cd "${pkgname}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in xmobar/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:55:28 Author: felixonmars Revision: 637760 archrelease: copy trunk to community-staging-x86_64 Added: xmobar/repos/community-staging-x86_64/ xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 637759, xmobar/trunk/PKGBUILD) --+ PKGBUILD | 63 + 1 file changed, 63 insertions(+) Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 637759, xmobar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:55:28 UTC (rev 637760) @@ -0,0 +1,63 @@ +# Maintainer: Levente Polyak +# Maintainer: Jelle van der Waa +# Contributer: Sergej Pupykin +# Contributor: Arch Haskell Team + +pkgname=xmobar +pkgver=0.33 +pkgrel=62 +pkgdesc='Minimalistic Text Based Status Bar' +url='https://hackage.haskell.org/package/xmobar' +license=('BSD') +arch=('x86_64') +depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11' + 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' + 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-parsec-numbers' + 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' + 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 'haskell-netlink' + 'haskell-text' 'haskell-async' 'haskell-aeson' + 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib' + 'haskell-extensible-exceptions' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer') +makedepends=('ghc' 'haskell-hspec' 'haskell-temporary') +source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('3a85a7c68d905dc88e181a921299d30adbb300f190a91e93d83b4fdf7a4f78f0646ec976bc405c0a82ca5547f159e5d64073d28a6a36ed83f5c831c1919c44b9') + +prepare() { + cd xmobar-$pkgver + sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal +} + +build() { + cd xmobar-${pkgver} + + _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211 + with_datezone with_mpris with_dbus with_xpm with_threaded + with_rtsopts with_weather) + + runhaskell setup configure -O \ +--enable-shared \ +--enable-executable-dynamic \ +--disable-library-vanilla \ +--prefix=/usr \ +--dynlibdir=/usr/lib \ +--libsubdir=\$compiler/site-local/\$pkgid \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' \ +--flags="${_flags[*]}" \ +--enable-tests + runhaskell setup build +} + +check() { + cd xmobar-${pkgver} + runhaskell setup test +} + +package() { + cd xmobar-${pkgver} + runhaskell setup copy --destdir="${pkgdir}" + install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in xmobar/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:55:21 Author: felixonmars Revision: 637759 upgpkg: xmobar 0.33-62: rebuild with warp-tls 3.2.12 Modified: xmobar/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:53:57 UTC (rev 637758) +++ PKGBUILD2020-05-31 19:55:21 UTC (rev 637759) @@ -5,7 +5,7 @@ pkgname=xmobar pkgver=0.33 -pkgrel=61 +pkgrel=62 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('BSD')
[arch-commits] Commit in taskell/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:53:57 Author: felixonmars Revision: 637758 archrelease: copy trunk to community-staging-x86_64 Added: taskell/repos/community-staging-x86_64/ taskell/repos/community-staging-x86_64/PKGBUILD (from rev 637757, taskell/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 637757, taskell/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:53:57 UTC (rev 637758) @@ -0,0 +1,44 @@ +# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname"; +depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty haskell-classy-prelude) +makedepends=(ghc) +source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) +sha512sums=('4c55922ad9f6c529a8c8ca73602b9f42fa3cda4945fe8edaa554909334445e089db0b7a5ba7f6804bdf618274543fd6598d19802907a0ae661571ed48366376b') + +prepare() { + cd $pkgname-$pkgver + sed -i 's/== *0.50/==0.54/;s/== *5.26/==5.28/;s/< *4/<5/;s/< *2/<3/;s/< *1/<2/;s/< *0.7/<1/' $pkgname.cabal +} + +build() { + cd $pkgname-$pkgver + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--datasubdir=$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + runhaskell Setup build $MAKEFLAGS + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { + cd $pkgname-$pkgver + runghc Setup.hs copy --destdir="$pkgdir" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + # Doc only contains the license + rm -rf "$pkgdir/usr/share/doc" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in stack/repos (3 files)
Date: Sunday, May 31, 2020 @ 19:52:34 Author: felixonmars Revision: 637756 archrelease: copy trunk to community-staging-x86_64 Added: stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 637755, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 637755, stack/trunk/stack.install) ---+ PKGBUILD | 79 stack.install |4 ++ 2 files changed, 83 insertions(+) Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 637755, stack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:52:34 UTC (rev 637756) @@ -0,0 +1,79 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stack +pkgver=2.3.1 +pkgrel=26 +pkgdesc="The Haskell Tool Stack" +url="https://github.com/commercialhaskell/stack"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal' + 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-casa-client' + 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' + 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 'haskell-fsnotify' + 'haskell-generic-deriving' 'haskell-githash' 'haskell-hackage-security' 'haskell-hashable' + 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 'haskell-http-client-tls' + 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 'haskell-memory' + 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 'haskell-mustache' + 'haskell-neat-interpolation' 'haskell-network-uri' 'haskell-open-browser' + 'haskell-optparse-applicative' 'haskell-optparse-generic' 'haskell-optparse-simple' + 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent' + 'haskell-persistent-sqlite' 'haskell-persistent-template' 'haskell-primitive' + 'haskell-project-template' 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio' + 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 'haskell-tar' + 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' + 'haskell-typed-process' 'haskell-unicode-transforms' 'haskell-unix-compat' + 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' + 'haskell-zip-archive' 'haskell-zlib') +makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-raw-strings-qq' + 'haskell-smallcheck') +checkdepends=('cabal-install') +conflicts=('haskell-stack') +replaces=('haskell-stack') +install="stack.install" +source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";) +sha512sums=('SKIP') + +prepare() { + cd $pkgname + sed -i -e '/semigroups/d' $pkgname.cabal + + sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs +} + +build() { + cd $pkgname + + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions -f-supported-build \ + --ghc-option='-pie' + runhaskell Setup build $MAKEFLAGS + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { + cd $pkgname + # cabal update + LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test + # Integration tests will result in 4 failures on Arch currently +} + +package() { + cd $pkgname + + install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" + install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" + runhaskell Setup copy --destdir="${pkgdir}" + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE + + LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) "${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > stack_completion_script + install -Dm644 stack_completion_script "${pkgdir}/usr/share/bash-completion/completions/stack" +} Copied: stack/repos/community-staging-x86_64/stack.install (from rev 637755, stack/trunk/stack.install) === --- community-staging-x
[arch-commits] Commit in taskell/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:53:50 Author: felixonmars Revision: 637757 upgpkg: taskell 1.9.2.0-104: rebuild with warp-tls 3.2.12 Modified: taskell/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:52:34 UTC (rev 637756) +++ PKGBUILD2020-05-31 19:53:50 UTC (rev 637757) @@ -2,7 +2,7 @@ pkgname=taskell pkgver=1.9.2.0 -pkgrel=103 +pkgrel=104 pkgdesc='A command-line kanban board/task manager' license=(BSD) arch=(x86_64)
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:52:25 Author: felixonmars Revision: 637755 upgpkg: stack 2.3.1-26: rebuild with warp-tls 3.2.12 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:48:08 UTC (rev 637754) +++ PKGBUILD2020-05-31 19:52:25 UTC (rev 637755) @@ -3,7 +3,7 @@ pkgname=stack pkgver=2.3.1 -pkgrel=25 +pkgrel=26 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("BSD")
[arch-commits] Commit in hoogle/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:48:08 Author: felixonmars Revision: 637754 archrelease: copy trunk to community-staging-x86_64 Added: hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 637753, hoogle/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 637753, hoogle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:48:08 UTC (rev 637754) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=5.0.17.15 +pkgrel=59 +pkgdesc="Haskell API Search" +url="https://www.haskell.org/hoogle/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-connection' 'haskell-extra' 'haskell-foundation' 'haskell-hashable' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 'haskell-js-jquery' + 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 'haskell-process-extras' + 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 'haskell-tar' + 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 'haskell-wai' + 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('e2440cc92f5395e0e6b25344d0ed47eaa20ab257d2e9d5d3f67005d3ed666acc359503516418127cb3fe9a760387105b7894de80fafea326fe75143022ec5283') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +--ghc-option='-pie' +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:48:01 Author: felixonmars Revision: 637753 upgpkg: hoogle 5.0.17.15-59: rebuild with warp-tls 3.2.12 Modified: hoogle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:46:41 UTC (rev 637752) +++ PKGBUILD2020-05-31 19:48:01 UTC (rev 637753) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.17.15 -pkgrel=58 +pkgrel=59 pkgdesc="Haskell API Search" url="https://www.haskell.org/hoogle/"; license=("BSD")
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:46:41 Author: felixonmars Revision: 637752 archrelease: copy trunk to community-staging-x86_64 Added: hledger-web/repos/community-staging-x86_64/ hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 637751, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 53 + 1 file changed, 53 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 637751, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:46:41 UTC (rev 637752) @@ -0,0 +1,53 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.17.1 +pkgrel=53 +pkgdesc="Web interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-clientsession' + 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-data-default' + 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-http-conduit' + 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 'haskell-network' + 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-utf8-string' 'haskell-wai' + 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' + 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static') +makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') +replaces=('hledger-api') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('4221cd01387715efe6c17bbece72878a93acb6f1b153fac5eb2a28a3086676e9ebca84e1c6fbff86c49d2b6f383cbc2bfb38115301c10645bc9245c03c1f5b31') + +prepare() { +cd $pkgname-$pkgver +sed -i -e '/semigroups/d' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-dev -f-library-only -fthreaded +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in hledger-web/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:46:33 Author: felixonmars Revision: 637751 upgpkg: hledger-web 1.17.1-53: rebuild with warp-tls 3.2.12 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:45:18 UTC (rev 637750) +++ PKGBUILD2020-05-31 19:46:33 UTC (rev 637751) @@ -3,7 +3,7 @@ pkgname=hledger-web pkgver=1.17.1 -pkgrel=52 +pkgrel=53 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in haskell-yesod-auth/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:45:18 Author: felixonmars Revision: 637750 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-auth/repos/community-staging-x86_64/ haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 637749, haskell-yesod-auth/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 637749, haskell-yesod-auth/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:45:18 UTC (rev 637750) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-auth +pkgname=haskell-yesod-auth +pkgver=1.6.10 +pkgrel=44 +pkgdesc="Authentication for Yesod." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 'haskell-random' 'haskell-safe' + 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core' + 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 'haskell-yesod-form' + 'haskell-yesod-persistent') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0361d49d625ca01db2fbe063c7a4b314ab29f363295b839210fddb15118929ff619fa0256c4ffe45f06df388166597c1c64a07be8de9019b630e71632d301eb7') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:45:10 Author: felixonmars Revision: 637749 upgpkg: haskell-yesod-auth 1.6.10-44: rebuild with warp-tls 3.2.12 Modified: haskell-yesod-auth/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:44:00 UTC (rev 637748) +++ PKGBUILD2020-05-31 19:45:10 UTC (rev 637749) @@ -4,7 +4,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.6.10 -pkgrel=43 +pkgrel=44 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-pantry/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:43:52 Author: felixonmars Revision: 637747 upgpkg: haskell-pantry 0.4.0.1-58: rebuild with warp-tls 3.2.12 Modified: haskell-pantry/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:40:04 UTC (rev 637746) +++ PKGBUILD2020-05-31 19:43:52 UTC (rev 637747) @@ -3,7 +3,7 @@ _hkgname=pantry pkgname=haskell-pantry pkgver=0.4.0.1 -pkgrel=57 +pkgrel=58 pkgdesc="Content addressable Haskell package management" url="https://github.com/commercialhaskell/pantry"; license=('BSD')
[arch-commits] Commit in haskell-pantry/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:44:00 Author: felixonmars Revision: 637748 archrelease: copy trunk to community-staging-x86_64 Added: haskell-pantry/repos/community-staging-x86_64/ haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 637747, haskell-pantry/trunk/PKGBUILD) --+ PKGBUILD | 61 + 1 file changed, 61 insertions(+) Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 637747, haskell-pantry/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:44:00 UTC (rev 637748) @@ -0,0 +1,61 @@ +# Maintainer: Felix Yan + +_hkgname=pantry +pkgname=haskell-pantry +pkgver=0.4.0.1 +pkgrel=58 +pkgdesc="Content addressable Haskell package management" +url="https://github.com/commercialhaskell/pantry"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-casa-client' + 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 'haskell-generic-deriving' + 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 'haskell-http-client-tls' + 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 'haskell-memory' + 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 'haskell-path-io' + 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-persistent-template' + 'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 'haskell-rio-orphans' + 'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics' + 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-yaml' 'haskell-zip-archive') +makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 'haskell-raw-strings-qq') +checkdepends=('git' 'mercurial') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz + pantry-cabal-3.2.patch::https://github.com/commercialhaskell/pantry/pull/22.patch) +sha512sums=('0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d' + 'b04469f535468a6e3d698a4d02e13673070fd3b78efde82829c30080f2ab587e63f5cd9b1c090c59d91c2a2b3a534eb5efa78c3b7d52967bcaefc8e6f803173b') + +prepare() { +cd $_hkgname-$pkgver +patch -p1 -i ../pantry-cabal-3.2.patch || : +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-http-download/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:39:55 Author: felixonmars Revision: 637745 upgpkg: haskell-http-download 0.2.0.0-61: rebuild with warp-tls 3.2.12 Modified: haskell-http-download/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:38:56 UTC (rev 637744) +++ PKGBUILD2020-05-31 19:39:55 UTC (rev 637745) @@ -3,7 +3,7 @@ _hkgname=http-download pkgname=haskell-http-download pkgver=0.2.0.0 -pkgrel=60 +pkgrel=61 pkgdesc="Verified downloads with retries" url="https://github.com/commercialhaskell/http-download"; license=('MIT')
[arch-commits] Commit in haskell-http-download/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:40:04 Author: felixonmars Revision: 637746 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-download/repos/community-staging-x86_64/ haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 637745, haskell-http-download/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 637745, haskell-http-download/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:40:04 UTC (rev 637746) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan + +_hkgname=http-download +pkgname=haskell-http-download +pkgver=0.2.0.0 +pkgrel=61 +pkgdesc="Verified downloads with retries" +url="https://github.com/commercialhaskell/http-download"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-cryptonite' 'haskell-cryptonite-conduit' + 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint') +makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:38:56 Author: felixonmars Revision: 637744 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hakyll/repos/community-staging-x86_64/ haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 637743, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 637743, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:38:56 UTC (rev 637744) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.13.3.0 +pkgrel=45 +pkgdesc="A static website compiler library" +url="https://jaspervdj.be/hakyll"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptonite' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "https://github.com/jaspervdj/hakyll/issues/682"; +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:38:48 Author: felixonmars Revision: 637743 upgpkg: haskell-hakyll 4.13.3.0-45: rebuild with warp-tls 3.2.12 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:37:02 UTC (rev 637742) +++ PKGBUILD2020-05-31 19:38:48 UTC (rev 637743) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.3.0 -pkgrel=44 +pkgrel=45 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll"; license=("BSD")
[arch-commits] Commit in haskell-casa-client/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:36:55 Author: felixonmars Revision: 637741 upgpkg: haskell-casa-client 0.0.1-41: rebuild with warp-tls 3.2.12 Modified: haskell-casa-client/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:35:57 UTC (rev 637740) +++ PKGBUILD2020-05-31 19:36:55 UTC (rev 637741) @@ -3,7 +3,7 @@ _hkgname=casa-client pkgname=haskell-casa-client pkgver=0.0.1 -pkgrel=40 +pkgrel=41 pkgdesc="Content Addressable Storage Archive client" url="https://github.com/fpco/casa"; license=('MIT')
[arch-commits] Commit in haskell-casa-client/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:37:02 Author: felixonmars Revision: 637742 archrelease: copy trunk to community-staging-x86_64 Added: haskell-casa-client/repos/community-staging-x86_64/ haskell-casa-client/repos/community-staging-x86_64/PKGBUILD (from rev 637741, haskell-casa-client/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-casa-client/repos/community-staging-x86_64/PKGBUILD (from rev 637741, haskell-casa-client/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:37:02 UTC (rev 637742) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=casa-client +pkgname=haskell-casa-client +pkgver=0.0.1 +pkgrel=41 +pkgdesc="Content Addressable Storage Archive client" +url="https://github.com/fpco/casa"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-network-uri' 'haskell-resourcet' 'haskell-th-lift' 'haskell-unliftio-core' + 'haskell-unordered-containers') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('2df03a0b1c2e01f2d24728e96fe446a25b630f5495c4e9995bcbde1ee9da530df1c6b40dde954cfaf6de2af6036fa6cfda7d9957b22106316557cc57d64114fa') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in git-annex/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:35:57 Author: felixonmars Revision: 637740 archrelease: copy trunk to community-staging-x86_64 Added: git-annex/repos/community-staging-x86_64/ git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 637739, git-annex/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 637739, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:35:57 UTC (rev 637740) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=8.20200522 +pkgrel=12 +pkgdesc="Manage files with git, without checking their contents into git" +url="https://git-annex.branchable.com/"; +license=("AGPL3") +arch=('x86_64') +depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws' + 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive' + 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-connection' 'haskell-conduit' + 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' + 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 'haskell-edit-distance' + 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring' + 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' + 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 'haskell-monad-logger' + 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' + 'haskell-network-uri' 'haskell-old-locale' 'haskell-optparse-applicative' + 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite' + 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' + 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' + 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' + 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun' + 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core' + 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' + 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' + 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static') +makedepends=('chrpath' 'ghc') +source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";) +sha512sums=('SKIP') + +build() { + cd git-annex + sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \ + -i Makefile + make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS +} + +package() { + cd git-annex + make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install + + rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc +}
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:35:49 Author: felixonmars Revision: 637739 upgpkg: git-annex 8.20200522-12: rebuild with warp-tls 3.2.12 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:30:13 UTC (rev 637738) +++ PKGBUILD2020-05-31 19:35:49 UTC (rev 637739) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=8.20200522 -pkgrel=11 +pkgrel=12 pkgdesc="Manage files with git, without checking their contents into git" url="https://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in haskell-aws/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:30:13 Author: felixonmars Revision: 637738 archrelease: copy trunk to community-staging-x86_64 Added: haskell-aws/repos/community-staging-x86_64/ haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 637737, haskell-aws/trunk/PKGBUILD) --+ PKGBUILD | 58 ++ 1 file changed, 58 insertions(+) Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 637737, haskell-aws/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:30:13 UTC (rev 637738) @@ -0,0 +1,58 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aws +pkgname=haskell-aws +pkgver=0.22 +pkgrel=52 +pkgdesc="Amazon Web Services (AWS) for Haskell" +url="https://github.com/aristidb/aws"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable' + 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' + 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 'haskell-memory' + 'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 'haskell-old-locale' + 'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 'haskell-tagged' + 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-quickcheck-instances' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-transformers-base') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/== *1.0/== 1.1/;s/< *0.7/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-examples +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test || warning "Requires AWS credentials to test" +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-aws/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:30:02 Author: felixonmars Revision: 637737 upgpkg: haskell-aws 0.22-52: rebuild with warp-tls 3.2.12 Modified: haskell-aws/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:27:30 UTC (rev 637736) +++ PKGBUILD2020-05-31 19:30:02 UTC (rev 637737) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=51 +pkgrel=52 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws"; license=("BSD")
[arch-commits] Commit in haskell-authenticate/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:27:30 Author: felixonmars Revision: 637736 archrelease: copy trunk to community-staging-x86_64 Added: haskell-authenticate/repos/community-staging-x86_64/ haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 637735, haskell-authenticate/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 637735, haskell-authenticate/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:27:30 UTC (rev 637736) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=authenticate +pkgname=haskell-authenticate +pkgver=1.3.5 +pkgrel=120 +pkgdesc="Authentication methods for Haskell web applications." +url="https://github.com/yesodweb/authenticate"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' + 'haskell-case-insensitive' 'haskell-conduit' 'haskell-html-conduit' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-network-uri' 'haskell-resourcet' + 'haskell-unordered-containers' 'haskell-xml-conduit') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-authenticate/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:27:23 Author: felixonmars Revision: 637735 upgpkg: haskell-authenticate 1.3.5-120: rebuild with warp-tls 3.2.12 Modified: haskell-authenticate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:25:52 UTC (rev 637734) +++ PKGBUILD2020-05-31 19:27:23 UTC (rev 637735) @@ -4,7 +4,7 @@ _hkgname=authenticate pkgname=haskell-authenticate pkgver=1.3.5 -pkgrel=119 +pkgrel=120 pkgdesc="Authentication methods for Haskell web applications." url="https://github.com/yesodweb/authenticate"; license=("MIT")
[arch-commits] Commit in haskell-http-conduit/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:25:52 Author: felixonmars Revision: 637734 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-conduit/repos/community-staging-x86_64/ haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 637733, haskell-http-conduit/trunk/PKGBUILD) --+ PKGBUILD | 57 + 1 file changed, 57 insertions(+) Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 637733, haskell-http-conduit/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:25:52 UTC (rev 637734) @@ -0,0 +1,57 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-conduit +pkgname=haskell-http-conduit +pkgver=2.3.7.3 +pkgrel=131 +pkgdesc="HTTP client package with conduit interface and HTTPS support" +url="https://www.yesodweb.com/book/http-conduit"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' + 'haskell-unliftio-core') +makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-connection' + 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 'haskell-hspec' + 'haskell-lifted-base' 'haskell-network' 'haskell-streaming-commons' 'haskell-temporary' + 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit' + 'haskell-warp' 'haskell-warp-tls') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"; + $pkgname-http-client-0.7.patch::https://github.com/snoyberg/http-client/commit/a09b8ac914f57f9782cc4230cb0528fc63ac54ab.patch) +sha512sums=('0b3733ce031299ee3b93ca44d45a913e384dbfcd43efe5c65076efb5ff8266058ecb07e90f699ebb54d2d37f4a299be79717c3988e72cce631d417ba21ed4d08' + '292d33d8dd7591500eba2c1e2ee4a5733a10977c7d715fe3b3c1875fb1a2d482a604cbc4c70a35da1a82bd4acc57c4f33cf51c0ea1038f3cb1c75ecc7989696f') + +prepare() { +cd $_hkgname-$pkgver +patch -p2 -i ../$pkgname-http-client-0.7.patch +sed -i 's/< *0.7/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test || warning "Tests failed" +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-http-conduit/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:25:42 Author: felixonmars Revision: 637733 upgpkg: haskell-http-conduit 2.3.7.3-131: rebuild with warp-tls 3.2.12 Modified: haskell-http-conduit/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:25:27 UTC (rev 637732) +++ PKGBUILD2020-05-31 19:25:42 UTC (rev 637733) @@ -4,7 +4,7 @@ _hkgname=http-conduit pkgname=haskell-http-conduit pkgver=2.3.7.3 -pkgrel=130 +pkgrel=131 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="https://www.yesodweb.com/book/http-conduit"; license=("BSD")
[arch-commits] Commit in autopep8/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:25:18 Author: felixonmars Revision: 637731 upgpkg: autopep8 1:1.5.3-1 Modified: autopep8/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:23:32 UTC (rev 637730) +++ PKGBUILD2020-05-31 19:25:18 UTC (rev 637731) @@ -4,7 +4,7 @@ pkgbase=autopep8 pkgname=(autopep8 python2-autopep8) -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 epoch=1 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide" @@ -11,9 +11,9 @@ arch=('any') url="https://github.com/hhatto/autopep8"; license=('MIT') -makedepends=('python-pycodestyle' 'python2-pycodestyle') +makedepends=('python-pycodestyle' 'python2-pycodestyle' 'python-toml' 'python2-toml') source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz";) -sha512sums=('6b1a41e5769b9f1f85f6e53fcc6c78239c5065e0abcf4cd110e013b8098dfee60f397d60ea89705b7b40b987c08e2625428946fd43c2078f33b993cec591') +sha512sums=('d816476623d48f5af38bbe5a52d78f3e9bea22d2d7cf56df1fe50b3d0439f125a7c5d6833cb82bc810ed74b62a5c986f74df8f78007e1b51a3e3cd5570427733') prepare() { cp -a autopep8-$pkgver{,-py2} @@ -38,7 +38,7 @@ } package_autopep8() { - depends=('python-pycodestyle') + depends=('python-pycodestyle' 'python-toml') cd autopep8-$pkgver python3 setup.py install -O1 --prefix=/usr --root="$pkgdir" @@ -47,7 +47,7 @@ } package_python2-autopep8() { - depends=('python2-pycodestyle') + depends=('python2-pycodestyle' 'python2-toml') cd autopep8-$pkgver-py2 python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
[arch-commits] Commit in autopep8/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:25:27 Author: felixonmars Revision: 637732 archrelease: copy trunk to community-any Added: autopep8/repos/community-any/PKGBUILD (from rev 637731, autopep8/trunk/PKGBUILD) Deleted: autopep8/repos/community-any/PKGBUILD --+ PKGBUILD | 118 ++--- 1 file changed, 59 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 19:25:18 UTC (rev 637731) +++ PKGBUILD2020-05-31 19:25:27 UTC (rev 637732) @@ -1,59 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Ismael Carnales -# Contributor: Sergey Mastykov - -pkgbase=autopep8 -pkgname=(autopep8 python2-autopep8) -pkgver=1.5.2 -pkgrel=1 -epoch=1 -pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide" -arch=('any') -url="https://github.com/hhatto/autopep8"; -license=('MIT') -makedepends=('python-pycodestyle' 'python2-pycodestyle') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz";) -sha512sums=('6b1a41e5769b9f1f85f6e53fcc6c78239c5065e0abcf4cd110e013b8098dfee60f397d60ea89705b7b40b987c08e2625428946fd43c2078f33b993cec591') - -prepare() { - cp -a autopep8-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/autopep8-$pkgver - python setup.py build - - cd "$srcdir"/autopep8-$pkgver-py2 - python2 setup.py build -} - -check() { - export LC_CTYPE=en_US.UTF-8 - - cd "$srcdir"/autopep8-$pkgver - python setup.py test - - cd "$srcdir"/autopep8-$pkgver-py2 - python2 setup.py test -} - -package_autopep8() { - depends=('python-pycodestyle') - - cd autopep8-$pkgver - python3 setup.py install -O1 --prefix=/usr --root="$pkgdir" - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-autopep8() { - depends=('python2-pycodestyle') - - cd autopep8-$pkgver-py2 - python2 setup.py install -O1 --prefix=/usr --root="$pkgdir" - mv "$pkgdir"/usr/bin/autopep8{,-python2} - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: autopep8/repos/community-any/PKGBUILD (from rev 637731, autopep8/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 19:25:27 UTC (rev 637732) @@ -0,0 +1,59 @@ +# Maintainer: Felix Yan +# Contributor: Ismael Carnales +# Contributor: Sergey Mastykov + +pkgbase=autopep8 +pkgname=(autopep8 python2-autopep8) +pkgver=1.5.3 +pkgrel=1 +epoch=1 +pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide" +arch=('any') +url="https://github.com/hhatto/autopep8"; +license=('MIT') +makedepends=('python-pycodestyle' 'python2-pycodestyle' 'python-toml' 'python2-toml') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz";) +sha512sums=('d816476623d48f5af38bbe5a52d78f3e9bea22d2d7cf56df1fe50b3d0439f125a7c5d6833cb82bc810ed74b62a5c986f74df8f78007e1b51a3e3cd5570427733') + +prepare() { + cp -a autopep8-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/autopep8-$pkgver + python setup.py build + + cd "$srcdir"/autopep8-$pkgver-py2 + python2 setup.py build +} + +check() { + export LC_CTYPE=en_US.UTF-8 + + cd "$srcdir"/autopep8-$pkgver + python setup.py test + + cd "$srcdir"/autopep8-$pkgver-py2 + python2 setup.py test +} + +package_autopep8() { + depends=('python-pycodestyle' 'python-toml') + + cd autopep8-$pkgver + python3 setup.py install -O1 --prefix=/usr --root="$pkgdir" + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-autopep8() { + depends=('python2-pycodestyle' 'python2-toml') + + cd autopep8-$pkgver-py2 + python2 setup.py install -O1 --prefix=/usr --root="$pkgdir" + mv "$pkgdir"/usr/bin/autopep8{,-python2} + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in haskell-warp-tls/repos (2 files)
Date: Sunday, May 31, 2020 @ 19:23:32 Author: felixonmars Revision: 637730 archrelease: copy trunk to community-staging-x86_64 Added: haskell-warp-tls/repos/community-staging-x86_64/ haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 637729, haskell-warp-tls/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 637729, haskell-warp-tls/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 19:23:32 UTC (rev 637730) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=warp-tls +pkgname=haskell-warp-tls +pkgver=3.2.12 +pkgrel=1 +pkgdesc="HTTP over TLS support for Warp via the TLS package" +url="https://github.com/yesodweb/wai"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" "haskell-network" + "haskell-streaming-commons" "haskell-tls" "haskell-tls-session-manager" "haskell-wai" + "haskell-warp") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('c1fa08c71088e914bcb7e978fa0fedcff9900351cf8f2b59bbba8b35e56b605ba3bd36d6162459397f38a0cdcedd5e48472f3d7d1b1357d0b0c3c2fa75ba') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-warp-tls/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:23:24 Author: felixonmars Revision: 637729 upgpkg: haskell-warp-tls 3.2.12-1: rebuild with warp-tls 3.2.12 Modified: haskell-warp-tls/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:23:19 UTC (rev 637728) +++ PKGBUILD2020-05-31 19:23:24 UTC (rev 637729) @@ -3,8 +3,8 @@ _hkgname=warp-tls pkgname=haskell-warp-tls -pkgver=3.2.11 -pkgrel=80 +pkgver=3.2.12 +pkgrel=1 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="https://github.com/yesodweb/wai"; license=("MIT") @@ -14,7 +14,7 @@ "haskell-warp") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('94d2403ca88744889690fa9b4f9f5f840c089b7904d64b78deb7f8478833e887222e4ea399bcab55788af2a7b311cb7071f07f07a3fd81f07bcf7861a3122a88') +sha512sums=('c1fa08c71088e914bcb7e978fa0fedcff9900351cf8f2b59bbba8b35e56b605ba3bd36d6162459397f38a0cdcedd5e48472f3d7d1b1357d0b0c3c2fa75ba') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in python-setuptools-scm/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:23:11 Author: felixonmars Revision: 637727 upgpkg: python-setuptools-scm 4.1.2-1 Modified: python-setuptools-scm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:21:57 UTC (rev 637726) +++ PKGBUILD2020-05-31 19:23:11 UTC (rev 637727) @@ -3,7 +3,7 @@ pkgbase=python-setuptools-scm pkgname=(python-setuptools-scm python2-setuptools-scm) -pkgver=4.1.1 +pkgver=4.1.2 pkgrel=1 pkgdesc="Handles managing your python package versions in scm metadata." arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python2-pytest' 'mercurial' 'git' 'python-pip' 'python2-pip' 'python-toml' 'python2-toml') source=("https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$pkgver.tar.gz";) -sha512sums=('acc44de4a5096adc34ecb67bbcfdaf7fd80954b1595c34a0cb8291ff5bb351a4e3dbbf26832f7f1973ddb834d8bf1caac5caf699eb1b864bf00aeff963bc3fca') +sha512sums=('3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6') prepare() { sed -i '/jaraco.windows/d' setuptools_scm-$pkgver/{setup.cfg,src/setuptools_scm.egg-info/requires.txt}
[arch-commits] Commit in python-setuptools-scm/repos/community-testing-any (2 files)
Date: Sunday, May 31, 2020 @ 19:23:19 Author: felixonmars Revision: 637728 archrelease: copy trunk to community-testing-any Added: python-setuptools-scm/repos/community-testing-any/PKGBUILD (from rev 637727, python-setuptools-scm/trunk/PKGBUILD) Deleted: python-setuptools-scm/repos/community-testing-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 19:23:11 UTC (rev 637727) +++ PKGBUILD2020-05-31 19:23:19 UTC (rev 637728) @@ -1,67 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Hugo Osvaldo Barrera - -pkgbase=python-setuptools-scm -pkgname=(python-setuptools-scm python2-setuptools-scm) -pkgver=4.1.1 -pkgrel=1 -pkgdesc="Handles managing your python package versions in scm metadata." -arch=('any') -url="https://github.com/pypa/setuptools_scm"; -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-pytest' 'python2-pytest' 'mercurial' 'git' 'python-pip' 'python2-pip' - 'python-toml' 'python2-toml') -source=("https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$pkgver.tar.gz";) -sha512sums=('acc44de4a5096adc34ecb67bbcfdaf7fd80954b1595c34a0cb8291ff5bb351a4e3dbbf26832f7f1973ddb834d8bf1caac5caf699eb1b864bf00aeff963bc3fca') - -prepare() { - sed -i '/jaraco.windows/d' setuptools_scm-$pkgver/{setup.cfg,src/setuptools_scm.egg-info/requires.txt} - cp -a setuptools_scm-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/setuptools_scm-$pkgver - python setup.py build - python setup.py egg_info - - cd "$srcdir"/setuptools_scm-$pkgver-py2 - python2 setup.py build - python2 setup.py egg_info -} - -check() { - # Hack entry points by installing it - - cd "$srcdir"/setuptools_scm-$pkgver - python setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" py.test - - cd "$srcdir"/setuptools_scm-$pkgver-py2 - python2 setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 -} - -package_python-setuptools-scm() { - depends=('python-setuptools') - provides=('python-setuptools_scm') - conflicts=('python-setuptools_scm') - replaces=('python-setuptools_scm') - - cd "$srcdir"/setuptools_scm-$pkgver - python setup.py install --root "$pkgdir" - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-setuptools-scm() { - depends=('python2-setuptools') - provides=('python2-setuptools_scm') - conflicts=('python2-setuptools_scm') - replaces=('python2-setuptools_scm') - - cd "$srcdir"/setuptools_scm-$pkgver-py2 - python2 setup.py install --root "$pkgdir" - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-setuptools-scm/repos/community-testing-any/PKGBUILD (from rev 637727, python-setuptools-scm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 19:23:19 UTC (rev 637728) @@ -0,0 +1,67 @@ +# Maintainer: Felix Yan +# Contributor: Hugo Osvaldo Barrera + +pkgbase=python-setuptools-scm +pkgname=(python-setuptools-scm python2-setuptools-scm) +pkgver=4.1.2 +pkgrel=1 +pkgdesc="Handles managing your python package versions in scm metadata." +arch=('any') +url="https://github.com/pypa/setuptools_scm"; +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-pytest' 'python2-pytest' 'mercurial' 'git' 'python-pip' 'python2-pip' + 'python-toml' 'python2-toml') +source=("https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$pkgver.tar.gz";) +sha512sums=('3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6') + +prepare() { + sed -i '/jaraco.windows/d' setuptools_scm-$pkgver/{setup.cfg,src/setuptools_scm.egg-info/requires.txt} + cp -a setuptools_scm-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/setuptools_scm-$pkgver + python setup.py build + python setup.py egg_info + + cd "$srcdir"/setuptools_scm-$pkgver-py2 + python2 setup.py build + python2 setup.py egg_info +} + +check() { + # Hack entry points by installing it + + cd "$srcdir"/setuptools_scm-$pkgver + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" py.test + + cd "$srcdir"/setuptools_scm-$pkgver-py2 + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 +} + +package_python-setuptools-scm() { + depends=('python-setuptools') + provides=('python-setuptools_scm') + conflicts=('python-setuptool
[arch-commits] Commit in python-prance/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:21:57 Author: felixonmars Revision: 637726 archrelease: copy trunk to community-any Added: python-prance/repos/community-any/PKGBUILD (from rev 637725, python-prance/trunk/PKGBUILD) Deleted: python-prance/repos/community-any/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 19:21:48 UTC (rev 637725) +++ PKGBUILD2020-05-31 19:21:57 UTC (rev 637726) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=python-prance -pkgver=0.18.2 -_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03 -pkgrel=1 -pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser" -url="https://github.com/jfinkhaeuser/prance"; -license=('custom:MITNFA') -arch=('any') -depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 'python-requests' - 'python-six' 'python-semver') -makedepends=('python-setuptools') -checkdepends=('python-pytest-cov') -source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz"; - "OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";) -sha512sums=('178c020cc40e5ac35b0217678b9269f0f96584313b76cbc811814e3f3a5da3e7d10edb339ccb9a4a39bece590f2c3f04cc8b879899479eb503df7b6f66ff570b' - 'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae') - -prepare() { - rmdir prance-$pkgver/tests/OpenAPI-Specification - ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit prance-$pkgver/tests/OpenAPI-Specification -} - -build() { - cd prance-$pkgver - python setup.py build -} - -check() { - cd prance-$pkgver - pytest -} - -package() { - cd prance-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt -} Copied: python-prance/repos/community-any/PKGBUILD (from rev 637725, python-prance/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 19:21:57 UTC (rev 637726) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=python-prance +pkgver=0.18.3 +_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03 +pkgrel=1 +pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser" +url="https://github.com/jfinkhaeuser/prance"; +license=('custom:MITNFA') +arch=('any') +depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 'python-requests' + 'python-six' 'python-semver') +makedepends=('python-setuptools') +checkdepends=('python-pytest-cov') +source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz"; + "OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";) +sha512sums=('feec73999b658f7351cbb171079fac9a159d71376c54fb3801d82bfd365569539f2f8129183e28ef457571279c51089a94a9319cde71e31915a155a8114ab7ca' + 'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae') + +prepare() { + rmdir prance-$pkgver/tests/OpenAPI-Specification + ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit prance-$pkgver/tests/OpenAPI-Specification +} + +build() { + cd prance-$pkgver + python setup.py build +} + +check() { + cd prance-$pkgver + pytest +} + +package() { + cd prance-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt +}
[arch-commits] Commit in python-prance/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:21:48 Author: felixonmars Revision: 637725 upgpkg: python-prance 0.18.3-1 Modified: python-prance/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 19:20:06 UTC (rev 637724) +++ PKGBUILD2020-05-31 19:21:48 UTC (rev 637725) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=python-prance -pkgver=0.18.2 +pkgver=0.18.3 _openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03 pkgrel=1 pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser" @@ -15,7 +15,7 @@ checkdepends=('python-pytest-cov') source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz"; "OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz";) -sha512sums=('178c020cc40e5ac35b0217678b9269f0f96584313b76cbc811814e3f3a5da3e7d10edb339ccb9a4a39bece590f2c3f04cc8b879899479eb503df7b6f66ff570b' +sha512sums=('feec73999b658f7351cbb171079fac9a159d71376c54fb3801d82bfd365569539f2f8129183e28ef457571279c51089a94a9319cde71e31915a155a8114ab7ca' 'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae') prepare() {
[arch-commits] Commit in rime-cantonese/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:19:47 Author: felixonmars Revision: 637713 upgpkg: rime-cantonese 0.0.0.20200531-1 Modified: rime-cantonese/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 18:40:27 UTC (rev 637712) +++ PKGBUILD2020-05-31 19:19:47 UTC (rev 637713) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan pkgname=rime-cantonese -pkgver=0.0.0.20200529 -_commit=a40abed3ae72cca13845c583c402f7e74061 +pkgver=0.0.0.20200531 +_commit=f52a4f1a42e678a324606bb11424fc995cf75dae pkgrel=1 pkgdesc="Cantonese input for rime" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke') makedepends=('librime' 'rime-prelude' 'rime-essay') source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";) -sha512sums=('91506fd05a3d945db3f30b542545f30e601d10deae712890f2cb8d9de7dfd124e702796bcb6e697af7fe276c5935ed98a6cd2591ff8c5a58ae7133dfe2c4de65') +sha512sums=('6a82e7458ff0ee0b2c02b67800a59c88e7924f5a08f60684f0347e6bc525e17d659722e5a4c03737cc2f06586645703e55a68f1b03687b974fe7165dd9b4b31a') prepare() { cd $pkgname-$_commit
[arch-commits] Commit in rime-cantonese/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 19:19:58 Author: felixonmars Revision: 637715 archrelease: copy trunk to community-x86_64 Added: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 637713, rime-cantonese/trunk/PKGBUILD) Deleted: rime-cantonese/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 19:19:55 UTC (rev 637714) +++ PKGBUILD2020-05-31 19:19:58 UTC (rev 637715) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=rime-cantonese -pkgver=0.0.0.20200529 -_commit=a40abed3ae72cca13845c583c402f7e74061 -pkgrel=1 -pkgdesc="Cantonese input for rime" -arch=('x86_64') -url="https://github.com/rime/rime-cantonese"; -license=('LGPL') -# dependency for reverse lookup -depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke') -makedepends=('librime' 'rime-prelude' 'rime-essay') -source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";) -sha512sums=('91506fd05a3d945db3f30b542545f30e601d10deae712890f2cb8d9de7dfd124e702796bcb6e697af7fe276c5935ed98a6cd2591ff8c5a58ae7133dfe2c4de65') - -prepare() { - cd $pkgname-$_commit - # Link essentials - for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf $_f; done -} - -build(){ - cd $pkgname-$_commit - for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done -} - -package() { - cd $pkgname-$_commit - find . -type l -delete - rm build/*.txt - install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/ - install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/ -} Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 637713, rime-cantonese/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 19:19:58 UTC (rev 637715) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=rime-cantonese +pkgver=0.0.0.20200531 +_commit=f52a4f1a42e678a324606bb11424fc995cf75dae +pkgrel=1 +pkgdesc="Cantonese input for rime" +arch=('x86_64') +url="https://github.com/rime/rime-cantonese"; +license=('LGPL') +# dependency for reverse lookup +depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke') +makedepends=('librime' 'rime-prelude' 'rime-essay') +source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";) +sha512sums=('6a82e7458ff0ee0b2c02b67800a59c88e7924f5a08f60684f0347e6bc525e17d659722e5a4c03737cc2f06586645703e55a68f1b03687b974fe7165dd9b4b31a') + +prepare() { + cd $pkgname-$_commit + # Link essentials + for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf $_f; done +} + +build(){ + cd $pkgname-$_commit + for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done +} + +package() { + cd $pkgname-$_commit + find . -type l -delete + rm build/*.txt + install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/ + install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/ +}
[arch-commits] Commit in python-install/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:40:27 Author: ffy00 Revision: 637712 archrelease: copy trunk to community-any Added: python-install/repos/community-any/PKGBUILD (from rev 637711, python-install/trunk/PKGBUILD) Deleted: python-install/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 18:40:25 UTC (rev 637711) +++ PKGBUILD2020-05-31 18:40:27 UTC (rev 637712) @@ -1,28 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) - -_pkgname=install -pkgname=python-$_pkgname -pkgver=0.0.1 -pkgrel=1 -pkgdesc='A simple, correct PEP427 wheel installer' -arch=('any') -url='https://github.com/FFY00/python-install' -license=('GPL') -depends=('python') -makedepends=('git' 'python-setuptools') -source=("git+$url#tag=$pkgver?signed") -validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) -sha512sums=('SKIP') - -build() { - cd $pkgname - - python setup.py build -} - -package() { - cd $pkgname - - python setup.py install --root="$pkgdir" --optimize=1 --skip-build -} - Copied: python-install/repos/community-any/PKGBUILD (from rev 637711, python-install/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 18:40:27 UTC (rev 637712) @@ -0,0 +1,28 @@ +# Maintainer: Filipe Laíns (FFY00) + +_pkgname=install +pkgname=python-$_pkgname +pkgver=0.0.2 +pkgrel=1 +pkgdesc='A simple, correct PEP427 wheel installer' +arch=('any') +url='https://github.com/FFY00/python-install' +license=('GPL') +depends=('python') +makedepends=('git' 'python-setuptools') +source=("git+$url#tag=$pkgver?signed") +validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) +sha512sums=('SKIP') + +build() { + cd $pkgname + + python setup.py build +} + +package() { + cd $pkgname + + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +} +
[arch-commits] Commit in bzflag/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:40:36 Author: bisson Revision: 387980 archrelease: copy trunk to extra-x86_64 Added: bzflag/repos/extra-x86_64/PKGBUILD (from rev 387979, bzflag/trunk/PKGBUILD) Deleted: bzflag/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 18:40:13 UTC (rev 387979) +++ PKGBUILD2020-05-31 18:40:36 UTC (rev 387980) @@ -1,29 +0,0 @@ -# Maintainer: Gaetan Bisson -# Contributor: Kevin Piche -# Contributor: Damir Perisa - -pkgname=bzflag -pkgver=2.4.18 -pkgrel=3 -pkgdesc='Multiplayer 3D tank battle game' -url='https://bzflag.org/' -license=('LGPL') -arch=('x86_64') -depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares') -source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2";) -sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make - cd misc - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop - install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png -} Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 387979, bzflag/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 18:40:36 UTC (rev 387980) @@ -0,0 +1,29 @@ +# Maintainer: Gaetan Bisson +# Contributor: Kevin Piche +# Contributor: Damir Perisa + +pkgname=bzflag +pkgver=2.4.20 +pkgrel=1 +pkgdesc='Multiplayer 3D tank battle game' +url='https://bzflag.org/' +license=('LGPL') +arch=('x86_64') +depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares') +source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2";) +sha256sums=('62c9c6175d805b4ac65d328eba8daefa56cc17931f46b42891e4fbe82aee7999') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make + cd misc + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop + install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png +}
[arch-commits] Commit in python-meilisearch/repos (2 files)
Date: Sunday, May 31, 2020 @ 18:40:25 Author: jelle Revision: 637711 archrelease: copy trunk to community-any Added: python-meilisearch/repos/community-any/ python-meilisearch/repos/community-any/PKGBUILD (from rev 637709, python-meilisearch/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: python-meilisearch/repos/community-any/PKGBUILD (from rev 637709, python-meilisearch/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2020-05-31 18:40:25 UTC (rev 637711) @@ -0,0 +1,32 @@ +# Maintainer: Jelle van der Waa + +pkgname=python-meilisearch +pkgver=0.10.1 +pkgrel=1 +pkgdesc='Python client for MeiliSearch API' +arch=(any) +license=('MIT') +url='https://pypi.org/project/meilisearch/' +depends=(python) +makedepends=(python-requests) +checkdepends=('python-pytest' 'python-pytest-ordering') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz) +sha512sums=('46c7f2ae4d72fd84c8c2d1c6d994c8762e9829d8c149b78198b5bda99ce4928e61e17762ffd0fdb23b48dd695adc4c97669e2c1b10525886c09e3f3684fe2e03') + +build() { + cd "meilisearch-python-${pkgver}" + python setup.py build +} + +check() { + # requires running meilisearch https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20 + cd "meilisearch-python-${pkgver}" + #pytest . +} + +package() { + cd "meilisearch-python-${pkgver}" + python setup.py install -O1 --root="${pkgdir}" + + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in python-install/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:40:22 Author: ffy00 Revision: 637710 upgpkg: python-install 0.0.2-1 Modified: python-install/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 18:38:37 UTC (rev 637709) +++ PKGBUILD2020-05-31 18:40:22 UTC (rev 637710) @@ -2,7 +2,7 @@ _pkgname=install pkgname=python-$_pkgname -pkgver=0.0.1 +pkgver=0.0.2 pkgrel=1 pkgdesc='A simple, correct PEP427 wheel installer' arch=('any')
[arch-commits] Commit in bzflag/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:40:13 Author: bisson Revision: 387979 upstream update Modified: bzflag/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 18:23:13 UTC (rev 387978) +++ PKGBUILD2020-05-31 18:40:13 UTC (rev 387979) @@ -3,8 +3,8 @@ # Contributor: Damir Perisa pkgname=bzflag -pkgver=2.4.18 -pkgrel=3 +pkgver=2.4.20 +pkgrel=1 pkgdesc='Multiplayer 3D tank battle game' url='https://bzflag.org/' license=('LGPL') @@ -11,7 +11,7 @@ arch=('x86_64') depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares') source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2";) -sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe') +sha256sums=('62c9c6175d805b4ac65d328eba8daefa56cc17931f46b42891e4fbe82aee7999') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in (4 files)
Date: Sunday, May 31, 2020 @ 18:38:37 Author: jelle Revision: 637709 Initial commit Added: python-meilisearch/ python-meilisearch/repos/ python-meilisearch/trunk/ python-meilisearch/trunk/PKGBUILD --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Added: python-meilisearch/trunk/PKGBUILD === --- python-meilisearch/trunk/PKGBUILD (rev 0) +++ python-meilisearch/trunk/PKGBUILD 2020-05-31 18:38:37 UTC (rev 637709) @@ -0,0 +1,32 @@ +# Maintainer: Jelle van der Waa + +pkgname=python-meilisearch +pkgver=0.10.1 +pkgrel=1 +pkgdesc='Python client for MeiliSearch API' +arch=(any) +license=('MIT') +url='https://pypi.org/project/meilisearch/' +depends=(python) +makedepends=(python-requests) +checkdepends=('python-pytest' 'python-pytest-ordering') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz) +sha512sums=('46c7f2ae4d72fd84c8c2d1c6d994c8762e9829d8c149b78198b5bda99ce4928e61e17762ffd0fdb23b48dd695adc4c97669e2c1b10525886c09e3f3684fe2e03') + +build() { + cd "meilisearch-python-${pkgver}" + python setup.py build +} + +check() { + # requires running meilisearch https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20 + cd "meilisearch-python-${pkgver}" + #pytest . +} + +package() { + cd "meilisearch-python-${pkgver}" + python setup.py install -O1 --root="${pkgdir}" + + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in feh/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:22:47 Author: bisson Revision: 387977 upstream update Modified: feh/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 18:16:26 UTC (rev 387976) +++ PKGBUILD2020-05-31 18:22:47 UTC (rev 387977) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom pkgname=feh -pkgver=3.4 +pkgver=3.4.1 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='https://feh.finalrewind.org/' @@ -16,7 +16,7 @@ makedepends=('libxt') validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005') source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) -sha256sums=('18545ca5c7537268810bec564db9cd3ad1ca98c2a2f23ec243d3bac56cfc0365' +sha256sums=('782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b' 'SKIP') build() {
[arch-commits] Commit in feh/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:23:13 Author: bisson Revision: 387978 archrelease: copy trunk to extra-x86_64 Added: feh/repos/extra-x86_64/PKGBUILD (from rev 387977, feh/trunk/PKGBUILD) Deleted: feh/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 18:22:47 UTC (rev 387977) +++ PKGBUILD2020-05-31 18:23:13 UTC (rev 387978) @@ -1,31 +0,0 @@ -# Maintainer: Gaetan Bisson -# Contributor: Andrea Scarpino -# Contributor: dorphell -# Contributor: Tom Newsom - -pkgname=feh -pkgver=3.4 -pkgrel=1 -pkgdesc='Fast and light imlib2-based image viewer' -url='https://feh.finalrewind.org/' -license=('custom:MIT') -arch=('x86_64') -depends=('imlib2' 'curl' 'libxinerama' 'libexif') -optdepends=('imagemagick: support more file formats' -'jpegexiforient: set exif rotation tag') -makedepends=('libxt') -validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005') -source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) -sha256sums=('18545ca5c7537268810bec564db9cd3ad1ca98c2a2f23ec243d3bac56cfc0365' -'SKIP') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX=/usr DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 387977, feh/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 18:23:13 UTC (rev 387978) @@ -0,0 +1,31 @@ +# Maintainer: Gaetan Bisson +# Contributor: Andrea Scarpino +# Contributor: dorphell +# Contributor: Tom Newsom + +pkgname=feh +pkgver=3.4.1 +pkgrel=1 +pkgdesc='Fast and light imlib2-based image viewer' +url='https://feh.finalrewind.org/' +license=('custom:MIT') +arch=('x86_64') +depends=('imlib2' 'curl' 'libxinerama' 'libexif') +optdepends=('imagemagick: support more file formats' +'jpegexiforient: set exif rotation tag') +makedepends=('libxt') +validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005') +source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) +sha256sums=('782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b' +'SKIP') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1 +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make PREFIX=/usr DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in gjs/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:16:26 Author: heftig Revision: 387976 archrelease: copy trunk to extra-x86_64 Added: gjs/repos/extra-x86_64/PKGBUILD (from rev 387975, gjs/trunk/PKGBUILD) Deleted: gjs/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 86 ++--- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 18:16:12 UTC (rev 387975) +++ PKGBUILD2020-05-31 18:16:26 UTC (rev 387976) @@ -1,43 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru - -pkgname=gjs -pkgver=1.64.2 -pkgrel=1 -epoch=2 -pkgdesc="Javascript Bindings for GNOME" -url="https://wiki.gnome.org/Projects/Gjs"; -arch=(x86_64) -license=(GPL) -depends=(cairo gobject-introspection-runtime js68 dconf readline) -makedepends=(gobject-introspection git sysprof meson) -checkdepends=(valgrind xorg-server-xvfb) -provides=(libgjs.so) -_commit=85f1c7d1fd9ec984742af7e193e42eb643476607 # tags/1.64.2^0 -source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build --buildtype release -D installed_tests=false - ninja -C build -} - -check() { - dbus-run-session xvfb-run \ --s '-screen 0 1920x1080x24 -nolisten local' \ -meson test -C build --print-errorlogs -} - -package() { - depends+=(libreadline.so) - DESTDIR="$pkgdir" meson install -C build -} Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 387975, gjs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 18:16:26 UTC (rev 387976) @@ -0,0 +1,43 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Ionut Biru + +pkgname=gjs +pkgver=1.64.3 +pkgrel=1 +epoch=2 +pkgdesc="Javascript Bindings for GNOME" +url="https://wiki.gnome.org/Projects/Gjs"; +arch=(x86_64) +license=(GPL) +depends=(cairo gobject-introspection-runtime js68 dconf readline) +makedepends=(gobject-introspection git sysprof meson) +checkdepends=(valgrind xorg-server-xvfb) +provides=(libgjs.so) +_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7 # tags/1.64.3^0 +source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build --buildtype release -D installed_tests=false + meson compile -C build +} + +check() { + dbus-run-session xvfb-run \ +-s '-screen 0 1920x1080x24 -nolisten local' \ +meson test -C build --print-errorlogs +} + +package() { + depends+=(libreadline.so) + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gjs/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:16:12 Author: heftig Revision: 387975 1.64.3-1 Modified: gjs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 18:03:43 UTC (rev 387974) +++ PKGBUILD2020-05-31 18:16:12 UTC (rev 387975) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru pkgname=gjs -pkgver=1.64.2 +pkgver=1.64.3 pkgrel=1 epoch=2 pkgdesc="Javascript Bindings for GNOME" @@ -13,7 +13,7 @@ makedepends=(gobject-introspection git sysprof meson) checkdepends=(valgrind xorg-server-xvfb) provides=(libgjs.so) -_commit=85f1c7d1fd9ec984742af7e193e42eb643476607 # tags/1.64.2^0 +_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7 # tags/1.64.3^0 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";) sha256sums=('SKIP') @@ -28,7 +28,7 @@ build() { arch-meson $pkgname build --buildtype release -D installed_tests=false - ninja -C build + meson compile -C build } check() {
[arch-commits] Commit in audacious-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:03:43 Author: foutrelis Revision: 387974 archrelease: copy trunk to extra-x86_64 Added: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 387973, audacious-plugins/trunk/PKGBUILD) Deleted: audacious-plugins/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 18:03:39 UTC (rev 387973) +++ PKGBUILD2020-05-31 18:03:43 UTC (rev 387974) @@ -1,40 +0,0 @@ -# Maintainer: Evangelos Foutras -# Contributor: Gaetan Bisson -# Contributor: Alexander Fehr -# Contributor: William Rea - -pkgname=audacious-plugins -pkgver=4.0.3 -pkgrel=3 -pkgdesc="Plugins for Audacious" -arch=('x86_64') -url="https://audacious-media-player.org/"; -license=('BSD' 'GPL') -depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth' - 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug' - 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp' - 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack') -makedepends=("audacious>=$pkgver" 'glib2' 'python') -source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2) -sha256sums=('e2a88f5cac3efe03eedbb8d320ca1bb9300788ce66056d2ceba60eb00f8aef97') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---enable-amidiplug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 387973, audacious-plugins/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 18:03:43 UTC (rev 387974) @@ -0,0 +1,40 @@ +# Maintainer: Evangelos Foutras +# Contributor: Gaetan Bisson +# Contributor: Alexander Fehr +# Contributor: William Rea + +pkgname=audacious-plugins +pkgver=4.0.3 +pkgrel=4 +pkgdesc="Plugins for Audacious" +arch=('x86_64') +url="https://audacious-media-player.org/"; +license=('BSD' 'GPL') +depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth' + 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug' + 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp' + 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b') +makedepends=("audacious>=$pkgver" 'glib2' 'python') +source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2) +sha256sums=('e2a88f5cac3efe03eedbb8d320ca1bb9300788ce66056d2ceba60eb00f8aef97') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--enable-amidiplug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 18:03:39 Author: foutrelis Revision: 387973 upgpkg: audacious-plugins 4.0.3-4: enable bs2b plugin (FS#66847) Modified: audacious-plugins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:48:13 UTC (rev 387972) +++ PKGBUILD2020-05-31 18:03:39 UTC (rev 387973) @@ -5,7 +5,7 @@ pkgname=audacious-plugins pkgver=4.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Plugins for Audacious" arch=('x86_64') url="https://audacious-media-player.org/"; @@ -13,7 +13,7 @@ depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth' 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug' 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp' - 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack') + 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b') makedepends=("audacious>=$pkgver" 'glib2' 'python') source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2) sha256sums=('e2a88f5cac3efe03eedbb8d320ca1bb9300788ce66056d2ceba60eb00f8aef97')
[arch-commits] Commit in ipcalc/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 17:00:44 Author: demize Revision: 637708 Ensure untrusted variables aren't unquoted Modified: ipcalc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:57:26 UTC (rev 637707) +++ PKGBUILD2020-05-31 17:00:44 UTC (rev 637708) @@ -8,9 +8,9 @@ url="http://jodies.de/ipcalc"; license=('GPL') depends=('perl') -source=(http://jodies.de/ipcalc-archive/${pkgname}-${pkgver}.tar.gz) +source=(http://jodies.de/ipcalc-archive/$pkgname-$pkgver.tar.gz) sha512sums=('089eb2b9a38b07caa182ff11547a93d86aed570311fc8cd9e636c7546ab4d15acc854b9d79bbba9c797dcfbbedd1d6f4d521aec97bf613905fe5198a29c9889d') package() { - install -D -m755 ${srcdir}/${pkgname}-${pkgver}/ipcalc ${pkgdir}/usr/bin/ipcalc + install -D -m755 $pkgname-$pkgver/ipcalc "$pkgdir"/usr/bin/ipcalc }
[arch-commits] Commit in mediainfo/repos (3 files)
Date: Sunday, May 31, 2020 @ 16:57:26 Author: demize Revision: 637707 db-move: moved mediainfo from [community-staging] to [community] (x86_64) Added: mediainfo/repos/community-x86_64/PKGBUILD (from rev 637706, mediainfo/repos/community-staging-x86_64/PKGBUILD) Deleted: mediainfo/repos/community-staging-x86_64/ mediainfo/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 51 community-x86_64/PKGBUILD | 51 2 files changed, 51 insertions(+), 51 deletions(-) Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2020-05-31 16:57:25 UTC (rev 637706) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:26 UTC (rev 637707) @@ -1,51 +0,0 @@ -# Maintainer: Johannes Löthberg -# Contributor: Sergej Pupykin -# Contributor: hydro - -pkgbase=mediainfo -pkgname=(mediainfo mediainfo-gui) -pkgver=19.09 -pkgrel=1 - -pkgdesc="Supplies technical and tag information about a video or audio file" -url="https://mediaarea.net/"; -arch=('x86_64') -license=('BSD') - -depends=('libmediainfo' 'wxgtk3') - -source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz) - -sha256sums=('02f5b0ae42825776b51500f023ff883fd632dc4cbe229f00d7528bf0e8d45aa8') - -build() { - cd MediaInfo/Project/GNU/CLI - ./autogen.sh - ./configure --prefix=/usr - make - - cd "$srcdir/MediaInfo/Project/GNU/GUI" - ./autogen.sh - ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3 - make -} - -package_mediainfo() { - pkgdesc+=" (CLI interface)" - depends=('libmediainfo') - - cd MediaInfo/Project/GNU/CLI - make DESTDIR="$pkgdir" install - - install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_mediainfo-gui() { - pkgdesc+=" (GUI interface)" - depends=('libmediainfo' 'wxgtk3') - - cd MediaInfo/Project/GNU/GUI - make DESTDIR="$pkgdir" install - - install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 637706, mediainfo/repos/community-staging-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:26 UTC (rev 637707) @@ -0,0 +1,51 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: hydro + +pkgbase=mediainfo +pkgname=(mediainfo mediainfo-gui) +pkgver=20.03 +pkgrel=1 + +pkgdesc="Supplies technical and tag information about a video or audio file" +url="https://mediaarea.net/"; +arch=('x86_64') +license=('BSD') + +depends=('libmediainfo' 'wxgtk3') + +source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz) + +sha256sums=('dc3ef8a2aea8d1bb101c679209de941d094141113acda42677c101c7bc853ab8') + +build() { + cd MediaInfo/Project/GNU/CLI + ./autogen.sh + ./configure --prefix=/usr + make + + cd "$srcdir/MediaInfo/Project/GNU/GUI" + ./autogen.sh + ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3 + make +} + +package_mediainfo() { + pkgdesc+=" (CLI interface)" + depends=('libmediainfo') + + cd MediaInfo/Project/GNU/CLI + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_mediainfo-gui() { + pkgdesc+=" (GUI interface)" + depends=('libmediainfo' 'wxgtk3') + + cd MediaInfo/Project/GNU/GUI + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in libzen/repos (3 files)
Date: Sunday, May 31, 2020 @ 16:57:24 Author: demize Revision: 637705 db-move: moved libzen from [community-staging] to [community] (x86_64) Added: libzen/repos/community-x86_64/PKGBUILD (from rev 637704, libzen/repos/community-staging-x86_64/PKGBUILD) Deleted: libzen/repos/community-staging-x86_64/ libzen/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 46 community-x86_64/PKGBUILD | 46 2 files changed, 46 insertions(+), 46 deletions(-) Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2020-05-31 16:56:12 UTC (rev 637704) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:24 UTC (rev 637705) @@ -1,46 +0,0 @@ -# Maintainer: Johannes Löthberg - -pkgname=libzen -pkgver=0.4.37 -pkgrel=2 - -pkgdesc="shared library for libmediainfo and mediainfo" -url="http://mediaarea.net"; -arch=('x86_64') -license=('BSD') - -depends=('gcc-libs') -makedepends=('libtool' 'automake' 'autoconf') - -source=(https://mediaarea.net/download/source/libzen/$pkgver/libzen_$pkgver.tar.bz2) - -sha256sums=('132cdc8b994e01de86436851d5b1c930f7a6cb683be3d94e5b46ddbfd45b78b6') - -build() { - cd ZenLib/Project/GNU/Library - - ./autogen.sh - ./configure --prefix=/usr --enable-shared - make -} - -package() { - cd ZenLib/Project/GNU/Library - - make DESTDIR="$pkgdir" install - - install -dm 755 "$pkgdir"/usr/include/ZenLib - install -m 644 "$srcdir"/ZenLib/Source/ZenLib/*.h "$pkgdir"/usr/include/ZenLib - - for i in HTTP_Client Format/Html Format/Http; do -install -dm0755 "$pkgdir"/usr/include/ZenLib/$i -install -m0644 "$srcdir"/ZenLib/Source/ZenLib/$i/*.h "$pkgdir"/usr/include/ZenLib/$i - done - - install -dm 755 "$pkgdir"/usr/lib/pkgconfig - install -m 644 "$srcdir"/ZenLib/Project/GNU/Library/libzen.pc "$pkgdir"/usr/lib/pkgconfig - - sed -i -e 's|Version: $|Version: '$pkgver'|g' "$pkgdir"/usr/lib/pkgconfig/libzen.pc - - install -D -m 644 "$srcdir"/ZenLib/License.txt "$pkgdir"/usr/share/licenses/libzen/License.txt -} Copied: libzen/repos/community-x86_64/PKGBUILD (from rev 637704, libzen/repos/community-staging-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:24 UTC (rev 637705) @@ -0,0 +1,46 @@ +# Maintainer: Johannes Löthberg + +pkgname=libzen +pkgver=0.4.38 +pkgrel=2 + +pkgdesc="shared library for libmediainfo and mediainfo" +url="https://mediaarea.net"; +arch=('x86_64') +license=('BSD') + +depends=('gcc-libs') +makedepends=('libtool' 'automake' 'autoconf') + +source=(https://mediaarea.net/download/source/libzen/$pkgver/libzen_$pkgver.tar.bz2) + +sha256sums=('594e07bb4a0472cd9da258b3c4e050e9a37a39cccd85e3d8b5bf597d027b7eda') + +build() { + cd ZenLib/Project/GNU/Library + + ./autogen.sh + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd ZenLib/Project/GNU/Library + + make DESTDIR="$pkgdir" install + + install -dm 755 "$pkgdir"/usr/include/ZenLib + install -m 644 "$srcdir"/ZenLib/Source/ZenLib/*.h "$pkgdir"/usr/include/ZenLib + + for i in HTTP_Client Format/Html Format/Http; do +install -dm0755 "$pkgdir"/usr/include/ZenLib/$i +install -m0644 "$srcdir"/ZenLib/Source/ZenLib/$i/*.h "$pkgdir"/usr/include/ZenLib/$i + done + + install -dm 755 "$pkgdir"/usr/lib/pkgconfig + install -m 644 "$srcdir"/ZenLib/Project/GNU/Library/libzen.pc "$pkgdir"/usr/lib/pkgconfig + + sed -i -e 's|Version: $|Version: '$pkgver'|g' "$pkgdir"/usr/lib/pkgconfig/libzen.pc + + install -D -m 644 "$srcdir"/ZenLib/License.txt "$pkgdir"/usr/share/licenses/libzen/License.txt +}
[arch-commits] Commit in libmediainfo/repos (3 files)
Date: Sunday, May 31, 2020 @ 16:57:25 Author: demize Revision: 637706 db-move: moved libmediainfo from [community-staging] to [community] (x86_64) Added: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 637705, libmediainfo/repos/community-staging-x86_64/PKGBUILD) Deleted: libmediainfo/repos/community-staging-x86_64/ libmediainfo/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 39 +++ community-x86_64/PKGBUILD | 39 --- 2 files changed, 39 insertions(+), 39 deletions(-) Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2020-05-31 16:57:24 UTC (rev 637705) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:25 UTC (rev 637706) @@ -1,39 +0,0 @@ -# Maintainer: Johannes Löthberg -# Contributor: Sergej Pupykin -# Contributor: hydro - -pkgname=libmediainfo -pkgver=19.09 -pkgrel=1 - -pkgdesc="shared library for mediainfo" -url="https://mediaarea.net"; -arch=('x86_64') -license=('BSD') - -depends=('curl' 'glib2' 'libmms' 'libzen') - -source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz) - -sha256sums=('ff06e1a449dfbe6f2c51f27ae1187d3e72386cb54476fbb189ffaacf845f478e') - -build() { - cd MediaInfoLib/Project/GNU/Library - - ./autogen.sh - ./configure --prefix=/usr \ - --enable-shared \ - --disable-static \ - --with-libcurl \ - --with-libmms - - make -} - -package() { - cd MediaInfoLib/Project/GNU/Library - - make DESTDIR="$pkgdir" install - - install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 637705, libmediainfo/repos/community-staging-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-05-31 16:57:25 UTC (rev 637706) @@ -0,0 +1,39 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: hydro + +pkgname=libmediainfo +pkgver=20.03 +pkgrel=1 + +pkgdesc="shared library for mediainfo" +url="https://mediaarea.net"; +arch=('x86_64') +license=('BSD') + +depends=('curl' 'glib2' 'libmms' 'libzen') + +source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz) + +sha256sums=('6848310eb7050efe7f90f18191dacfcc220c924390b8088fdf0d553274917f72') + +build() { + cd MediaInfoLib/Project/GNU/Library + + ./autogen.sh + ./configure --prefix=/usr \ + --enable-shared \ + --disable-static \ + --with-libcurl \ + --with-libmms + + make +} + +package() { + cd MediaInfoLib/Project/GNU/Library + + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in oidentd/repos (5 files)
Date: Sunday, May 31, 2020 @ 16:56:12 Author: demize Revision: 637704 archrelease: copy trunk to community-testing-x86_64 Added: oidentd/repos/community-testing-x86_64/ oidentd/repos/community-testing-x86_64/PKGBUILD (from rev 637703, oidentd/trunk/PKGBUILD) oidentd/repos/community-testing-x86_64/service (from rev 637703, oidentd/trunk/service) oidentd/repos/community-testing-x86_64/socket (from rev 637703, oidentd/trunk/socket) oidentd/repos/community-testing-x86_64/sysusers.conf (from rev 637703, oidentd/trunk/sysusers.conf) ---+ PKGBUILD | 44 service |8 socket|9 + sysusers.conf |1 + 4 files changed, 62 insertions(+) Copied: oidentd/repos/community-testing-x86_64/PKGBUILD (from rev 637703, oidentd/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2020-05-31 16:56:12 UTC (rev 637704) @@ -0,0 +1,44 @@ +# Contributor: Bartłomiej Piotrowski +# Contributor: simo +# Contributor: Mateusz Herych +# Contributor: Tom Newsom + +pkgname=oidentd +pkgver=2.5.0 +pkgrel=1 +pkgdesc='An RFC1413 compliant ident daemon' +arch=('x86_64') +url="https://oidentd.janikrabe.com/"; +license=('GPL') +depends=('glibc' 'libnetfilter_conntrack') +backup=(etc/oidentd.conf) +source=(https://files.janikrabe.com/pub/oidentd/releases/$pkgver/oidentd-$pkgver.tar.xz{,.asc} +service socket sysusers.conf) + +md5sums=('dc994cb652ef018e651f25e565d6f02a' + 'SKIP' + '8e1fec6ceece6bbf394381c58b531f76' + '4442fb9fc10754914568e6ffc3d5fc42' + '62cda7be7064da326e091bf7110c6ca4') + +validpgpkeys=('63694DD76ED116B84D286F75C4CD3CE186D1CA13') # Janik Rabe + +build() { + cd oidentd-$pkgver + ./configure \ + --sysconfdir=/etc \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --mandir=/usr/share/man + make +} + +package() { + cd oidentd-$pkgver + make DESTDIR="$pkgdir" install + + install -D -m644 "$srcdir"/service "$pkgdir"/usr/lib/systemd/system/oidentd@.service + install -D -m644 "$srcdir"/socket "$pkgdir"/usr/lib/systemd/system/oidentd.socket + install -D -m644 "$srcdir"/sysusers.conf "$pkgdir"/usr/lib/sysusers.d/oidentd.conf +} + Copied: oidentd/repos/community-testing-x86_64/service (from rev 637703, oidentd/trunk/service) === --- community-testing-x86_64/service(rev 0) +++ community-testing-x86_64/service2020-05-31 16:56:12 UTC (rev 637704) @@ -0,0 +1,8 @@ +[Unit] +Description=Ident (RFC 1413) per-connection server + +[Service] +ExecStart=/usr/bin/oidentd -I -u oidentd -g oidentd +ExecReload=/bin/kill -HUP $MAINPID +StandardInput=socket +StandardError=syslog Copied: oidentd/repos/community-testing-x86_64/socket (from rev 637703, oidentd/trunk/socket) === --- community-testing-x86_64/socket (rev 0) +++ community-testing-x86_64/socket 2020-05-31 16:56:12 UTC (rev 637704) @@ -0,0 +1,9 @@ +[Unit] +Description=Ident (RFC 1413) socket + +[Socket] +ListenStream=113 +Accept=yes + +[Install] +WantedBy=sockets.target Copied: oidentd/repos/community-testing-x86_64/sysusers.conf (from rev 637703, oidentd/trunk/sysusers.conf) === --- community-testing-x86_64/sysusers.conf (rev 0) +++ community-testing-x86_64/sysusers.conf 2020-05-31 16:56:12 UTC (rev 637704) @@ -0,0 +1 @@ +u oidentd 493 "oidentd user" /var/empty
[arch-commits] Commit in oidentd/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:56:04 Author: demize Revision: 637703 upgpkg: oidentd 2.5.0-1 Modified: oidentd/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:49:44 UTC (rev 637702) +++ PKGBUILD2020-05-31 16:56:04 UTC (rev 637703) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom pkgname=oidentd -pkgver=2.4.0 +pkgver=2.5.0 pkgrel=1 pkgdesc='An RFC1413 compliant ident daemon' arch=('x86_64') @@ -15,13 +15,13 @@ source=(https://files.janikrabe.com/pub/oidentd/releases/$pkgver/oidentd-$pkgver.tar.xz{,.asc} service socket sysusers.conf) -md5sums=('76e28b88120cc2765f870ae103846af4' +md5sums=('dc994cb652ef018e651f25e565d6f02a' 'SKIP' '8e1fec6ceece6bbf394381c58b531f76' '4442fb9fc10754914568e6ffc3d5fc42' '62cda7be7064da326e091bf7110c6ca4') -validpgpkeys=('FAC12F424E0A7A684D1D15262BD37AD723D597D9') # Janik Rabe +validpgpkeys=('63694DD76ED116B84D286F75C4CD3CE186D1CA13') # Janik Rabe build() { cd oidentd-$pkgver
[arch-commits] Commit in mediainfo/repos (2 files)
Date: Sunday, May 31, 2020 @ 16:49:44 Author: demize Revision: 637702 archrelease: copy trunk to community-staging-x86_64 Added: mediainfo/repos/community-staging-x86_64/ mediainfo/repos/community-staging-x86_64/PKGBUILD (from rev 637701, mediainfo/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: mediainfo/repos/community-staging-x86_64/PKGBUILD (from rev 637701, mediainfo/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 16:49:44 UTC (rev 637702) @@ -0,0 +1,51 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: hydro + +pkgbase=mediainfo +pkgname=(mediainfo mediainfo-gui) +pkgver=20.03 +pkgrel=1 + +pkgdesc="Supplies technical and tag information about a video or audio file" +url="https://mediaarea.net/"; +arch=('x86_64') +license=('BSD') + +depends=('libmediainfo' 'wxgtk3') + +source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz) + +sha256sums=('dc3ef8a2aea8d1bb101c679209de941d094141113acda42677c101c7bc853ab8') + +build() { + cd MediaInfo/Project/GNU/CLI + ./autogen.sh + ./configure --prefix=/usr + make + + cd "$srcdir/MediaInfo/Project/GNU/GUI" + ./autogen.sh + ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3 + make +} + +package_mediainfo() { + pkgdesc+=" (CLI interface)" + depends=('libmediainfo') + + cd MediaInfo/Project/GNU/CLI + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_mediainfo-gui() { + pkgdesc+=" (GUI interface)" + depends=('libmediainfo' 'wxgtk3') + + cd MediaInfo/Project/GNU/GUI + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfo/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in mediainfo/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:49:41 Author: demize Revision: 637701 upgpkg: mediainfo 20.03-1 Modified: mediainfo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:42:59 UTC (rev 637700) +++ PKGBUILD2020-05-31 16:49:41 UTC (rev 637701) @@ -4,7 +4,7 @@ pkgbase=mediainfo pkgname=(mediainfo mediainfo-gui) -pkgver=19.09 +pkgver=20.03 pkgrel=1 pkgdesc="Supplies technical and tag information about a video or audio file" @@ -16,7 +16,7 @@ source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz) -sha256sums=('02f5b0ae42825776b51500f023ff883fd632dc4cbe229f00d7528bf0e8d45aa8') +sha256sums=('dc3ef8a2aea8d1bb101c679209de941d094141113acda42677c101c7bc853ab8') build() { cd MediaInfo/Project/GNU/CLI
[arch-commits] Commit in pkgconf/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:48:06 Author: demize Revision: 387971 upgpkg: pkgconf 1.7.3-1 Modified: pkgconf/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 15:59:10 UTC (rev 387970) +++ PKGBUILD2020-05-31 16:48:06 UTC (rev 387971) @@ -5,7 +5,7 @@ # Contributor: Bartlomiej Piotrowski pkgname=pkgconf -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="Package compiler and linker metadata toolkit" url="https://git.sr.ht/~kaniini/pkgconf"; @@ -17,7 +17,7 @@ conflicts=(pkg-config) replaces=(pkg-config) groups=(base-devel) -_commit=c6b93941a03fc330d260d815614dc36468481af2 # tags/pkgconf-1.7.2 +_commit=aca0674837cb6df1b29faddb8afe6b2f39733f6b # tags/pkgconf-1.7.3 source=("git+https://git.sr.ht/~kaniini/pkgconf#commit=$_commit"; i686-pc-linux-gnu.personality x86_64-pc-linux-gnu.personality)
[arch-commits] Commit in pkgconf/repos/testing-x86_64 (6 files)
Date: Sunday, May 31, 2020 @ 16:48:13 Author: demize Revision: 387972 archrelease: copy trunk to testing-x86_64 Added: pkgconf/repos/testing-x86_64/PKGBUILD (from rev 387971, pkgconf/trunk/PKGBUILD) pkgconf/repos/testing-x86_64/i686-pc-linux-gnu.personality (from rev 387971, pkgconf/trunk/i686-pc-linux-gnu.personality) pkgconf/repos/testing-x86_64/x86_64-pc-linux-gnu.personality (from rev 387971, pkgconf/trunk/x86_64-pc-linux-gnu.personality) Deleted: pkgconf/repos/testing-x86_64/PKGBUILD pkgconf/repos/testing-x86_64/i686-pc-linux-gnu.personality pkgconf/repos/testing-x86_64/x86_64-pc-linux-gnu.personality -+ PKGBUILD| 138 +++--- i686-pc-linux-gnu.personality | 10 +- x86_64-pc-linux-gnu.personality | 10 +- 3 files changed, 79 insertions(+), 79 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 16:48:06 UTC (rev 387971) +++ PKGBUILD2020-05-31 16:48:13 UTC (rev 387972) @@ -1,69 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Johannes Löthberg -# Contributor: Piotr Gorski -# Contributor: Lucy -# Contributor: Bartlomiej Piotrowski - -pkgname=pkgconf -pkgver=1.7.2 -pkgrel=1 -pkgdesc="Package compiler and linker metadata toolkit" -url="https://git.sr.ht/~kaniini/pkgconf"; -license=(custom:ISC) -arch=(x86_64) -depends=(glibc sh) -makedepends=(git) -provides=(pkg-config pkgconfig) -conflicts=(pkg-config) -replaces=(pkg-config) -groups=(base-devel) -_commit=c6b93941a03fc330d260d815614dc36468481af2 # tags/pkgconf-1.7.2 -source=("git+https://git.sr.ht/~kaniini/pkgconf#commit=$_commit"; -i686-pc-linux-gnu.personality -x86_64-pc-linux-gnu.personality) -sha256sums=('SKIP' -'6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1' -'c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5') - -_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig -_libdir=/usr/lib -_includedir=/usr/include - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^pkgconf-//;s/-/+/g' -} - -prepare() { - mkdir build - cd $pkgname - ./autogen.sh -} - -build() { - cd build - ../$pkgname/configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-pkg-config-dir="$_pcdirs" \ ---with-system-libdir="$_libdir" \ ---with-system-includedir="$_includedir" \ ---disable-static - make -} - -package() { - DESTDIR="$pkgdir" make -C build install - - install -Dt "$pkgdir/usr/share/pkgconfig/personality.d" -m644 \ -i686-pc-linux-gnu.personality \ -x86_64-pc-linux-gnu.personality - ln -s pkgconf "$pkgdir/usr/bin/i686-pc-linux-gnu-pkg-config" - ln -s pkgconf "$pkgdir/usr/bin/x86_64-pc-linux-gnu-pkg-config" - ln -s pkgconf "$pkgdir/usr/bin/pkg-config" - - ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1" - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING -} - -# vim:set sw=2 et: Copied: pkgconf/repos/testing-x86_64/PKGBUILD (from rev 387971, pkgconf/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 16:48:13 UTC (rev 387972) @@ -0,0 +1,69 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Johannes Löthberg +# Contributor: Piotr Gorski +# Contributor: Lucy +# Contributor: Bartlomiej Piotrowski + +pkgname=pkgconf +pkgver=1.7.3 +pkgrel=1 +pkgdesc="Package compiler and linker metadata toolkit" +url="https://git.sr.ht/~kaniini/pkgconf"; +license=(custom:ISC) +arch=(x86_64) +depends=(glibc sh) +makedepends=(git) +provides=(pkg-config pkgconfig) +conflicts=(pkg-config) +replaces=(pkg-config) +groups=(base-devel) +_commit=aca0674837cb6df1b29faddb8afe6b2f39733f6b # tags/pkgconf-1.7.3 +source=("git+https://git.sr.ht/~kaniini/pkgconf#commit=$_commit"; +i686-pc-linux-gnu.personality +x86_64-pc-linux-gnu.personality) +sha256sums=('SKIP' +'6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1' +'c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5') + +_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig +_libdir=/usr/lib +_includedir=/usr/include + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^pkgconf-//;s/-/+/g' +} + +prepare() { + mkdir build + cd $pkgname + ./autogen.sh +} + +build() { + cd build + ../$pkgname/configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--with-pkg-config-dir="$_pcdirs" \ +--with-system-libdir="$_libdir" \ +--with-system-includedir="$_includedir" \ +--disable-static + make +} + +package() { + DESTDIR="$pkgdir" make -C build install + + install -Dt "$pkgdir/usr/share/pkgconfig/personality.d" -m644 \ +i686-pc-linux-gnu.personality \ +x86_64-pc-linux-gnu.personality + ln -s pkgconf "$pkgdir/usr/bin/i686-pc-linux-gnu-pkg-config" + ln -s pkgconf "
[arch-commits] Commit in matrix-synapse/repos (6 files)
Date: Sunday, May 31, 2020 @ 16:42:49 Author: demize Revision: 637698 archrelease: copy trunk to community-testing-any Added: matrix-synapse/repos/community-testing-any/ matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 637697, matrix-synapse/trunk/PKGBUILD) matrix-synapse/repos/community-testing-any/synapse.install (from rev 637697, matrix-synapse/trunk/synapse.install) matrix-synapse/repos/community-testing-any/synapse.service (from rev 637697, matrix-synapse/trunk/synapse.service) matrix-synapse/repos/community-testing-any/sysusers-synapse.conf (from rev 637697, matrix-synapse/trunk/sysusers-synapse.conf) matrix-synapse/repos/community-testing-any/tmpfiles-synapse.conf (from rev 637697, matrix-synapse/trunk/tmpfiles-synapse.conf) ---+ PKGBUILD | 67 synapse.install | 38 +++ synapse.service | 18 sysusers-synapse.conf |1 tmpfiles-synapse.conf |1 5 files changed, 125 insertions(+) Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 637697, matrix-synapse/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2020-05-31 16:42:49 UTC (rev 637698) @@ -0,0 +1,67 @@ +# Maintainer: Johannes Löthberg +# Contributor: Ivan Shapovalov + +pkgname=matrix-synapse +pkgver=1.14.0 +pkgrel=1 + +pkgdesc="Matrix reference homeserver" +url="https://github.com/matrix-org/synapse"; +arch=('any') +license=('Apache') + +depends=('python-jsonschema' 'python-twisted' 'python-service-identity' + 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl' + 'python-daemonize' 'python-bcrypt' 'python-frozendict' + 'python-pillow' 'python-ujson' + 'python-pysaml2' 'python-setuptools' + 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson' + 'python-signedjson' 'python-pymacaroons' + 'python-service-identity' 'python-msgpack' + 'python-phonenumbers' 'python-prometheus_client' + 'python-attrs' 'python-netaddr' 'python-sortedcontainers' + 'python-treq' 'python-idna' 'python-jinja' + 'python-bleach' 'python-typing_extensions' 'systemd') +checkdepends=('python-lxml' 'python-mock' 'python-parameterized') +optdepends=('perl: sync_room_to_group.pl' +'python-psycopg2: PostgreSQL support' +'python-lxml: URL previewing' +'python-psutil: metrics' +'python-pyjwt: jwt') + +source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz"; +'synapse.service' +'sysusers-synapse.conf' +'tmpfiles-synapse.conf') + +md5sums=('ebd30eefc1d35db030099448d4b068b4' + 'fb196dee4f38a4b19e0a160f45574032' + 'ecd9f66fb57fe1a2e1e2df07a460a35b' + 'e961c9ecad84a70345a57a7e9e6d5b09') + +backup=('etc/synapse/log_config.yaml') +install=synapse.install + +build() { + cd synapse-$pkgver + python setup.py build +} + +## OIDC test is unconditionally run but requires authlib which isn't packaged yet, and trial doesn't have a way to specify tests to skip. +#check() { +# cd synapse-$pkgver +# PYTHONPATH=. trial3 tests +#} + +package() { + install -Dm644 synapse.service "$pkgdir"/usr/lib/systemd/system/synapse.service + + cd synapse-$pkgver + python setup.py install --root "$pkgdir" --optimize=1 --skip-build + + install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse + + install -Dm644 contrib/systemd/log_config.yaml "$pkgdir"/etc/synapse/log_config.yaml + install -Dm644 "$srcdir"/sysusers-synapse.conf "$pkgdir"/usr/lib/sysusers.d/synapse.conf + install -Dm644 "$srcdir"/tmpfiles-synapse.conf "$pkgdir"/usr/lib/tmpfiles.d/synapse.conf +} Copied: matrix-synapse/repos/community-testing-any/synapse.install (from rev 637697, matrix-synapse/trunk/synapse.install) === --- community-testing-any/synapse.install (rev 0) +++ community-testing-any/synapse.install 2020-05-31 16:42:49 UTC (rev 637698) @@ -0,0 +1,38 @@ +#!/bin/bash + +# arg 1: the new package version +post_install() { + if [[ ! -e /etc/synapse/homeserver.yaml ]]; then + cat <<-EOF + ==> A synapse configuration file needs to be generated before you can + start synapse, and you should make sure that it's readable by the + synapse user. + + cd /var/lib/synapse + sudo -u synapse python -m synapse.app.homeserver \\ + --server-name my.domain.name \\ + --config-path /etc/synapse/homeserver.yaml \\ + --generate-config \\
[arch-commits] Commit in libmediainfo/repos (2 files)
Date: Sunday, May 31, 2020 @ 16:42:59 Author: demize Revision: 637700 archrelease: copy trunk to community-staging-x86_64 Added: libmediainfo/repos/community-staging-x86_64/ libmediainfo/repos/community-staging-x86_64/PKGBUILD (from rev 637699, libmediainfo/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: libmediainfo/repos/community-staging-x86_64/PKGBUILD (from rev 637699, libmediainfo/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 16:42:59 UTC (rev 637700) @@ -0,0 +1,39 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: hydro + +pkgname=libmediainfo +pkgver=20.03 +pkgrel=1 + +pkgdesc="shared library for mediainfo" +url="https://mediaarea.net"; +arch=('x86_64') +license=('BSD') + +depends=('curl' 'glib2' 'libmms' 'libzen') + +source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz) + +sha256sums=('6848310eb7050efe7f90f18191dacfcc220c924390b8088fdf0d553274917f72') + +build() { + cd MediaInfoLib/Project/GNU/Library + + ./autogen.sh + ./configure --prefix=/usr \ + --enable-shared \ + --disable-static \ + --with-libcurl \ + --with-libmms + + make +} + +package() { + cd MediaInfoLib/Project/GNU/Library + + make DESTDIR="$pkgdir" install + + install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in libmediainfo/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:42:55 Author: demize Revision: 637699 upgpkg: libmediainfo 20.03-1 Modified: libmediainfo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:42:49 UTC (rev 637698) +++ PKGBUILD2020-05-31 16:42:55 UTC (rev 637699) @@ -3,7 +3,7 @@ # Contributor: hydro pkgname=libmediainfo -pkgver=19.09 +pkgver=20.03 pkgrel=1 pkgdesc="shared library for mediainfo" @@ -15,7 +15,7 @@ source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz) -sha256sums=('ff06e1a449dfbe6f2c51f27ae1187d3e72386cb54476fbb189ffaacf845f478e') +sha256sums=('6848310eb7050efe7f90f18191dacfcc220c924390b8088fdf0d553274917f72') build() { cd MediaInfoLib/Project/GNU/Library
[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:42:41 Author: demize Revision: 637697 upgpkg: matrix-synapse 1.14.0-1 Modified: matrix-synapse/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:34:25 UTC (rev 637696) +++ PKGBUILD2020-05-31 16:42:41 UTC (rev 637697) @@ -2,7 +2,7 @@ # Contributor: Ivan Shapovalov pkgname=matrix-synapse -pkgver=1.13.0 +pkgver=1.14.0 pkgrel=1 pkgdesc="Matrix reference homeserver" @@ -34,7 +34,7 @@ 'sysusers-synapse.conf' 'tmpfiles-synapse.conf') -md5sums=('fa09000c750ad506727f4c0f23534839' +md5sums=('ebd30eefc1d35db030099448d4b068b4' 'fb196dee4f38a4b19e0a160f45574032' 'ecd9f66fb57fe1a2e1e2df07a460a35b' 'e961c9ecad84a70345a57a7e9e6d5b09') @@ -47,10 +47,11 @@ python setup.py build } -check() { - cd synapse-$pkgver - PYTHONPATH=. trial3 tests -} +## OIDC test is unconditionally run but requires authlib which isn't packaged yet, and trial doesn't have a way to specify tests to skip. +#check() { +# cd synapse-$pkgver +# PYTHONPATH=. trial3 tests +#} package() { install -Dm644 synapse.service "$pkgdir"/usr/lib/systemd/system/synapse.service
[arch-commits] Commit in hunspell-pl/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:34:22 Author: demize Revision: 637695 upgpkg: hunspell-pl 20200530-1 Modified: hunspell-pl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:32:56 UTC (rev 637694) +++ PKGBUILD2020-05-31 16:34:22 UTC (rev 637695) @@ -3,7 +3,7 @@ # Contributor: Maciej Sitarz pkgname=hunspell-pl -pkgver=20200327 +pkgver=20200530 pkgrel=1 pkgdesc='Polish dictionary for Hunspell' arch=('any') @@ -12,7 +12,7 @@ optdepends=('hunspell: the spell checking libraries and apps') makedepends=('qt5-webengine') source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip) -md5sums=('ba4bf1ebd05b7a020f39575c707938da') +md5sums=('2f98fa9f50362008c2ce0d2777159189') prepare() { bsdtar -xf pl_PL.zip
[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:34:25 Author: demize Revision: 637696 archrelease: copy trunk to community-any Added: hunspell-pl/repos/community-any/PKGBUILD (from rev 637695, hunspell-pl/trunk/PKGBUILD) Deleted: hunspell-pl/repos/community-any/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-31 16:34:22 UTC (rev 637695) +++ PKGBUILD2020-05-31 16:34:25 UTC (rev 637696) @@ -1,41 +0,0 @@ -# Maintainer: Johannes Löthberg -# Contributor: Bartłomiej Piotrowski -# Contributor: Maciej Sitarz - -pkgname=hunspell-pl -pkgver=20200327 -pkgrel=1 -pkgdesc='Polish dictionary for Hunspell' -arch=('any') -url='https://www.sjp.pl/slownik/ort/' -license=('GPL') -optdepends=('hunspell: the spell checking libraries and apps') -makedepends=('qt5-webengine') -source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip) -md5sums=('ba4bf1ebd05b7a020f39575c707938da') - -prepare() { - bsdtar -xf pl_PL.zip -} - -package() { - install -dm755 "$pkgdir"/usr/share/hunspell - install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell - install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell - - # the symlinks - install -dm755 "$pkgdir"/usr/share/myspell/dicts - pushd "$pkgdir"/usr/share/myspell/dicts - for file in "$pkgdir"/usr/share/hunspell/*; do -ln -sv /usr/share/hunspell/$(basename $file) . - done - popd - - # docs - install -dm755 "$pkgdir"/usr/share/doc/$pkgname - install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname - - # Install webengine dictionaries - install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/ - qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic -} Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 637695, hunspell-pl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-31 16:34:25 UTC (rev 637696) @@ -0,0 +1,41 @@ +# Maintainer: Johannes Löthberg +# Contributor: Bartłomiej Piotrowski +# Contributor: Maciej Sitarz + +pkgname=hunspell-pl +pkgver=20200530 +pkgrel=1 +pkgdesc='Polish dictionary for Hunspell' +arch=('any') +url='https://www.sjp.pl/slownik/ort/' +license=('GPL') +optdepends=('hunspell: the spell checking libraries and apps') +makedepends=('qt5-webengine') +source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip) +md5sums=('2f98fa9f50362008c2ce0d2777159189') + +prepare() { + bsdtar -xf pl_PL.zip +} + +package() { + install -dm755 "$pkgdir"/usr/share/hunspell + install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell + install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell + + # the symlinks + install -dm755 "$pkgdir"/usr/share/myspell/dicts + pushd "$pkgdir"/usr/share/myspell/dicts + for file in "$pkgdir"/usr/share/hunspell/*; do +ln -sv /usr/share/hunspell/$(basename $file) . + done + popd + + # docs + install -dm755 "$pkgdir"/usr/share/doc/$pkgname + install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname + + # Install webengine dictionaries + install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/ + qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic +}
[arch-commits] Commit in libzen/trunk (PKGBUILD)
Date: Sunday, May 31, 2020 @ 16:32:52 Author: demize Revision: 637693 upgpkg: libzen 0.4.38-2 Modified: libzen/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-31 16:31:40 UTC (rev 637692) +++ PKGBUILD2020-05-31 16:32:52 UTC (rev 637693) @@ -1,7 +1,7 @@ # Maintainer: Johannes Löthberg pkgname=libzen -pkgver=0.4.37 +pkgver=0.4.38 pkgrel=2 pkgdesc="shared library for libmediainfo and mediainfo" @@ -14,7 +14,7 @@ source=(https://mediaarea.net/download/source/libzen/$pkgver/libzen_$pkgver.tar.bz2) -sha256sums=('132cdc8b994e01de86436851d5b1c930f7a6cb683be3d94e5b46ddbfd45b78b6') +sha256sums=('594e07bb4a0472cd9da258b3c4e050e9a37a39cccd85e3d8b5bf597d027b7eda') build() { cd ZenLib/Project/GNU/Library
[arch-commits] Commit in libzen/repos (2 files)
Date: Sunday, May 31, 2020 @ 16:32:56 Author: demize Revision: 637694 archrelease: copy trunk to community-staging-x86_64 Added: libzen/repos/community-staging-x86_64/ libzen/repos/community-staging-x86_64/PKGBUILD (from rev 637693, libzen/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: libzen/repos/community-staging-x86_64/PKGBUILD (from rev 637693, libzen/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-31 16:32:56 UTC (rev 637694) @@ -0,0 +1,46 @@ +# Maintainer: Johannes Löthberg + +pkgname=libzen +pkgver=0.4.38 +pkgrel=2 + +pkgdesc="shared library for libmediainfo and mediainfo" +url="https://mediaarea.net"; +arch=('x86_64') +license=('BSD') + +depends=('gcc-libs') +makedepends=('libtool' 'automake' 'autoconf') + +source=(https://mediaarea.net/download/source/libzen/$pkgver/libzen_$pkgver.tar.bz2) + +sha256sums=('594e07bb4a0472cd9da258b3c4e050e9a37a39cccd85e3d8b5bf597d027b7eda') + +build() { + cd ZenLib/Project/GNU/Library + + ./autogen.sh + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd ZenLib/Project/GNU/Library + + make DESTDIR="$pkgdir" install + + install -dm 755 "$pkgdir"/usr/include/ZenLib + install -m 644 "$srcdir"/ZenLib/Source/ZenLib/*.h "$pkgdir"/usr/include/ZenLib + + for i in HTTP_Client Format/Html Format/Http; do +install -dm0755 "$pkgdir"/usr/include/ZenLib/$i +install -m0644 "$srcdir"/ZenLib/Source/ZenLib/$i/*.h "$pkgdir"/usr/include/ZenLib/$i + done + + install -dm 755 "$pkgdir"/usr/lib/pkgconfig + install -m 644 "$srcdir"/ZenLib/Project/GNU/Library/libzen.pc "$pkgdir"/usr/lib/pkgconfig + + sed -i -e 's|Version: $|Version: '$pkgver'|g' "$pkgdir"/usr/lib/pkgconfig/libzen.pc + + install -D -m 644 "$srcdir"/ZenLib/License.txt "$pkgdir"/usr/share/licenses/libzen/License.txt +}