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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Sep 28 17:13:04 UTC 2013


    Date: Saturday, September 28, 2013 @ 19:13:04
  Author: andrea
Revision: 195230

Qt5 doesn't support libmng 2.x QTBUG-33116

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-28 17:12:31 UTC (rev 195229)
+++ PKGBUILD	2013-09-28 17:13:04 UTC (rev 195230)
@@ -30,7 +30,7 @@
             'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
             'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient'
             'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
-            'libmng' 'openal' 'gtk2' 'libxkbcommon')
+            'openal' 'gtk2' 'libxkbcommon')
 groups=('qt' 'qt5')
 options=('!libtool')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
@@ -231,7 +231,7 @@
 
 package_qt5-imageformats() {
   pkgdesc='A cross-platform application and UI framework (Images plugins)'
-  depends=('qt5-base' 'libtiff' 'libmng')
+  depends=('qt5-base' 'libtiff')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtimageformats




More information about the arch-commits mailing list