summaryrefslogtreecommitdiff
path: root/extra/kdeedu-marble/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-11 12:04:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-11 12:04:22 +0100
commit020644b613452cc7ab48474b463e4a9d1088d8a3 (patch)
treeb1e2ae353ab1f58e0513bf5cef15ea87eacba1ff /extra/kdeedu-marble/PKGBUILD
parent9268c5eeb9d68cd786f5a7beaed3b5672adb5287 (diff)
parent9d1489b877a1fa7c2674cf1f744804db42d93bfc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/librep/PKGBUILD extra/pixman/PKGBUILD
Diffstat (limited to 'extra/kdeedu-marble/PKGBUILD')
-rw-r--r--extra/kdeedu-marble/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/kdeedu-marble/PKGBUILD b/extra/kdeedu-marble/PKGBUILD
index 43c2284ad..3c738d6ec 100644
--- a/extra/kdeedu-marble/PKGBUILD
+++ b/extra/kdeedu-marble/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 147794 2012-01-28 10:33:10Z andrea $
+# $Id: PKGBUILD 149702 2012-02-09 14:11:37Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-marble
pkgver=4.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop Globe"
url="http://kde.org/applications/education/marble/"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,10 +13,15 @@ depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'gpsd')
optdepends=('gpsd: gps support')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.bz2")
-sha1sums=('6c3c6b03c9d8e92730d6955adcbdb5de42fda43d')
+source=("http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.bz2"
+ 'fix-with-qt48.patch')
+sha1sums=('6c3c6b03c9d8e92730d6955adcbdb5de42fda43d'
+ '3ec130564aa1b7a61a0c3cd51533c69c6c35bd0e')
build() {
+ cd "${srcdir}"/marble-${pkgver}
+ patch -p1 -i "${srcdir}"/fix-with-qt48.patch
+
cd "${srcdir}"
mkdir build
cd build