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

Jan de Groot jgc at archlinux.org
Fri May 8 21:07:13 UTC 2009


    Date: Friday, May 8, 2009 @ 17:07:13
  Author: jgc
Revision: 38519

upgpkg: stellarium 0.10.2-2
    Fix dependencies
Make desktop file valid
Remove install scriptlet, there is no mimetype in the desktop file

Modified:
  stellarium/trunk/PKGBUILD
  stellarium/trunk/stellarium.desktop
Deleted:
  stellarium/trunk/stellarium.install

--------------------+
 PKGBUILD           |   13 ++++++-------
 stellarium.desktop |    4 +---
 stellarium.install |   18 ------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-08 21:06:29 UTC (rev 38518)
+++ PKGBUILD	2009-05-08 21:07:13 UTC (rev 38519)
@@ -4,31 +4,30 @@
 
 pkgname=stellarium
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 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' 'sdl_mixer' 'libgl' 'freetype2' 'curl' 'qt>=4.5.0')
+depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt>=4.5.1' 'openssl')
 makedepends=('cmake' 'boost')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" \
 	'stellarium.desktop' 'stellarium.png')
-install=stellarium.install
 md5sums=('c544fff9e75e9317055075b658ae5924'
-         'd119a2f0fc23eebb440697ed0f759fea'
+         'b4f9ebd082c4e112c2bbfac9f2c8465d'
          '134ab08e73f4f5d995a7931a7957b7a3')
 	
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 
   # install desktop file & pixmap
   install -Dm644 ${srcdir}/stellarium.desktop \
-	${pkgdir}/usr/share/applications/stellarium.desktop
+	${pkgdir}/usr/share/applications/stellarium.desktop || return 1
   install -Dm644 ${srcdir}/stellarium.png \
-	${pkgdir}/usr/share/pixmaps/stellarium.png
+	${pkgdir}/usr/share/pixmaps/stellarium.png || return 1
 }
 
 

Modified: stellarium.desktop
===================================================================
--- stellarium.desktop	2009-05-08 21:06:29 UTC (rev 38518)
+++ stellarium.desktop	2009-05-08 21:07:13 UTC (rev 38519)
@@ -3,9 +3,7 @@
 GenericName=Nightsky renderer
 Comment=A real-time nightsky renderer
 Categories=Education;Science;Astronomy;
-Icon=/usr/share/pixmaps/stellarium.png
+Icon=stellarium
 Exec=stellarium
 Terminal=false
 Type=Application
-Encoding=UTF-8
-

Deleted: stellarium.install
===================================================================
--- stellarium.install	2009-05-08 21:06:29 UTC (rev 38518)
+++ stellarium.install	2009-05-08 21:07:13 UTC (rev 38519)
@@ -1,18 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-op=$1
-shift
-
-$op $*
-
-




More information about the arch-commits mailing list