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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 25 11:40:53 UTC 2013


    Date: Monday, February 25, 2013 @ 12:40:52
  Author: spupykin
Revision: 84852

update optdeps

Modified:
  mediawiki/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 11:37:33 UTC (rev 84851)
+++ PKGBUILD	2013-02-25 11:40:52 UTC (rev 84852)
@@ -11,9 +11,20 @@
 url="http://www.mediawiki.org/wiki/MediaWiki"
 # + http://www.mediawiki.org/wiki/Extension:Math
 license=("GPL")
-depends=(php)
+depends=('php')
 optdepends=('texvc: for math rendering'
-	    'python2')
+	    'python2'
+	    'pcre: for regular expressions support'
+	    'php-intl: to handle Unicode normalization'
+	    'php-mysql: for MySQL database support'
+	    'php-pgsql: for PostgreSQL database support'
+	    'php-sqlite: for sqlite database support'
+	    'php-apc: for cache support'
+	    'php-xcache: for cache support'
+	    'memcached: for cache support'
+	    'php-gd: for thumbnails rendering'
+	    'imagemagick: for thumbnails rendering'
+	    'sendmail: for meail sending')
 backup=(etc/webapps/mediawiki/.htaccess)
 install=mediawiki.install
 options=(!strip)




More information about the arch-commits mailing list