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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:13:27 UTC 2011


    Date: Thursday, November 24, 2011 @ 11:13:27
  Author: andrea
Revision: 143289

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

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

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

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 143277, kdebindings-smokeqt/repos/staging-i686/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2011-11-24 16:13:27 UTC (rev 143289)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokeqt
+pkgver=4.7.80
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2")
+sha1sums=('cad6c93aef4374012de9958d9ac38e3993a799b2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list