Date: Wednesday, November 21, 2012 @ 13:15:05
  Author: andrea
Revision: 171722

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

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

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

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 171721, 
kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 18:15:05 UTC (rev 171722)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.80
+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'
+            'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz";)
+sha1sums=('42138a1b2778f4d34c047883768803824ec62bc4')
+
+build() {
+  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 
171721, kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2012-11-21 18:15:05 UTC (rev 171722)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.80
+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'
+            'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz";)
+sha1sums=('42138a1b2778f4d34c047883768803824ec62bc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to