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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:05:15
  Author: arojas
Revision: 268021

Hooks

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

+
 PKGBUILD   |3 +--
 stellarium.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:01:21 UTC (rev 268020)
+++ PKGBUILD2016-05-14 20:05:15 UTC (rev 268021)
@@ -4,7 +4,7 @@
 
 pkgname=stellarium
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
 url="http://stellarium.org/;
@@ -11,7 +11,6 @@
 license=('GPL2')
 depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
-install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('50e9e2555316df5ae64230361c8970d89385b0f3')

Deleted: stellarium.install
===
--- stellarium.install  2016-05-14 20:01:21 UTC (rev 268020)
+++ stellarium.install  2016-05-14 20:05:15 UTC (rev 268021)
@@ -1,14 +0,0 @@
-pkgname=stellarium
-
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:06:54
  Author: ronald
Revision: 178101

upgpkg: stellarium 0.12.0-1

update to 0.12.0; add install file

Added:
  stellarium/trunk/stellarium.install
Modified:
  stellarium/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++
 stellarium.install |   14 ++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 08:46:34 UTC (rev 178100)
+++ PKGBUILD2013-02-16 09:06:54 UTC (rev 178101)
@@ -3,18 +3,20 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.11.4
-pkgrel=2
+pkgver=0.12.0
+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' 'glu' 'libgl' 'freetype2' 'qt' 'openssl')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl' 
'desktop-file-utils' 
+'xdg-utils')
+install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf'
+sha1sums=('c6cc8f0954d976584e8ab9bc061f3b35e3b84251'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')


Added: stellarium.install
===
--- stellarium.install  (rev 0)
+++ stellarium.install  2013-02-16 09:06:54 UTC (rev 178101)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}