[arch-commits] Commit in vmpk/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:31:06 Author: dvzrv Revision: 415561 upgpkg: vmpk 0.7.1-1 Upgrading to 0.7.1. Modified: vmpk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 07:21:17 UTC (rev 415560) +++ PKGBUILD2018-12-12 07:31:06 UTC (rev 415561) @@ -2,7 +2,7 @@ # Contributor: speps pkgname=vmpk -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="Virtual MIDI Piano Keyboard" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('drumstick' 'qt5-x11extras') makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11') source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";) -sha512sums=('b0ddf90c48bb50b13fcd8148af7c153edbdbf33fe0a1f31ea8474a27de6cf34a063d7e08a068fdc984ad66fb88d38c6573514e5f474ff4f35bd827aa0de3c3c0') +sha512sums=('134e221aac195da1636182966b32c83ae7974a8ac5f023a931b9c19044b08ef27be54c2f53bac2885516f7405570ec9d51b1bef9c77bf8ade5d9ab372bf18960') prepare() { cd "${pkgname}-${pkgver}"
[arch-commits] Commit in vmpk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:31:13 Author: dvzrv Revision: 415562 archrelease: copy trunk to community-x86_64 Added: vmpk/repos/community-x86_64/PKGBUILD (from rev 415561, vmpk/trunk/PKGBUILD) Deleted: vmpk/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 07:31:06 UTC (rev 415561) +++ PKGBUILD2018-12-12 07:31:13 UTC (rev 415562) @@ -1,34 +0,0 @@ -# Maintainer: David Runge -# Contributor: speps - -pkgname=vmpk -pkgver=0.7.0 -pkgrel=1 -pkgdesc="Virtual MIDI Piano Keyboard" -arch=('x86_64') -url="http://vmpk.sourceforge.net/"; -license=('GPL3') -groups=('pro-audio') -depends=('drumstick' 'qt5-x11extras') -makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11') -source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";) -sha512sums=('b0ddf90c48bb50b13fcd8148af7c153edbdbf33fe0a1f31ea8474a27de6cf34a063d7e08a068fdc984ad66fb88d38c6573514e5f474ff4f35bd827aa0de3c3c0') - -prepare() { - cd "${pkgname}-${pkgver}" - mkdir build -} - -build() { - cd "${pkgname}-${pkgver}/build" - cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd "${pkgname}-${pkgver}/build" - make DESTDIR="$pkgdir/" install - install -t "${pkgdir}/usr/share/doc/${pkgname}" \ --vDm 644 ../{AUTHORS,ChangeLog,NEWS,README,TODO} -} Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 415561, vmpk/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 07:31:13 UTC (rev 415562) @@ -0,0 +1,34 @@ +# Maintainer: David Runge +# Contributor: speps + +pkgname=vmpk +pkgver=0.7.1 +pkgrel=1 +pkgdesc="Virtual MIDI Piano Keyboard" +arch=('x86_64') +url="http://vmpk.sourceforge.net/"; +license=('GPL3') +groups=('pro-audio') +depends=('drumstick' 'qt5-x11extras') +makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11') +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";) +sha512sums=('134e221aac195da1636182966b32c83ae7974a8ac5f023a931b9c19044b08ef27be54c2f53bac2885516f7405570ec9d51b1bef9c77bf8ade5d9ab372bf18960') + +prepare() { + cd "${pkgname}-${pkgver}" + mkdir build +} + +build() { + cd "${pkgname}-${pkgver}/build" + cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "${pkgname}-${pkgver}/build" + make DESTDIR="$pkgdir/" install + install -t "${pkgdir}/usr/share/doc/${pkgname}" \ +-vDm 644 ../{AUTHORS,ChangeLog,NEWS,README,TODO} +}
[arch-commits] Commit in python-dogpile.cache/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:21:17 Author: felixonmars Revision: 415560 archrelease: copy trunk to community-any Added: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 415559, python-dogpile.cache/trunk/PKGBUILD) Deleted: python-dogpile.cache/repos/community-any/PKGBUILD --+ PKGBUILD | 118 ++--- 1 file changed, 59 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 07:20:59 UTC (rev 415559) +++ PKGBUILD2018-12-12 07:21:17 UTC (rev 415560) @@ -1,59 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-dogpile.cache -pkgname=(python-dogpile.cache python2-dogpile.cache) -pkgver=0.7.0 -pkgrel=1 -pkgdesc="A caching front-end based on the Dogpile lock" -arch=('any') -url="http://pypi.python.org/pypi/dogpile.cache"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator') -checkdepends=('memcached' 'redis' 'python-mako' 'python2-mako' 'python-redis' 'python2-redis' - 'python2-memcached' 'python-pytest-runner' 'python2-pytest-runner' 'python-mock' - 'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 'python-pylibmc' - 'python2-pylibmc' 'pifpaf' 'python2-pifpaf') -source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz";) -sha512sums=('5e2995b966796d39f1b3bf5820bd6a9d285b7e24f2c5e139053712964c4486139f98ebdc18f148cab549ff5dd463e7095a0b3dc9b15c392f5d092deb20ad378d') - -prepare() { - cp -a "dogpile.cache-$pkgver"{,-py2} -} - -build() { - cd "$srcdir"/dogpile.cache-$pkgver - python setup.py build - - cd "$srcdir"/dogpile.cache-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/dogpile.cache-$pkgver - python -m pytest -k 'not test_memcached_backend and not test_redis_backend' - pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest tests/cache/test_memcached_backend.py - pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest tests/cache/test_redis_backend.py - - cd "$srcdir"/dogpile.cache-$pkgver-py2 - python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend' - pifpaf2 --env-prefix DOGPILE run memcached --port 11234 -- python2 -m pytest tests/cache/test_memcached_backend.py - pifpaf2 --env-prefix DOGPILE run redis --port 11234 -- python2 -m pytest tests/cache/test_redis_backend.py -} - -package_python-dogpile.cache() { - depends=('python-decorator') - - cd dogpile.cache-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-dogpile.cache() { - depends=('python2-decorator') - - cd dogpile.cache-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 415559, python-dogpile.cache/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 07:21:17 UTC (rev 415560) @@ -0,0 +1,59 @@ +# Maintainer: Felix Yan + +pkgbase=python-dogpile.cache +pkgname=(python-dogpile.cache python2-dogpile.cache) +pkgver=0.7.1 +pkgrel=1 +pkgdesc="A caching front-end based on the Dogpile lock" +arch=('any') +url="http://pypi.python.org/pypi/dogpile.cache"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator') +checkdepends=('memcached' 'redis' 'python-mako' 'python2-mako' 'python-redis' 'python2-redis' + 'python2-memcached' 'python-pytest-runner' 'python2-pytest-runner' 'python-mock' + 'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 'python-pylibmc' + 'python2-pylibmc' 'pifpaf' 'python2-pifpaf') +source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz";) +sha512sums=('39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c') + +prepare() { + cp -a "dogpile.cache-$pkgver"{,-py2} +} + +build() { + cd "$srcdir"/dogpile.cache-$pkgver + python setup.py build + + cd "$srcdir"/dogpile.cache-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/dogpile.cache-$pkgver + python -m pytest -k 'not test_memcached_backend and not test_redis_backend' + pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest tests/cache/test_memcached_backend.py + pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest tests/cache/test_redis_backend.py + + cd "$srcdir"/dogpile.cache-$pkgver-py2 + python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend' + pifpaf2 --env-prefix DOGPILE run mem
[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:20:59 Author: felixonmars Revision: 415559 upgpkg: python-dogpile.cache 0.7.1-1 Modified: python-dogpile.cache/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 07:13:52 UTC (rev 415558) +++ PKGBUILD2018-12-12 07:20:59 UTC (rev 415559) @@ -2,7 +2,7 @@ pkgbase=python-dogpile.cache pkgname=(python-dogpile.cache python2-dogpile.cache) -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="A caching front-end based on the Dogpile lock" arch=('any') @@ -14,7 +14,7 @@ 'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 'python-pylibmc' 'python2-pylibmc' 'pifpaf' 'python2-pifpaf') source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz";) -sha512sums=('5e2995b966796d39f1b3bf5820bd6a9d285b7e24f2c5e139053712964c4486139f98ebdc18f148cab549ff5dd463e7095a0b3dc9b15c392f5d092deb20ad378d') +sha512sums=('39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c') prepare() { cp -a "dogpile.cache-$pkgver"{,-py2}
[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:13:52 Author: felixonmars Revision: 415558 archrelease: copy trunk to community-any Added: python-hypothesis/repos/community-any/PKGBUILD (from rev 415557, python-hypothesis/trunk/PKGBUILD) Deleted: python-hypothesis/repos/community-any/PKGBUILD --+ PKGBUILD | 156 ++--- 1 file changed, 78 insertions(+), 78 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 07:13:34 UTC (rev 415557) +++ PKGBUILD2018-12-12 07:13:52 UTC (rev 415558) @@ -1,78 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-hypothesis -pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.82.6 -pkgrel=1 -pkgdesc="Advanced Quickcheck style testing library for Python" -arch=('any') -license=('MPL') -url="https://hypothesis.readthedocs.org"; -makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs' - 'python-coverage' 'python2-coverage' 'python2-enum34') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz' - 'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker' - 'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 'python-pytest-xdist' - 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' - 'python-dpcontracts' 'python2-dpcontracts') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('a5c624c3a0f4284af6cdbe0d63f73d595a70bbd617892bb35a67f31226e95e9141b6bee6d0d2feac34b6e139ccffe6ca498bc0b2de7908747a57dff752c3640f') - -prepare() { - mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver - - sed -i "/FutureWarning/a \filterwarnings('ignore', category=DeprecationWarning, module='pandas.core')" hypothesis-$pkgver/hypothesis-python/tests/common/setup.py - - cp -a hypothesis-$pkgver{,-py2} - - rm -r hypothesis-$pkgver/hypothesis-python/tests/py2 - rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3 - - export LC_CTYPE=en_US.UTF-8 -} - -build() { - cd "$srcdir"/hypothesis-$pkgver/hypothesis-python - python setup.py build - - cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python - python2 setup.py build -} - -check() { - cd "$srcdir"/hypothesis-$pkgver/hypothesis-python - mv tests/django ../ - python setup.py pytest --addopts -n16 - mv ../django tests/ - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test tests.django || warning "Tests failed" - - cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python - mv tests/django ../ - python2 setup.py pytest --addopts -n16 - mv ../django tests/ - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test tests.django -} - -package_python-hypothesis() { - depends=('python-attrs' 'python-coverage') - optdepends=('python-pytz: for datetime and django module' - 'python-faker: for fakefactory and django module' - 'python-django: for django module' - 'python-numpy: for numpy module' - 'python-pytest: for pytest module') - - cd hypothesis-$pkgver/hypothesis-python - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-hypothesis() { - depends=('python2-attrs' 'python2-coverage' 'python2-enum34') - optdepends=('python2-pytz: for datetime and django module' - 'python2-faker: for fakefactory and django module' - 'python2-django: for django module' - 'python2-numpy: for numpy module' - 'python2-pytest: for pytest module') - - cd hypothesis-$pkgver-py2/hypothesis-python - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 415557, python-hypothesis/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 07:13:52 UTC (rev 415558) @@ -0,0 +1,78 @@ +# Maintainer: Felix Yan + +pkgbase=python-hypothesis +pkgname=('python-hypothesis' 'python2-hypothesis') +pkgver=3.83.0 +pkgrel=1 +pkgdesc="Advanced Quickcheck style testing library for Python" +arch=('any') +license=('MPL') +url="https://hypothesis.readthedocs.org"; +makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs' + 'python-coverage' 'python2-coverage' 'python2-enum34') +checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz' + 'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker' + 'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 'python-pytest-xdist' + 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'pyth
[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:13:34 Author: felixonmars Revision: 415557 upgpkg: python-hypothesis 3.83.0-1 Modified: python-hypothesis/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 07:09:21 UTC (rev 415556) +++ PKGBUILD2018-12-12 07:13:34 UTC (rev 415557) @@ -2,7 +2,7 @@ pkgbase=python-hypothesis pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.82.6 +pkgver=3.83.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -16,7 +16,7 @@ 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' 'python-dpcontracts' 'python2-dpcontracts') source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('a5c624c3a0f4284af6cdbe0d63f73d595a70bbd617892bb35a67f31226e95e9141b6bee6d0d2feac34b6e139ccffe6ca498bc0b2de7908747a57dff752c3640f') +sha512sums=('9be5183bdb75f4e6f878d12c1918c3797201ee543aa153678c00d85c8939e5116ce196641fe62ef3cb5da6cdc454d5651620216c58d4aee41aa7a399308e5582') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
[arch-commits] Commit in deepin-launcher/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:09:02 Author: felixonmars Revision: 41 upgpkg: deepin-launcher 4.5.5.2-1 Modified: deepin-launcher/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 07:08:32 UTC (rev 415554) +++ PKGBUILD2018-12-12 07:09:02 UTC (rev 41) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-launcher -pkgver=4.5.5 +pkgver=4.5.5.2 pkgrel=1 pkgdesc='Deepin desktop-environment - Launcher module' arch=('x86_64') @@ -16,7 +16,7 @@ replaces=('dde-launcher') groups=('deepin') source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";) -sha512sums=('98fc6daffce590f9300a5fc5cc3b29a0cd8c9d35f5e1e0828ad92a9097c05ca7da6b8f1cdc7b0f4fce807a04916149d87d6772a57b7bc89cf38f62adabbaac63') +sha512sums=('bb8f8be0382997899bf2acdfce5690eb7829ea85e80e2719421a9e4f8027e7a2a1a8b60631bdd364fe2dfe85f63b97290c3a35cc16f3fd903971120a1897419c') prepare() { cd dde-launcher-$pkgver
[arch-commits] Commit in deepin-launcher/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:09:21 Author: felixonmars Revision: 415556 archrelease: copy trunk to community-x86_64 Added: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 41, deepin-launcher/trunk/PKGBUILD) Deleted: deepin-launcher/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 07:09:02 UTC (rev 41) +++ PKGBUILD2018-12-12 07:09:21 UTC (rev 415556) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-launcher -pkgver=4.5.5 -pkgrel=1 -pkgdesc='Deepin desktop-environment - Launcher module' -arch=('x86_64') -url="https://github.com/linuxdeepin/dde-launcher"; -license=('GPL3') -depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu' - 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs') -makedepends=('cmake') -conflicts=('dde-launcher') -replaces=('dde-launcher') -groups=('deepin') -source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";) -sha512sums=('98fc6daffce590f9300a5fc5cc3b29a0cd8c9d35f5e1e0828ad92a9097c05ca7da6b8f1cdc7b0f4fce807a04916149d87d6772a57b7bc89cf38f62adabbaac63') - -prepare() { - cd dde-launcher-$pkgver - sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp -} - -build() { - cd dde-launcher-$pkgver - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1 - make -} - -package() { - cd dde-launcher-$pkgver - make DESTDIR="$pkgdir" install -} Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 41, deepin-launcher/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 07:09:21 UTC (rev 415556) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-launcher +pkgver=4.5.5.2 +pkgrel=1 +pkgdesc='Deepin desktop-environment - Launcher module' +arch=('x86_64') +url="https://github.com/linuxdeepin/dde-launcher"; +license=('GPL3') +depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu' + 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs') +makedepends=('cmake') +conflicts=('dde-launcher') +replaces=('dde-launcher') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";) +sha512sums=('bb8f8be0382997899bf2acdfce5690eb7829ea85e80e2719421a9e4f8027e7a2a1a8b60631bdd364fe2dfe85f63b97290c3a35cc16f3fd903971120a1897419c') + +prepare() { + cd dde-launcher-$pkgver + sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp +} + +build() { + cd dde-launcher-$pkgver + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1 + make +} + +package() { + cd dde-launcher-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in mlite/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:07:57 Author: felixonmars Revision: 415553 upgpkg: mlite 0.2.24-1 Modified: mlite/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 06:17:26 UTC (rev 415552) +++ PKGBUILD2018-12-12 07:07:57 UTC (rev 415553) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan pkgname=mlite -pkgver=0.2.23 -pkgrel=2 +pkgver=0.2.24 +pkgrel=1 pkgdesc="Useful classes originating from MeeGo Touch" arch=('x86_64') url="http://github.com/nemomobile/mlite";
[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 07:08:32 Author: felixonmars Revision: 415554 archrelease: copy trunk to community-x86_64 Added: mlite/repos/community-x86_64/PKGBUILD (from rev 415553, mlite/trunk/PKGBUILD) Deleted: mlite/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 07:07:57 UTC (rev 415553) +++ PKGBUILD2018-12-12 07:08:32 UTC (rev 415554) @@ -1,37 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=mlite -pkgver=0.2.23 -pkgrel=2 -pkgdesc="Useful classes originating from MeeGo Touch" -arch=('x86_64') -url="http://github.com/nemomobile/mlite"; -license=('LGPL') -depends=('qt5-base' 'dconf') -makedepends=('git' 'qt5-tools') -source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - cd mlite - sed -i -e 's|/usr/libexec|/usr/lib|' \ - tools/mliteremoteaction/mliteremoteaction.pro \ - tools/mliteremoteaction/main.cpp \ - src/mremoteaction.cpp -} - -build() { - cd mlite - - qmake-qt5 - make -} - -package() { - cd mlite - - make INSTALL_ROOT="${pkgdir}" install - - # Remove tests - rm -r "$pkgdir/opt" -} Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 415553, mlite/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 07:08:32 UTC (rev 415554) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan + +pkgname=mlite +pkgver=0.2.24 +pkgrel=1 +pkgdesc="Useful classes originating from MeeGo Touch" +arch=('x86_64') +url="http://github.com/nemomobile/mlite"; +license=('LGPL') +depends=('qt5-base' 'dconf') +makedepends=('git' 'qt5-tools') +source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + cd mlite + sed -i -e 's|/usr/libexec|/usr/lib|' \ + tools/mliteremoteaction/mliteremoteaction.pro \ + tools/mliteremoteaction/main.cpp \ + src/mremoteaction.cpp +} + +build() { + cd mlite + + qmake-qt5 + make +} + +package() { + cd mlite + + make INSTALL_ROOT="${pkgdir}" install + + # Remove tests + rm -r "$pkgdir/opt" +}
[arch-commits] Commit in gcin/trunk (PKGBUILD qt-5.5.patch)
Date: Wednesday, December 12, 2018 @ 06:17:13 Author: yan12125 Revision: 415551 upgpkg: gcin 2.8.8-1 Most issues of the build system are already fixed by upstream. Tested with applications using Qt 5.12. Modified: gcin/trunk/PKGBUILD Deleted: gcin/trunk/qt-5.5.patch --+ PKGBUILD | 23 +++ qt-5.5.patch | 13 - 2 files changed, 7 insertions(+), 29 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 05:39:34 UTC (rev 415550) +++ PKGBUILD2018-12-12 06:17:13 UTC (rev 415551) @@ -1,13 +1,14 @@ -# Maintainer: Felix Yan +# Maintainer: Chih-Hsuan Yen +# Contributor: Felix Yan # Contributor: Gaetan Bisson # Contributor: Andreas Radke # Contributor: damir pkgname=gcin -pkgver=2.8.6 -pkgrel=4 +pkgver=2.8.8 +pkgrel=1 pkgdesc='Input method server supporting various input methods' -url='http://hyperrate.com/dir.php?eid=67' +url='https://hyperrate.com/dir.php?eid=67' license=('LGPL') arch=('x86_64') depends=('gtk2' 'libxtst') @@ -17,10 +18,8 @@ 'gtk3: support for gtk3 input method' 'anthy: support for anthy input method' 'curl: for downloading and uploading vocabulary databases via ts-edit') -source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz"; -qt-5.5.patch) -sha512sums=('9aded8f4cf73965f506b36c2a0bd1716cf72d0e17a862a23a0a6f83423505b8b7a13d9f399dedaf975d38ba96e5f672d7e502cb38f85b7fb2eb0f7ffa0a86dbb' - 'cefe7fcd1009ac90a735a9b28ce7749a549a707c97019d54e2227b8e248118b21641878cfcc20cfc781693d4eff1e9fc6ff85742dabe38507505ff2d3cec57c0') +source=("https://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz";) +sha512sums=('6fa9955f5f4fdd67b80af9e91b65ff15488368453041dd4c71a3875fc08e9027aa9202783f20d4513f3c01528cb6f8141489546cf21be8fa5ba17060d55d09d4') install=install @@ -33,16 +32,8 @@ OPTFLAGS=' \ -i Makefile sed \ --e 's:usr/include/qt5:usr/include/qt:g' \ -e 's:QT=qt5:QT=qt:' \ --e '/^MODVERSION=/a INCS+=-I/usr/include/qt/QtGui/$(MODVERSION) -I/usr/include/qt/QtCore/$(MODVERSION)' \ -i qt5-im/Makefile59 - -# FS#45732 -patch -p1 -i ../qt-5.5.patch - -# Qt 5.6 doesn't provide Qt5PlatformSupport.pc anymore -sed -i 's/Qt5PlatformSupport//' qt5-im/Makefile } build() { Deleted: qt-5.5.patch === --- qt-5.5.patch2018-12-12 05:39:34 UTC (rev 415550) +++ qt-5.5.patch2018-12-12 06:17:13 UTC (rev 415551) @@ -1,13 +0,0 @@ -diff --git a/qt5-im/gcin-qt5.h.org b/qt5-im/gcin-qt5.h -index 63aacc0..a72ea76 100644 a/qt5-im/gcin-qt5.h.orig -+++ b/qt5-im/gcin-qt5.h -@@ -9,7 +9,7 @@ class QGcinPlatformInputContextPlugin : public QPlatformInputContextPlugin - { - Q_OBJECT - public: --Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformInputContextFactoryInterface" FILE "gcin.json") -+Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" FILE "gcin.json") - QStringList keys() const; - QGcinPlatformInputContext *create(const QString& system, const QStringList& paramList); - };
[arch-commits] Commit in gcin/repos (3 files)
Date: Wednesday, December 12, 2018 @ 06:17:26 Author: yan12125 Revision: 415552 archrelease: copy trunk to community-testing-x86_64 Added: gcin/repos/community-testing-x86_64/ gcin/repos/community-testing-x86_64/PKGBUILD (from rev 415551, gcin/trunk/PKGBUILD) gcin/repos/community-testing-x86_64/install (from rev 415551, gcin/trunk/install) --+ PKGBUILD | 48 install | 14 ++ 2 files changed, 62 insertions(+) Copied: gcin/repos/community-testing-x86_64/PKGBUILD (from rev 415551, gcin/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-12-12 06:17:26 UTC (rev 415552) @@ -0,0 +1,48 @@ +# Maintainer: Chih-Hsuan Yen +# Contributor: Felix Yan +# Contributor: Gaetan Bisson +# Contributor: Andreas Radke +# Contributor: damir + +pkgname=gcin +pkgver=2.8.8 +pkgrel=1 +pkgdesc='Input method server supporting various input methods' +url='https://hyperrate.com/dir.php?eid=67' +license=('LGPL') +arch=('x86_64') +depends=('gtk2' 'libxtst') +makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy') +optdepends=('qt5-base: support for qt5 input method' +'qt4: support for qt4 input method' +'gtk3: support for gtk3 input method' +'anthy: support for anthy input method' +'curl: for downloading and uploading vocabulary databases via ts-edit') +source=("https://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz";) +sha512sums=('6fa9955f5f4fdd67b80af9e91b65ff15488368453041dd4c71a3875fc08e9027aa9202783f20d4513f3c01528cb6f8141489546cf21be8fa5ba17060d55d09d4') + +install=install + +prepare() { +cd "${srcdir}/${pkgname}-${pkgver}" +sed 's/lib64/lib/g' -i configure +sed '/include suffixes-rule/a \ +CFLAGS+='"${CFLAGS}"' \ +LDFLAGS+='"${LDFLAGS}"' \ +OPTFLAGS=' \ +-i Makefile +sed \ +-e 's:QT=qt5:QT=qt:' \ +-i qt5-im/Makefile59 +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +./configure --prefix=/usr --use_i18n=Y +make +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Copied: gcin/repos/community-testing-x86_64/install (from rev 415551, gcin/trunk/install) === --- community-testing-x86_64/install(rev 0) +++ community-testing-x86_64/install2018-12-12 06:17:26 UTC (rev 415552) @@ -0,0 +1,14 @@ +post_install() { + echo -n "updating gtk immodules... " + [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules + [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache + echo "done." +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in xreader/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 05:39:34 Author: eschwartz Revision: 415550 archrelease: copy trunk to community-x86_64 Added: xreader/repos/community-x86_64/PKGBUILD (from rev 415549, xreader/trunk/PKGBUILD) Deleted: xreader/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 05:39:09 UTC (rev 415549) +++ PKGBUILD2018-12-12 05:39:34 UTC (rev 415550) @@ -1,41 +0,0 @@ -# Maintainer: Eli Schwartz -# Contributor: Nate Simon - -pkgname=xreader -pkgver=2.0.1 -pkgrel=1 -pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project." -arch=('x86_64') -url="https://github.com/linuxmint/xreader"; -license=('GPL') -depends=('poppler-glib' 'webkit2gtk' 'xapps') -optdepends=('djvulibre: support for djvu files' -'libgxps: support for xps files' -'libspectre: support for dvi and ps files' -'texlive-bin: support for dvi files') -makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 'libgxps' 'libspectre' 'texlive-bin') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('3ac48743e8782cb9d89f459df64be6a1dcd0032fe2d182422405532d62cc838a') - -prepare() { -cd "${srcdir}"/${pkgname}-${pkgver} - -NOCONFIGURE=1 ./autogen.sh -} - -build() { -cd "${srcdir}"/${pkgname}-${pkgver} - -./configure --prefix="/usr" \ ---localstatedir="/var" \ ---libexecdir="/usr/lib/${pkgname}" \ ---enable-introspection \ ---enable-t1lib -make -} - -package(){ -cd "${srcdir}"/${pkgname}-${pkgver} - -make DESTDIR="${pkgdir}" install -} Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 415549, xreader/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 05:39:34 UTC (rev 415550) @@ -0,0 +1,41 @@ +# Maintainer: Eli Schwartz +# Contributor: Nate Simon + +pkgname=xreader +pkgver=2.0.2 +pkgrel=1 +pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project." +arch=('x86_64') +url="https://github.com/linuxmint/xreader"; +license=('GPL') +depends=('poppler-glib' 'webkit2gtk' 'xapps') +optdepends=('djvulibre: support for djvu files' +'libgxps: support for xps files' +'libspectre: support for dvi and ps files' +'texlive-bin: support for dvi files') +makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 'libgxps' 'libspectre' 'texlive-bin') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('b79d17d7b4701a2f2d437d1ed7a93b76c617ea093d394ea14aab0a11073aa90c') + +prepare() { +cd "${srcdir}"/${pkgname}-${pkgver} + +NOCONFIGURE=1 ./autogen.sh +} + +build() { +cd "${srcdir}"/${pkgname}-${pkgver} + +./configure --prefix="/usr" \ +--localstatedir="/var" \ +--libexecdir="/usr/lib/${pkgname}" \ +--enable-introspection \ +--enable-t1lib +make +} + +package(){ +cd "${srcdir}"/${pkgname}-${pkgver} + +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in xreader/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 05:39:09 Author: eschwartz Revision: 415549 upgpkg: xreader 2.0.2-1 upstream release for translation updates Modified: xreader/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 02:06:28 UTC (rev 415548) +++ PKGBUILD2018-12-12 05:39:09 UTC (rev 415549) @@ -2,7 +2,7 @@ # Contributor: Nate Simon pkgname=xreader -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project." arch=('x86_64') @@ -15,7 +15,7 @@ 'texlive-bin: support for dvi files') makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 'libgxps' 'libspectre' 'texlive-bin') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('3ac48743e8782cb9d89f459df64be6a1dcd0032fe2d182422405532d62cc838a') +sha256sums=('b79d17d7b4701a2f2d437d1ed7a93b76c617ea093d394ea14aab0a11073aa90c') prepare() { cd "${srcdir}"/${pkgname}-${pkgver}
[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 02:57:31 Author: heftig Revision: 341608 archrelease: copy trunk to extra-any Added: firefox-i18n/repos/extra-any/PKGBUILD (from rev 341607, firefox-i18n/trunk/PKGBUILD) Deleted: firefox-i18n/repos/extra-any/PKGBUILD --+ PKGBUILD | 464 ++--- 1 file changed, 232 insertions(+), 232 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 02:57:20 UTC (rev 341607) +++ PKGBUILD2018-12-12 02:57:31 UTC (rev 341608) @@ -1,232 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Thomas Baechler -# Contributor: Jaroslaw Swierczynski -# Contributor: Michal Hybner -# Contributor: Andrea Scarpino - -pkgbase=firefox-i18n -pkgver=63.0.3 -pkgrel=1 -pkgdesc="Language pack for Firefox" -arch=(any) -license=(MPL GPL LGPL) -url="https://www.mozilla.org/firefox/"; - -_languages=( - 'ach"Acholi"' - 'af "Afrikaans"' - 'an "Aragonese"' - 'ar "Arabic"' - 'as "Assamese"' - 'ast"Asturian"' - 'az "Azerbaijani"' - 'be "Belarusian"' - 'bg "Bulgarian"' - 'bn-BD "Bengali (Bangladesh)"' - 'bn-IN "Bengali (India)"' - 'br "Breton"' - 'bs "Bosnian"' - 'ca "Catalan"' - 'cak"Maya Kaqchikel"' - 'cs "Czech"' - 'cy "Welsh"' - 'da "Danish"' - 'de "German"' - 'dsb"Lower Sorbian"' - 'el "Greek"' - 'en-GB "English (British)"' - 'en-US "English (US)"' - 'en-ZA "English (South African)"' - 'eo "Esperanto"' - 'es-AR "Spanish (Argentina)"' - 'es-CL "Spanish (Chile)"' - 'es-ES "Spanish (Spain)"' - 'es-MX "Spanish (Mexico)"' - 'et "Estonian"' - 'eu "Basque"' - 'fa "Persian"' - 'ff "Fulah"' - 'fi "Finnish"' - 'fr "French"' - 'fy-NL "Frisian"' - 'ga-IE "Irish"' - 'gd "Gaelic (Scotland)"' - 'gl "Galician"' - 'gn "Guarani"' - 'gu-IN "Gujarati (India)"' - 'he "Hebrew"' - 'hi-IN "Hindi (India)"' - 'hr "Croatian"' - 'hsb"Upper Sorbian"' - 'hu "Hungarian"' - 'hy-AM "Armenian"' - 'id "Indonesian"' - 'is "Icelandic"' - 'it "Italian"' - 'ja "Japanese"' - 'ka "Georgian"' - 'kab"Kabyle"' - 'kk "Kazakh"' - 'km "Khmer"' - 'kn "Kannada"' - 'ko "Korean"' - 'lij"Ligurian"' - 'lt "Lithuanian"' - 'lv "Latvian"' - 'mai"Maithili"' - 'mk "Macedonian"' - 'ml "Malayalam"' - 'mr "Marathi"' - 'ms "Malay"' - 'my "Burmese"' - 'nb-NO "Norwegian (Bokmål)"' - 'nl "Dutch"' - 'nn-NO "Norwegian (Nynorsk)"' - 'or "Oriya"' - 'pa-IN "Punjabi (India)"' - 'pl "Polish"' - 'pt-BR "Portuguese (Brazilian)"' - 'pt-PT "Portuguese (Portugal)"' - 'rm "Romansh"' - 'ro "Romanian"' - 'ru "Russian"' - 'si "Sinhala"' - 'sk "Slovak"' - 'sl "Slovenian"' - 'son"Songhai"' - 'sq "Albanian"' - 'sr "Serbian"' - 'sv-SE "Swedish"' - 'ta "Tamil"' - 'te "Telugu"' - 'th "Thai"' - 'tr "Turkish"' - 'uk "Ukrainian"' - 'ur "Urdu"' - 'uz "Uzbek"' - 'vi "Vietnamese"' - 'xh "Xhosa"' - 'zh-CN "Chinese (Simplified)"' - 'zh-TW "Chinese (Traditional)"' -) - -pkgname=() -source=() -_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi - -for _lang in "${_languages[@]}"; do - _locale=${_lang%% *} - _pkgname=firefox-i18n-${_locale,,} - - pkgname+=($_pkgname) - source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi") - eval "package_$_pkgname() { -_package $_lang - }" -done - -# Don't extract anything -noextract=(${source[@]%%::*}) - -_package() { - pkgdesc="$2 language pack for Firefox" - depends=("firefox>=$pkgver") - install -Dm644 firefox-i18n-$pkgver-$1.xpi \ - "$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi" -} - -sha256sums=('133a31ec9eda6f5eb0bfa38b0f319cfaf5c4176ff619a8a505e71af4a7f365fb' -'6d60477b462c45cb4e038e2b00aa4a31c7f4bbe138a1db14a7c4bb303848595b' -'f12854a4c2ccbb2b81cc0cafe838c9f1a545e912e34b9319b7f3af9ce7061629' -'a0ae3906017de26370466cea30c43c7286d0b46acbb8fecfc61a86c97b616f6b' -'6798a1a6aec24e48ae494a4f057c45e3b7ea31488fd7eed486ba1816f442e3b3' -'362cc17e42bc625b8514135ebbe7042ba94074d978f750594035c409a2f3ebb7' -'e91aabf17a379952750066881acc09aa3dc65082ebc101e08e279d48c382af54' -'f514fab6434fa23f9adaa1c52ff9067f2c87c5d8c6396ebbacac6aefc42904cb' -'671f94406a40b7dd2c2adb2fb913cf42b7bf41717c44e81bfe522dd856e30988' -'4759803e520bbfe1d9db2289409b1e5734c8de19e696802eb1f43b72b092beab' -'d7afc0782af3833e97f2ce711b2d9f4e55aeaf5df8efbb9b1382b45ac0b1f2dd' -'c1bd25609ef30d86173e0df3e8e99bd6dbff6ef40b0f098052968346bec236d4' -'eff1783e942af1193510e63651f41ed9c191c1a47c44e5d77a8469229b74e493'
[arch-commits] Commit in firefox/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 02:56:46 Author: heftig Revision: 341606 64.0-1 Modified: firefox/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 02:50:18 UTC (rev 341605) +++ PKGBUILD2018-12-12 02:56:46 UTC (rev 341606) @@ -3,7 +3,7 @@ # Contributor: Jakub Schmidtke pkgname=firefox -pkgver=63.0.3 +pkgver=64.0 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) @@ -54,6 +54,13 @@ ac_add_options --enable-hardening ac_add_options --enable-optimize ac_add_options --enable-rust-simd +ac_add_options --enable-lto +export MOZ_PGO=1 +export CC=clang +export CXX=clang++ +export AR=llvm-ar +export NM=llvm-nm +export RANLIB=llvm-ranlib # Branding ac_add_options --enable-official-branding @@ -95,6 +102,9 @@ export MOZ_NOSPAM=1 export MOZBUILD_STATE_PATH="$srcdir/mozbuild" + # LTO needs more open files + ulimit -n 4096 + ./mach build ./mach buildsymbols }
[arch-commits] Commit in firefox/repos/extra-x86_64 (8 files)
Date: Wednesday, December 12, 2018 @ 02:57:20 Author: heftig Revision: 341607 archrelease: copy trunk to extra-x86_64 Added: firefox/repos/extra-x86_64/PKGBUILD (from rev 341606, firefox/trunk/PKGBUILD) firefox/repos/extra-x86_64/firefox-symbolic.svg (from rev 341606, firefox/trunk/firefox-symbolic.svg) firefox/repos/extra-x86_64/firefox.desktop (from rev 341606, firefox/trunk/firefox.desktop) firefox/repos/extra-x86_64/upload-symbol-archive (from rev 341606, firefox/trunk/upload-symbol-archive) Deleted: firefox/repos/extra-x86_64/PKGBUILD firefox/repos/extra-x86_64/firefox-symbolic.svg firefox/repos/extra-x86_64/firefox.desktop firefox/repos/extra-x86_64/upload-symbol-archive ---+ PKGBUILD | 334 + firefox-symbolic.svg | 128 - firefox.desktop | 622 upload-symbol-archive | 48 +-- 4 files changed, 571 insertions(+), 561 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 02:56:46 UTC (rev 341606) +++ PKGBUILD2018-12-12 02:57:20 UTC (rev 341607) @@ -1,162 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru -# Contributor: Jakub Schmidtke - -pkgname=firefox -pkgver=63.0.3 -pkgrel=1 -pkgdesc="Standalone web browser from mozilla.org" -arch=(x86_64) -license=(MPL GPL LGPL) -url="https://www.mozilla.org/firefox/"; -depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib - ffmpeg nss ttf-font libpulse sqlite libvpx icu) -makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils - xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2 - python nodejs python2-psutil cbindgen) -optdepends=('networkmanager: Location detection via available WiFi networks' -'libnotify: Notification integration' -'pulseaudio: Audio support' -'speech-dispatcher: Text-to-Speech' -'hunspell-en_US: Spell checking, American English') -options=(!emptydirs !makeflags) -_repo=https://hg.mozilla.org/mozilla-unified -source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE" -$pkgname.desktop firefox-symbolic.svg) -sha256sums=('SKIP' -'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a' -'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797') - -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. -_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM - -# Mozilla API keys (see https://location.services.mozilla.com/api) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact hef...@archlinux.org for -# more information. -_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff - -prepare() { - mkdir mozbuild - cd mozilla-unified - - echo -n "$_google_api_key" >google-api-key - echo -n "$_mozilla_api_key" >mozilla-api-key - - cat >.mozconfig
[arch-commits] Commit in qemu/repos (6 files)
Date: Wednesday, December 12, 2018 @ 02:50:18 Author: anatolik Revision: 341605 archrelease: copy trunk to testing-x86_64 Added: qemu/repos/testing-x86_64/ qemu/repos/testing-x86_64/65-kvm.rules (from rev 341604, qemu/trunk/65-kvm.rules) qemu/repos/testing-x86_64/PKGBUILD (from rev 341604, qemu/trunk/PKGBUILD) qemu/repos/testing-x86_64/allow_elf64.patch (from rev 341604, qemu/trunk/allow_elf64.patch) qemu/repos/testing-x86_64/qemu-ga.service (from rev 341604, qemu/trunk/qemu-ga.service) qemu/repos/testing-x86_64/qemu.install (from rev 341604, qemu/trunk/qemu.install) ---+ 65-kvm.rules |1 PKGBUILD | 221 allow_elf64.patch | 25 + qemu-ga.service |9 ++ qemu.install |8 + 5 files changed, 264 insertions(+) Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 341604, qemu/trunk/65-kvm.rules) === --- testing-x86_64/65-kvm.rules (rev 0) +++ testing-x86_64/65-kvm.rules 2018-12-12 02:50:18 UTC (rev 341605) @@ -0,0 +1 @@ +KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", OPTIONS+="static_node=vhost-net" Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 341604, qemu/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-12-12 02:50:18 UTC (rev 341605) @@ -0,0 +1,221 @@ +# Maintainer: Tobias Powalowski +# Contributor: Sébastien "Seblu" Luttringer + +pkgbase=qemu +pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra + qemu-block-{iscsi,rbd,gluster} qemu-guest-agent) +pkgdesc="A generic and open source machine emulator and virtualizer" +pkgver=3.1.0 +pkgrel=1 +arch=(x86_64) +license=(GPL2 LGPL2.1) +url="http://wiki.qemu.org/"; +_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs + lzo snappy curl vde2 libcap-ng spice libcacard usbredir) +depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}") +makedepends=(spice-protocol python2 ceph libiscsi glusterfs) +source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig} +qemu-ga.service +65-kvm.rules +allow_elf64.patch) +sha512sums=('7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe' +'SKIP' + '269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4' + 'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99' + 'b450625ff1e705f8c7eed9e2c0c4fe2179ca061df88a1a777c861c11d543c151cd0160f7f7227babdfe8b36000de084cbcb6fd7bf0f93d2f936c2e65082c82bf') +validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') + +case $CARCH in + i?86) _corearch=i386 ;; + x86_64) _corearch=x86_64 ;; +esac + +prepare() { + mkdir build-{full,headless} + mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu} + + cd ${pkgname}-${pkgver} + sed -i 's/vte-2\.90/vte-2.91/g' configure + + patch -p1 < ../allow_elf64.patch +} + +build() { + _build full \ +--audio-drv-list="pa alsa sdl" + + _build headless \ +--audio-drv-list= \ +--disable-bluez \ +--disable-sdl \ +--disable-gtk \ +--disable-vte \ +--disable-opengl \ +--disable-virglrenderer +} + +_build() ( + cd build-$1 + + # qemu vs. make 4 == bad + export ARFLAGS=rv + + # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740 + export CFLAGS+=" -fPIC" + + ../${pkgname}-${pkgver}/configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--libexecdir=/usr/lib/qemu \ +--python=/usr/bin/python2 \ +--smbd=/usr/bin/smbd \ +--with-sdlabi=2.0 \ +--enable-modules \ +--enable-jemalloc \ +"${@:2}" + + make +) + +package_qemu() { + optdepends=('qemu-arch-extra: extra architectures support') + provides=(qemu-headless) + conflicts=(qemu-headless) + replaces=(qemu-kvm) + + _package full +} + +package_qemu-headless() { + pkgdesc="QEMU without GUI" + depends=("${_headlessdeps[@]}") + optdepends=('qemu-headless-arch-extra: extra architectures support') + + _package headless +} + +_package() { + optdepends+=('samba: SMB/CIFS server support' + 'qemu-block-iscsi: iSCSI block support' + 'qemu-block-rbd: RBD block support' + 'qemu-block-gluster: glusterfs block support') + install=qemu.install + options=(!strip) + + make -C build-$1 DESTDIR="$pkgdir" install "${@:2}" + + # systemd stuff + install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules" + + # remove conflicting /var/run directory + cd "$pkgdir" + rm -r var + + cd usr/lib + tidy_strip + +
[arch-commits] Commit in qemu/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 02:49:38 Author: anatolik Revision: 341604 upgpkg: qemu 3.1.0-1 Modified: qemu/trunk/PKGBUILD --+ PKGBUILD | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:23:55 UTC (rev 341603) +++ PKGBUILD2018-12-12 02:49:38 UTC (rev 341604) @@ -5,8 +5,8 @@ pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra qemu-block-{iscsi,rbd,gluster} qemu-guest-agent) pkgdesc="A generic and open source machine emulator and virtualizer" -pkgver=3.0.0 -pkgrel=4 +pkgver=3.1.0 +pkgrel=1 arch=(x86_64) license=(GPL2 LGPL2.1) url="http://wiki.qemu.org/"; @@ -17,14 +17,12 @@ source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig} qemu-ga.service 65-kvm.rules -allow_elf64.patch - fix_virtio.patch::https://github.com/qemu/qemu/commit/db812c4073c77c8a64db8d6663b3416a587c7b4a.patch) -sha512sums=('a764302f50b9aca4134bbbc1f361b98e71240cdc7b25600dfe733bf4cf17bd86000bd28357697b08f3b656899dceb9e459350b8d7817444ed5d7fa380a5a' +allow_elf64.patch) +sha512sums=('7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe' 'SKIP' '269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4' 'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99' - 'b450625ff1e705f8c7eed9e2c0c4fe2179ca061df88a1a777c861c11d543c151cd0160f7f7227babdfe8b36000de084cbcb6fd7bf0f93d2f936c2e65082c82bf' - '5a27d4ddee9b75b32015e2b2e8612a49406809a50e9d1c30de60593581363a4eeb24343d2e939c950d06852d21d95560c9cb518d043b981f2e681ab6a5927290') + 'b450625ff1e705f8c7eed9e2c0c4fe2179ca061df88a1a777c861c11d543c151cd0160f7f7227babdfe8b36000de084cbcb6fd7bf0f93d2f936c2e65082c82bf') validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') case $CARCH in @@ -40,9 +38,6 @@ sed -i 's/vte-2\.90/vte-2.91/g' configure patch -p1 < ../allow_elf64.patch - - # FS#60141 - patch -p1 < ../fix_virtio.patch } build() { @@ -75,7 +70,6 @@ --libexecdir=/usr/lib/qemu \ --python=/usr/bin/python2 \ --smbd=/usr/bin/smbd \ ---with-gtkabi=3.0 \ --with-sdlabi=2.0 \ --enable-modules \ --enable-jemalloc \ @@ -156,7 +150,8 @@ case $_blob in # provided by seabios package bios.bin|acpi-dsdt.aml|bios-256k.bin|vgabios-cirrus.bin|vgabios-qxl.bin|\ - vgabios-stdvga.bin|vgabios-vmware.bin|vgabios-virtio.bin) rm "$_blob"; continue ;; + vgabios-stdvga.bin|vgabios-vmware.bin|vgabios-virtio.bin|vgabios-bochs-display.bin|\ + vgabios-ramfb.bin) rm "$_blob"; continue ;; # iPXE ROMs efi-*|pxe-*) continue ;;
[arch-commits] Commit in xapps/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 02:06:08 Author: eschwartz Revision: 415547 upgpkg: xapps 1.4.5-1 upstream release for translation updates Modified: xapps/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 01:40:31 UTC (rev 415546) +++ PKGBUILD2018-12-12 02:06:08 UTC (rev 415547) @@ -3,7 +3,7 @@ # Contributor: Nate Simon pkgname=xapps -pkgver=1.4.4 +pkgver=1.4.5 pkgrel=1 pkgdesc="Common library for X-Apps project" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('libgnomekbd') makedepends=('meson' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('82ac04b9f678ae98b6efcf19b6fc89a4139c91b6107050e43fce4721923e856b') +sha256sums=('6b139fba9b7a185ee9d3c81e5096591316b3e3b793ea448a3b49fb3cc1b9a706') build() { mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
[arch-commits] Commit in xapps/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 02:06:28 Author: eschwartz Revision: 415548 archrelease: copy trunk to community-x86_64 Added: xapps/repos/community-x86_64/PKGBUILD (from rev 415547, xapps/trunk/PKGBUILD) Deleted: xapps/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 02:06:08 UTC (rev 415547) +++ PKGBUILD2018-12-12 02:06:28 UTC (rev 415548) @@ -1,42 +0,0 @@ -# Maintainer: Eli Schwartz -# Contributor: Alex Filgueira -# Contributor: Nate Simon - -pkgname=xapps -pkgver=1.4.4 -pkgrel=1 -pkgdesc="Common library for X-Apps project" -arch=('x86_64') -url="https://github.com/linuxmint/${pkgname}"; -license=('GPL') -depends=('libgnomekbd') -makedepends=('meson' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('82ac04b9f678ae98b6efcf19b6fc89a4139c91b6107050e43fce4721923e856b') - -build() { -mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build -cd "${srcdir}"/${pkgname}-${pkgver}/build - -meson --prefix=/usr --buildtype=plain .. -ninja -} - -package(){ -cd "${srcdir}"/${pkgname}-${pkgver}/build - -DESTDIR="${pkgdir}" ninja install -# rm useless scripts -rm -r "${pkgdir}"/usr/bin - -# byte-compile python modules since meson does not implement autotools' -# py-compile. -# This is kind of ugly but removes traces of the build root. -for _python in python3 python2; do -while read -rd '' _file; do -_destdir="$(dirname "${_file#${pkgdir}}")" -${_python} -m compileall -d "${_destdir}" "${_file}" -${_python} -O -m compileall -d "${_destdir}" "${_file}" -done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0) -done -} Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 415547, xapps/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 02:06:28 UTC (rev 415548) @@ -0,0 +1,42 @@ +# Maintainer: Eli Schwartz +# Contributor: Alex Filgueira +# Contributor: Nate Simon + +pkgname=xapps +pkgver=1.4.5 +pkgrel=1 +pkgdesc="Common library for X-Apps project" +arch=('x86_64') +url="https://github.com/linuxmint/${pkgname}"; +license=('GPL') +depends=('libgnomekbd') +makedepends=('meson' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('6b139fba9b7a185ee9d3c81e5096591316b3e3b793ea448a3b49fb3cc1b9a706') + +build() { +mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build +cd "${srcdir}"/${pkgname}-${pkgver}/build + +meson --prefix=/usr --buildtype=plain .. +ninja +} + +package(){ +cd "${srcdir}"/${pkgname}-${pkgver}/build + +DESTDIR="${pkgdir}" ninja install +# rm useless scripts +rm -r "${pkgdir}"/usr/bin + +# byte-compile python modules since meson does not implement autotools' +# py-compile. +# This is kind of ugly but removes traces of the build root. +for _python in python3 python2; do +while read -rd '' _file; do +_destdir="$(dirname "${_file#${pkgdir}}")" +${_python} -m compileall -d "${_destdir}" "${_file}" +${_python} -O -m compileall -d "${_destdir}" "${_file}" +done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0) +done +}
[arch-commits] Commit in quassel/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 01:40:31 Author: bgyorgy Revision: 415546 Add qt5-svg to the dependencies quassel-client-small It's needed for the icons to show. Modified: quassel/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:30:05 UTC (rev 415545) +++ PKGBUILD2018-12-12 01:40:31 UTC (rev 415546) @@ -104,7 +104,7 @@ package_quassel-client-small() { pkgdesc="Next-generation distributed IRC client - client only, reduced deps" -depends=('qt5-base' 'sonnet' 'hicolor-icon-theme') +depends=('qt5-base' 'qt5-svg' 'sonnet' 'hicolor-icon-theme') conflicts=('quassel-monolithic' 'quassel-client') replaces=('quassel-remote')
[arch-commits] Commit in erlang-nox/repos/community-x86_64 (8 files)
Date: Wednesday, December 12, 2018 @ 00:30:05 Author: arodseth Revision: 415545 archrelease: copy trunk to community-x86_64 Added: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 415544, erlang-nox/trunk/PKGBUILD) erlang-nox/repos/community-x86_64/epmd.conf (from rev 415544, erlang-nox/trunk/epmd.conf) erlang-nox/repos/community-x86_64/epmd.service (from rev 415544, erlang-nox/trunk/epmd.service) erlang-nox/repos/community-x86_64/epmd.socket (from rev 415544, erlang-nox/trunk/epmd.socket) Deleted: erlang-nox/repos/community-x86_64/PKGBUILD erlang-nox/repos/community-x86_64/epmd.conf erlang-nox/repos/community-x86_64/epmd.service erlang-nox/repos/community-x86_64/epmd.socket --+ PKGBUILD | 152 - epmd.conf|6 +- epmd.service | 22 epmd.socket | 18 +++--- 4 files changed, 99 insertions(+), 99 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:29:53 UTC (rev 415544) +++ PKGBUILD2018-12-12 00:30:05 UTC (rev 415545) @@ -1,76 +0,0 @@ -# Maintainer: Alexander F. Rødseth -# Contributor: Lukas Fleischer -# Contributor: Vesa Kaihlavirta -# Contributor: Sarah Hay -# Contributor: Tom Burdick -# Contributor: Ricardo Catalinas Jiménez - -pkgname=erlang-nox -pkgver=21.1.3 -_docver=21.1 -pkgrel=1 -pkgdesc='General-purpose concurrent functional programming language (headless version)' -arch=(x86_64) -url='https://www.erlang.org/' -license=(Apache) -depends=(ncurses openssl) -makedepends=(fop git java-environment libxslt lksctp-tools unixodbc) -conflicts=(erlang) -optdepends=('erlang-unixodbc: database support' -'java-environment: for Java support' -'lksctp-tools: for SCTP support') -options=(staticlibs) -source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"; -"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz"; -epmd.conf -epmd.service -epmd.socket) -sha256sums=('SKIP' -'021e47b5036eaa4671b6d87a910403b775c967bfcb79b56a87f2183ddc5a5df5' -'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' -'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e' -'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34') - -prepare() { - cd otp && ./otp_build autoconf -} - -build() { - cd otp - ./configure \ ---prefix=/usr \ ---enable-smp-support \ ---with-odbc \ ---enable-builtin-zlib - make -} - -package() { - make -C otp DESTDIR="$pkgdir" install - - # Documentation - install -d "$pkgdir/usr/share/doc/erlang" - install -m0644 "$srcdir/otp/README.md" \ -"$srcdir"/COPYRIGHT \ -"$pkgdir/usr/share/doc/erlang" - - # Compressed man pages - for page in "$srcdir/man/man?/*"; do gzip $page; done - cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/" - - # License - install -Dm0644 "$srcdir/otp/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt" - - # Remove files that are packaged as erlang-unixodbc - rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz} - - # epmd service, socket and conf - cd "$srcdir" - install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service" - install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket" - install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd" -} - -# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION -# vim: ts=2 sw=2 et Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 415544, erlang-nox/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:30:05 UTC (rev 415545) @@ -0,0 +1,76 @@ +# Maintainer: Alexander F. Rødseth +# Contributor: Lukas Fleischer +# Contributor: Vesa Kaihlavirta +# Contributor: Sarah Hay +# Contributor: Tom Burdick +# Contributor: Ricardo Catalinas Jiménez + +pkgname=erlang-nox +pkgver=21.2 +_docver=21.2 +pkgrel=1 +pkgdesc='General-purpose concurrent functional programming language (headless version)' +arch=(x86_64) +url='https://www.erlang.org/' +license=(Apache) +depends=(ncurses openssl) +makedepends=(fop git java-environment libxslt lksctp-tools unixodbc) +conflicts=(erlang) +optdepends=('erlang-unixodbc: database support' +'java-environment: for Java support' +'lksctp-tools: for SCTP support') +options=(staticlibs) +source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"; +"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz"; +epmd.conf +epmd.service +epmd.socket) +sha256sums=('SKIP' +'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778' +'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' +'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b3
[arch-commits] Commit in erlang-nox/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:29:53 Author: arodseth Revision: 415544 upgpkg: erlang-nox 21.2-1 Modified: erlang-nox/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:23:47 UTC (rev 415543) +++ PKGBUILD2018-12-12 00:29:53 UTC (rev 415544) @@ -6,8 +6,8 @@ # Contributor: Ricardo Catalinas Jiménez pkgname=erlang-nox -pkgver=21.1.3 -_docver=21.1 +pkgver=21.2 +_docver=21.2 pkgrel=1 pkgdesc='General-purpose concurrent functional programming language (headless version)' arch=(x86_64) @@ -26,7 +26,7 @@ epmd.service epmd.socket) sha256sums=('SKIP' -'021e47b5036eaa4671b6d87a910403b775c967bfcb79b56a87f2183ddc5a5df5' +'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778' '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e' '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
[arch-commits] Commit in librsvg/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:22:43 Author: heftig Revision: 341600 archrelease: copy trunk to extra-x86_64 Added: librsvg/repos/extra-x86_64/PKGBUILD (from rev 341599, librsvg/trunk/PKGBUILD) Deleted: librsvg/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:16:08 UTC (rev 341599) +++ PKGBUILD2018-12-12 00:22:43 UTC (rev 341600) @@ -1,44 +0,0 @@ -# Maintainer: Jan de Groot - -pkgname=librsvg -pkgver=2.44.9 -pkgrel=1 -epoch=2 -pkgdesc="SVG rendering library" -url="https://wiki.gnome.org/Projects/LibRsvg"; -arch=(x86_64) -license=(LGPL) -depends=(gdk-pixbuf2 pango libcroco) -makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=bcabfb6124ef52d334bcbe1ade64caf4921eeb92 # tags/2.44.9^0 -source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd $pkgname - make check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim: ts=2 sw=2 et: Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 341599, librsvg/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:22:43 UTC (rev 341600) @@ -0,0 +1,44 @@ +# Maintainer: Jan de Groot + +pkgname=librsvg +pkgver=2.44.10 +pkgrel=1 +epoch=2 +pkgdesc="SVG rendering library" +url="https://wiki.gnome.org/Projects/LibRsvg"; +arch=(x86_64) +license=(LGPL) +depends=(gdk-pixbuf2 pango libcroco) +makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) +_commit=44150f6e3d115a358c9d27f776867de557750ece # tags/2.44.10^0 +source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:23:55 Author: heftig Revision: 341603 archrelease: copy trunk to extra-x86_64 Added: totem/repos/extra-x86_64/PKGBUILD (from rev 341599, totem/trunk/PKGBUILD) Deleted: totem/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 103 ++--- 1 file changed, 51 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:23:48 UTC (rev 341602) +++ PKGBUILD2018-12-12 00:23:55 UTC (rev 341603) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=totem -pkgver=3.26.2 -pkgrel=1 -pkgdesc="Movie player for the GNOME desktop based on GStreamer" -url="https://wiki.gnome.org/Apps/Videos"; -arch=(x86_64) -license=(GPL2 custom) -depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas - dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good - gst-plugins-bad) -makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint - gobject-introspection git appstream-glib gtk-doc meson intltool) -optdepends=('gst-plugins-ugly: Extra media codecs' -'gst-libav: Extra media codecs' -'lirc-utils: Infrared Remote Control plugin' -'grilo-plugins: Media discovery' -'python-dbus: MPRIS plugin') -groups=(gnome) -conflicts=(totem-plugin) -replaces=(totem-plugin) -_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365 # tags/V_3_26_2^0 -source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"; -"git+https://gitlab.gnome.org/GNOME/libgd.git";) -sha256sums=('SKIP' -'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" - git submodule update -} - -build() { - arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D b_lto=false - ninja -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING -} Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 341599, totem/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:23:55 UTC (rev 341603) @@ -0,0 +1,51 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=totem +pkgver=3.30.0 +pkgrel=1 +pkgdesc="Movie player for the GNOME desktop based on GStreamer" +url="https://wiki.gnome.org/Apps/Videos"; +arch=(x86_64) +license=(GPL2 custom) +depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas + dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good + gst-plugins-bad) +makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint + gobject-introspection git appstream-glib gtk-doc meson intltool) +optdepends=('gst-plugins-ugly: Extra media codecs' +'gst-libav: Extra media codecs' +'lirc-utils: Infrared Remote Control plugin' +'grilo-plugins: Media discovery' +'python-dbus: MPRIS plugin') +groups=(gnome) +conflicts=(totem-plugin) +replaces=(totem-plugin) +_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a # tags/V_3_30_0^0 +source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"; +"git+https://gitlab.gnome.org/GNOME/libgd.git";) +sha256sums=('SKIP' +'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule update +} + +build() { + arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D b_lto=false + ninja -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING +}
[arch-commits] Commit in lib32-librsvg/repos/multilib-x86_64 (4 files)
Date: Wednesday, December 12, 2018 @ 00:23:47 Author: heftig Revision: 415543 archrelease: copy trunk to multilib-x86_64 Added: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 415542, lib32-librsvg/trunk/PKGBUILD) lib32-librsvg/repos/multilib-x86_64/multilib.diff (from rev 415542, lib32-librsvg/trunk/multilib.diff) Deleted: lib32-librsvg/repos/multilib-x86_64/PKGBUILD lib32-librsvg/repos/multilib-x86_64/multilib.diff ---+ PKGBUILD | 114 multilib.diff | 66 2 files changed, 90 insertions(+), 90 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:22:25 UTC (rev 415542) +++ PKGBUILD2018-12-12 00:23:47 UTC (rev 415543) @@ -1,57 +0,0 @@ -# Maintainer: Maxime Gauduin -# Contributor: jtts -# Contributor: Jan de Groot - -pkgname=lib32-librsvg -pkgver=2.44.9 -pkgrel=1 -pkgdesc="SVG rendering library (32-bit)" -url="https://wiki.gnome.org/Projects/LibRsvg"; -arch=(x86_64) -license=(LGPL) -depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg) -makedepends=(intltool gobject-introspection vala python2 gtk-doc git lib32-rust) -_commit=bcabfb6124ef52d334bcbe1ade64caf4921eeb92 # tags/2.44.9^0 -source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"; -multilib.diff) -sha256sums=('SKIP' -'f562f9fda0c8bcad8de3f6eea9eee16014a5634261a6646724da99d9ca497bbf') - -pkgver() { - cd librsvg - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd librsvg - - # Hack to cross-compile rust only - patch -Np1 -i ../multilib.diff - - NOCONFIGURE=1 ./autogen.sh -} - -build() { - export CC='gcc -m32' - export CXX='g++ -m32' - export PKG_CONFIG_PATH=/usr/lib32/pkgconfig - export RUST_TARGET=i686-unknown-linux-gnu - - cd librsvg - ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc --libdir=/usr/lib32 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd librsvg - make check -} - -package() { - cd librsvg - make DESTDIR="$pkgdir" install - rm -r "$pkgdir"/usr/{bin,include,share} -} - -# vim: ts=2 sw=2 et: Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 415542, lib32-librsvg/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:23:47 UTC (rev 415543) @@ -0,0 +1,57 @@ +# Maintainer: Maxime Gauduin +# Contributor: jtts +# Contributor: Jan de Groot + +pkgname=lib32-librsvg +pkgver=2.44.10 +pkgrel=1 +pkgdesc="SVG rendering library (32-bit)" +url="https://wiki.gnome.org/Projects/LibRsvg"; +arch=(x86_64) +license=(LGPL) +depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg) +makedepends=(intltool gobject-introspection vala python2 gtk-doc git lib32-rust) +_commit=44150f6e3d115a358c9d27f776867de557750ece # tags/2.44.10^0 +source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"; +multilib.diff) +sha256sums=('SKIP' +'f562f9fda0c8bcad8de3f6eea9eee16014a5634261a6646724da99d9ca497bbf') + +pkgver() { + cd librsvg + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd librsvg + + # Hack to cross-compile rust only + patch -Np1 -i ../multilib.diff + + NOCONFIGURE=1 ./autogen.sh +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH=/usr/lib32/pkgconfig + export RUST_TARGET=i686-unknown-linux-gnu + + cd librsvg + ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc --libdir=/usr/lib32 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd librsvg + make check +} + +package() { + cd librsvg + make DESTDIR="$pkgdir" install + rm -r "$pkgdir"/usr/{bin,include,share} +} + +# vim: ts=2 sw=2 et: Deleted: multilib.diff === --- multilib.diff 2018-12-12 00:22:25 UTC (rev 415542) +++ multilib.diff 2018-12-12 00:23:47 UTC (rev 415543) @@ -1,33 +0,0 @@ - Makefile.am | 2 -- - configure.ac | 4 +--- - 2 files changed, 1 insertion(+), 5 deletions(-) - -diff --git c/Makefile.am i/Makefile.am -index 69bf4bc3..1a70f8de 100644 c/Makefile.am -+++ i/Makefile.am -@@ -128,9 +128,7 @@ else - CARGO_RELEASE_ARGS=--release - endif - --if CROSS_COMPILING - CARGO_TARGET_ARGS=--target=$(RUST_TARGET) --endif - - CARGO_VERBOSE = $(cargo_verbose_$(V)) - cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY)) -diff --git c/configure.ac i/configure.ac -index 6afdc9f7..e398c2c2 100644 c/configure.ac -+++ i/configure.ac -@@ -293,9 +293,7 @@ if test "x$RUST_TARGET" == x; then - fi - - AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes) --if test "x$cross_compiling" = "xyes" ; then -- RUST_TARGET_SUBDIR="$RUST_TARGET/$RUST_TARGET_SUBDIR" --fi -+RUST_TARGET_SUB
[arch-commits] Commit in seahorse/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:22:57 Author: heftig Revision: 341601 archrelease: copy trunk to extra-x86_64 Added: seahorse/repos/extra-x86_64/PKGBUILD (from rev 341599, seahorse/trunk/PKGBUILD) Deleted: seahorse/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 79 ++--- 1 file changed, 40 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:22:43 UTC (rev 341600) +++ PKGBUILD2018-12-12 00:22:57 UTC (rev 341601) @@ -1,39 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.30+4+g50146aa9 -pkgrel=1 -pkgdesc="GNOME application for managing PGP keys." -url="https://wiki.gnome.org/Apps/Seahorse"; -arch=(x86_64) -license=(GPL) -depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring) -makedepends=(libldap yelp-tools gobject-introspection vala git meson) -provides=(x11-ssh-askpass) -_commit=50146aa99ae44ffb45c3c136be4a592c696c2192 # gnome-3-30 -source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: seahorse/repos/extra-x86_64/PKGBUILD (from rev 341599, seahorse/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:22:57 UTC (rev 341601) @@ -0,0 +1,40 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.30.1.1 +pkgrel=1 +epoch=1 +pkgdesc="GNOME application for managing PGP keys." +url="https://wiki.gnome.org/Apps/Seahorse"; +arch=(x86_64) +license=(GPL) +depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring) +makedepends=(libldap yelp-tools gobject-introspection vala git meson) +provides=(x11-ssh-askpass) +_commit=27a7fffe8a410ac9f7e0fed604907dc092639347 # tags/3.30.1.1^0 +source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in libgnome-games-support/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:23:48 Author: heftig Revision: 341602 archrelease: copy trunk to extra-x86_64 Added: libgnome-games-support/repos/extra-x86_64/PKGBUILD (from rev 341599, libgnome-games-support/trunk/PKGBUILD) Deleted: libgnome-games-support/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 36 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 00:22:57 UTC (rev 341601) +++ PKGBUILD2018-12-12 00:23:48 UTC (rev 341602) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=libgnome-games-support -pkgver=1.4.2 -pkgrel=1 -pkgdesc="Code shared between GNOME games" -url="https://gitlab.gnome.org/GNOME/libgnome-games-support.git"; -arch=(x86_64) -license=(GPL3 LGPL3) -depends=(libgee gtk3) -makedepends=(vala git autoconf-archive) -_commit=a2f42027d74c815d15612af06fdcaa70459a7d17 # tags/1.4.2^0 -source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-really//;s/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: libgnome-games-support/repos/extra-x86_64/PKGBUILD (from rev 341599, libgnome-games-support/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 00:23:48 UTC (rev 341602) @@ -0,0 +1,36 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgnome-games-support +pkgver=1.4.3 +pkgrel=1 +pkgdesc="Code shared between GNOME games" +url="https://gitlab.gnome.org/GNOME/libgnome-games-support"; +arch=(x86_64) +license=(GPL3 LGPL3) +depends=(libgee gtk3) +makedepends=(vala git autoconf-archive) +_commit=ca0aee63ba7c8537c1da170d3735ef3c95648bf0 # tags/1.4.3^0 +source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-really//;s/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in lib32-librsvg/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:22:25 Author: heftig Revision: 415542 2.44.10-1 Modified: lib32-librsvg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 23:59:44 UTC (rev 415541) +++ PKGBUILD2018-12-12 00:22:25 UTC (rev 415542) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=lib32-librsvg -pkgver=2.44.9 +pkgver=2.44.10 pkgrel=1 pkgdesc="SVG rendering library (32-bit)" url="https://wiki.gnome.org/Projects/LibRsvg"; @@ -11,7 +11,7 @@ license=(LGPL) depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg) makedepends=(intltool gobject-introspection vala python2 gtk-doc git lib32-rust) -_commit=bcabfb6124ef52d334bcbe1ade64caf4921eeb92 # tags/2.44.9^0 +_commit=44150f6e3d115a358c9d27f776867de557750ece # tags/2.44.10^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"; multilib.diff) sha256sums=('SKIP'
[arch-commits] Commit in seahorse/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:16:08 Author: heftig Revision: 341599 3.30.1.1-1 Modified: seahorse/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:13:27 UTC (rev 341598) +++ PKGBUILD2018-12-12 00:16:08 UTC (rev 341599) @@ -3,8 +3,9 @@ # Contributor: Michel Brabants pkgname=seahorse -pkgver=3.30+4+g50146aa9 +pkgver=3.30.1.1 pkgrel=1 +epoch=1 pkgdesc="GNOME application for managing PGP keys." url="https://wiki.gnome.org/Apps/Seahorse"; arch=(x86_64) @@ -12,7 +13,7 @@ depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring) makedepends=(libldap yelp-tools gobject-introspection vala git meson) provides=(x11-ssh-askpass) -_commit=50146aa99ae44ffb45c3c136be4a592c696c2192 # gnome-3-30 +_commit=27a7fffe8a410ac9f7e0fed604907dc092639347 # tags/3.30.1.1^0 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in libgnome-games-support/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:13:27 Author: heftig Revision: 341598 1.4.3-1 Modified: libgnome-games-support/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:11:31 UTC (rev 341597) +++ PKGBUILD2018-12-12 00:13:27 UTC (rev 341598) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libgnome-games-support -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 pkgdesc="Code shared between GNOME games" url="https://gitlab.gnome.org/GNOME/libgnome-games-support"; @@ -9,7 +9,7 @@ license=(GPL3 LGPL3) depends=(libgee gtk3) makedepends=(vala git autoconf-archive) -_commit=a2f42027d74c815d15612af06fdcaa70459a7d17 # tags/1.4.2^0 +_commit=ca0aee63ba7c8537c1da170d3735ef3c95648bf0 # tags/1.4.3^0 source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in totem/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:11:31 Author: heftig Revision: 341597 3.30.0-1 Modified: totem/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:11:31 UTC (rev 341596) +++ PKGBUILD2018-12-12 00:11:31 UTC (rev 341597) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot pkgname=totem -pkgver=3.26.2 +pkgver=3.30.0 pkgrel=1 pkgdesc="Movie player for the GNOME desktop based on GStreamer" url="https://wiki.gnome.org/Apps/Videos"; @@ -21,7 +21,7 @@ groups=(gnome) conflicts=(totem-plugin) replaces=(totem-plugin) -_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365 # tags/V_3_26_2^0 +_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a # tags/V_3_30_0^0 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"; "git+https://gitlab.gnome.org/GNOME/libgd.git";) sha256sums=('SKIP'
[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:11:31 Author: heftig Revision: 341596 2.44.10-1 Modified: librsvg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-12 00:05:54 UTC (rev 341595) +++ PKGBUILD2018-12-12 00:11:31 UTC (rev 341596) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot pkgname=librsvg -pkgver=2.44.9 +pkgver=2.44.10 pkgrel=1 epoch=2 pkgdesc="SVG rendering library" @@ -10,7 +10,7 @@ license=(LGPL) depends=(gdk-pixbuf2 pango libcroco) makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=bcabfb6124ef52d334bcbe1ade64caf4921eeb92 # tags/2.44.9^0 +_commit=44150f6e3d115a358c9d27f776867de557750ece # tags/2.44.10^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in firefox-i18n/trunk (PKGBUILD)
Date: Wednesday, December 12, 2018 @ 00:05:54 Author: heftig Revision: 341595 64.0-1 Modified: firefox-i18n/trunk/PKGBUILD --+ PKGBUILD | 192 ++--- 1 file changed, 96 insertions(+), 96 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 23:58:58 UTC (rev 341594) +++ PKGBUILD2018-12-12 00:05:54 UTC (rev 341595) @@ -5,7 +5,7 @@ # Contributor: Andrea Scarpino pkgbase=firefox-i18n -pkgver=63.0.3 +pkgver=64.0 pkgrel=1 pkgdesc="Language pack for Firefox" arch=(any) @@ -135,98 +135,98 @@ "$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi" } -sha256sums=('133a31ec9eda6f5eb0bfa38b0f319cfaf5c4176ff619a8a505e71af4a7f365fb' -'6d60477b462c45cb4e038e2b00aa4a31c7f4bbe138a1db14a7c4bb303848595b' -'f12854a4c2ccbb2b81cc0cafe838c9f1a545e912e34b9319b7f3af9ce7061629' -'a0ae3906017de26370466cea30c43c7286d0b46acbb8fecfc61a86c97b616f6b' -'6798a1a6aec24e48ae494a4f057c45e3b7ea31488fd7eed486ba1816f442e3b3' -'362cc17e42bc625b8514135ebbe7042ba94074d978f750594035c409a2f3ebb7' -'e91aabf17a379952750066881acc09aa3dc65082ebc101e08e279d48c382af54' -'f514fab6434fa23f9adaa1c52ff9067f2c87c5d8c6396ebbacac6aefc42904cb' -'671f94406a40b7dd2c2adb2fb913cf42b7bf41717c44e81bfe522dd856e30988' -'4759803e520bbfe1d9db2289409b1e5734c8de19e696802eb1f43b72b092beab' -'d7afc0782af3833e97f2ce711b2d9f4e55aeaf5df8efbb9b1382b45ac0b1f2dd' -'c1bd25609ef30d86173e0df3e8e99bd6dbff6ef40b0f098052968346bec236d4' -'eff1783e942af1193510e63651f41ed9c191c1a47c44e5d77a8469229b74e493' -'c3b5c3113e311ef375150613057cedd81aa8e69ad1bac7496ea9266640e7e739' -'ad78a6ad161386695a2825cd3edc41379c414876f53a270a7071d04737b82564' -'72f59287425933bfc824184dfe7447f4cad341404a2324b9f36cf3086fb5c83f' -'7a9477642f7b054b1e24fa5d5b9d59ea26438ef45aeb8e3313547186b4e1cd17' -'377e98788e41f5a3a000b41d9339d2f37e497914885a00320859f85d42fdb79d' -'14bd321b737a79523f28ce5d9ba37df985e5e260f2b183be66f9674b112f5802' -'5ffd4a6e2a908612fcf55662f573b8b51e928957ac58a6b07a8be36d4b794321' -'e452895005fd3c35697f610f56aeafe9d3d1eeaed64ef5f0a9efb9a1a5383a27' -'73f6fc1ce107695a5fdd4f3eb5a7f3b462ea08b0a3912356f5050328332962ac' -'4a0d0e51d27edb1148c91e0cdd106e4c663e67ce04fc3db559bcf0d8830c447c' -'c3a3184aeeb6eab44e1a353caa79a5bc6c7e620c7fd3ba8c9b386811cfcece67' -'58478371f7dad87b673494af6d17b654ce04a6c419c8b6d5dd37f4682eef80bb' -'52cb334d461cd010377cfd35213cbe065435168dd7a5ef1d85570e3985b8fae9' -'09a6f406be1a71c9b28da92aca02b6cb12ca84ed26fe8dfe88adacd293d1dba9' -'c8ba72016e05fb2ab40064a57feda7964bfbd394aac11b384688ccefe4b7b558' -'2e6b5a78e7def20c6c00cfd8d1c1be84df4e62dba23e05f13aa52a0e7e7fc81c' -'62eb5ba195bfb11f001b875910c76c0fce320da711e7ced8c7b06ae31cfcf2f1' -'2ed251ec4bd183b0086e777a01992048d31271ec9bf9869d5a070bab81cb3b84' -'ba66475a7a152b35f22454074a4160da2c52c229c2fb60ca515bd5a020829969' -'30ccae32050ccaba4f3bdd7f017f57f0eef6b75e2e0666be7a8999791cc4193b' -'79ee324aa4358fc494e70e05bd0948355d79688e9fa3b74591a0489c44d7b483' -'cea47e257be67838302e37821fd59e837fe68d30022b7006dab93e3dcafb84a6' -'e5114e840017814a3709f2924e6d9372892d4fdcaf441fc57724707033d6732f' -'02843dfed7c2994ff6455df1f064555a5ac8486dbff00b2380442f3a1da5320a' -'707104938e8508dad8b9566e09571522e1a5bdb34cda6b6f534b468f3296d987' -'096c923791bcc08579973427fb63e3e1b14008747b5ba33dae51bf0896f1d177' -'48c865af74a1c6b2f54878575f124ec424f9bc1c9fdf62ca57c4c4096c715f0d' -'816284bf26a9b0a1ab7d34a146eee722591635c88cde12b0b22b026828c90804' -'82405ba755711962e430e3f26eb8906044067ca51167d33ed435e74f4fd4698b' -'518c56f8bf6658b997956543f6bf90f721397c79786b4b1a82bcc550d51f27ea' -'55c737c0ea6fc74bb49a2ae58d2e66fcf7068a2d16014d878191fe3c10a5b6b8' -'7eb1617935706ff6f217af84901593f36c8b804677359e57dc0263a32d36be9b' -'0dd11f24d4708bbd365afa14824af9d034871455b4b39aa9016a85cca2ab62ad' -'335dc44396a272ded14d59ac8e8be2f3b1ab44478680b1ecf8f1e8561ef2cc00' -'a16e59f8fe24ea8e250d35b6e3bd9f4f3288a35a65c63a22d9c50a26e8451de0' -'3ae1bc07c94a05e209dec8e04a87035026fe64141944586d77ed088fa5f104f1' -'8a3b970adfac445bc18e9051f3dc5910e3649112e618381eaeef991fc50a6cea' -'9017b89abe511039143cb48045e8dddc61791ce1675ffa560a079eeeda67d066' -'fcb51dc8ff33eb7836bbc30b3b1c9de1cf3cb296105c867c4565eb334fed919d' -'cd6e861266b2e0de2cb49fa3c9ed4e9e5b779d2ad672769ed0abfbb441bb2a30' -
[arch-commits] Commit in erlang/repos/community-x86_64 (8 files)
Date: Tuesday, December 11, 2018 @ 23:59:44 Author: arodseth Revision: 415541 archrelease: copy trunk to community-x86_64 Added: erlang/repos/community-x86_64/PKGBUILD (from rev 415540, erlang/trunk/PKGBUILD) erlang/repos/community-x86_64/epmd.conf (from rev 415540, erlang/trunk/epmd.conf) erlang/repos/community-x86_64/epmd.service (from rev 415540, erlang/trunk/epmd.service) erlang/repos/community-x86_64/epmd.socket (from rev 415540, erlang/trunk/epmd.socket) Deleted: erlang/repos/community-x86_64/PKGBUILD erlang/repos/community-x86_64/epmd.conf erlang/repos/community-x86_64/epmd.service erlang/repos/community-x86_64/epmd.socket --+ PKGBUILD | 168 - epmd.conf|6 +- epmd.service | 22 +++ epmd.socket | 18 +++--- 4 files changed, 107 insertions(+), 107 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 23:59:33 UTC (rev 415540) +++ PKGBUILD2018-12-11 23:59:44 UTC (rev 415541) @@ -1,84 +0,0 @@ -# Maintainer: Alexander F. Rødseth -# Contributor: Lukas Fleischer -# Contributor: Vesa Kaihlavirta -# Contributor: Sarah Hay -# Contributor: Tom Burdick -# Contributor: Ricardo Catalinas Jiménez - -pkgbase=erlang -pkgname=(erlang erlang-unixodbc) -pkgver=21.1.3 -pkgrel=1 -_docver=21.1 -arch=(x86_64) -url='https://www.erlang.org' -license=('Apache') -makedepends=(fop git glu java-environment libxslt lksctp-tools - mesa perl unixodbc wxgtk) -options=(staticlibs) -source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"; -"$url/download/otp_doc_man_$_docver.tar.gz" -epmd.conf -epmd.service -epmd.socket) -sha256sums=('SKIP' -'021e47b5036eaa4671b6d87a910403b775c967bfcb79b56a87f2183ddc5a5df5' -'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' -'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e' -'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34') - -prepare() { - cd otp && ./otp_build autoconf -} - -build() { - cd otp - ./configure \ ---prefix=/usr \ ---enable-builtin-zlib \ ---with-odbc \ ---enable-smp-support - make -} - -package_erlang() { - pkgdesc='General-purpose concurrent functional programming language developed by Ericsson' - depends=('ncurses' 'glu' 'wxgtk' 'openssl') - optdepends=('erlang-unixodbc: database support' - 'java-environment: for Java support' - 'lksctp-tools: for SCTP support') - provides=('erlang-nox') - conflicts=('erlang-nox') - - make -C otp DESTDIR="$pkgdir" install - - # move files that belong to the erlang-unixodbc package - mkdir -p unixodbc - mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/" - - # services and configuration - install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service" - install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket" - install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd" - - # readme and licenses - install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md" - install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT" - install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - # man pages - cp -r man "$pkgdir/usr/lib/erlang/" -} - -package_erlang-unixodbc() { - pkgdesc='Unixodbc support for Erlang' - depends=('unixodbc' 'erlang-nox') - - install -d "$pkgdir/usr/lib/erlang/lib" - mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/" - install -Dm644 otp/LICENSE.txt \ -"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt" -} - -# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION -# vim: ts=2 sw=2 et: Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 415540, erlang/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 23:59:44 UTC (rev 415541) @@ -0,0 +1,84 @@ +# Maintainer: Alexander F. Rødseth +# Contributor: Lukas Fleischer +# Contributor: Vesa Kaihlavirta +# Contributor: Sarah Hay +# Contributor: Tom Burdick +# Contributor: Ricardo Catalinas Jiménez + +pkgbase=erlang +pkgname=(erlang erlang-unixodbc) +pkgver=21.2 +pkgrel=1 +_docver=21.2 +arch=(x86_64) +url='https://www.erlang.org' +license=('Apache') +makedepends=(fop git glu java-environment libxslt lksctp-tools + mesa perl unixodbc wxgtk) +options=(staticlibs) +source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"; +"$url/download/otp_doc_man_$_docver.tar.gz" +epmd.conf +epmd.service +epmd.socket) +sha256sums=('SKIP' +'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778' +'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' +'b121ec9053fb37abca5f910a81c526f93ec30fe1
[arch-commits] Commit in erlang/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 23:59:33 Author: arodseth Revision: 415540 upgpkg: erlang 21.2-1 Modified: erlang/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 23:58:39 UTC (rev 415539) +++ PKGBUILD2018-12-11 23:59:33 UTC (rev 415540) @@ -7,9 +7,9 @@ pkgbase=erlang pkgname=(erlang erlang-unixodbc) -pkgver=21.1.3 +pkgver=21.2 pkgrel=1 -_docver=21.1 +_docver=21.2 arch=(x86_64) url='https://www.erlang.org' license=('Apache') @@ -22,7 +22,7 @@ epmd.service epmd.socket) sha256sums=('SKIP' -'021e47b5036eaa4671b6d87a910403b775c967bfcb79b56a87f2183ddc5a5df5' +'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778' '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2' 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e' '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
[arch-commits] Commit in ibus-typing-booster/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 23:58:46 Author: heftig Revision: 341593 2.3.1-1 Modified: ibus-typing-booster/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 23:58:36 UTC (rev 341592) +++ PKGBUILD2018-12-11 23:58:46 UTC (rev 341593) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=ibus-typing-booster -pkgver=2.1.2 +pkgver=2.3.1 pkgrel=1 pkgdesc="Predictive input method for the IBus platform" url="https://mike-fabian.github.io/ibus-typing-booster/"; @@ -9,7 +9,7 @@ license=(GPL3 Apache) depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite) makedepends=(git) -_commit=86ffcb59eafe763ac1bfc2d7ea849b93e6570860 # tags/2.1.2 +_commit=9d247dacad1453add916870d509c110e6ae5c948 # tags/2.3.1 source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";) sha512sums=('SKIP')
[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 23:58:58 Author: heftig Revision: 341594 archrelease: copy trunk to extra-any Added: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 341593, ibus-typing-booster/trunk/PKGBUILD) Deleted: ibus-typing-booster/repos/extra-any/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 23:58:46 UTC (rev 341593) +++ PKGBUILD2018-12-11 23:58:58 UTC (rev 341594) @@ -1,38 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=ibus-typing-booster -pkgver=2.1.2 -pkgrel=1 -pkgdesc="Predictive input method for the IBus platform" -url="https://mike-fabian.github.io/ibus-typing-booster/"; -arch=(any) -license=(GPL3 Apache) -depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite) -makedepends=(git) -_commit=86ffcb59eafe763ac1bfc2d7ea849b93e6570860 # tags/2.1.2 -source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";) -sha512sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - autoreconf -fvi -} - -build() { - cd $pkgname - ./configure --prefix=/usr --libexec=/usr/lib/ibus - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install - - cd "$pkgdir/usr/share/$pkgname/data" - gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml -} Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 341593, ibus-typing-booster/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 23:58:58 UTC (rev 341594) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=ibus-typing-booster +pkgver=2.3.1 +pkgrel=1 +pkgdesc="Predictive input method for the IBus platform" +url="https://mike-fabian.github.io/ibus-typing-booster/"; +arch=(any) +license=(GPL3 Apache) +depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite) +makedepends=(git) +_commit=9d247dacad1453add916870d509c110e6ae5c948 # tags/2.3.1 +source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";) +sha512sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + autoreconf -fvi +} + +build() { + cd $pkgname + ./configure --prefix=/usr --libexec=/usr/lib/ibus + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install + + cd "$pkgdir/usr/share/$pkgname/data" + gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml +}
[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)
Date: Tuesday, December 11, 2018 @ 22:51:09 Author: andrewsc Revision: 415538 archrelease: copy trunk to community-any Added: firefox-developer-edition-i18n/repos/community-any/PKGBUILD (from rev 415537, firefox-developer-edition-i18n/trunk/PKGBUILD) Deleted: firefox-developer-edition-i18n/repos/community-any/PKGBUILD --+ PKGBUILD | 464 ++--- 1 file changed, 232 insertions(+), 232 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 22:50:38 UTC (rev 415537) +++ PKGBUILD2018-12-11 22:51:09 UTC (rev 415538) @@ -1,232 +0,0 @@ -# Maintainer: Andrew Crerar - -pkgbase=firefox-developer-edition-i18n -pkgver=65.0b2 -pkgrel=1 -pkgdesc="Language pack for Firefox Developer Edition" -arch=('any') -url="https://www.mozilla.com/"; -license=('MPL' 'GPL') - -_languages=( - 'ach"Acholi"' - 'af "Afrikaans"' - 'an "Aragonese"' - 'ar "Arabic"' - 'as "Assamese"' - 'ast"Asturian"' - 'az "Azerbaijani"' - 'be "Belarusian"' - 'bg "Bulgarian"' - 'bn-BD "Bengali (Bangladesh)"' - 'bn-IN "Bengali (India)"' - 'br "Breton"' - 'bs "Bosnian"' - 'ca "Catalan"' - 'cak"Maya Kaqchikel"' - 'cs "Czech"' - 'cy "Welsh"' - 'da "Danish"' - 'de "German"' - 'dsb"Lower Sorbian"' - 'el "Greek"' - 'en-GB "English (British)"' - 'en-US "English (US)"' - 'en-ZA "English (South African)"' - 'eo "Esperanto"' - 'es-AR "Spanish (Argentina)"' - 'es-CL "Spanish (Chile)"' - 'es-ES "Spanish (Spain)"' - 'es-MX "Spanish (Mexico)"' - 'et "Estonian"' - 'eu "Basque"' - 'fa "Persian"' - 'ff "Fulah"' - 'fi "Finnish"' - 'fr "French"' - 'fy-NL "Frisian"' - 'ga-IE "Irish"' - 'gd "Gaelic (Scotland)"' - 'gl "Galician"' - 'gn "Guarani"' - 'gu-IN "Gujarati (India)"' - 'he "Hebrew"' - 'hi-IN "Hindi (India)"' - 'hr "Croatian"' - 'hsb"Upper Sorbian"' - 'hu "Hungarian"' - 'hy-AM "Armenian"' - 'ia "Interlingua"' - 'id "Indonesian"' - 'is "Icelandic"' - 'it "Italian"' - 'ja "Japanese"' - 'ka "Georgian"' - 'kab"Kabyle"' - 'kk "Kazakh"' - 'km "Khmer"' - 'kn "Kannada"' - 'ko "Korean"' - 'lij"Ligurian"' - 'lt "Lithuanian"' - 'lv "Latvian"' - 'mai"Maithili"' - 'mk "Macedonian"' - 'ml "Malayalam"' - 'mr "Marathi"' - 'ms "Malay"' - 'my "Burmese"' - 'nb-NO "Norwegian (Bokmål)"' - 'ne-NP "Nepali"' - 'nl "Dutch"' - 'nn-NO "Norwegian (Nynorsk)"' - 'or "Oriya"' - 'pa-IN "Punjabi (India)"' - 'pl "Polish"' - 'pt-BR "Portuguese (Brazilian)"' - 'pt-PT "Portuguese (Portugal)"' - 'rm "Romansh"' - 'ro "Romanian"' - 'ru "Russian"' - 'si "Sinhala"' - 'sk "Slovak"' - 'sl "Slovenian"' - 'son"Songhai"' - 'sq "Albanian"' - 'sr "Serbian"' - 'sv-SE "Swedish"' - 'ta "Tamil"' - 'te "Telugu"' - 'th "Thai"' - 'tr "Turkish"' - 'uk "Ukrainian"' - 'ur "Urdu"' - 'uz "Uzbek"' - 'vi "Vietnamese"' - 'xh "Xhosa"' - 'zh-CN "Chinese (Simplified)"' - 'zh-TW "Chinese (Traditional)"' -) - -pkgname=() -source=() -_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi - -for _lang in "${_languages[@]}"; do - _locale=${_lang%% *} - _pkgname=firefox-developer-edition-i18n-${_locale,,} - - pkgname+=($_pkgname) - source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi") - eval "package_$_pkgname() { -_package $_lang - }" -done - -# Don't extract anything -noextract=(${source[@]%%::*}) - -_package() { - pkgdesc="$2 language pack for Firefox Developer Edition" - depends=("firefox-developer-edition>=$pkgver") - install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \ - "$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi" -} - -sha512sums=('e685ee5e11687a86364dfd16cb2e799fc395e3f758572fe9c5026fb356cc9a9927af7a6211616ed7b6250acf2538a7c866bc3409ef25c4985e41a0dfc12b1d10' - 'e40f06221fea3b81a3d4db16b501bff49a9e5672d4220587214886cde8fc598464061ae2e6410bdb34cdad88d1f0a097d7a457a205e34439e3b4da8c2eac42c6' - '065876b776d56bb941da207644405256fa8ec712c45f454c129013f41c1672e987f349cd9bf873b2bdcffc9605ec6f5a806251f71c3ae7b6fdeac98bbe7a47c2' - 'eebd642e32c6c270fd9af8ea14b76f394f118af97a02698760c00e06435f40092e19cb4c2b217acc127cc6c5c8497f18bbf5d916c49e4dff96f71e6d3060074c' - '3582f50e1f36b9449a04cba46535b9e6b7bb748a98a64f03c03f1b7c22fd22384216e04b580d1c27f76aa2dab8fbc2791bba16194987c0e1fa137bb13444bd8d' - '36fa799c19cb651ff68852b2e9f7e8289330e2740fe7e3d013d04d5fc7da2eddfaf86e939eefb66cdbc6c85738233b98604a2df9217c28d928745312477df9d1' - 'b62b37b57d04c1cd71dcc3fed8c103e80eb2258b9975943a
[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 22:50:38 Author: andrewsc Revision: 415537 upgpkg: firefox-developer-edition-i18n 65.0b3-1 firefox-developer-edition-i18n: Updating to 65.0b3 Modified: firefox-developer-edition-i18n/trunk/PKGBUILD --+ PKGBUILD | 196 ++--- 1 file changed, 98 insertions(+), 98 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 22:22:15 UTC (rev 415536) +++ PKGBUILD2018-12-11 22:50:38 UTC (rev 415537) @@ -1,7 +1,7 @@ # Maintainer: Andrew Crerar pkgbase=firefox-developer-edition-i18n -pkgver=65.0b2 +pkgver=65.0b3 pkgrel=1 pkgdesc="Language pack for Firefox Developer Edition" arch=('any') @@ -133,100 +133,100 @@ "$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi" } -sha512sums=('e685ee5e11687a86364dfd16cb2e799fc395e3f758572fe9c5026fb356cc9a9927af7a6211616ed7b6250acf2538a7c866bc3409ef25c4985e41a0dfc12b1d10' - 'e40f06221fea3b81a3d4db16b501bff49a9e5672d4220587214886cde8fc598464061ae2e6410bdb34cdad88d1f0a097d7a457a205e34439e3b4da8c2eac42c6' - '065876b776d56bb941da207644405256fa8ec712c45f454c129013f41c1672e987f349cd9bf873b2bdcffc9605ec6f5a806251f71c3ae7b6fdeac98bbe7a47c2' - 'eebd642e32c6c270fd9af8ea14b76f394f118af97a02698760c00e06435f40092e19cb4c2b217acc127cc6c5c8497f18bbf5d916c49e4dff96f71e6d3060074c' - '3582f50e1f36b9449a04cba46535b9e6b7bb748a98a64f03c03f1b7c22fd22384216e04b580d1c27f76aa2dab8fbc2791bba16194987c0e1fa137bb13444bd8d' - '36fa799c19cb651ff68852b2e9f7e8289330e2740fe7e3d013d04d5fc7da2eddfaf86e939eefb66cdbc6c85738233b98604a2df9217c28d928745312477df9d1' - 'b62b37b57d04c1cd71dcc3fed8c103e80eb2258b9975943ad39cac9eb1cd091d9a25365ad045fd658a554344b8e633e33db808148030f129ba68c3e6f0d08a47' - '3612b52e55ebe9756bb8fd7c4a844d11c3c688aab7680f2200867112381914a5d7bd00715e7c2b45a3569f36e006c78e2f256cecd5a9f736b966a733a1c857e9' - '893de9cef97abaf03fffafea77536360b1edb0773c58c59ca86b26cc3403314afbc9152e95f7b4600e9bb2f4417e1f6fd6959fefea4c587926dac6ba957d1dad' - 'e29062cb5826fe00f80df6b652a2f87ffdd6c6924e72b0cafc4366b5a03a602b456b4f0c8ec4b1c36652fdb4d7e3d8ab33908203e127bedc0f42539a55ce2de1' - '13d8e0590d1a0330349bd0c829659ba1c2216fc46f1ac8dc8485845d80de3b363d2b5c33cb6dc35e87b8bdce29124eda7141c6845ab1e34d1a596e748c8c7d53' - '8744dc29009890a2456a14b72b8a613d2a6e61027384759297b89fa83322c19f7298c79fe01dcccf787858f93a2f52af45499016cf87c950bd5588e5ed1de055' - '314c4a08e881e2c5cb43677b77d62093a07cb29646e0d70145294c47f7d148d28938519480fb8145869cfe77da8c6e89ff4c32da8aa4c5166a8a32f6d71a5c0e' - 'ae0ceeba7418a0958618325be206751e113915b1e61ec8b1452ba9e3d0a106683283c0247adbbb8f6767d0abce7e1f38754450530edd49275123a5b60e2c27eb' - '0f423b305f6df3c69c78afa5b8d3ee4189d69f3a41c6eb69ba2f9d39cb89ddb193a23bc7324180bb10e7a32d0e8f384d5baef128ffe79ae3b4181e8fdfcf8e41' - '05fb6b68e1152baba02ffb23c296471214bf5cb9df43d2d5f08b3957114b7b40fb984cb461c1257ea93313d7e02c06afb5b1a9da0f32f5bb60a95296941f306b' - '7b6a9e4e403840a54033dfb5ba50de3adec31e693e9911c09431fca5364c8bbd8720b511c98d30ed18aff5e11bfd9bd9651658b245947712cdc38c6c9cce5817' - '919db1a24bcf632c8774b80b7cf814402d7fa4873be7a46acd5c1c70e4dcd22cc0bc6532eb9bf93c5679145082501f598097679bc18178bfbdb2ea1c94870e8b' - '4e1bcdb28b39a0cc431eee31f536547b37c52011e91f511198681951e2118cf66131b3ce9e966e1b1abf69d47495bfc156c546bb96bfc7b5a58dea4930f57593' - '00d7c795666326358df8ecadc735c062f949310cd666d278d34c48294ad555f7e47371a72df50b6783390d27dfb1e5a003eaffeb51f349b2b9334906d3a17fe0' - '21997a489a31198d6dbb0fc0da2ba8e8901663de24b5272a0326ea09a084f393ade6add1c19f84a10fe2247613fdebbcbdea87ab6113d1b3ee63e9bd53df3534' - '45f3ee2f8cc38232e969f664efe953e3270fe9d25cafe4b7c57db99e1f1297d9caae1514933411fc41a6198b9652b0b6c7707d6eec0db205849a3ff2f5e2ab5f' - 'dd2a5f13e81fc49e3ace4038dd98e38b144a72b0cc63df38ec0fe77bbff41d28e6b663ff6985926197139d019ac2d8296d897b5fb825a09ee134dddbc1a68054' - '232639ef2019aa8e2fee36db29b41dba9cb13d041ed79aef24b9cdad9fc4154cf95674968fd6504c161d072832b1aba4470f9b863c0e53770b4d7e2fa5e356e8' - 'bd6b6b200576c29f8dcff6b083ad2c06b82a3fac76284389661bd828207989539aed80010f1743d150407b8081c9311ec7897467dcaa987a76c425aa6e5882ad' - '54677fba19a6f955cd7060e7c50462dac6e8de3109a699e65ec95422a67cc4323cfc7bcff8d6bc9a3e66e7d881789d42fa133a19601db32d0edce08d7ed847c1' - 'b4baed63d990696cb715c761650dbbf822633c95789345a5b3e0321decd9ab796cf4f589751da93da94d0a0f5730c057f595eb32aa6a56fb1fb1a605edd4288e' - '450cc4998187f1651c924258c72472fcbef4cc70cd0877ee98e4c37004e0a6073995fd781eb18a69d493338eba7aeb7299f35502977339b5ffd795deb029ad8b' - '4fe6239
[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)
Date: Tuesday, December 11, 2018 @ 22:22:15 Author: andrewsc Revision: 415536 archrelease: copy trunk to community-x86_64 Added: firefox-developer-edition/repos/community-x86_64/PKGBUILD (from rev 415535, firefox-developer-edition/trunk/PKGBUILD) firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop (from rev 415535, firefox-developer-edition/trunk/firefox-developer-edition.desktop) firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch (from rev 415535, firefox-developer-edition/trunk/firefox-install-dir.patch) firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg (from rev 415535, firefox-developer-edition/trunk/firefox-symbolic.svg) Deleted: firefox-developer-edition/repos/community-x86_64/PKGBUILD firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg ---+ PKGBUILD | 346 ++-- firefox-developer-edition.desktop | 622 ++-- firefox-install-dir.patch | 84 ++-- firefox-symbolic.svg | 128 +++ 4 files changed, 590 insertions(+), 590 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 22:21:41 UTC (rev 415535) +++ PKGBUILD2018-12-11 22:22:15 UTC (rev 415536) @@ -1,173 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Jan Alexander Steffens (heftig) - -pkgname=firefox-developer-edition -pkgver=65.0b2 -pkgrel=1 -pkgdesc="Developer Edition of the popular Firefox web browser" -arch=('x86_64') -license=('MPL' 'GPL' 'LGPL') -url="https://www.mozilla.org/firefox/channel/#developer"; -depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' - 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse') -makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'inetutils' - 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' - 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen') -optdepends=('networkmanager: Location detection via available WiFi networks' -'libnotify: Notification integration' -'pulseaudio: Audio support' -'speech-dispatcher: Text-to-Speech' -'hunspell-en_US: Spell Checking, American English') -replaces=('firefox-developer') -options=(!emptydirs !makeflags !strip) -_repo=https://hg.mozilla.org/mozilla-unified -source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE" -"$pkgname".desktop -firefox-symbolic.svg -firefox-install-dir.patch) -sha512sums=('SKIP' - '12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195' - 'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8' - '8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248') - -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. -_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM - -# Mozilla API keys (see https://location.services.mozilla.com/api) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact hef...@archlinux.org for -# more information. -_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff - -prepare() { - cd mozilla-unified - patch -Np1 -i ../firefox-install-dir.patch - - echo -n "$_google_api_key" > google-api-key - echo -n "$_mozilla_api_key" > mozilla-api-key - - cat > .mozconfig << END -ac_add_options --enable-application=browser - -ac_add_options --prefix=/usr -ac_add_options --enable-release -ac_add_options --enable-hardening -ac_add_options --enable-optimize -ac_add_options --enable-rust-simd -ac_add_options --enable-lto -export CC=clang -export CXX=clang++ -export AR=llvm-ar -export NM=llvm-nm -export RANLIB=llvm-ranlib - -# Branding -ac_add_options --with-branding=browser/branding/aurora -ac_add_options --enable-update-channel=aurora -ac_add_options --with-distribution-id=org.archlinux -ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1" -export MOZILLA_OFFICIAL=1 -export MOZ_TELEMETRY_REPORTING=1 -export MOZ_REQUIRE_SIGNING=0 - -# Keys -ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key -ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key - -# System libraries -ac_add_options --with-system-zlib -ac_add_options --wit
[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 22:21:41 Author: andrewsc Revision: 415535 upgpkg: firefox-developer-edition 65.0b3-1 firefox-developer-edition: Updating to 65.0b3 Modified: firefox-developer-edition/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 22:14:07 UTC (rev 415534) +++ PKGBUILD2018-12-11 22:21:41 UTC (rev 415535) @@ -2,7 +2,7 @@ # Contributor: Jan Alexander Steffens (heftig) pkgname=firefox-developer-edition -pkgver=65.0b2 +pkgver=65.0b3 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" arch=('x86_64')
[arch-commits] Commit in arduino/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 22:13:57 Author: nicohood Revision: 415533 upgpkg: arduino 1:1.8.8-1 Modified: arduino/trunk/PKGBUILD --+ PKGBUILD | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 22:01:53 UTC (rev 415532) +++ PKGBUILD2018-12-11 22:13:57 UTC (rev 415533) @@ -9,7 +9,7 @@ # Contributor: tty0 pkgname=arduino -pkgver=1.8.7 +pkgver=1.8.8 pkgrel=1 epoch=1 pkgdesc="Arduino prototyping platform SDK" @@ -16,7 +16,7 @@ arch=('x86_64') url="https://github.com/arduino/Arduino"; license=('GPL' 'LGPL') -depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'arduino-builder') +depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'arduino-builder' 'java-openjfx') makedepends=('java-environment=8' 'apache-ant' 'unzip') optdepends=('arduino-docs: Offline documentation for arduino' 'arduino-avr-core: AVR core with upstream avr-gcc and avrdude' @@ -25,29 +25,25 @@ install="arduino.install" source=("${pkgname}-${pkgver}.tar.xz::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz"; "${pkgname}-${pkgver}.tar.xz.asc::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz.asc"; - "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.2/WiFi101-Updater-ArduinoIDE-Plugin-0.9.2.zip"; - "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.2/WiFi101-Updater-ArduinoIDE-Plugin-0.9.2.zip.asc"; + "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.10.4/WiFi101-Updater-ArduinoIDE-Plugin-0.10.4.zip"; + "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.10.4/WiFi101-Updater-ArduinoIDE-Plugin-0.10.4.zip.asc"; "https://downloads.arduino.cc/libastylej-2.05.1-4.zip"; "https://downloads.arduino.cc/libastylej-2.05.1-4.zip.asc"; -"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.1.zip"; - "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.1.zip.asc"; +"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.2.zip"; + "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.2.zip.asc"; "arduino.sh") -sha512sums=('252ed97a878f9b47fcad3a750fd8ac2504f4bc287747a1603394f84a332d3da485a5e1d1e0a40c61c0ce004d59134d797424e693e3b258f4c1a8f921004463a9' +sha512sums=('5fbc7f05a68a0c8058f5dd6bd6e5d3c4088bbd53471ba01618d2c83339511a84f4e0ca73d33d63218d35dddf0624ce15bfb267b797f4a669bd9ad38ba961d401' 'SKIP' - '2fd003b638133d9ff77d76952ce4a38c3c2ea78c0c0c849580883e5104c3a5c141313f74934eeda29a446388e3d502e69e65ded088e693b0ff5810a133001ba8' + 'ea1d0b9bc985257e84aab269b6edbe835a5631d125b9c4a0e0782c571bac1031ec355ee6b5d85c504eb8ceff8044ef5be777e377030344dd73fad752c9d75e30' 'SKIP' '92ecaf24c64aaefafffe7bcdb6ae327f61dc6b9952546cb8cfad51aa1d01be7e1f5c33138f1bd2cd7cd466820ea991e0e5ad3cca62de7a543971aacbe33b06ac' 'SKIP' - 'dda89d7e9d1389eee9b399f920cb9342366452d88190bfe46278473575534c4c45e172a74e34c48bf5c8412e5246b010c0453721db087e314f67b5f67f7c8ba4' + '80f27ef196a205dc512f0aebb426765f2536a00059a633929bbdcfea81d7fb9fec31b27322c534a3e5953240a2906e89914562b0be0649053206a1941f659b58' 'SKIP' 'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a') validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages build() { -# TODO fix manual extracting https://github.com/arduino/Arduino/issues/5619#issuecomment-427636960 -#mkdir -p "Arduino-${pkgver}" -#tar -xf "${pkgname}-${pkgver}.tar.xz" -C "Arduino-${pkgver}" - cd "arduino-${pkgver}/build" # Compile with java8
[arch-commits] Commit in arduino/repos/community-x86_64 (8 files)
Date: Tuesday, December 11, 2018 @ 22:14:07 Author: nicohood Revision: 415534 archrelease: copy trunk to community-x86_64 Added: arduino/repos/community-x86_64/PKGBUILD (from rev 415533, arduino/trunk/PKGBUILD) arduino/repos/community-x86_64/arduino.install (from rev 415533, arduino/trunk/arduino.install) arduino/repos/community-x86_64/arduino.sh (from rev 415533, arduino/trunk/arduino.sh) arduino/repos/community-x86_64/build.patch (from rev 415533, arduino/trunk/build.patch) Deleted: arduino/repos/community-x86_64/PKGBUILD arduino/repos/community-x86_64/arduino.install arduino/repos/community-x86_64/arduino.sh arduino/repos/community-x86_64/build.patch -+ PKGBUILD| 208 +++ arduino.install | 80 - arduino.sh |6 build.patch | 478 +++--- 4 files changed, 384 insertions(+), 388 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 22:13:57 UTC (rev 415533) +++ PKGBUILD2018-12-11 22:14:07 UTC (rev 415534) @@ -1,106 +0,0 @@ -# Maintainer: NicoHood -# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161 -# Contributor: Tomas Schertel -# Contributor: Christopher Loen -# Contributor: Peter Reschenhofer -# Contributor: Niels Martignène -# Contributor: PyroPeter -# Contributor: darkapex -# Contributor: tty0 - -pkgname=arduino -pkgver=1.8.7 -pkgrel=1 -epoch=1 -pkgdesc="Arduino prototyping platform SDK" -arch=('x86_64') -url="https://github.com/arduino/Arduino"; -license=('GPL' 'LGPL') -depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'arduino-builder') -makedepends=('java-environment=8' 'apache-ant' 'unzip') -optdepends=('arduino-docs: Offline documentation for arduino' -'arduino-avr-core: AVR core with upstream avr-gcc and avrdude' -'python2: Intel Galileo Board installation') -options=(!strip) -install="arduino.install" -source=("${pkgname}-${pkgver}.tar.xz::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz"; - "${pkgname}-${pkgver}.tar.xz.asc::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz.asc"; - "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.2/WiFi101-Updater-ArduinoIDE-Plugin-0.9.2.zip"; - "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.2/WiFi101-Updater-ArduinoIDE-Plugin-0.9.2.zip.asc"; -"https://downloads.arduino.cc/libastylej-2.05.1-4.zip"; -"https://downloads.arduino.cc/libastylej-2.05.1-4.zip.asc"; -"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.1.zip"; - "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.1.zip.asc"; -"arduino.sh") -sha512sums=('252ed97a878f9b47fcad3a750fd8ac2504f4bc287747a1603394f84a332d3da485a5e1d1e0a40c61c0ce004d59134d797424e693e3b258f4c1a8f921004463a9' -'SKIP' - '2fd003b638133d9ff77d76952ce4a38c3c2ea78c0c0c849580883e5104c3a5c141313f74934eeda29a446388e3d502e69e65ded088e693b0ff5810a133001ba8' -'SKIP' - '92ecaf24c64aaefafffe7bcdb6ae327f61dc6b9952546cb8cfad51aa1d01be7e1f5c33138f1bd2cd7cd466820ea991e0e5ad3cca62de7a543971aacbe33b06ac' -'SKIP' - 'dda89d7e9d1389eee9b399f920cb9342366452d88190bfe46278473575534c4c45e172a74e34c48bf5c8412e5246b010c0453721db087e314f67b5f67f7c8ba4' -'SKIP' - 'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a') -validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages - -build() { -# TODO fix manual extracting https://github.com/arduino/Arduino/issues/5619#issuecomment-427636960 -#mkdir -p "Arduino-${pkgver}" -#tar -xf "${pkgname}-${pkgver}.tar.xz" -C "Arduino-${pkgver}" - -cd "arduino-${pkgver}/build" - -# Compile with java8 -export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:"$PATH" - -# Do not include their avr-core + tools and no docs. We build them seperately -ant clean dist -Dversion="${pkgver}" build -Dlight_bundle=true \ - -Dno_docs=true \ - -Dlocal_sources=true \ - -Dno_arduino_builder=true -} - -package() { -cd "arduino-${pkgver}/build/linux/work" - -# Create directories -install -dm755 "${pkgdir}/usr/share/"{doc,icons/hicolor,applications,mime/packages} - -# Copy the whole SDK -cp -a . "${pkgdir}/usr/share/arduino" - -# Create wrapper for java8 + buider and documentation symlink -install -Dm755 "${srcdir}/arduino.sh" "${pkgdir}/usr/bin/arduino" - -# Link arduino-builder, libastylej, libserialport and docs -# TODO astyle li
[arch-commits] Commit in python-breathe/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 22:01:53 Author: sangy Revision: 415532 upgpkg: python-breathe 4.11.1-1 Modified: python-breathe/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 20:56:43 UTC (rev 415531) +++ PKGBUILD2018-12-11 22:01:53 UTC (rev 415532) @@ -4,8 +4,8 @@ pkgbase=python-breathe pkgname=('python-breathe' 'python2-breathe') -pkgver=4.11.0 -pkgrel=2 +pkgver=4.11.1 +pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output." arch=('any') url="https://breathe.readthedocs.org/en/latest/";
[arch-commits] Commit in unclutter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 20:56:43 Author: maximbaz Revision: 415531 archrelease: copy trunk to community-x86_64 Added: unclutter/repos/community-x86_64/PKGBUILD (from rev 415530, unclutter/trunk/PKGBUILD) Deleted: unclutter/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 65 + 1 file changed, 31 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 20:56:38 UTC (rev 415530) +++ PKGBUILD2018-12-11 20:56:43 UTC (rev 415531) @@ -1,34 +0,0 @@ -# Maintainer: Sergej Pupykin -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Andrea Scarpino -# Contributor: Callan Barrett -# Contributor: Anthony Martin - -_pkgname=unclutter-xfixes -pkgname=unclutter -epoch=1 -pkgver=1.4 -pkgrel=1 -pkgdesc='A small program for hiding the mouse cursor' -url="https://github.com/Airblader/${_pkgname}"; -arch=('x86_64') -license=('MIT') -depends=('libxi' 'libx11' 'libxfixes' 'libev') -makedepends=('asciidoc') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3') - -build() { -cd "${_pkgname}-${pkgver}" -make all -} - -package() { -cd "${_pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install - -# TODO remove in the next version: https://github.com/Airblader/unclutter-xfixes/pull/37 -install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE -} - -# vim:set ts=4 sw=4 et: Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 415530, unclutter/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 20:56:43 UTC (rev 415531) @@ -0,0 +1,31 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Andrea Scarpino +# Contributor: Callan Barrett +# Contributor: Anthony Martin + +_pkgname=unclutter-xfixes +pkgname=unclutter +epoch=1 +pkgver=1.5 +pkgrel=1 +pkgdesc='A small program for hiding the mouse cursor' +url="https://github.com/Airblader/${_pkgname}"; +arch=('x86_64') +license=('MIT') +depends=('libxi' 'libx11' 'libxfixes' 'libev') +makedepends=('asciidoc') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11') + +build() { +cd "${_pkgname}-${pkgver}" +make all +} + +package() { +cd "${_pkgname}-${pkgver}" +make DESTDIR="${pkgdir}" install +} + +# vim:set ts=4 sw=4 et:
[arch-commits] Commit in unclutter/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 20:56:38 Author: maximbaz Revision: 415530 upgpkg: unclutter 1:1.5-1 Modified: unclutter/trunk/PKGBUILD --+ PKGBUILD |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 20:22:47 UTC (rev 415529) +++ PKGBUILD2018-12-11 20:56:38 UTC (rev 415530) @@ -7,7 +7,7 @@ _pkgname=unclutter-xfixes pkgname=unclutter epoch=1 -pkgver=1.4 +pkgver=1.5 pkgrel=1 pkgdesc='A small program for hiding the mouse cursor' url="https://github.com/Airblader/${_pkgname}"; @@ -16,7 +16,7 @@ depends=('libxi' 'libx11' 'libxfixes' 'libev') makedepends=('asciidoc') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3') +sha256sums=('35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11') build() { cd "${_pkgname}-${pkgver}" @@ -26,9 +26,6 @@ package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - -# TODO remove in the next version: https://github.com/Airblader/unclutter-xfixes/pull/37 -install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE } # vim:set ts=4 sw=4 et:
[arch-commits] Commit in anki/repos (2 files)
Date: Tuesday, December 11, 2018 @ 20:22:47 Author: demize Revision: 415529 archrelease: copy trunk to community-testing-any Added: anki/repos/community-testing-any/ anki/repos/community-testing-any/PKGBUILD (from rev 415528, anki/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: anki/repos/community-testing-any/PKGBUILD (from rev 415528, anki/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2018-12-11 20:22:47 UTC (rev 415529) @@ -0,0 +1,31 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: Timm Preetz +# Contributor: Michael 'manveru' Fellinger +# Contributor: Dave Pretty + +pkgname=anki +pkgver=2.1.6 +pkgrel=1 + +pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently" +url="https://ankisrs.net/"; +arch=('any') +license=('AGPL3') + +depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio' + 'python-pyqt5' 'python-requests' 'python-send2trash' + 'python-decorator' 'python-markdown' + 'desktop-file-utils') +optdepends=('lame: record sound' +'mpv: play sound (prefered over mplayer)' +'mplayer: play sound') + +source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz) +sha256sums=('104fc85f1a7efa4406ed53666279a3aa3303a811bdc3cb62ca1376b5132c4e50') + +package() { + cd anki-$pkgver + + make DESTDIR="$pkgdir" PREFIX=/usr install +}
[arch-commits] Commit in anki/trunk (PKGBUILD makefile-fix.patch)
Date: Tuesday, December 11, 2018 @ 20:22:39 Author: demize Revision: 415528 upgpkg: anki 2.1.6-1 Anki now officially supports Qt 5.12, so no longer using bundled libs. Modified: anki/trunk/PKGBUILD Deleted: anki/trunk/makefile-fix.patch + PKGBUILD | 19 + makefile-fix.patch | 56 --- 2 files changed, 6 insertions(+), 69 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 20:09:16 UTC (rev 415527) +++ PKGBUILD2018-12-11 20:22:39 UTC (rev 415528) @@ -5,12 +5,12 @@ # Contributor: Dave Pretty pkgname=anki -pkgver=2.1.4 +pkgver=2.1.6 pkgrel=1 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently" url="https://ankisrs.net/"; -arch=('x86_64') +arch=('any') license=('AGPL3') depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio' @@ -18,21 +18,14 @@ 'python-decorator' 'python-markdown' 'desktop-file-utils') optdepends=('lame: record sound' +'mpv: play sound (prefered over mplayer)' 'mplayer: play sound') -source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-linux-amd64.tar.bz2 -makefile-fix.patch) -sha256sums=('9845379e3ff551b33801cab88853a3b0fc35674b031f7734d8b3035351b314c7' -'4dd1c4c93fc50cfd6d0c52c4aae24bea23554840a3fd1b46dcb47305ee618668') +source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz) +sha256sums=('104fc85f1a7efa4406ed53666279a3aa3303a811bdc3cb62ca1376b5132c4e50') -prepare() { - cd anki-$pkgver-linux-amd64 - - patch -p1 <"$srcdir"/makefile-fix.patch -} - package() { - cd anki-$pkgver-linux-amd64 + cd anki-$pkgver make DESTDIR="$pkgdir" PREFIX=/usr install } Deleted: makefile-fix.patch === --- makefile-fix.patch 2018-12-11 20:09:16 UTC (rev 415527) +++ makefile-fix.patch 2018-12-11 20:22:39 UTC (rev 415528) @@ -1,56 +0,0 @@ a/Makefile 2018-08-20 09:16:58.0 +0200 -+++ b/Makefile 2018-08-22 16:51:04.612964722 +0200 -@@ -6,33 +6,30 @@ - @echo "Uninstall with 'sudo make uninstall'" - - install: -- rm -rf ${PREFIX}/share/anki -- mkdir -p ${PREFIX}/share/anki -- cp -av * ${PREFIX}/share/anki/ -- mkdir -p ${PREFIX}/bin -- ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/ -+ rm -rf $(DESTDIR)${PREFIX}/share/anki -+ mkdir -p $(DESTDIR)${PREFIX}/share/anki -+ cp -av * $(DESTDIR)${PREFIX}/share/anki/ -+ mkdir -p $(DESTDIR)${PREFIX}/bin -+ ln -sf ${PREFIX}/share/anki/bin/anki $(DESTDIR)${PREFIX}/bin/ - # fix a previous packaging issue where we created this as a file -- (test -f ${PREFIX}/share/applications && rm ${PREFIX}/share/applications)||true -- mkdir -p ${PREFIX}/share/pixmaps -- mkdir -p ${PREFIX}/share/applications -- mkdir -p ${PREFIX}/share/man/man1 -- cd ${PREFIX}/share/anki && (\ -- mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\ -- mv anki.desktop ${PREFIX}/share/applications/;\ -- mv anki.1 ${PREFIX}/share/man/man1/) -- xdg-mime install anki.xml --novendor -- xdg-mime default anki.desktop application/x-colpkg -- xdg-mime default anki.desktop application/x-apkg -+ (test -f $(DESTDIR)${PREFIX}/share/applications && rm $(DESTDIR)${PREFIX}/share/applications)||true -+ mkdir -p $(DESTDIR)${PREFIX}/share/pixmaps -+ mkdir -p $(DESTDIR)${PREFIX}/share/applications -+ mkdir -p $(DESTDIR)${PREFIX}/share/man/man1 -+ cd $(DESTDIR)${PREFIX}/share/anki && (\ -+ mv anki.xpm anki.png $(DESTDIR)${PREFIX}/share/pixmaps/;\ -+ mv anki.desktop $(DESTDIR)${PREFIX}/share/applications/;\ -+ mv anki.1 $(DESTDIR)${PREFIX}/share/man/man1/) - @echo - @echo "Install complete. Type 'anki' to run." - - uninstall: -- -xdg-mime uninstall ${PREFIX}/share/anki/anki.xml -- rm -rf ${PREFIX}/share/anki -- rm -rf ${PREFIX}/bin/anki -- rm -rf ${PREFIX}/share/pixmaps/anki.xpm -- rm -rf ${PREFIX}/share/pixmaps/anki.png -- rm -rf ${PREFIX}/share/applications/anki.desktop -- rm -rf ${PREFIX}/share/man/man1/anki.1 -+ -xdg-mime uninstall $(DESTDIR)${PREFIX}/share/anki/anki.xml -+ rm -rf $(DESTDIR)${PREFIX}/share/anki -+ rm -rf $(DESTDIR)${PREFIX}/bin/anki -+ rm -rf $(DESTDIR)${PREFIX}/share/pixmaps/anki.xpm -+ rm -rf $(DESTDIR)${PREFIX}/share/pixmaps/anki.png -+ rm -rf $(DESTDIR)${PREFIX}/share/applications/anki.desktop -+ rm -rf $(DESTDIR)${PREFIX}/share/man/man1/anki.1 - @echo - @echo "Uninstall complete."
[arch-commits] Commit in eigen/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 20:14:21 Author: arojas Revision: 341591 archrelease: copy trunk to extra-any Added: eigen/repos/extra-any/PKGBUILD (from rev 341590, eigen/trunk/PKGBUILD) Deleted: eigen/repos/extra-any/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 20:13:53 UTC (rev 341590) +++ PKGBUILD2018-12-11 20:14:21 UTC (rev 341591) @@ -1,37 +0,0 @@ -# Maintainer: Ronald van Haren -# Contributor: Chirantan Ekbote -# Contributor: Kringel - -pkgname=eigen -pkgver=3.3.6 -pkgrel=1 -pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra." -arch=('any') -url='http://eigen.tuxfamily.org' -license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK') -makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost') -replaces=('eigen3') -provides=('eigen3') -source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2";) -sha1sums=('90b69da95806a43ecb05b232ec8cbb124096e2a6') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../eigen-eigen-* \ - -DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - # install custom licenses - install -Dm644 ../eigen-eigen-*/COPYING.MPL2 "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -install -Dm644 ../eigen-eigen-*/COPYING.BSD "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -install -Dm644 ../eigen-eigen-*/COPYING.MINPACK "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: eigen/repos/extra-any/PKGBUILD (from rev 341590, eigen/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 20:14:21 UTC (rev 341591) @@ -0,0 +1,37 @@ +# Maintainer: Ronald van Haren +# Contributor: Chirantan Ekbote +# Contributor: Kringel + +pkgname=eigen +pkgver=3.3.7 +pkgrel=1 +pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra." +arch=('any') +url='http://eigen.tuxfamily.org' +license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK') +makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost') +replaces=('eigen3') +provides=('eigen3') +source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2";) +sha1sums=('a06faa6f358d5d1ca0da7cddb95da39e436dc9e8') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../eigen-eigen-* \ + -DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + # install custom licenses + install -Dm644 ../eigen-eigen-*/COPYING.MPL2 "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +install -Dm644 ../eigen-eigen-*/COPYING.BSD "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +install -Dm644 ../eigen-eigen-*/COPYING.MINPACK "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in eigen/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 20:13:53 Author: arojas Revision: 341590 Update to 3.3.7 Modified: eigen/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:10:07 UTC (rev 341589) +++ PKGBUILD2018-12-11 20:13:53 UTC (rev 341590) @@ -3,7 +3,7 @@ # Contributor: Kringel pkgname=eigen -pkgver=3.3.6 +pkgver=3.3.7 pkgrel=1 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra." arch=('any') @@ -13,7 +13,7 @@ replaces=('eigen3') provides=('eigen3') source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2";) -sha1sums=('90b69da95806a43ecb05b232ec8cbb124096e2a6') +sha1sums=('a06faa6f358d5d1ca0da7cddb95da39e436dc9e8') prepare() { mkdir -p build
[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (14 files)
Date: Tuesday, December 11, 2018 @ 20:09:16 Author: farseerfc Revision: 415527 archrelease: copy trunk to community-x86_64 Added: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 415526, telegram-desktop/trunk/CMakeLists.inj) telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 415526, telegram-desktop/trunk/PKGBUILD) telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch (from rev 415526, telegram-desktop/trunk/Use-system-wide-font.patch) telegram-desktop/repos/community-x86_64/demibold.patch (from rev 415526, telegram-desktop/trunk/demibold.patch) telegram-desktop/repos/community-x86_64/libtgvoip.patch (from rev 415526, telegram-desktop/trunk/libtgvoip.patch) telegram-desktop/repos/community-x86_64/no-gtk2.patch (from rev 415526, telegram-desktop/trunk/no-gtk2.patch) telegram-desktop/repos/community-x86_64/tdesktop.patch (from rev 415526, telegram-desktop/trunk/tdesktop.patch) telegram-desktop/repos/community-x86_64/tg.protocol (from rev 415526, telegram-desktop/trunk/tg.protocol) Deleted: telegram-desktop/repos/community-x86_64/CMakeLists.inj telegram-desktop/repos/community-x86_64/PKGBUILD telegram-desktop/repos/community-x86_64/libtgvoip.patch telegram-desktop/repos/community-x86_64/no-gtk2.patch telegram-desktop/repos/community-x86_64/tdesktop.patch telegram-desktop/repos/community-x86_64/tg.protocol + CMakeLists.inj | 36 - PKGBUILD | 218 Use-system-wide-font.patch | 34 + demibold.patch | 27 + libtgvoip.patch| 36 - no-gtk2.patch | 58 +- tdesktop.patch | 1104 +-- tg.protocol| 22 8 files changed, 801 insertions(+), 734 deletions(-) Deleted: CMakeLists.inj === --- CMakeLists.inj 2018-12-11 20:08:01 UTC (rev 415526) +++ CMakeLists.inj 2018-12-11 20:09:16 UTC (rev 415527) @@ -1,18 +0,0 @@ -# The text will be put into the appropriate CMakeLists by the PKGBUILD - -# Avoid rpath compiler parameter -set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) - -# This makes up for patch of gyp utility, supporting precompiled headers. If -# Telegram/Patches/gyp.diff file will be changed in future, please check these -# lines. -include(../../Telegram/gyp/PrecompiledHeader.cmake) -add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) -add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) -add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) -add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) - -# You can discover new PCHs using this link: -# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header - -# vim: ft=cmake Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 415526, telegram-desktop/trunk/CMakeLists.inj) === --- CMakeLists.inj (rev 0) +++ CMakeLists.inj 2018-12-11 20:09:16 UTC (rev 415527) @@ -0,0 +1,18 @@ +# The text will be put into the appropriate CMakeLists by the PKGBUILD + +# Avoid rpath compiler parameter +set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) + +# This makes up for patch of gyp utility, supporting precompiled headers. If +# Telegram/Patches/gyp.diff file will be changed in future, please check these +# lines. +include(../../Telegram/gyp/PrecompiledHeader.cmake) +add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) +add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) +add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) +add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) + +# You can discover new PCHs using this link: +# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header + +# vim: ft=cmake Deleted: PKGBUILD === --- PKGBUILD2018-12-11 20:08:01 UTC (rev 415526) +++ PKGBUILD2018-12-11 20:09:16 UTC (rev 415527) @@ -1,106 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: hexchain - -# Thanks Nicholas Guriev for the patches! -# https://github.com/mymedia2/tdesktop - -pkgname=telegram-desktop -pkgver=1.5.1 -pkgrel=1 -pkgdesc='Official Telegram Desktop client' -arch=('x86_64') -url="https://desktop.telegram.org/"; -license=('GPL3') -depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats' 'openssl') -makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3') -optdepends=('libnotify: desktop notifications') -source=( - "tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v
[arch-commits] Commit in telegram-desktop/trunk (3 files)
Date: Tuesday, December 11, 2018 @ 20:08:01 Author: farseerfc Revision: 415526 upgpkg: telegram-desktop 1.5.1-2 telegram-desktop 1.5.1-2 revert SemiBold font fallback Added: telegram-desktop/trunk/Use-system-wide-font.patch telegram-desktop/trunk/demibold.patch Modified: telegram-desktop/trunk/PKGBUILD + PKGBUILD | 10 -- Use-system-wide-font.patch | 34 ++ demibold.patch | 27 +++ 3 files changed, 69 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 19:53:28 UTC (rev 415525) +++ PKGBUILD2018-12-11 20:08:01 UTC (rev 415526) @@ -6,7 +6,7 @@ pkgname=telegram-desktop pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/"; @@ -27,6 +27,8 @@ "tdesktop.patch" "no-gtk2.patch" "libtgvoip.patch" +"demibold.patch" +"Use-system-wide-font.patch" ) sha512sums=('SKIP' 'SKIP' @@ -39,7 +41,9 @@ 'b20674f61ff6378749d1f59a6a0da194d33ccc786bd783f6ed62027924a3a8a8d27c9763bf376480432d6536896b0c7eeb8c495c5b8cefff7cf5fe84da50947e' 'd85caca626a11aab15d5d443912dd48b5b6797409ecd1d6b34618a77bd969c33170bcdee3b43f9c1acce1b91dc0fe3b1c3bdefb2d567a0e085ee924bcede83c2' 'a8f1708616a598fea3cb94e3b63b02a7b13b55abd129a5dc02ad502529f4ebe7a673b6a350b669290fd26135358d21e2e10bf4a11d88f58f0685b7c4ab515bc5' - 'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39') + 'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39' + '6d0bac5aa4c4992b5400a9a9318f7a4e92d5eab961917cf0b05cdd251ab66a77c52ec8fbef246e8019606a7624d7b5420b87f8153e071e9724c7d2f5c94e47c0' + 'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653') prepare() { cd "$srcdir/tdesktop" @@ -54,6 +58,8 @@ patch -Np1 -i "$srcdir/tdesktop.patch" patch -Np1 -i "$srcdir/no-gtk2.patch" +patch -R -Np1 -i "$srcdir/demibold.patch" +patch -Np1 -i "$srcdir/Use-system-wide-font.patch" cd "Telegram/ThirdParty/libtgvoip" patch -Np1 -i "$srcdir/libtgvoip.patch" Added: Use-system-wide-font.patch === --- Use-system-wide-font.patch (rev 0) +++ Use-system-wide-font.patch 2018-12-11 20:08:01 UTC (rev 415526) @@ -0,0 +1,34 @@ +Description: Remove links to packaged Open Sans font + This makes Telegram Desktop use system-wide fonts. + Warnings about non-existent fonts in resources are also disabled. +Author: Nicholas Guriev +Bug-Debian: https://bugs.debian.org/890341 +Last-Update: Sat, 31 Mar 2018 14:36:39 +0300 + +--- a/Telegram/Resources/qrc/telegram.qrc b/Telegram/Resources/qrc/telegram.qrc +@@ -42,9 +42,6 @@ + ../export_html/js/script.js + + +-../fonts/OpenSans-Regular.ttf +-../fonts/OpenSans-Bold.ttf +-../fonts/OpenSans-Semibold.ttf + ../art/bg.jpg + ../art/bg_initial.jpg + ../art/logo_256.png +--- a/Telegram/SourceFiles/ui/twidget.cpp b/Telegram/SourceFiles/ui/twidget.cpp +@@ -70,9 +70,9 @@ void Start() { + } + Started = true; + +- auto regular = LoadCustomFont(qsl(":/gui/fonts/OpenSans-Regular.ttf"), qsl("Open Sans")); +- auto bold = LoadCustomFont(qsl(":/gui/fonts/OpenSans-Bold.ttf"), qsl("Open Sans"), style::internal::FontBold); +- auto semibold = LoadCustomFont(qsl(":/gui/fonts/OpenSans-Semibold.ttf"), qsl("Open Sans Semibold")); ++ auto regular = ValidateFont(qsl("Open Sans")); ++ auto bold = ValidateFont(qsl("Open Sans"), style::internal::FontBold); ++ auto semibold = ValidateFont(qsl("Open Sans Semibold")); + + #ifdef Q_OS_WIN + // Attempt to workaround a strange font bug with Open Sans Semibold not loading. Added: demibold.patch === --- demibold.patch (rev 0) +++ demibold.patch 2018-12-11 20:08:01 UTC (rev 415526) @@ -0,0 +1,27 @@ +commit 310c68a744ae8163c96b88944d96a6f6b14b3cdf +Author: John Preston +Date: Wed Dec 5 14:42:19 2018 +0400 + +Disable DemiBold fallback for Semibold. + +This reverts changes from commit 089c4ceb30. + +There were complaints that Persian font becomes unreadable :( + +diff --git a/Telegram/SourceFiles/ui/style/style_core_font.cpp b/Telegram/SourceFiles/ui/style/style_core_font.cpp +index a2ab5f89f..d268a71e1 100644 +--- a/Telegram/SourceFiles/ui/style/style_core_font.cpp b/Telegram/SourceFiles/ui/style/style_core_font.cpp +@@ -58,9 +58,9 @@ FontData::FontData(i
[arch-commits] Commit in elixir/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 19:53:28 Author: demize Revision: 415525 archrelease: copy trunk to community-any Added: elixir/repos/community-any/PKGBUILD (from rev 415524, elixir/trunk/PKGBUILD) Deleted: elixir/repos/community-any/PKGBUILD --+ PKGBUILD | 65 ++--- 1 file changed, 32 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 19:53:21 UTC (rev 415524) +++ PKGBUILD2018-12-11 19:53:28 UTC (rev 415525) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg -# Contributor: Sergej Pupykin -# Contributor: Gilbert Kennen - -pkgname=elixir -pkgver=1.7.3 -pkgrel=1 -pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" -url="http://elixir-lang.org"; -arch=('any') -license=('Apache' 'custom:EPL') -depends=('erlang-nox') -checkdepends=('git') -source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz";) -sha256sums=('c9beabd05e820ee83a56610cf2af3f34acf3b445c8fabdbe98894c886d2aa28e') - -build() { - cd elixir-"$pkgver" - make -} - -check() { - cd elixir-"$pkgver" - make test_erlang -} - -package() { - cd elixir-"$pkgver" - mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname" - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname" - make DESTDIR="$pkgdir" PREFIX=/usr install -} Copied: elixir/repos/community-any/PKGBUILD (from rev 415524, elixir/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 19:53:28 UTC (rev 415525) @@ -0,0 +1,32 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sergej Pupykin +# Contributor: Gilbert Kennen + +pkgname=elixir +pkgver=1.7.4 +pkgrel=1 +pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" +url="http://elixir-lang.org"; +arch=('any') +license=('Apache' 'custom:EPL') +depends=('erlang-nox') +checkdepends=('git') +source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz";) +sha256sums=('c7c87983e03a1dcf20078141a22355e88dadb26b53d3f3f98b9a9268687f9e20') + +build() { + cd elixir-"$pkgver" + make +} + +check() { + cd elixir-"$pkgver" + make test_erlang +} + +package() { + cd elixir-"$pkgver" + mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname" + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname" + make DESTDIR="$pkgdir" PREFIX=/usr install +}
[arch-commits] Commit in elixir/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 19:53:21 Author: demize Revision: 415524 upgpkg: elixir 1.7.4-1 Modified: elixir/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 18:46:10 UTC (rev 415523) +++ PKGBUILD2018-12-11 19:53:21 UTC (rev 415524) @@ -3,7 +3,7 @@ # Contributor: Gilbert Kennen pkgname=elixir -pkgver=1.7.3 +pkgver=1.7.4 pkgrel=1 pkgdesc="a functional meta-programming aware language built on top of the Erlang VM" url="http://elixir-lang.org"; @@ -12,7 +12,7 @@ depends=('erlang-nox') checkdepends=('git') source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz";) -sha256sums=('c9beabd05e820ee83a56610cf2af3f34acf3b445c8fabdbe98894c886d2aa28e') +sha256sums=('c7c87983e03a1dcf20078141a22355e88dadb26b53d3f3f98b9a9268687f9e20') build() { cd elixir-"$pkgver"
[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 18:06:55 Author: bgyorgy Revision: 415478 archrelease: copy trunk to community-any Added: blueberry/repos/community-any/PKGBUILD (from rev 415477, blueberry/trunk/PKGBUILD) Deleted: blueberry/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 18:05:26 UTC (rev 415477) +++ PKGBUILD2018-12-11 18:06:55 UTC (rev 415478) @@ -1,29 +0,0 @@ -# Maintainer: Balló György -# Contributer: Sam Burgos - -pkgname=blueberry -pkgver=1.2.4 -pkgrel=1 -pkgdesc="Bluetooth configuration tool" -arch=('any') -url="https://github.com/linuxmint/blueberry"; -license=('GPL') -depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill') -source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz) -sha256sums=('21716752f529b5e48979b7aa4aa79113d7340239b376642ec44d82f977fb47fd') - -prepare() { - cd $pkgname-$pkgver - # Python2 fix - sed -i 's@^#!.*python3$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} -} - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - cp -r etc usr "$pkgdir" -} Copied: blueberry/repos/community-any/PKGBUILD (from rev 415477, blueberry/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 18:06:55 UTC (rev 415478) @@ -0,0 +1,29 @@ +# Maintainer: Balló György +# Contributer: Sam Burgos + +pkgname=blueberry +pkgver=1.2.5 +pkgrel=1 +pkgdesc="Bluetooth configuration tool" +arch=('any') +url="https://github.com/linuxmint/blueberry"; +license=('GPL') +depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill') +source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz) +sha256sums=('f9bb29a0b3db27c3d1e4d9d82c4b8656422a4ab12d07808cca6b0caaae35550f') + +prepare() { + cd $pkgname-$pkgver + # Python2 fix + sed -i 's@^#!.*python3$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} +} + +build() { + cd $pkgname-$pkgver + make +} + +package() { + cd $pkgname-$pkgver + cp -r etc usr "$pkgdir" +}
[arch-commits] Commit in blueberry/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 18:05:26 Author: bgyorgy Revision: 415477 upgpkg: blueberry 1.2.5-1 Update to new version Modified: blueberry/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:59:58 UTC (rev 415476) +++ PKGBUILD2018-12-11 18:05:26 UTC (rev 415477) @@ -2,7 +2,7 @@ # Contributer: Sam Burgos pkgname=blueberry -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc="Bluetooth configuration tool" arch=('any') @@ -10,7 +10,7 @@ license=('GPL') depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill') source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz) -sha256sums=('21716752f529b5e48979b7aa4aa79113d7340239b376642ec44d82f977fb47fd') +sha256sums=('f9bb29a0b3db27c3d1e4d9d82c4b8656422a4ab12d07808cca6b0caaae35550f') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in qgis/repos/community-x86_64 (3 files)
Date: Tuesday, December 11, 2018 @ 17:59:58 Author: bgyorgy Revision: 415476 archrelease: copy trunk to community-x86_64 Added: qgis/repos/community-x86_64/PKGBUILD (from rev 415475, qgis/trunk/PKGBUILD) Deleted: qgis/repos/community-x86_64/PKGBUILD qgis/repos/community-x86_64/qgis-3.2.1-fix-sip-name.patch ---+ PKGBUILD | 152 ++-- qgis-3.2.1-fix-sip-name.patch | 62 2 files changed, 55 insertions(+), 159 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:58:56 UTC (rev 415475) +++ PKGBUILD2018-12-11 17:59:58 UTC (rev 415476) @@ -1,97 +0,0 @@ -# Maintainer: Balló György -# Contributor: Doug Newgard -# Contributor: XavierCLL -# Contributor: SaultDon -# Contributor: Lantald < lantald at gmx.com > -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org -# Contributor: Gerardo Exequiel Pozzi -# Contributor: Eric Forgeot < http://esclinux.tk > - -pkgname=qgis -pkgver=3.2.3 -pkgrel=1 -pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' -url='https://qgis.org/' -license=(GPL) -arch=(x86_64) -depends=(gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qextserialport qt5-3d qt5-webkit qtkeychain qwtpolar spatialindex python-sip) -makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip) -optdepends=('fcgi: Map server' -'gpsbabel: GPS Tools plugin' -'gsl: Georeferencer plugin' -'python-gdal: DB Manager plugin; Processing plugin' -'python-jinja: MetaSearch plugin' -'python-owslib: MetaSearch plugin' -'python-psycopg2: DB Manager plugin; Processing plugin' -'python-pygments: MetaSearch plugin' -'python-numpy: Processing plugin' -'python-yaml: Processing plugin') -source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"; -"qgis-3.2.1-fix-sip-name.patch") -sha256sums=('c91383185fb20ccdc7c009955aa1855df1d2722d4359bf7f241727c5680ef720' -'d53899c59c358d4cffb8a498db4cf431b83880e2a7f26e30b3e784088e68b699') - -prepare() { - cd $pkgname-$pkgver - - # Find Qt5ExtSerialPort - sed -e '/include$/ s/$/\/qt/' \ - -e 's/qextserialport-1.2/Qt5ExtSerialPort/' \ - -i cmake/FindQextserialport.cmake - - # Find osgQt - sed -e 's/osgQt5 osgQt/osgQt/' \ - -e 's/osgQt5d osgQtd/osgQt/' \ - -i src/plugins/globe/CMakeModules/FindOSG.cmake - - # Remove mime types already defined by freedesktop.org - sed -e '/type="image\/tiff"/,/<\/mime-type>/d' \ - -e '/type="image\/jpeg"/,/<\/mime-type>/d' \ - -e '/type="image\/jp2"/,/<\/mime-type>/d' \ - -e '/type="application\/x-adobe-mif"/,/<\/mime-type>/d' \ - -i debian/qgis.xml - - # Fix build - patch -Np1 -i ../qgis-3.2.1-fix-sip-name.patch - - [[ -d build ]] || mkdir build -} - -build() { - cd $pkgname-$pkgver/build - - cmake -G "Unix Makefiles" ../ \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWITH_3D=TRUE \ --DWITH_SERVER=TRUE \ --DWITH_CUSTOM_WIDGETS=TRUE \ --DWITH_INTERNAL_QEXTSERIALPORT=FALSE \ --DBINDINGS_GLOBAL_INSTALL=TRUE \ --DQGIS_MANUAL_SUBDIR=share/man \ --DWITH_QWTPOLAR=TRUE \ --DWITH_INTERNAL_QWTPOLAR=FALSE - - make - - # Rebuild srs database, QGIS distributes an old, buggy one - LD_LIBRARY_PATH="$PWD/output/lib/" make synccrsdb - mv /tmp/srs.db ../resources/ -} - -package() { - cd $pkgname-$pkgver/build - make DESTDIR="$pkgdir" install - - cd "$srcdir/$pkgname-$pkgver" - - # install desktop file and icon - install -Dm644 debian/qgis.desktop "$pkgdir/usr/share/applications/qgis.desktop" - install -Dm644 images/icons/qgis_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/qgis.svg" - - # install mime information and icons - install -Dm644 debian/qgis.xml -t "$pkgdir/usr/share/mime/packages/" - for _type in qgs qlr qml qpt; do -install -Dm644 images/icons/qgis_${_type}_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/mimetypes/qgis-$_type.svg" - done -} Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 415475, qgis/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 17:59:58 UTC (rev 415476) @@ -0,0 +1,55 @@ +# Maintainer: Balló György +# Contributor: Doug Newgard +# Contributor: XavierCLL +# Contributor: SaultDon +# Contributor: Lantald < lantald at gmx.com > +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +# Contributor: Gerardo Exequiel Pozzi +# Contributor: Eric Forgeot < http://esclinux.tk > + +pkgname=qgis +pkgver=3.4.2 +pkgrel=1 +pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' +url='https://qgis.
[arch-commits] Commit in xmobar/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:58:56 Author: felixonmars Revision: 415475 archrelease: copy trunk to community-staging-x86_64 Added: xmobar/repos/community-staging-x86_64/ xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 415474, xmobar/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 415474, xmobar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:58:56 UTC (rev 415475) @@ -0,0 +1,45 @@ +# Maintainer: Levente Polyak +# Maintainer: Jelle van der Waa +# Contributer: Sergej Pupykin +# Contributor: Arch Haskell Team + +pkgname=xmobar +pkgver=0.28.1 +pkgrel=10 +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-iwlib' + 'wireless_tools' 'haskell-text') +makedepends=('ghc') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz) +sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0') + +prepare() { + cd xmobar-$pkgver + sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' xmobar.cabal +} + +build() { + cd xmobar-${pkgver} + runhaskell setup configure -O \ +--enable-shared \ +--prefix=/usr \ +--enable-executable-dynamic \ +--disable-library-vanilla \ +--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd with_dbus with_mpris" + runhaskell setup build +} + +package() { + cd xmobar-${pkgver} + runhaskell setup copy --destdir="${pkgdir}" + install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in xmobar/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:58:40 Author: felixonmars Revision: 415474 upgpkg: xmobar 0.28.1-10 rebuild with appar 0.1.6 Modified: xmobar/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:57:25 UTC (rev 415473) +++ PKGBUILD2018-12-11 17:58:40 UTC (rev 415474) @@ -5,7 +5,7 @@ pkgname=xmobar pkgver=0.28.1 -pkgrel=9 +pkgrel=10 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('BSD')
[arch-commits] Commit in tamarin-prover/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:57:25 Author: felixonmars Revision: 415473 archrelease: copy trunk to community-staging-x86_64 Added: tamarin-prover/repos/community-staging-x86_64/ tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 415472, tamarin-prover/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 415472, tamarin-prover/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:57:25 UTC (rev 415473) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=tamarin-prover +pkgver=1.4.0 +pkgrel=153 +pkgdesc="The Tamarin prover for security protocol analysis" +url="http://tamarin-prover.github.io"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans' + 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 'haskell-http-types' + 'haskell-lifted-base' 'haskell-monad-unlift' + 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 'haskell-threads' + 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 'haskell-yesod-static' + 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term' + 'haskell-tamarin-prover-theory') +optdepends=('ocaml: for sapic support') +makedepends=('ghc' 'ocaml') +source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz";) +sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74') + +prepare() { +cd "${srcdir}/${pkgname}-${pkgver}" +sed -i '/cp sapic/d' plugins/sapic/Makefile +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \ +--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +-fthreaded -ftest-coverage -f-build-tests +runhaskell Setup build + +cd plugins/sapic +make -j1 +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +install -Dm644 etc/filetype.vim "$pkgdir"/usr/share/vim/vimfiles/filetype.vim +install -Dm644 etc/spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim +install -Dm644 etc/sapic.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim + +cd plugins/sapic +install -Dm755 sapic "$pkgdir"/usr/bin/sapic +}
[arch-commits] Commit in tamarin-prover/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:57:08 Author: felixonmars Revision: 415472 upgpkg: tamarin-prover 1.4.0-153 rebuild with appar 0.1.6 Modified: tamarin-prover/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:55:26 UTC (rev 415471) +++ PKGBUILD2018-12-11 17:57:08 UTC (rev 415472) @@ -3,7 +3,7 @@ pkgname=tamarin-prover pkgver=1.4.0 -pkgrel=152 +pkgrel=153 pkgdesc="The Tamarin prover for security protocol analysis" url="http://tamarin-prover.github.io"; license=("GPL")
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:55:09 Author: felixonmars Revision: 415470 upgpkg: stack 1.9.3-10 rebuild with appar 0.1.6 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:54:33 UTC (rev 415469) +++ PKGBUILD2018-12-11 17:55:09 UTC (rev 415470) @@ -3,7 +3,7 @@ pkgname=stack pkgver=1.9.3 -pkgrel=9 +pkgrel=10 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("BSD")
[arch-commits] Commit in stack/repos (3 files)
Date: Tuesday, December 11, 2018 @ 17:55:26 Author: felixonmars Revision: 415471 archrelease: copy trunk to community-staging-x86_64 Added: stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 415470, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 415470, stack/trunk/stack.install) ---+ PKGBUILD | 75 stack.install |4 ++ 2 files changed, 79 insertions(+) Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 415470, stack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:55:26 UTC (rev 415471) @@ -0,0 +1,75 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stack +pkgver=1.9.3 +pkgrel=10 +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-conduit' + 'haskell-conduit-extra' 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' + 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' + 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 'haskell-hackage-security' + 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 'haskell-mono-traversable' + 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 'haskell-open-browser' + 'haskell-optparse-applicative' 'haskell-optparse-simple' 'haskell-path' 'haskell-path-io' + 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-persistent-template' + 'haskell-primitive' 'haskell-project-template' 'haskell-regex-applicative-text' + 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 'haskell-store' + 'haskell-store-core' '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' 'haskell-bindings-uname') +makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' '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 + hpack + sed -i '/semigroups/d' $pkgname.cabal +} + +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 + runhaskell Setup build + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { + cd $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 415470, stack/trunk/stack.install) === --- community-staging-x86_64/stack.install (rev 0) +++ community-staging-x86_64/stack.install 2018-12-11 17:55:26 UTC (rev 415471) @@ -0,0 +1,4 @@ +post_install() { +
[arch-commits] Commit in qgis/trunk (PKGBUILD qgis-3.2.1-fix-sip-name.patch)
Date: Tuesday, December 11, 2018 @ 17:54:33 Author: bgyorgy Revision: 415469 upgpkg: qgis 3.4.2-1 Update to new version Modified: qgis/trunk/PKGBUILD Deleted: qgis/trunk/qgis-3.2.1-fix-sip-name.patch ---+ PKGBUILD | 58 + qgis-3.2.1-fix-sip-name.patch | 62 2 files changed, 8 insertions(+), 112 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:49:08 UTC (rev 415468) +++ PKGBUILD2018-12-11 17:54:33 UTC (rev 415469) @@ -9,13 +9,14 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.2.3 +pkgver=3.4.2 pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' license=(GPL) arch=(x86_64) -depends=(gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qextserialport qt5-3d qt5-webkit qtkeychain qwtpolar spatialindex python-sip) +depends=(desktop-file-utils gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qt5-3d + qt5-serialport qt5-webkit qt5-xmlpatterns qtkeychain qwtpolar spatialindex python-sip) makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip) optdepends=('fcgi: Map server' 'gpsbabel: GPS Tools plugin' @@ -27,71 +28,28 @@ 'python-pygments: MetaSearch plugin' 'python-numpy: Processing plugin' 'python-yaml: Processing plugin') -source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"; -"qgis-3.2.1-fix-sip-name.patch") -sha256sums=('c91383185fb20ccdc7c009955aa1855df1d2722d4359bf7f241727c5680ef720' -'d53899c59c358d4cffb8a498db4cf431b83880e2a7f26e30b3e784088e68b699') +source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";) +sha256sums=('6a7f304985940048046074ad7724da44cbaf857a72e2228163d25153be3e6273') prepare() { - cd $pkgname-$pkgver - - # Find Qt5ExtSerialPort - sed -e '/include$/ s/$/\/qt/' \ - -e 's/qextserialport-1.2/Qt5ExtSerialPort/' \ - -i cmake/FindQextserialport.cmake - - # Find osgQt - sed -e 's/osgQt5 osgQt/osgQt/' \ - -e 's/osgQt5d osgQtd/osgQt/' \ - -i src/plugins/globe/CMakeModules/FindOSG.cmake - - # Remove mime types already defined by freedesktop.org - sed -e '/type="image\/tiff"/,/<\/mime-type>/d' \ - -e '/type="image\/jpeg"/,/<\/mime-type>/d' \ - -e '/type="image\/jp2"/,/<\/mime-type>/d' \ - -e '/type="application\/x-adobe-mif"/,/<\/mime-type>/d' \ - -i debian/qgis.xml - - # Fix build - patch -Np1 -i ../qgis-3.2.1-fix-sip-name.patch - [[ -d build ]] || mkdir build } build() { - cd $pkgname-$pkgver/build - - cmake -G "Unix Makefiles" ../ \ + cd build + cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_3D=TRUE \ -DWITH_SERVER=TRUE \ -DWITH_CUSTOM_WIDGETS=TRUE \ --DWITH_INTERNAL_QEXTSERIALPORT=FALSE \ -DBINDINGS_GLOBAL_INSTALL=TRUE \ -DQGIS_MANUAL_SUBDIR=share/man \ -DWITH_QWTPOLAR=TRUE \ -DWITH_INTERNAL_QWTPOLAR=FALSE - make - - # Rebuild srs database, QGIS distributes an old, buggy one - LD_LIBRARY_PATH="$PWD/output/lib/" make synccrsdb - mv /tmp/srs.db ../resources/ } package() { - cd $pkgname-$pkgver/build + cd build make DESTDIR="$pkgdir" install - - cd "$srcdir/$pkgname-$pkgver" - - # install desktop file and icon - install -Dm644 debian/qgis.desktop "$pkgdir/usr/share/applications/qgis.desktop" - install -Dm644 images/icons/qgis_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/qgis.svg" - - # install mime information and icons - install -Dm644 debian/qgis.xml -t "$pkgdir/usr/share/mime/packages/" - for _type in qgs qlr qml qpt; do -install -Dm644 images/icons/qgis_${_type}_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/mimetypes/qgis-$_type.svg" - done } Deleted: qgis-3.2.1-fix-sip-name.patch === --- qgis-3.2.1-fix-sip-name.patch 2018-12-11 17:49:08 UTC (rev 415468) +++ qgis-3.2.1-fix-sip-name.patch 2018-12-11 17:54:33 UTC (rev 415469) @@ -1,62 +0,0 @@ qgis-3.2.1/python/CMakeLists.txt.orig 2018-07-28 21:05:44.650275372 +0100 -+++ qgis-3.2.1/python/CMakeLists.txt 2018-07-28 21:06:31.702276533 +0100 -@@ -174,7 +174,7 @@ FILE(GLOB_RECURSE sip_files_core core/*. - SET(SIP_EXTRA_FILES_DEPEND ${sip_files_core}) - SET(SIP_EXTRA_OPTIONS ${PYQT_SIP_FLAGS} -g -o -a ${CMAKE_BINARY_DIR}/python/qgis.core.api) - IF((${SIP_VERSION_STR} VERSION_EQUAL 4.19.11) OR (${SIP_VERSION_STR} VERSION_GREATER 4.19.11)) -- SET(SIP_EXTRA_OPTIONS ${SIP_EXTRA_OPTIONS} -n sip) -+ SET(SIP_EXTRA_OPTIONS ${SIP_EXTRA_OPTIONS} -n PyQt5.sip) - ENDIF((${SIP_VERSION_STR} VERSION_EQUAL 4.19.11) OR (${SIP_VERSION_STR} VERSION_GREATER 4.19.11)) - IF((${SIP_VERSION_STR} VERSION_EQUAL 4.18) OR (${SIP_VERSION_STR}
[arch-commits] Commit in shellcheck/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:48:52 Author: felixonmars Revision: 415467 upgpkg: shellcheck 0.6.0-7 rebuild with appar 0.1.6 Modified: shellcheck/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:45:47 UTC (rev 415466) +++ PKGBUILD2018-12-11 17:48:52 UTC (rev 415467) @@ -4,7 +4,7 @@ _hkgname=ShellCheck pkgname=shellcheck pkgver=0.6.0 -pkgrel=6 +pkgrel=7 pkgdesc="Shell script analysis tool" url="http://www.shellcheck.net"; license=("GPL")
[arch-commits] Commit in shellcheck/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:49:08 Author: felixonmars Revision: 415468 archrelease: copy trunk to community-staging-x86_64 Added: shellcheck/repos/community-staging-x86_64/ shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 415467, shellcheck/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 415467, shellcheck/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:49:08 UTC (rev 415468) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=ShellCheck +pkgname=shellcheck +pkgver=0.6.0 +pkgrel=7 +pkgdesc="Shell script analysis tool" +url="http://www.shellcheck.net"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa') +makedepends=('ghc' 'pandoc') +source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz";) +sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387') + +build() { +cd $pkgname-$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 +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 + +pandoc -s -t man shellcheck.1.md -o shellcheck.1 +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $pkgname-$pkgver + +install -D -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" +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 postgrest/repos (3 files)
Date: Tuesday, December 11, 2018 @ 17:45:47 Author: felixonmars Revision: 415466 archrelease: copy trunk to community-staging-x86_64 Added: postgrest/repos/community-staging-x86_64/ postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 415465, postgrest/trunk/PKGBUILD) postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 415465, postgrest/trunk/new-hasql.patch) -+ PKGBUILD| 77 new-hasql.patch | 477 ++ 2 files changed, 554 insertions(+) Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 415465, postgrest/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:45:47 UTC (rev 415466) @@ -0,0 +1,77 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=postgrest +pkgver=0.5.0.0 +pkgrel=80 +pkgdesc="REST API for any Postgres database" +url="https://github.com/begriffs/postgrest"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' + 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 'haskell-aeson' + 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava' + 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-contravariant-extras' + 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 'haskell-heredoc' + 'haskell-http' 'haskell-http-types' 'haskell-insert-ordered-containers' + 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 'haskell-lens-aeson' + 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-ranged-sets' + 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 'haskell-unordered-containers' + 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' + 'haskell-wai-middleware-static' 'haskell-cookie') +makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai' + 'haskell-hspec-wai-json' 'haskell-hjsonschema') +checkdepends=('pifpaf' 'postgresql' 'procps-ng') +source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz"; +new-hasql.patch) +sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0' + '54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd') + +prepare() { +cd $pkgname-$pkgver +patch -p1 -i ../new-hasql.patch + +sed -i 's/==/>=/' $pkgname.cabal + +sed -i '/import\s*Safe/d' src/PostgREST/App.hs +sed -i '/safe/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}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-CI +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver + +eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432) +createdb postgrest_test + +# TODO: it shouldn't take this long to finish +# POSTGREST_TEST_CONNECTION=$(test/create_test_db "postgres://$USER@localhost" postgrest_test) runhaskell Setup test + +# Disabled: uses stack +# test/io-tests.sh + +pifpaf_stop +} + +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" +} Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 415465, postgrest/trunk/new-hasql.patch) === --- community-staging-x86_64/new-hasql.patch(rev 0) +++ community-staging-x86_64/new-hasql.patch2018-12-11 17:45:47 UTC (rev 415466) @@ -0,0 +1,477 @@ +From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001 +From: Ben Gamari +Date: Thu, 28 Jun 2018 01:02:09 -0400 +Subject: [PATCH] Update hasql + +Move to hasql 1.3. +--- + postgrest.cabal | 6 +- + src/PostgREST/App.hs | 16 ++--- + sr
[arch-commits] Commit in postgrest/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:45:31 Author: felixonmars Revision: 415465 upgpkg: postgrest 0.5.0.0-80 rebuild with appar 0.1.6 Modified: postgrest/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:42:43 UTC (rev 415464) +++ PKGBUILD2018-12-11 17:45:31 UTC (rev 415465) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=0.5.0.0 -pkgrel=79 +pkgrel=80 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest"; license=("MIT")
[arch-commits] Commit in pandoc-crossref/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:42:43 Author: felixonmars Revision: 415464 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-crossref/repos/community-staging-x86_64/ pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 415463, pandoc-crossref/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 415463, pandoc-crossref/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:42:43 UTC (rev 415464) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-crossref +pkgver=0.3.4.0 +pkgrel=10 +pkgdesc="Pandoc filter for cross-references" +url="https://hackage.haskell.org/package/${pkgname}"; +license=("GPL2") +arch=('x86_64') +depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 'haskell-data-accessor-template' + 'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser' + 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals' + 'haskell-syb' 'haskell-utility-ht') +makedepends=('ghc' 'haskell-hspec') +conflicts=('haskell-pandoc-crossref') +replaces=('haskell-pandoc-crossref') +source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";) +sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c') + +prepare() { +cd $pkgname-$pkgver +sed -i 's/< *2.5/<3/' $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}" --enable-tests --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-enable_flaky_tests +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $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 pandoc-crossref/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:42:27 Author: felixonmars Revision: 415463 upgpkg: pandoc-crossref 0.3.4.0-10 rebuild with appar 0.1.6 Modified: pandoc-crossref/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:41:05 UTC (rev 415462) +++ PKGBUILD2018-12-11 17:42:27 UTC (rev 415463) @@ -3,7 +3,7 @@ pkgname=pandoc-crossref pkgver=0.3.4.0 -pkgrel=9 +pkgrel=10 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}"; license=("GPL2")
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:41:05 Author: felixonmars Revision: 415462 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 415461, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 415461, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:41:05 UTC (rev 415462) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.4.0 +pkgrel=87 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' '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=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' -e 's/< 0.15/<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 +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 +} + +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: Tuesday, December 11, 2018 @ 17:40:49 Author: felixonmars Revision: 415461 upgpkg: haskell-hakyll 4.12.4.0-87 rebuild with appar 0.1.6 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:39:01 UTC (rev 415460) +++ PKGBUILD2018-12-11 17:40:49 UTC (rev 415461) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=86 +pkgrel=87 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("BSD")
[arch-commits] Commit in pandoc-citeproc/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:39:01 Author: felixonmars Revision: 415460 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-citeproc/repos/community-staging-x86_64/ pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 415459, pandoc-citeproc/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 415459, pandoc-citeproc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:39:01 UTC (rev 415460) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.15.0.1 +pkgrel=8 +pkgdesc="Supports using pandoc with citeproc" +url="https://hackage.haskell.org/package/$pkgname"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' + 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' + 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') +conflicts=('haskell-pandoc-citeproc') +replaces=('haskell-pandoc-citeproc') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) +sha512sums=('7a7bc7431c6afcec7a1b825f972d5bcda975e23f770b92c13bdaeb42bb6cc0f267ed71b58047ca263f0537e1b3ff3a095e80747f714a1d256234a6e44ec7254f') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +# TODO: find a better solution +sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs +} + +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-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +# https://github.com/jgm/pandoc-citeproc/issues/342 +runhaskell Setup test || warning "Tests failed" +} + +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 pandoc-citeproc/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:38:45 Author: felixonmars Revision: 415459 upgpkg: pandoc-citeproc 0.15.0.1-8 rebuild with appar 0.1.6 Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:35:52 UTC (rev 415458) +++ PKGBUILD2018-12-11 17:38:45 UTC (rev 415459) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.15.0.1 -pkgrel=7 +pkgrel=8 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname"; license=("BSD")
[arch-commits] Commit in pandoc/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:35:52 Author: felixonmars Revision: 415458 archrelease: copy trunk to community-staging-x86_64 Added: pandoc/repos/community-staging-x86_64/ pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 415457, pandoc/trunk/PKGBUILD) --+ PKGBUILD | 64 + 1 file changed, 64 insertions(+) Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 415457, pandoc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:35:52 UTC (rev 415458) @@ -0,0 +1,64 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc +pkgver=2.5 +pkgrel=7 +pkgdesc="Conversion between markup formats" +url="http://pandoc.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' + 'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring' + 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm' + 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' + 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua' + 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-hsyaml' 'haskell-http-client-tls' + 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath' + 'haskell-network' 'haskell-pandoc-types' 'haskell-random' + 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 'haskell-unicode-transforms' + 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' + 'haskell-zlib') +optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter' +'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter' +'texlive-core: for pdf output') +conflicts=('haskell-pandoc') +replaces=('haskell-pandoc') +makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' + 'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('40a47680437288253888c6b943192bfcfa402d4bf797962aaa15b8fc43d0ab1887f717c724f71c901c97dcb9bb42322bbb54fdbd9906f0da1187e95b50cfca92') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" + +# TODO: find a better solution +sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-trypandoc -f-embed_data_files -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd "${srcdir}/${pkgname}-${pkgver}" +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgbase}-${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}/COPYING.md" +}
[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:35:36 Author: felixonmars Revision: 415457 upgpkg: pandoc 2.5-7 rebuild with appar 0.1.6 Modified: pandoc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:29:58 UTC (rev 415456) +++ PKGBUILD2018-12-11 17:35:36 UTC (rev 415457) @@ -3,7 +3,7 @@ pkgname=pandoc pkgver=2.5 -pkgrel=6 +pkgrel=7 pkgdesc="Conversion between markup formats" url="http://pandoc.org"; license=("GPL")
[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (12 files)
Date: Tuesday, December 11, 2018 @ 17:29:58 Author: farseerfc Revision: 415456 archrelease: copy trunk to community-x86_64 Added: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 415455, telegram-desktop/trunk/CMakeLists.inj) telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 415455, telegram-desktop/trunk/PKGBUILD) telegram-desktop/repos/community-x86_64/libtgvoip.patch (from rev 415455, telegram-desktop/trunk/libtgvoip.patch) telegram-desktop/repos/community-x86_64/no-gtk2.patch (from rev 415455, telegram-desktop/trunk/no-gtk2.patch) telegram-desktop/repos/community-x86_64/tdesktop.patch (from rev 415455, telegram-desktop/trunk/tdesktop.patch) telegram-desktop/repos/community-x86_64/tg.protocol (from rev 415455, telegram-desktop/trunk/tg.protocol) Deleted: telegram-desktop/repos/community-x86_64/CMakeLists.inj telegram-desktop/repos/community-x86_64/PKGBUILD telegram-desktop/repos/community-x86_64/libtgvoip.patch telegram-desktop/repos/community-x86_64/no-gtk2.patch telegram-desktop/repos/community-x86_64/tdesktop.patch telegram-desktop/repos/community-x86_64/tg.protocol -+ CMakeLists.inj | 36 - PKGBUILD| 212 +- libtgvoip.patch | 36 - no-gtk2.patch | 58 +- tdesktop.patch | 1104 +++--- tg.protocol | 22 - 6 files changed, 734 insertions(+), 734 deletions(-) Deleted: CMakeLists.inj === --- CMakeLists.inj 2018-12-11 17:28:52 UTC (rev 415455) +++ CMakeLists.inj 2018-12-11 17:29:58 UTC (rev 415456) @@ -1,18 +0,0 @@ -# The text will be put into the appropriate CMakeLists by the PKGBUILD - -# Avoid rpath compiler parameter -set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) - -# This makes up for patch of gyp utility, supporting precompiled headers. If -# Telegram/Patches/gyp.diff file will be changed in future, please check these -# lines. -include(../../Telegram/gyp/PrecompiledHeader.cmake) -add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) -add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) -add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) -add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) - -# You can discover new PCHs using this link: -# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header - -# vim: ft=cmake Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 415455, telegram-desktop/trunk/CMakeLists.inj) === --- CMakeLists.inj (rev 0) +++ CMakeLists.inj 2018-12-11 17:29:58 UTC (rev 415456) @@ -0,0 +1,18 @@ +# The text will be put into the appropriate CMakeLists by the PKGBUILD + +# Avoid rpath compiler parameter +set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE) + +# This makes up for patch of gyp utility, supporting precompiled headers. If +# Telegram/Patches/gyp.diff file will be changed in future, please check these +# lines. +include(../../Telegram/gyp/PrecompiledHeader.cmake) +add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h) +add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h) +add_precompiled_header(lib_export ../../Telegram/SourceFiles/export/export_pch.h) +add_precompiled_header(lib_storage ../../Telegram/SourceFiles/storage/storage_pch.h) + +# You can discover new PCHs using this link: +# https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header + +# vim: ft=cmake Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:28:52 UTC (rev 415455) +++ PKGBUILD2018-12-11 17:29:58 UTC (rev 415456) @@ -1,106 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: hexchain - -# Thanks Nicholas Guriev for the patches! -# https://github.com/mymedia2/tdesktop - -pkgname=telegram-desktop -pkgver=1.5.0 -pkgrel=3 -pkgdesc='Official Telegram Desktop client' -arch=('x86_64') -url="https://desktop.telegram.org/"; -license=('GPL3') -depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats' 'openssl') -makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3') -optdepends=('libnotify: desktop notifications') -source=( - "tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver"; -"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip"; -"variant::git+https://github.com/mapbox/variant"; -"Catch::git+https://github.com/philsquared/Catch"; -"GSL::git+https://github.com/Microsoft/GSL.git"; -"crl::git+https://github.com/telegramdesktop/crl.git"; -"xxHash::git+https://github.com/Cyan4973/xxHash.git"; -"tg.protocol" -"CMakeLists
[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:28:52 Author: farseerfc Revision: 415455 upgpkg: telegram-desktop 1.5.1-1 telegram-desktop 1.5.1 bugfixes release Modified: telegram-desktop/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:26:09 UTC (rev 415454) +++ PKGBUILD2018-12-11 17:28:52 UTC (rev 415455) @@ -5,8 +5,8 @@ # https://github.com/mymedia2/tdesktop pkgname=telegram-desktop -pkgver=1.5.0 -pkgrel=3 +pkgver=1.5.1 +pkgrel=1 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/";
[arch-commits] Commit in idris/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:25:53 Author: felixonmars Revision: 415453 upgpkg: idris 1.3.1-15 rebuild with appar 0.1.6 Modified: idris/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:12:28 UTC (rev 415452) +++ PKGBUILD2018-12-11 17:25:53 UTC (rev 415453) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.1 -pkgrel=14 +pkgrel=15 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/"; license=("BSD")
[arch-commits] Commit in idris/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:26:09 Author: felixonmars Revision: 415454 archrelease: copy trunk to community-staging-x86_64 Added: idris/repos/community-staging-x86_64/ idris/repos/community-staging-x86_64/PKGBUILD (from rev 415453, idris/trunk/PKGBUILD) --+ PKGBUILD | 61 + 1 file changed, 61 insertions(+) Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 415453, idris/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:26:09 UTC (rev 415454) @@ -0,0 +1,61 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=idris +pkgver=1.3.1 +pkgrel=15 +pkgdesc="Functional Programming Language with Dependent Types" +url="http://www.idris-lang.org/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal' + 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 'haskell-fingertree' + 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 'haskell-megaparsec6' + 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-safe' + 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 'haskell-unordered-containers' + 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-binary-instances' + 'haskell-zip-archive') +makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-rerun' + 'nodejs') +source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";) +sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746') + +prepare() { +cd Idris-dev-$pkgver + +sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ +libs/*/Makefile +sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' idris.cabal +sed -i '1i{-# language NoMonadFailDesugaring #-}' src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs +} + +build() { +cd Idris-dev-$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 \ +-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd Idris-dev-$pkgver +# TODO: figure out the tests +PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || warning "Tests failed" +} + +package() { +cd Idris-dev-$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/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:12:28 Author: felixonmars Revision: 415452 archrelease: copy trunk to community-staging-x86_64 Added: hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 415451, hoogle/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 415451, hoogle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:12:28 UTC (rev 415452) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=5.0.17.3 +pkgrel=135 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-src-exts' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 'haskell-js-jquery' + 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 'haskell-old-locale' + 'haskell-process-extras' 'haskell-resourcet' '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=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195') + +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 \ +-fnetwork-uri +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +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: Tuesday, December 11, 2018 @ 17:12:12 Author: felixonmars Revision: 415451 upgpkg: hoogle 5.0.17.3-135 rebuild with appar 0.1.6 Modified: hoogle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:10:44 UTC (rev 415450) +++ PKGBUILD2018-12-11 17:12:12 UTC (rev 415451) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.17.3 -pkgrel=134 +pkgrel=135 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/"; license=("BSD")
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:10:44 Author: felixonmars Revision: 415450 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 415449, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 415449, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:10:44 UTC (rev 415450) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.12 +pkgrel=10 +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-blaze-html' 'haskell-blaze-markup' + 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' + 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-wai' + 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' + 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json' + 'haskell-megaparsec') +makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('4c77d67daa0abdd55029fc6af1a3735ab99adc9ec65e8470a84f4b7de39de24bdd636717d50f5f87d4227b4b903e72b0ccde728addc12d26809e83b8baf07f31') + +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 +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: Tuesday, December 11, 2018 @ 17:10:27 Author: felixonmars Revision: 415449 upgpkg: hledger-web 1.12-10 rebuild with appar 0.1.6 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:09:00 UTC (rev 415448) +++ PKGBUILD2018-12-11 17:10:27 UTC (rev 415449) @@ -3,7 +3,7 @@ pkgname=hledger-web pkgver=1.12 -pkgrel=9 +pkgrel=10 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in metis/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:10:07 Author: arojas Revision: 341589 archrelease: copy trunk to extra-x86_64 Added: metis/repos/extra-x86_64/PKGBUILD (from rev 341588, metis/trunk/PKGBUILD) Deleted: metis/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 71 +++-- 1 file changed, 37 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:09:46 UTC (rev 341588) +++ PKGBUILD2018-12-11 17:10:07 UTC (rev 341589) @@ -1,34 +0,0 @@ -# Maintainer: -# Contributor: jedbrown -# Contributor: eleftg -# Contributor: mickele -# Contributor: gborzi -# Contributor: abenson - -pkgname=metis -pkgver=5.1.0.p3 -_pkgver=5.1.0-p3 -pkgrel=2 -arch=(x86_64) -pkgdesc="A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices" -url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"; -license=(custom) -depends=(glibc) -makedepends=(cmake) -options=(docs) -# source=("http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${pkgname}-${pkgver}.tar.gz";) -source=("http://ftp.mcs.anl.gov/pub/petsc/externalpackages/${pkgname}-${_pkgver}.tar.gz";) -sha256sums=('5b55e4f955f4416160c82d7a0aa763a94b95548de87867a46e256585a26d833c') - -build() { - cd $pkgname-$_pkgver - make config shared=1 prefix=/usr - make -} - -package() { - cd $pkgname-$_pkgver - - make install DESTDIR="$pkgdir" - install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: metis/repos/extra-x86_64/PKGBUILD (from rev 341588, metis/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 17:10:07 UTC (rev 341589) @@ -0,0 +1,37 @@ +# Maintainer: +# Contributor: jedbrown +# Contributor: eleftg +# Contributor: mickele +# Contributor: gborzi +# Contributor: abenson + +pkgname=metis +pkgver=5.1.0.p5 +_pkgver=5.1.0-p5 +pkgrel=1 +arch=(x86_64) +pkgdesc="A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices" +url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"; +license=(custom) +depends=(glibc) +makedepends=(cmake) +options=(docs) +source=("https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2";) +sha256sums=('8d61fcba94474387f18dd598598232ef6311412a10e82dfa4df9b7958384dfa5') + +prepare() { + mv petsc-pkg-metis-* $pkgname-$_pkgver +} + +build() { + cd $pkgname-$_pkgver + make config shared=1 prefix=/usr + make +} + +package() { + cd $pkgname-$_pkgver + + make install DESTDIR="$pkgdir" + install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in metis/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:09:46 Author: arojas Revision: 341588 Update to 5.1.0.p5 Modified: metis/trunk/PKGBUILD --+ PKGBUILD | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:07:23 UTC (rev 341587) +++ PKGBUILD2018-12-11 17:09:46 UTC (rev 341588) @@ -6,9 +6,9 @@ # Contributor: abenson pkgname=metis -pkgver=5.1.0.p3 -_pkgver=5.1.0-p3 -pkgrel=2 +pkgver=5.1.0.p5 +_pkgver=5.1.0-p5 +pkgrel=1 arch=(x86_64) pkgdesc="A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices" url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"; @@ -16,10 +16,13 @@ depends=(glibc) makedepends=(cmake) options=(docs) -# source=("http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${pkgname}-${pkgver}.tar.gz";) -source=("http://ftp.mcs.anl.gov/pub/petsc/externalpackages/${pkgname}-${_pkgver}.tar.gz";) -sha256sums=('5b55e4f955f4416160c82d7a0aa763a94b95548de87867a46e256585a26d833c') +source=("https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2";) +sha256sums=('8d61fcba94474387f18dd598598232ef6311412a10e82dfa4df9b7958384dfa5') +prepare() { + mv petsc-pkg-metis-* $pkgname-$_pkgver +} + build() { cd $pkgname-$_pkgver make config shared=1 prefix=/usr
[arch-commits] Commit in hledger-api/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:09:00 Author: felixonmars Revision: 415448 archrelease: copy trunk to community-staging-x86_64 Added: hledger-api/repos/community-staging-x86_64/ hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 415447, hledger-api/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 415447, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:09:00 UTC (rev 415448) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.12 +pkgrel=10 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-data-default' + 'haskell-decimal' 'haskell-docopt' 'haskell-either' 'haskell-microlens' + 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server' + 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 'haskell-wai-extra' + 'haskell-warp') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('bf495f7b0653d1bd55f5896bae30ae09bb8a014ce91d2a2c0926722bf6778bfcf946aa2c4f9e19af24f38c136707fc247bc953f1e4e4283b207054f058331622') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-api/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:08:43 Author: felixonmars Revision: 415447 upgpkg: hledger-api 1.12-10 rebuild with appar 0.1.6 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:07:50 UTC (rev 415446) +++ PKGBUILD2018-12-11 17:08:43 UTC (rev 415447) @@ -3,7 +3,7 @@ pkgname=hledger-api pkgver=1.12 -pkgrel=9 +pkgrel=10 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in bluez-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:07:50 Author: bgyorgy Revision: 415446 archrelease: copy trunk to community-x86_64 Added: bluez-tools/repos/community-x86_64/PKGBUILD (from rev 415445, bluez-tools/trunk/PKGBUILD) Deleted: bluez-tools/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 49 + 1 file changed, 25 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:07:34 UTC (rev 415445) +++ PKGBUILD2018-12-11 17:07:50 UTC (rev 415446) @@ -1,24 +0,0 @@ -# Maintainer: Balló György - -pkgname=bluez-tools -pkgver=0.2.0 -_gitrev=97efd293491ad7ec96a655665339908f2478b3d1 -pkgrel=2 -pkgdesc="A set of tools to manage Bluetooth devices for Linux" -arch=('x86_64') -url="https://github.com/khvzak/bluez-tools"; -license=('GPL') -depends=('bluez') -source=("$pkgname-$_gitrev.tar.gz::https://github.com/khvzak/bluez-tools/archive/$_gitrev.tar.gz";) -sha256sums=('62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f') - -build() { - cd $pkgname-$_gitrev - ./autogen.sh --prefix=/usr - make -} - -package() { - cd $pkgname-$_gitrev - make DESTDIR="$pkgdir" install -} Copied: bluez-tools/repos/community-x86_64/PKGBUILD (from rev 415445, bluez-tools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 17:07:50 UTC (rev 415446) @@ -0,0 +1,25 @@ +# Maintainer: Balló György + +pkgname=bluez-tools +pkgver=0.2.0 +pkgrel=3 +pkgdesc="A set of tools to manage Bluetooth devices for Linux" +arch=('x86_64') +url="https://github.com/khvzak/bluez-tools"; +license=('GPL') +depends=('bluez') +makedepends=(git) +_commit=7cb788c9c43facfd2d14ff50e16d6a19f033a6a7 # master +source=("git+https://github.com/khvzak/bluez-tools#commit=$_commit";) +sha256sums=('SKIP') + +build() { + cd $pkgname + ./autogen.sh --prefix=/usr + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in bluez-tools/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:07:34 Author: bgyorgy Revision: 415445 upgpkg: bluez-tools 0.2.0-3 Update to new version Modified: bluez-tools/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:07:20 UTC (rev 415444) +++ PKGBUILD2018-12-11 17:07:34 UTC (rev 415445) @@ -2,23 +2,24 @@ pkgname=bluez-tools pkgver=0.2.0 -_gitrev=97efd293491ad7ec96a655665339908f2478b3d1 -pkgrel=2 +pkgrel=3 pkgdesc="A set of tools to manage Bluetooth devices for Linux" arch=('x86_64') url="https://github.com/khvzak/bluez-tools"; license=('GPL') depends=('bluez') -source=("$pkgname-$_gitrev.tar.gz::https://github.com/khvzak/bluez-tools/archive/$_gitrev.tar.gz";) -sha256sums=('62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f') +makedepends=(git) +_commit=7cb788c9c43facfd2d14ff50e16d6a19f033a6a7 # master +source=("git+https://github.com/khvzak/bluez-tools#commit=$_commit";) +sha256sums=('SKIP') build() { - cd $pkgname-$_gitrev + cd $pkgname ./autogen.sh --prefix=/usr make } package() { - cd $pkgname-$_gitrev + cd $pkgname make DESTDIR="$pkgdir" install }
[arch-commits] Commit in git-annex/repos (3 files)
Date: Tuesday, December 11, 2018 @ 17:07:20 Author: felixonmars Revision: 415444 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 415443, git-annex/trunk/PKGBUILD) git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 415443, git-annex/trunk/ghc-8.4.patch) ---+ PKGBUILD | 56 + ghc-8.4.patch | 121 2 files changed, 177 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 415443, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:07:20 UTC (rev 415444) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=7.20181205 +pkgrel=9 +pkgdesc="Manage files with git, without checking their contents into git" +url="http://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-exceptions' 'haskell-fdo-notify' 'haskell-feed' '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-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') + +prepare() { + cd git-annex + sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs Test.hs +} + +build() { + cd git-annex + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/$pkgname" \ +-ftorrentparser -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime + runhaskell Setup build +} + +package() { + cd git-annex + runhaskell Setup copy --destdir="$pkgdir" + make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc + + rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT + rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc +} Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 415443, git-annex/trunk/ghc-8.4.patch) === --- community-staging-x86_64/ghc-8.4.patch (rev 0) +++ community-staging-x86_64/ghc-8.4.patch 2018-12-11 17:07:20 UTC (rev 415444) @@ -0,0 +1,121 @@ +diff --git a/Command/Info.hs b/Command/Info.hs +index c9a314056a..3ae82f5532 100644 +--- a/Command/Info.hs b/Command/Info.hs +@@ -56,15 +56,17 @@ data KeyData = KeyData + , backendsKeys :: M.Map KeyVariety Integer + } + +-instance Monoid KeyData where +- mempty = KeyData 0 0 0 M.empty +- mappend a b = KeyData ++instance Semigroup KeyData where ++ a <> b = KeyData + { countKeys = countKeys a + countKeys b + , sizeKeys = sizeKeys a + sizeKeys b + , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b + , backendsKeys = backendsKeys a <> backendsKeys b + } + ++inst
[arch-commits] Commit in krita/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:07:23 Author: arojas Revision: 341587 archrelease: copy trunk to extra-x86_64 Added: krita/repos/extra-x86_64/PKGBUILD (from rev 341586, krita/trunk/PKGBUILD) Deleted: krita/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:07:01 UTC (rev 341586) +++ PKGBUILD2018-12-11 17:07:23 UTC (rev 341587) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=krita -pkgver=4.1.5 -pkgrel=1 -pkgdesc="Edit and paint images" -arch=(x86_64) -url="https://krita.org"; -license=(GPL3) -depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib qt5-declarative hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif sip python-sip) -optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker' -"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter') -conflicts=(calligra-krita krita-l10n) -replaces=(calligra-krita krita-l10n) -source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('20603393afcb093a4c5fdf4a799d556600195a7b1e3db80a7003dce622bac8af' -'SKIP') -validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 341586, krita/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 17:07:23 UTC (rev 341587) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas + +pkgname=krita +pkgver=4.1.6 +pkgrel=1 +pkgdesc="Edit and paint images" +arch=(x86_64) +url="https://krita.org"; +license=(GPL3) +depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif sip python-sip) +optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker' +"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter') +conflicts=(calligra-krita krita-l10n) +replaces=(calligra-krita krita-l10n) +source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880' +'SKIP') +validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in krita/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:07:01 Author: arojas Revision: 341586 Update to 4.1.6 Modified: krita/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 12:47:05 UTC (rev 341585) +++ PKGBUILD2018-12-11 17:07:01 UTC (rev 341586) @@ -1,13 +1,13 @@ # Maintainer: Antonio Rojas pkgname=krita -pkgver=4.1.5 +pkgver=4.1.6 pkgrel=1 pkgdesc="Edit and paint images" arch=(x86_64) url="https://krita.org"; license=(GPL3) -depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib qt5-declarative hicolor-icon-theme) +depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif sip python-sip) optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter') @@ -14,7 +14,7 @@ conflicts=(calligra-krita krita-l10n) replaces=(calligra-krita krita-l10n) source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('20603393afcb093a4c5fdf4a799d556600195a7b1e3db80a7003dce622bac8af' +sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880' 'SKIP') validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:07:04 Author: felixonmars Revision: 415443 upgpkg: git-annex 7.20181205-9 rebuild with appar 0.1.6 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:04:06 UTC (rev 415442) +++ PKGBUILD2018-12-11 17:07:04 UTC (rev 415443) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=7.20181205 -pkgrel=8 +pkgrel=9 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in guake/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:04:06 Author: bgyorgy Revision: 415442 archrelease: copy trunk to community-any Added: guake/repos/community-any/PKGBUILD (from rev 415441, guake/trunk/PKGBUILD) Deleted: guake/repos/community-any/PKGBUILD --+ PKGBUILD | 67 ++--- 1 file changed, 33 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-11 17:04:02 UTC (rev 415441) +++ PKGBUILD2018-12-11 17:04:06 UTC (rev 415442) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Balló György -# Contributor: Angel Velasquez -# Contributor: Wilson Pinto Júnior (N3RD3X) -# Contributor: Attila Bukor - -pkgname=guake -pkgver=3.3.2 -pkgrel=2 -pkgdesc='Drop-down terminal for GNOME' -arch=('any') -url="http://guake-project.org/"; -license=('GPL') -depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3') -makedepends=('git') -_commit=66dc3f0a3e631d971db4486c472458af267e9099 # tags/3.3.2 -source=("git+https://github.com/Guake/guake#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -build() { - cd $pkgname - make -} - -package() { - cd $pkgname - sed -i '/-m pip install -r requirements.txt/d' Makefile - make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install -} Copied: guake/repos/community-any/PKGBUILD (from rev 415441, guake/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-11 17:04:06 UTC (rev 415442) @@ -0,0 +1,33 @@ +# Maintainer: Balló György +# Contributor: Angel Velasquez +# Contributor: Wilson Pinto Júnior (N3RD3X) +# Contributor: Attila Bukor + +pkgname=guake +pkgver=3.4.0 +pkgrel=1 +pkgdesc='Drop-down terminal for GNOME' +arch=('any') +url="http://guake-project.org/"; +license=('GPL') +depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3') +makedepends=('git') +_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28 # tags/3.4.0 +source=("git+https://github.com/Guake/guake#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +build() { + cd $pkgname + make +} + +package() { + cd $pkgname + sed -i '/-m pip install -r requirements.txt/d' Makefile + make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install +}
[arch-commits] Commit in guake/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:04:02 Author: bgyorgy Revision: 415441 upgpkg: guake 3.4.0-1 Update to new version Modified: guake/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:01:38 UTC (rev 415440) +++ PKGBUILD2018-12-11 17:04:02 UTC (rev 415441) @@ -4,8 +4,8 @@ # Contributor: Attila Bukor pkgname=guake -pkgver=3.3.2 -pkgrel=2 +pkgver=3.4.0 +pkgrel=1 pkgdesc='Drop-down terminal for GNOME' arch=('any') url="http://guake-project.org/"; @@ -12,7 +12,7 @@ license=('GPL') depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3') makedepends=('git') -_commit=66dc3f0a3e631d971db4486c472458af267e9099 # tags/3.3.2 +_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28 # tags/3.4.0 source=("git+https://github.com/Guake/guake#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in haskell-yesod-static/repos (2 files)
Date: Tuesday, December 11, 2018 @ 17:01:38 Author: felixonmars Revision: 415440 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-static/repos/community-staging-x86_64/ haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 415439, haskell-yesod-static/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 415439, haskell-yesod-static/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-11 17:01:38 UTC (rev 415440) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-static +pkgname=haskell-yesod-static +pkgver=1.6.0.1 +pkgrel=21 +pkgdesc="Static file serving subsite for Yesod Web Framework." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' + 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite' + 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default' + 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 'haskell-http-types' + 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 'haskell-unordered-containers' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core') +makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f') + +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 +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-yesod-static/trunk (PKGBUILD)
Date: Tuesday, December 11, 2018 @ 17:01:21 Author: felixonmars Revision: 415439 upgpkg: haskell-yesod-static 1.6.0.1-21 rebuild with appar 0.1.6 Modified: haskell-yesod-static/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-11 17:00:13 UTC (rev 415438) +++ PKGBUILD2018-12-11 17:01:21 UTC (rev 415439) @@ -4,7 +4,7 @@ _hkgname=yesod-static pkgname=haskell-yesod-static pkgver=1.6.0.1 -pkgrel=20 +pkgrel=21 pkgdesc="Static file serving subsite for Yesod Web Framework." url="http://www.yesodweb.com/"; license=("MIT")