[arch-commits] Commit in celestia/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 28 18:11:30 UTC 2020
Date: Saturday, November 28, 2020 @ 18:11:30
Author: arojas
Revision: 402377
archrelease: copy trunk to extra-x86_64
Added:
celestia/repos/extra-x86_64/PKGBUILD
(from rev 402376, celestia/trunk/PKGBUILD)
Deleted:
celestia/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-28 18:11:19 UTC (rev 402376)
+++ PKGBUILD 2020-11-28 18:11:30 UTC (rev 402377)
@@ -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
-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://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c94562902e3fcfa72203f96d5f711edb868dfc7e')
-
-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 402376, celestia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-28 18:11:30 UTC (rev 402377)
@@ -0,0 +1,37 @@
+# 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
+}
+
More information about the arch-commits
mailing list