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

Pierre Schmitz pierre at archlinux.org
Thu Aug 6 02:28:10 UTC 2009


    Date: Wednesday, August 5, 2009 @ 22:28:10
  Author: pierre
Revision: 49309

fix FS#13811 for next build

Modified:
  kdelibs3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-06 02:11:36 UTC (rev 49308)
+++ PKGBUILD	2009-08-06 02:28:10 UTC (rev 49309)
@@ -51,6 +51,10 @@
 	make || return 1
 	make DESTDIR=$pkgdir install || return 1
 
+	# make KDE3 styles available to Qt3
+	install -d -m755 $pkgdir/opt/qt/plugins
+	ln -sf /opt/kde/lib/kde3/plugins/styles $pkgdir/opt/qt/plugins/styles
+
 	# cert bundle seems to be hardcoded
 	# link it to the one from ca-certificates
 	rm -f $pkgdir/opt/kde/share/apps/kssl/ca-bundle.crt




More information about the arch-commits mailing list