[arch-commits] Commit in kdebindings-qyoto/repos (staging-i686 staging-i686/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Jun 5 19:44:53 UTC 2013


    Date: Wednesday, June 5, 2013 @ 21:44:53
  Author: andrea
Revision: 187412

archrelease: copy trunk to staging-i686

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
    (from rev 187411, kdebindings-qyoto/trunk/PKGBUILD)

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

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 187411, kdebindings-qyoto/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-06-05 19:44:53 UTC (rev 187412)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('1a0503ef0117aa19cdffdddc9501fee83411d576')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list