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

Antonio Rojas arojas at archlinux.org
Tue Mar 30 11:32:19 UTC 2021


    Date: Tuesday, March 30, 2021 @ 11:32:19
  Author: arojas
Revision: 411252

Update to 1.6.2.2, fix desktop file (FS#69039)

Modified:
  celestia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 23:55:04 UTC (rev 411251)
+++ PKGBUILD	2021-03-30 11:32:19 UTC (rev 411252)
@@ -2,7 +2,7 @@
 # Contributor : Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=celestia
-pkgver=1.6.2.1
+pkgver=1.6.2.2
 pkgrel=1
 pkgdesc="Real-time space simulation"
 arch=('x86_64')
@@ -10,11 +10,14 @@
 url="https://celestia.space/"
 depends=('gtk2' 'libtheora' 'lua53' 'gtkglext' 'glut' 'libxmu' 'glu' 'libjpeg' 'mesa')
 options=('!makeflags')
-source=("https://github.com/CelestiaProject/Celestia/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('fbd404e0a132f0b555cf2e061e36bd384fb6038c')
+source=("https://github.com/CelestiaProject/Celestia/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+         celestia-fix-desktop.patch::"https://github.com/CelestiaProject/Celestia/commit/6a4a0573.patch")
+sha1sums=('6e2fb4481dd69a5a81e31dc4352f2cf3680740d8'
+          '23d8963cceb407ff33171f87f8aa1ba5fa8839f9')
 
 prepare() {
     cd Celestia-${pkgver}
+    patch -p1 < ../celestia-fix-desktop.patch # Fix executable name in desktop file
     autoreconf -vi
 }
 



More information about the arch-commits mailing list