[arch-commits] Commit in kdegraphics-okular/repos (6 files)

Felix Yan fyan at archlinux.org
Wed Nov 19 16:51:26 UTC 2014


    Date: Wednesday, November 19, 2014 @ 17:51:26
  Author: fyan
Revision: 226417

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegraphics-okular/repos/testing-i686/
  kdegraphics-okular/repos/testing-i686/PKGBUILD
    (from rev 226416, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install
    (from rev 226416, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/testing-x86_64/
  kdegraphics-okular/repos/testing-x86_64/PKGBUILD
    (from rev 226416, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install
    (from rev 226416, kdegraphics-okular/trunk/kdegraphics-okular.install)

-------------------------------------------+
 testing-i686/PKGBUILD                     |   38 ++++++++++++++++++++++++++++
 testing-i686/kdegraphics-okular.install   |   12 ++++++++
 testing-x86_64/PKGBUILD                   |   38 ++++++++++++++++++++++++++++
 testing-x86_64/kdegraphics-okular.install |   12 ++++++++
 4 files changed, 100 insertions(+)

Copied: kdegraphics-okular/repos/testing-i686/PKGBUILD (from rev 226416, kdegraphics-okular/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-11-19 16:51:26 UTC (rev 226417)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-okular
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+         'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support'
+            'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz")
+sha1sums=('54b931bdee75f6a247bc738177f29e96faeff110')
+
+prepare() {
+  mkdir build
+}
+
+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
+}

Copied: kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install (from rev 226416, kdegraphics-okular/trunk/kdegraphics-okular.install)
===================================================================
--- testing-i686/kdegraphics-okular.install	                        (rev 0)
+++ testing-i686/kdegraphics-okular.install	2014-11-19 16:51:26 UTC (rev 226417)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdegraphics-okular/repos/testing-x86_64/PKGBUILD (from rev 226416, kdegraphics-okular/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-11-19 16:51:26 UTC (rev 226417)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-okular
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+         'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support'
+            'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz")
+sha1sums=('54b931bdee75f6a247bc738177f29e96faeff110')
+
+prepare() {
+  mkdir build
+}
+
+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
+}

Copied: kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install (from rev 226416, kdegraphics-okular/trunk/kdegraphics-okular.install)
===================================================================
--- testing-x86_64/kdegraphics-okular.install	                        (rev 0)
+++ testing-x86_64/kdegraphics-okular.install	2014-11-19 16:51:26 UTC (rev 226417)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list