[arch-commits] Commit in celestia/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Tuesday, March 30, 2021 @ 11:32:28
  Author: arojas
Revision: 411253

archrelease: copy trunk to extra-x86_64

Added:
  celestia/repos/extra-x86_64/PKGBUILD
    (from rev 411252, celestia/trunk/PKGBUILD)
Deleted:
  celestia/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 40 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-30 11:32:19 UTC (rev 411252)
+++ PKGBUILD	2021-03-30 11:32:28 UTC (rev 411253)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor : Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=celestia
-pkgver=1.6.2.1
-pkgrel=1
-pkgdesc="Real-time space simulation"
-arch=('x86_64')
-license=('GPL')
-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')
-
-prepare() {
-    cd Celestia-${pkgver}
-    autoreconf -vi
-}
-
-build() {
-    cd Celestia-${pkgver}
-    ./configure --prefix=/usr \
-                --with-lua=/usr \
-                --datadir=/usr/share \
-                --with-gtk \
-                --disable-rpath \
-                --with-lua
-    make
-}
-
-package() {
-    cd Celestia-${pkgver}
-
-    make DESTDIR="${pkgdir}" MKDIR_P='mkdir -p' install
-}
-

Copied: celestia/repos/extra-x86_64/PKGBUILD (from rev 411252, celestia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-30 11:32:28 UTC (rev 411253)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor : Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=celestia
+pkgver=1.6.2.2
+pkgrel=1
+pkgdesc="Real-time space simulation"
+arch=('x86_64')
+license=('GPL')
+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"
+         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
+}
+
+build() {
+    cd Celestia-${pkgver}
+    ./configure --prefix=/usr \
+                --with-lua=/usr \
+                --datadir=/usr/share \
+                --with-gtk \
+                --disable-rpath \
+                --with-lua
+    make
+}
+
+package() {
+    cd Celestia-${pkgver}
+
+    make DESTDIR="${pkgdir}" MKDIR_P='mkdir -p' install
+}
+



More information about the arch-commits mailing list