Date: Friday, September 19, 2014 @ 23:48:31 Author: anatolik Revision: 222117
Rebuild ruby-docs with additional fonts. Some of the doxygen-generated images show garbage without these fonts. Modified: ruby/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-19 18:11:26 UTC (rev 222116) +++ PKGBUILD 2014-09-19 21:48:31 UTC (rev 222117) @@ -12,7 +12,7 @@ # disable ruby tk since 1.9.3 it has caused a segfault on require 'tk' # https://bugs.ruby-lang.org/issues/8000 # wait for upstream to start supporting tk 8.6 -makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk' +makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 'ttf-dejavu') # 'tk' options=('!emptydirs' '!makeflags' 'staticlibs') source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz" 'gemrc' @@ -72,6 +72,7 @@ package_ruby-docs() { pkgdesc='Documentation files for ruby' + pkgrel=1.1 cd ruby-${pkgver}