Date: Tuesday, February 26, 2013 @ 07:16:02
  Author: andrea
Revision: 178655

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

Added:
  qimageblitz/repos/staging-i686/
  qimageblitz/repos/staging-i686/PKGBUILD
    (from rev 178654, qimageblitz/trunk/PKGBUILD)
  qimageblitz/repos/staging-x86_64/
  qimageblitz/repos/staging-x86_64/PKGBUILD
    (from rev 178654, qimageblitz/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: qimageblitz/repos/staging-i686/PKGBUILD (from rev 178654, 
qimageblitz/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-02-26 06:16:02 UTC (rev 178655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc="A graphical effect and filter library for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kde.org/";
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: qimageblitz/repos/staging-x86_64/PKGBUILD (from rev 178654, 
qimageblitz/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-02-26 06:16:02 UTC (rev 178655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc="A graphical effect and filter library for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kde.org/";
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to