[arch-commits] Commit in kdebindings-smokekde (kde-unstable kde-unstable/PKGBUILD)

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

upgpkg: kdebindings-smokekde 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/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:27 UTC (rev 217865)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -17,8 +17,8 @@
 'kdegraphics-okular: Okular bindings'
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('466481597569aeaaae132e17077c29f86388fa20')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('e80d9b29dfd71267c24a2eea861bde9851777c91')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-smokekde (kde-unstable kde-unstable/PKGBUILD)

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

KDE 4.10 beta1 - first steps

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:28 UTC (rev 171145)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -16,8 +16,8 @@
 optdepends=('kdesdk-kate: Kate bindings'
 'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('4cc26577b84cf78253aac5fbfed88da9667dbcea')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('791912ac8abb089eb97998c5878295c0dafc22e3')
 
 build() {
   cd ${srcdir}
@@ -25,7 +25,8 @@
   cd build
   cmake ../smokekde-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Okular=OFF
   make
 }
 



[arch-commits] Commit in kdebindings-smokekde (kde-unstable kde-unstable/PKGBUILD)

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

KDE 4.9

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD   2012-05-25 19:58:59 UTC (rev 159526)
@@ -2,19 +2,21 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.8.3
+pkgver=4.8.80
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
-url=http://kde.org/;
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 depends=('kdebindings-smokeqt')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdesdk-kate: Kate bindings'
+'ldegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('b02b4b12dd5a23b2a87787bdde4491161d6a4e8d')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d349b9fe6ef29c0717d3faa831d2f2d1f0281290')
 
 build() {
   cd ${srcdir}