[arch-commits] Commit in scim/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon May 6 10:31:45 UTC 2013


    Date: Monday, May 6, 2013 @ 12:31:44
  Author: bisson
Revision: 184345

libpng-1.6 un-regressed

Modified:
  scim/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-06 10:28:53 UTC (rev 184344)
+++ PKGBUILD	2013-05-06 10:31:44 UTC (rev 184345)
@@ -11,8 +11,8 @@
 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')
@@ -32,5 +32,4 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
-	find "${pkgdir}" -name *.png -exec optipng {} \; # libpng-1.6 has higher standards
 }




More information about the arch-commits mailing list