[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-06-07 Thread Andrea Scarpino
Date: Friday, June 8, 2012 @ 02:34:45
  Author: andrea
Revision: 161102

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 161082, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-08 06:34:43 UTC (rev 161101)
+++ extra-i686/PKGBUILD 2012-06-08 06:34:45 UTC (rev 161102)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.3
-pkgrel=1
-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=('b02b4b12dd5a23b2a87787bdde4491161d6a4e8d')
-
-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/extra-i686/PKGBUILD (from rev 161082, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-08 06:34:45 UTC (rev 161102)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=1
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-06-07 Thread Andrea Scarpino
Date: Friday, June 8, 2012 @ 02:34:46
  Author: andrea
Revision: 161103

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 161082, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-08 06:34:45 UTC (rev 161102)
+++ extra-x86_64/PKGBUILD   2012-06-08 06:34:46 UTC (rev 161103)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.3
-pkgrel=1
-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=('b02b4b12dd5a23b2a87787bdde4491161d6a4e8d')
-
-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/extra-x86_64/PKGBUILD (from rev 161082, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-08 06:34:46 UTC (rev 161103)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=1
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 18:30:36
  Author: andrea
Revision: 158365

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 158346, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-03 22:30:35 UTC (rev 158364)
+++ extra-x86_64/PKGBUILD   2012-05-03 22:30:36 UTC (rev 158365)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.2
-pkgrel=1
-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=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
-
-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/extra-x86_64/PKGBUILD (from rev 158346, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-03 22:30:36 UTC (rev 158365)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.3
+pkgrel=1
+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=('b02b4b12dd5a23b2a87787bdde4491161d6a4e8d')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 18:30:35
  Author: andrea
Revision: 158364

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 158346, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-03 22:30:33 UTC (rev 158363)
+++ extra-i686/PKGBUILD 2012-05-03 22:30:35 UTC (rev 158364)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.2
-pkgrel=1
-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=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
-
-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/extra-i686/PKGBUILD (from rev 158346, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-03 22:30:35 UTC (rev 158364)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.3
+pkgrel=1
+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=('b02b4b12dd5a23b2a87787bdde4491161d6a4e8d')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-04-04 Thread Andrea Scarpino
Date: Wednesday, April 4, 2012 @ 10:12:33
  Author: andrea
Revision: 155527

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 155508, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-04 14:12:31 UTC (rev 155526)
+++ extra-x86_64/PKGBUILD   2012-04-04 14:12:33 UTC (rev 155527)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.1
-pkgrel=1
-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=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
-
-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/extra-x86_64/PKGBUILD (from rev 155508, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-04 14:12:33 UTC (rev 155527)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.2
+pkgrel=1
+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=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-04-04 Thread Andrea Scarpino
Date: Wednesday, April 4, 2012 @ 10:12:31
  Author: andrea
Revision: 155526

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 155508, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-04 14:12:29 UTC (rev 155525)
+++ extra-i686/PKGBUILD 2012-04-04 14:12:31 UTC (rev 155526)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.1
-pkgrel=1
-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=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
-
-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/extra-i686/PKGBUILD (from rev 155508, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-04 14:12:31 UTC (rev 155526)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.2
+pkgrel=1
+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=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:12:17
  Author: andrea
Revision: 152476

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 152457, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-07 16:12:16 UTC (rev 152475)
+++ extra-x86_64/PKGBUILD   2012-03-07 16:12:17 UTC (rev 152476)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.0
-pkgrel=1
-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/xz/smokekde-${pkgver}.tar.xz";)
-sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
-
-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/extra-x86_64/PKGBUILD (from rev 152457, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-07 16:12:17 UTC (rev 152476)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.1
+pkgrel=1
+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/xz/smokekde-${pkgver}.tar.xz";)
+sha1sums=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:12:16
  Author: andrea
Revision: 152475

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 152457, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-07 16:12:14 UTC (rev 152474)
+++ extra-i686/PKGBUILD 2012-03-07 16:12:16 UTC (rev 152475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.0
-pkgrel=1
-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/xz/smokekde-${pkgver}.tar.xz";)
-sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
-
-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/extra-i686/PKGBUILD (from rev 152457, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-07 16:12:16 UTC (rev 152475)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.1
+pkgrel=1
+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/xz/smokekde-${pkgver}.tar.xz";)
+sha1sums=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:32:38
  Author: andrea
Revision: 147775

db-move: moved kdebindings-smokekde from [testing] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 147757, kdebindings-smokekde/repos/testing-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/testing-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-28 10:32:36 UTC (rev 147774)
+++ extra-i686/PKGBUILD 2012-01-28 10:32:38 UTC (rev 147775)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.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.bz2";)
-sha1sums=('c3e2bd07158c4bc6a19123d5ae8e81529b52e07b')
-
-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/extra-i686/PKGBUILD (from rev 147757, 
kdebindings-smokekde/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-28 10:32:38 UTC (rev 147775)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.0
+pkgrel=1
+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.bz2";)
+sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:32:39
  Author: andrea
Revision: 147776

db-move: moved kdebindings-smokekde from [testing] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 147757, kdebindings-smokekde/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/testing-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-28 10:32:38 UTC (rev 147775)
+++ extra-x86_64/PKGBUILD   2012-01-28 10:32:39 UTC (rev 147776)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.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.bz2";)
-sha1sums=('c3e2bd07158c4bc6a19123d5ae8e81529b52e07b')
-
-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/extra-x86_64/PKGBUILD (from rev 147757, 
kdebindings-smokekde/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-28 10:32:39 UTC (rev 147776)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.0
+pkgrel=1
+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.bz2";)
+sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 04:18:29
  Author: andrea
Revision: 144624

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 144608, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-08 09:18:27 UTC (rev 144623)
+++ extra-i686/PKGBUILD 2011-12-08 09:18:29 UTC (rev 144624)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.3
-pkgrel=1
-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.bz2";)
-sha1sums=('a25114d92c540f16af9022366ca2b5da447a1531')
-
-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/extra-i686/PKGBUILD (from rev 144608, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-08 09:18:29 UTC (rev 144624)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.4
+pkgrel=1
+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.bz2";)
+sha1sums=('c3e2bd07158c4bc6a19123d5ae8e81529b52e07b')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 04:18:30
  Author: andrea
Revision: 144625

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 144608, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-08 09:18:29 UTC (rev 144624)
+++ extra-x86_64/PKGBUILD   2011-12-08 09:18:30 UTC (rev 144625)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.3
-pkgrel=1
-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.bz2";)
-sha1sums=('a25114d92c540f16af9022366ca2b5da447a1531')
-
-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/extra-x86_64/PKGBUILD (from rev 144608, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-08 09:18:30 UTC (rev 144625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.4
+pkgrel=1
+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.bz2";)
+sha1sums=('c3e2bd07158c4bc6a19123d5ae8e81529b52e07b')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 11:13:39
  Author: andrea
Revision: 143295

db-move: moved kdebindings-smokekde from [staging] to [kde-unstable] (i686)

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 143277, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 143277, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-11-24 16:13:39 UTC (rev 143295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.80
+pkgrel=1
+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/unstable/${pkgver}/src/smokekde-${pkgver}.tar.bz2";)
+sha1sums=('579e87eaf1067593d27396fe092434f7fc7b4c09')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 11:13:40
  Author: andrea
Revision: 143296

db-move: moved kdebindings-smokekde from [staging] to [kde-unstable] (x86_64)

Added:
  kdebindings-smokekde/repos/kde-unstable-x86_64/
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 143277, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
143277, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2011-11-24 16:13:40 UTC (rev 143296)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.80
+pkgrel=1
+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/unstable/${pkgver}/src/smokekde-${pkgver}.tar.bz2";)
+sha1sums=('579e87eaf1067593d27396fe092434f7fc7b4c09')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-11-02 Thread Andrea Scarpino
Date: Wednesday, November 2, 2011 @ 14:12:30
  Author: andrea
Revision: 141761

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 141742, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-02 18:12:28 UTC (rev 141760)
+++ extra-x86_64/PKGBUILD   2011-11-02 18:12:30 UTC (rev 141761)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.2
-pkgrel=1
-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.bz2";)
-sha1sums=('8874744db367dd5c9d7a8783f662b6283b69dc1f')
-
-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/extra-x86_64/PKGBUILD (from rev 141742, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-02 18:12:30 UTC (rev 141761)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.3
+pkgrel=1
+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.bz2";)
+sha1sums=('a25114d92c540f16af9022366ca2b5da447a1531')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-11-02 Thread Andrea Scarpino
Date: Wednesday, November 2, 2011 @ 14:12:28
  Author: andrea
Revision: 141760

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 141742, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-02 18:12:27 UTC (rev 141759)
+++ extra-i686/PKGBUILD 2011-11-02 18:12:28 UTC (rev 141760)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.2
-pkgrel=1
-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.bz2";)
-sha1sums=('8874744db367dd5c9d7a8783f662b6283b69dc1f')
-
-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/extra-i686/PKGBUILD (from rev 141742, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-02 18:12:28 UTC (rev 141760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.3
+pkgrel=1
+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.bz2";)
+sha1sums=('a25114d92c540f16af9022366ca2b5da447a1531')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-10-05 Thread Andrea Scarpino
Date: Wednesday, October 5, 2011 @ 15:09:34
  Author: andrea
Revision: 139910

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 139891, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-05 19:09:33 UTC (rev 139909)
+++ extra-x86_64/PKGBUILD   2011-10-05 19:09:34 UTC (rev 139910)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.1
-pkgrel=1
-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.bz2";)
-sha1sums=('20b8db2cce9aad11047ba758e1e327ea6970427a')
-
-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/extra-x86_64/PKGBUILD (from rev 139891, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-05 19:09:34 UTC (rev 139910)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.2
+pkgrel=1
+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.bz2";)
+sha1sums=('8874744db367dd5c9d7a8783f662b6283b69dc1f')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-10-05 Thread Andrea Scarpino
Date: Wednesday, October 5, 2011 @ 15:09:33
  Author: andrea
Revision: 139909

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 139891, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-05 19:09:32 UTC (rev 139908)
+++ extra-i686/PKGBUILD 2011-10-05 19:09:33 UTC (rev 139909)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.1
-pkgrel=1
-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.bz2";)
-sha1sums=('20b8db2cce9aad11047ba758e1e327ea6970427a')
-
-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/extra-i686/PKGBUILD (from rev 139891, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-05 19:09:33 UTC (rev 139909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.2
+pkgrel=1
+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.bz2";)
+sha1sums=('8874744db367dd5c9d7a8783f662b6283b69dc1f')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-09-07 Thread Andrea Scarpino
Date: Wednesday, September 7, 2011 @ 13:17:41
  Author: andrea
Revision: 137371

db-move: moved kdebindings-smokekde from [staging] to [extra] (x86_64)

Added:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 137369, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-07 17:17:40 UTC (rev 137370)
+++ extra-x86_64/PKGBUILD   2011-09-07 17:17:41 UTC (rev 137371)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.0
-pkgrel=1
-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.bz2";)
-sha1sums=('c1cd38131c841f1f386bc270225fc5950db1c7a0')
-
-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/extra-x86_64/PKGBUILD (from rev 137369, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-07 17:17:41 UTC (rev 137371)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.1
+pkgrel=1
+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.bz2";)
+sha1sums=('20b8db2cce9aad11047ba758e1e327ea6970427a')
+
+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
+}



[arch-commits] Commit in kdebindings-smokekde/repos (3 files)

2011-09-07 Thread Andrea Scarpino
Date: Wednesday, September 7, 2011 @ 13:17:40
  Author: andrea
Revision: 137370

db-move: moved kdebindings-smokekde from [staging] to [extra] (i686)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 137369, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-07 17:17:19 UTC (rev 137369)
+++ extra-i686/PKGBUILD 2011-09-07 17:17:40 UTC (rev 137370)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.7.0
-pkgrel=1
-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.bz2";)
-sha1sums=('c1cd38131c841f1f386bc270225fc5950db1c7a0')
-
-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/extra-i686/PKGBUILD (from rev 137369, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-07 17:17:40 UTC (rev 137370)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.7.1
+pkgrel=1
+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.bz2";)
+sha1sums=('20b8db2cce9aad11047ba758e1e327ea6970427a')
+
+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
+}