[arch-commits] Commit in kdegraphics-okular (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:08
  Author: svenstaro
Revision: 217860

upgpkg: kdegraphics-okular 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdegraphics-okular/kde-unstable/
Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:08 UTC (rev 217860)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdegraphics-okular
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('cmake' 'automoc4' 'ebook-tools')
 optdepends=('ebook-tools: mobi and epub support')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('91a9704c7bfa1194a5bc958557bed40c6299ac1c')
+source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('3a5a6221013dd6cc0cbc098d2e8d5b932ab9eb3b')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdegraphics-okular (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:15
  Author: andrea
Revision: 171142

KDE 4.10 beta1 - first steps

Added:
  kdegraphics-okular/kde-unstable/
Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:15 UTC (rev 171142)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdegraphics-okular
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('33e6f1c3f282bf384d09f3fd1d535a35af572df6')
+source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('0eae6e67e5861d4f6771147bcfa50513ae003f23')
 
 build() {
   cd "${srcdir}"



[arch-commits] Commit in kdegraphics-okular (kde-unstable kde-unstable/PKGBUILD)

2012-05-25 Thread Andrea Scarpino
Date: Friday, May 25, 2012 @ 15:58:53
  Author: andrea
Revision: 159524

KDE 4.9

Added:
  kdegraphics-okular/kde-unstable/
Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD   2012-05-25 19:58:53 UTC (rev 159524)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdegraphics-okular
-pkgver=4.8.3
-pkgrel=2
+pkgver=4.8.80
+pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
 url="http://kde.org/applications/graphics/okular/";
@@ -14,8 +14,8 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('7c43076df3e9d6217e2a5cbb8ef6d8af89f8ae37')
+source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('01f5bccc92a12847d975ff39f5ae0861fbcefe7c')
 
 build() {
   cd "${srcdir}"
@@ -23,7 +23,6 @@
   cd build
   cmake ../okular-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }