[arch-commits] Commit in kdegraphics-okular (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jan 31 14:42:54 UTC 2013


    Date: Thursday, January 31, 2013 @ 15:42:53
  Author: andrea
Revision: 176520

Merge kde-unstable into trunk

Added:
  kdegraphics-okular/trunk/
  kdegraphics-okular/trunk/PKGBUILD
    (from rev 176376, kdegraphics-okular/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-okular/trunk/
  kdegraphics-okular/trunk/PKGBUILD

----------------+
 PKGBUILD       |   35 -----------------------------------
 trunk/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2013-01-31 06:54:38 UTC (rev 176364)
+++ trunk/PKGBUILD	2013-01-31 14:42:53 UTC (rev 176520)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-okular
-pkgver=4.9.98
-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' 'poppler-qt' 'chmlib' 'djvulibre'
-         'ebook-tools' 'libspectre')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdegraphics-mobipocket: mobipocket support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz")
-sha1sums=('8431aee0e843c235e2e34acea76550998c4797c0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../okular-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-okular/trunk/PKGBUILD (from rev 176376, kdegraphics-okular/kde-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-01-31 14:42:53 UTC (rev 176520)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-okular
+pkgver=4.10.0
+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' 'poppler-qt' 'chmlib' 'djvulibre'
+         'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz")
+sha1sums=('f91cca852cf8c2cc57b8fe5b2d66653efdb8d079')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list