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

Antonio Rojas arojas at archlinux.org
Fri Mar 25 18:46:13 UTC 2016


    Date: Friday, March 25, 2016 @ 19:46:13
  Author: arojas
Revision: 262554

Fix conflicts with qt5-examples (FS#48652)

Modified:
  qt5-doc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 18:39:33 UTC (rev 262553)
+++ PKGBUILD	2016-03-25 18:46:13 UTC (rev 262554)
@@ -6,7 +6,7 @@
 pkgname=qt5-doc
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -52,4 +52,7 @@
 
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
 }



More information about the arch-commits mailing list