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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Apr 16 13:55:26 UTC 2014


    Date: Wednesday, April 16, 2014 @ 15:55:26
  Author: andrea
Revision: 210638

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

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

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

Copied: kdebindings-smokeqt/repos/testing-i686/PKGBUILD (from rev 210637, kdebindings-smokeqt/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-16 13:55:26 UTC (rev 210638)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
+sha1sums=('a49253f85288edf9050a52daab7cf0fb0fa8e2ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD (from rev 210637, kdebindings-smokeqt/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-16 13:55:26 UTC (rev 210638)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
+sha1sums=('a49253f85288edf9050a52daab7cf0fb0fa8e2ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list