diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-21 20:53:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-21 20:56:18 -0300 |
commit | 8a1ac1075ff563410df201f90d4fd453b3aad356 (patch) | |
tree | 8c6436e6ae554cb4726d7b6d8b6c8f82427dacad /libre/okular/PKGBUILD | |
parent | 51b9d0a91ca02a6944aee2b6c0bb9b5dcd00a8b1 (diff) | |
download | abslibre-8a1ac1075ff563410df201f90d4fd453b3aad356.tar.gz abslibre-8a1ac1075ff563410df201f90d4fd453b3aad356.tar.bz2 abslibre-8a1ac1075ff563410df201f90d4fd453b3aad356.zip |
okular-16.12.3-2.parabola1: add missing dependencies that were previously fulfilled via khtml - FS#53385 -> https://bugs.archlinux.org/task/53385
Diffstat (limited to 'libre/okular/PKGBUILD')
-rw-r--r-- | libre/okular/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/okular/PKGBUILD b/libre/okular/PKGBUILD index 6cf069f31..6a58e5261 100644 --- a/libre/okular/PKGBUILD +++ b/libre/okular/PKGBUILD @@ -5,17 +5,17 @@ pkgname=okular pkgver=16.12.3 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc='Document Viewer, with copy-protection anti-feature turn off by default' arch=(i686 x86_64 armv7h) url="https://kde.org/applications/graphics/okular/" license=(GPL LGPL FDL) groups=(kde-applications kdegraphics) -depends=(chmlib djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty kactivities threadweaver) -makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml python) +depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty kactivities threadweaver kjs kparts) +makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml python chmlib) optdepends=('ebook-tools: mobi and epub support' 'kdegraphics-mobipocket: mobi support' - 'khtml: CHM support') + 'khtml: CHM support' 'chmlib: CHM support') conflicts=(kdegraphics-okular) replaces=(kdegraphics-okular) source=("https://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz"{,.sig} |