[arch-commits] Commit in qimageblitz/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:19:57
  Author: andrea
Revision: 206543

archrelease: copy trunk to extra-i686

Added:
  qimageblitz/repos/extra-i686/PKGBUILD
(from rev 206542, qimageblitz/trunk/PKGBUILD)
Deleted:
  qimageblitz/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:19:41 UTC (rev 206542)
+++ PKGBUILD2014-03-01 08:19:57 UTC (rev 206543)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-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/extra-i686/PKGBUILD (from rev 206542, 
qimageblitz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:19:57 UTC (rev 206543)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+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')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in qimageblitz/repos (extra-i686)

2010-08-19 Thread Andrea Scarpino
Date: Thursday, August 19, 2010 @ 09:04:48
  Author: andrea
Revision: 88096

archrelease: remove extra-i686

Deleted:
  qimageblitz/repos/extra-i686/



[arch-commits] Commit in qimageblitz/repos (extra-i686)

2010-08-19 Thread Andrea Scarpino
Date: Thursday, August 19, 2010 @ 09:07:09
  Author: andrea
Revision: 88101

archrelease: copy trunk to extra-i686

Added:
  qimageblitz/repos/extra-i686/