[arch-commits] CVS update of extra/science/celestia (PKGBUILD)

Damir Perisa damir at archlinux.org
Sun Sep 2 01:23:50 UTC 2007


    Date: Saturday, September 1, 2007 @ 21:23:50
  Author: damir
    Path: /home/cvs-extra/extra/science/celestia

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: celestia 1.4.1-3
celestia 1.4.1-3: cleanup, add licence, fix bug 7921


----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)


Index: extra/science/celestia/PKGBUILD
diff -u extra/science/celestia/PKGBUILD:1.11 extra/science/celestia/PKGBUILD:1.12
--- extra/science/celestia/PKGBUILD:1.11	Sat Jun  3 08:40:08 2006
+++ extra/science/celestia/PKGBUILD	Sat Sep  1 21:23:50 2007
@@ -1,32 +1,29 @@
-# $Id: PKGBUILD,v 1.11 2006/06/03 12:40:08 tpowa Exp $
+# $Id: PKGBUILD,v 1.12 2007/09/02 01:23:50 damir Exp $
 # Contributor : Damir Perisa <damir.perisa at bluewin.ch>
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=celestia
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Real-time space simulation"
 arch=(i686 x86_64)
+license=('GPL2')
 url="http://www.shatters.net/celestia/"
 depends=('gtk2' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa')
 source=(http://puzzle.dl.sourceforge.net/sourceforge/celestia/$pkgname-$pkgver.tar.gz \
         celestia-lua51.patch celestia-1.4.0-compile.patch)
-       #  http://celestia.teyssier.org/download/1.3.2/qt-stl.patch \
-       #  gcc34x.patch)
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
-    #patch -p1 -i $startdir/src/gcc34x.patch
-    #patch -p0 -i $startdir/src/qt-stl.patch
     patch -Np1 -i $startdir/src/celestia-lua51.patch || return 1
     patch -Np0 -i $startdir/src/celestia-1.4.0-compile.patch || return 1
     ./configure --prefix=/usr \
                 --with-lua=/usr \
-                --with-gtk
-
+		--datarootdir=/usr/share \
+                --with-gtk 
+    # build 
     make || return 1
     make DESTDIR=$startdir/pkg install
-    # rm $startdir/pkg/$pkgname.schemas
 }
 
 




More information about the arch-commits mailing list