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

Pierre Schmitz pierre at archlinux.org
Sun Oct 26 08:42:23 UTC 2008


    Date: Sunday, October 26, 2008 @ 04:42:22
  Author: pierre
Revision: 17153

Merged revisions 5878,17152 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/qimageblitz/trunk

........
  r5878 | pierre | 2008-07-21 21:15:40 +0200 (Mo, 21 Jul 2008) | 1 line
  
  upgpkg: qimageblitz 0.0.4-1
........
  r17152 | pierre | 2008-10-26 09:41:32 +0100 (So, 26 Okt 2008) | 1 line
  
  upgpkg: qimageblitz 0.0.5-1
........

Modified:
  qimageblitz/repos/extra-x86_64/	(properties)
  qimageblitz/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)


Property changes on: qimageblitz/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /qimageblitz/trunk:1-5876
   + /qimageblitz/trunk:1-17152

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-26 08:41:32 UTC (rev 17152)
+++ extra-x86_64/PKGBUILD	2008-10-26 08:42:22 UTC (rev 17153)
@@ -2,25 +2,26 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=qimageblitz
-pkgver=0.0.4
+pkgver=0.0.5
 pkgrel=1
 pkgdesc="An interm image effect library"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/qimageblitz"
-license=('GPL2')
-depends=('qt>=4.3.2')
+license=('custom')
+depends=('qt>=4.4.3')
 makedepends=('cmake' 'pkgconfig')
-source=("http://surfnet.dl.sourceforge.net/sourceforge/qimageblitz/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('cb87c7f1c0455e8984ee4830f1e749cf')
+source=("ftp://ftp.archlinux.org/other/qimageblitz/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5a6c718a56643ffe1f347410bdcca64d')
 options=(!libtool)
 
 build() {
-	cd $srcdir
+	cd ${srcdir}
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr 
 	make
-	make DESTDIR=$pkgdir install
-}
\ No newline at end of file
+	make DESTDIR=${pkgdir} install
+	install -m644 -D ${srcdir}/${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}




More information about the arch-commits mailing list