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

Antonio Rojas arojas at archlinux.org
Sat May 14 20:05:16 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-05-14 20:01:21 UTC (rev 268020)
+++ PKGBUILD	2016-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
-}



More information about the arch-commits mailing list