[arch-commits] Commit in buildbot-www/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Mon Dec 10 12:37:55 UTC 2018
Date: Monday, December 10, 2018 @ 12:37:53
Author: yan12125
Revision: 414131
upgpkg: buildbot-www 1.6.0-2
Fixes FS#61017
Modified:
buildbot-www/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-10 12:37:46 UTC (rev 414130)
+++ PKGBUILD 2018-12-10 12:37:53 UTC (rev 414131)
@@ -8,7 +8,7 @@
python-buildbot-console-view python-buildbot-grid-view
python-buildbot-wsgi-dashboards python-buildbot-badges)
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://buildbot.net'
license=(GPL2)
@@ -87,6 +87,10 @@
package_python-buildbot-badges() {
pkgdesc='Buildbot badges'
depends=(python-buildbot-www python-klein python-cairosvg python-cairocffi python-jinja)
+ # https://github.com/buildbot/buildbot/blob/v1.6.0/www/badges/buildbot_badges/__init__.py#L40
+ optdepends=(
+ 'ttf-dejavu: the default font for rendering badges as PNGs'
+ )
cd buildbot-$pkgver/www/badges
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
More information about the arch-commits
mailing list