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

Florian Pritz bluewind at archlinux.org
Sun May 27 07:42:33 UTC 2012


    Date: Sunday, May 27, 2012 @ 03:42:32
  Author: bluewind
Revision: 159852

db-move: moved kdebindings-perlqt from [staging] to [testing] (i686)

Added:
  kdebindings-perlqt/repos/testing-i686/
  kdebindings-perlqt/repos/testing-i686/PKGBUILD
    (from rev 159819, kdebindings-perlqt/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-perlqt/repos/staging-i686/

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

Copied: kdebindings-perlqt/repos/testing-i686/PKGBUILD (from rev 159819, kdebindings-perlqt/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-27 07:42:32 UTC (rev 159852)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.3
+pkgrel=2
+pkgdesc="Perl bindings for the Qt libraries"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=("http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz")
+sha1sums=('d0d0d5da1fd9c50bd19ff2bb49d6a71a2d97759f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list