summaryrefslogtreecommitdiff
path: root/kde-unstable/kdegraphics-okular/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdegraphics-okular/PKGBUILD')
-rw-r--r--kde-unstable/kdegraphics-okular/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/kde-unstable/kdegraphics-okular/PKGBUILD b/kde-unstable/kdegraphics-okular/PKGBUILD
index e73479add..f2122691d 100644
--- a/kde-unstable/kdegraphics-okular/PKGBUILD
+++ b/kde-unstable/kdegraphics-okular/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 163358 2012-07-11 21:57:24Z andrea $
+# $Id: PKGBUILD 171719 2012-11-21 18:12:29Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdegraphics-okular
-pkgver=4.8.97
+pkgver=4.9.80
pkgrel=1
pkgdesc='Document Viewer'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4')
optdepends=('kdegraphics-mobipocket: mobipocket support')
install=${pkgname}.install
source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz")
-sha1sums=('a31da767627783ee4d27e4a9bf2bacd893fcb467')
+sha1sums=('0eae6e67e5861d4f6771147bcfa50513ae003f23')
build() {
cd "${srcdir}"
@@ -23,7 +23,8 @@ build() {
cd build
cmake ../okular-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_ActiveApp=OFF
make
}