From 833e27a3ecf1af862b1c2174bcbd11de32615135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 19 Dec 2016 11:50:50 -0300 Subject: okular-16.12.0-1.parabola1: updating version * rename KDE kdegraphics-okular package --- libre/kdegraphics-okular/PKGBUILD | 43 -------------------- .../turn_off_copy-protection_anti-feature.patch | 13 ------ libre/okular/PKGBUILD | 46 ++++++++++++++++++++++ .../turn_off_copy-protection_anti-feature.patch | 13 ++++++ 4 files changed, 59 insertions(+), 56 deletions(-) delete mode 100644 libre/kdegraphics-okular/PKGBUILD delete mode 100644 libre/kdegraphics-okular/turn_off_copy-protection_anti-feature.patch create mode 100644 libre/okular/PKGBUILD create mode 100644 libre/okular/turn_off_copy-protection_anti-feature.patch diff --git a/libre/kdegraphics-okular/PKGBUILD b/libre/kdegraphics-okular/PKGBUILD deleted file mode 100644 index c53deb3ad..000000000 --- a/libre/kdegraphics-okular/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# $Id: PKGBUILD 282112 2016-11-27 09:41:56Z arojas $ -# Maintainer (Arch): Felix Yan -# Contributor (Arch): Andrea Scarpino -# Maintainer: André Silva - -pkgname=kdegraphics-okular -pkgver=16.08.3 -pkgrel=2.parabola1 -pkgdesc='Document Viewer, with copy-protection anti-feature turn off by default' -arch=('i686' 'x86_64' 'armv7h') -url="http://kde.org/applications/graphics/okular/" -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdegraphics') -depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre' - 'libkexiv2_4' 'poppler-qt4' 'libkscreen4') -makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket') -optdepends=('ebook-tools: mobi and epub support' - 'kdegraphics-mobipocket: mobi support') -source=("http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz" - 'turn_off_copy-protection_anti-feature.patch') -sha1sums=('744d78e513f4ab3cad9b8c41c9fd31ac398f15ec' - 'f7323d1d39d660785fa71c0365a17795008db819') - -prepare() { - mkdir -p build - cd okular-${pkgver} - patch -p1 -i ../turn_off_copy-protection_anti-feature.patch -} - -build() { - cd build - cmake ../okular-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_ActiveApp=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/libre/kdegraphics-okular/turn_off_copy-protection_anti-feature.patch b/libre/kdegraphics-okular/turn_off_copy-protection_anti-feature.patch deleted file mode 100644 index ebc801a6a..000000000 --- a/libre/kdegraphics-okular/turn_off_copy-protection_anti-feature.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/conf/okular_core.kcfg b/conf/okular_core.kcfg -index 35aaa9d..7593409 100644 ---- a/conf/okular_core.kcfg -+++ b/conf/okular_core.kcfg -@@ -59,7 +59,7 @@ - - - -- true -+ false - - - false diff --git a/libre/okular/PKGBUILD b/libre/okular/PKGBUILD new file mode 100644 index 000000000..6ca5850d0 --- /dev/null +++ b/libre/okular/PKGBUILD @@ -0,0 +1,46 @@ +# Maintainer (Arch): Felix Yan +# Maintainer (Arch): Antonio Rojas +# Contributor (Arch): Andrea Scarpino +# Maintainer: André Silva + +pkgname=okular +pkgver=16.12.0 +pkgrel=1.parabola1 +pkgdesc='Document Viewer, with copy-protection anti-feature turn off by default' +arch=(i686 x86_64 armv7h) +url="http://kde.org/applications/graphics/okular/" +license=(GPL LGPL FDL) +groups=(kde-applications kdegraphics) +depends=(chmlib djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty khtml kactivities threadweaver) +makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools python) +optdepends=('ebook-tools: mobi and epub support' + 'kdegraphics-mobipocket: mobi support') +conflicts=(kdegraphics-okular) +replaces=(kdegraphics-okular) +source=("http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz"{,.sig} + 'turn_off_copy-protection_anti-feature.patch') +sha1sums=('7ffdde9237b805bad539edd8a6d431c845bcb03d' + 'SKIP' + 'f7323d1d39d660785fa71c0365a17795008db819') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid + +prepare() { + mkdir -p build + cd $pkgname-$pkgver + patch -p1 -i ../turn_off_copy-protection_anti-feature.patch +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} diff --git a/libre/okular/turn_off_copy-protection_anti-feature.patch b/libre/okular/turn_off_copy-protection_anti-feature.patch new file mode 100644 index 000000000..ebc801a6a --- /dev/null +++ b/libre/okular/turn_off_copy-protection_anti-feature.patch @@ -0,0 +1,13 @@ +diff --git a/conf/okular_core.kcfg b/conf/okular_core.kcfg +index 35aaa9d..7593409 100644 +--- a/conf/okular_core.kcfg ++++ b/conf/okular_core.kcfg +@@ -59,7 +59,7 @@ + + + +- true ++ false + + + false -- cgit v1.2.3