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

Pierre Schmitz pierre at archlinux.org
Tue Sep 2 19:21:36 UTC 2014


    Date: Tuesday, September 2, 2014 @ 21:21:35
  Author: pierre
Revision: 220908

Fix FS#41778

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-02 19:05:04 UTC (rev 220907)
+++ PKGBUILD	2014-09-02 19:21:35 UTC (rev 220908)
@@ -23,7 +23,7 @@
          'php-tidy'
          'php-xsl')
 pkgver=5.6.0
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -93,6 +93,7 @@
 		--with-enchant=shared,/usr \
 		--with-fpm-systemd \
 		--with-freetype-dir=/usr \
+		--with-xpm-dir=/usr \
 		--with-gd=shared,/usr \
 		--with-gdbm \
 		--with-gettext=shared \
@@ -304,7 +305,7 @@
 
 package_php-gd() {
 	pkgdesc='gd module for PHP'
-	depends=('php' 'gd' 'libvpx')
+	depends=('php' 'gd' 'libvpx' 'libxpm')
 
 	install -D -m755 ${srcdir}/build-php/modules/gd.so ${pkgdir}/usr/lib/php/modules/gd.so
 }




More information about the arch-commits mailing list