[arch-commits] Commit in libkgeomap/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 20:03:11 UTC 2015


    Date: Tuesday, July 28, 2015 @ 22:03:11
  Author: arojas
Revision: 242612

Fix build with libmarble4

Modified:
  libkgeomap/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-28 19:52:46 UTC (rev 242611)
+++ PKGBUILD	2015-07-28 20:03:11 UTC (rev 242612)
@@ -9,7 +9,7 @@
 url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdeedu-marble')
+depends=('libmarble4')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
@@ -17,6 +17,9 @@
 
 prepare() {
   mkdir build
+
+# Fix build with libmarble4
+  sed -e 's|#include <marble|#include <marble4|' -i $pkgname-$pkgver/libkgeomap/*.cpp -i $pkgname-$pkgver/libkgeomap/*.h
 }
 
 build() {



More information about the arch-commits mailing list