Date: Saturday, May 18, 2013 @ 19:18:58 Author: bisson Revision: 185780
fix broken png again... Modified: scim/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-18 16:36:49 UTC (rev 185779) +++ PKGBUILD 2013-05-18 17:18:58 UTC (rev 185780) @@ -5,20 +5,24 @@ pkgname=scim pkgver=1.4.14 -pkgrel=2 +pkgrel=3 pkgdesc='Input method user interface and development platform' url='http://www.scim-im.org/projects/scim' license=('LGPL') options=('!libtool') arch=('i686' 'x86_64') -makedepends=('intltool') depends=('libltdl' 'gtk2') +makedepends=('intltool' 'optipng') backup=('etc/scim/config' 'etc/scim/global') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b') install=install +prepare() { + find -name '*.png' -exec optipng -quiet -force -fix {} + +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \
