[arch-commits] Commit in stellarium/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Wed Jul 21 12:47:02 UTC 2010


    Date: Wednesday, July 21, 2010 @ 08:47:01
  Author: ronald
Revision: 85879

upgpkg: stellarium 0.10.5-1
update to latest version

Modified:
  stellarium/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-21 12:14:46 UTC (rev 85878)
+++ PKGBUILD	2010-07-21 12:47:01 UTC (rev 85879)
@@ -3,18 +3,18 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=stellarium
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
 url="http://stellarium.free.fr/"
 license=('GPL2')
-depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt>=4.5.1' 'openssl')
+depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
 makedepends=('cmake' 'boost')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 	stellarium.desktop
         stellarium.png)
-md5sums=('ebb81f609c91be6ecd7e91cf7d3a4afa'
+md5sums=('4038585e3554febde92f2166d52bc8a8'
          'b4f9ebd082c4e112c2bbfac9f2c8465d'
          '134ab08e73f4f5d995a7931a7957b7a3')
 	
@@ -23,6 +23,10 @@
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
   make || return 1
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
   make DESTDIR=${pkgdir} install || return 1
 
   # install desktop file & pixmap




More information about the arch-commits mailing list