[arch-commits] Commit in kdebindings-smokekde (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:53:29
  Author: andrea
Revision: 164402

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 164401, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164401, kdebindings-smokekde/trunk/PKGBUILD)
Deleted:
  kdebindings-smokekde/kde-unstable/
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   68 -
 kde-unstable-x86_64/PKGBUILD |   68 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:52:49 UTC (rev 164401)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:53:29 UTC (rev 164402)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-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'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('04961b5a81728393995bc40e31a777012774078f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 164401, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:53:29 UTC (rev 164402)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+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'
+'kdegraphics-okular: Okular bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('ab796e48995560a59d1f741e9e2125eaa4263aa5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:52:49 UTC (rev 164401)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:53:29 UTC (rev 164402)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-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'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('04961b5a81728393995bc40e31a777012774078f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
164401, kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:53:29 UTC 

[arch-commits] Commit in kdebindings-smokekde (5 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 04:19:45
  Author: andrea
Revision: 162052

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

Added:
  kdebindings-smokekde/repos/staging-i686/
  kdebindings-smokekde/repos/staging-i686/PKGBUILD
(from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/staging-x86_64/
  kdebindings-smokekde/repos/staging-x86_64/PKGBUILD
(from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 repos/staging-i686/PKGBUILD   |   32 
 repos/staging-x86_64/PKGBUILD |   32 
 3 files changed, 65 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-19 08:19:22 UTC (rev 162051)
+++ kde-unstable/PKGBUILD   2012-06-19 08:19:45 UTC (rev 162052)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokekde
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
 arch=('i686' 'x86_64')

Copied: kdebindings-smokekde/repos/staging-i686/PKGBUILD (from rev 162051, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/staging-x86_64/PKGBUILD (from rev 162051, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}