Date: Monday, May 20, 2013 @ 20:42:26 Author: eric Revision: 186055 Fix png
Modified: links/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-20 18:37:40 UTC (rev 186054) +++ PKGBUILD 2013-05-20 18:42:26 UTC (rev 186055) @@ -9,7 +9,7 @@ url="http://links.twibright.com/" license=('GPL') depends=('bzip2' 'xz' 'openssl' 'gpm') -makedepends=('libtiff' 'libpng' 'libxt') +makedepends=('libtiff' 'libpng' 'libxt' 'optipng') optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') provides=('links-g') conflicts=('links-g') @@ -21,6 +21,7 @@ prepare() { cd ${pkgname}-${pkgver} sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure + optipng graphics/font/century_school-medium-roman-serif-vari/045e.png } build() {
