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

Jelle van der Waa jelle at archlinux.org
Mon May 29 18:19:12 UTC 2017


    Date: Monday, May 29, 2017 @ 18:19:04
  Author: jelle
Revision: 230987

FS#51975 build against system libs

Modified:
  optipng/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-29 18:18:35 UTC (rev 230986)
+++ PKGBUILD	2017-05-29 18:19:04 UTC (rev 230987)
@@ -5,12 +5,12 @@
 
 pkgname=optipng
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
 arch=('i686' 'x86_64')
 url='http://optipng.sourceforge.net/'
 license=('ZLIB')
-depends=('glibc')
+depends=('glibc' 'libpng' 'zlib')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('568e0738358450eca69ecf578d48f26c')
 
@@ -17,7 +17,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-system-libs
   make
 }
 package() {



More information about the arch-commits mailing list