Date: Friday, September 18, 2015 @ 00:45:12 Author: arojas Revision: 246549
Fix the fix for the designer plugins install dir Modified: marble/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-17 21:53:51 UTC (rev 246548) +++ PKGBUILD 2015-09-17 22:45:12 UTC (rev 246549) @@ -7,7 +7,7 @@ pkgbase=marble pkgname=(marble libastro marble-data) pkgver=15.08.1 -pkgrel=1 +pkgrel=2 pkgdesc="Desktop Globe" arch=(i686 x86_64) url="https://www.kde.org/applications/system/marble" @@ -19,8 +19,8 @@ prepare() { mkdir -p build - # fix installation designer plugins path - sed 's|LIB_SUFFIX}/plugins|LIB_SUFFIX}/qt/plugins|g' -i $pkgbase-$pkgver/CMakeLists.txt + # fix installation designer plugins path https://bugs.kde.org/show_bug.cgi?id=348554 + sed 's|LIBDIR}/plugins|LIBDIR}/qt/plugins|g' -i $pkgbase-$pkgver/CMakeLists.txt # only build the KDE app sed -e '/mobile/d' \
