[arch-commits] Commit in kdebindings-smokekde/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-04-19 Thread Andrea Scarpino
Date: Saturday, April 19, 2014 @ 13:29:02
  Author: andrea
Revision: 211524

archrelease: copy trunk to extra-i686

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-19 11:28:51 UTC (rev 211523)
+++ PKGBUILD2014-04-19 11:29:02 UTC (rev 211524)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.13.0
-pkgrel=2
-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'
- 'mesa')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Nepomuk=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/extra-i686/PKGBUILD (from rev 211523, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-19 11:29:02 UTC (rev 211524)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.0
+pkgrel=2
+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'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-smokekde/repos/extra-i686 (PKGBUILD PKGBUILD)

2012-11-11 Thread Andrea Scarpino
Date: Sunday, November 11, 2012 @ 04:41:46
  Author: andrea
Revision: 170778

archrelease: copy trunk to extra-i686

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

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-11 09:41:27 UTC (rev 170777)
+++ PKGBUILD2012-11-11 09:41:46 UTC (rev 170778)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.9.3
-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=('4cc26577b84cf78253aac5fbfed88da9667dbcea')
-
-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 170777, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-11 09:41:46 UTC (rev 170778)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.3
+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'
+ 'mesa')
+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')
+
+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/extra-i686 (PKGBUILD PKGBUILD)

2012-03-12 Thread Andrea Scarpino
Date: Monday, March 12, 2012 @ 05:03:20
  Author: andrea
Revision: 153073

archrelease: copy trunk to extra-i686

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-12 09:03:04 UTC (rev 153072)
+++ PKGBUILD2012-03-12 09:03:20 UTC (rev 153073)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-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
-}

Copied: kdebindings-smokekde/repos/extra-i686/PKGBUILD (from rev 153072, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-12 09:03:20 UTC (rev 153073)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+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
+}