[arch-commits] Commit in okular/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 11 10:15:09 UTC 2018
Date: Thursday, October 11, 2018 @ 10:15:08
Author: arojas
Revision: 336316
archrelease: copy trunk to extra-x86_64
Added:
okular/repos/extra-x86_64/PKGBUILD
(from rev 336315, okular/trunk/PKGBUILD)
Deleted:
okular/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 91 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 43 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-11 10:14:57 UTC (rev 336315)
+++ PKGBUILD 2018-10-11 10:15:08 UTC (rev 336316)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=okular
-pkgver=18.08.1
-pkgrel=4
-pkgdesc='Document Viewer'
-arch=(x86_64)
-url="https://kde.org/applications/graphics/okular/"
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities threadweaver kjs kparts purpose discount phonon-qt5)
-makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml chmlib)
-optdepends=('ebook-tools: mobi and epub support'
- 'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 'libzip: CHM support'
- 'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP support'
- 'unrar: Comic Book Archive support')
-conflicts=(kdegraphics-okular)
-replaces=(kdegraphics-okular)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- kdebug-393478.patch::"https://cgit.kde.org/okular.git/patch/?id=fa7a1b3d")
-sha256sums=('536aa48e324bbfc6eb8c13988179ab50e43ecd4b66e7a59ce098e438d428c0c6'
- 'SKIP'
- 'be2ca6fd8f0573ff9daad563c68523dbdbfd14e4ced2cf06424bb4444bc016be')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../kdebug-393478.patch
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: okular/repos/extra-x86_64/PKGBUILD (from rev 336315, okular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-11 10:15:08 UTC (rev 336316)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okular
+pkgver=18.08.2
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=(x86_64)
+url="https://kde.org/applications/graphics/okular/"
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities threadweaver kjs kparts purpose discount phonon-qt5)
+makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml chmlib)
+optdepends=('ebook-tools: mobi and epub support'
+ 'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 'libzip: CHM support'
+ 'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP support'
+ 'unrar: Comic Book Archive support')
+conflicts=(kdegraphics-okular)
+replaces=(kdegraphics-okular)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1bc4e539348053550aa05c7d73465130502b2ee11866cf2d253edde20d1846f9'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list