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

Andrea Scarpino andrea at archlinux.org
Tue Dec 4 16:11:24 UTC 2012


    Date: Tuesday, December 4, 2012 @ 11:11:23
  Author: andrea
Revision: 172523

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

Added:
  kdebindings-smokekde/repos/testing-i686/
  kdebindings-smokekde/repos/testing-i686/PKGBUILD
    (from rev 172522, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/testing-x86_64/
  kdebindings-smokekde/repos/testing-x86_64/PKGBUILD
    (from rev 172522, kdebindings-smokekde/trunk/PKGBUILD)

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

Copied: kdebindings-smokekde/repos/testing-i686/PKGBUILD (from rev 172522, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-12-04 16:11:23 UTC (rev 172523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.4
+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=('6634a0cc22c26c4d30a23bfc768adacdbd75eb5d')
+
+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/testing-x86_64/PKGBUILD (from rev 172522, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-12-04 16:11:23 UTC (rev 172523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.4
+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=('6634a0cc22c26c4d30a23bfc768adacdbd75eb5d')
+
+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
+}




More information about the arch-commits mailing list