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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Aug 30 20:12:07 UTC 2020


    Date: Sunday, August 30, 2020 @ 20:12:06
  Author: jlichtblau
Revision: 693062

upgpkg: freedroidrpg 1.0rc2-1
going for RC as it seems to run fine for a game, is newer than the old stable
and also FS#67724

Modified:
  freedroidrpg/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 20:08:58 UTC (rev 693061)
+++ PKGBUILD	2020-08-30 20:12:06 UTC (rev 693062)
@@ -1,26 +1,28 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: nut543 <kfs1 at online.no>
 
 pkgname='freedroidrpg'
-pkgver=0.16.1
-pkgrel=4
+pkgdesc="Isometric 3D role playing game taking place in the future, on Earth"
+pkgver=1.0rc2
+pkgrel=1
 arch=('x86_64')
-depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+url="https://gitlab.com/freedroid/freedroid-src"
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu' 'glew')
 makedepends=('mesa' 'python')
 optdepends=('python' 'espeak')
-pkgdesc="a mature science fiction role playing game set in the future"
-url="http://freedroid.sourceforge.net"
-license=("GPL")
-source=(https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
-sha256sums=('426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358')
+source=(https://ftp.osuosl.org/pub/freedroid/freedroidRPG-1.0/freedroidRPG-$pkgver.tar.gz)
+sha256sums=('feb3e8118422ce4a1c4a5b2b0b3095bee08ca8bdbb4ba25791095ed194b25382')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-${pkgver^^}
+  export CPPFLAGS="$CPPFLAGS -fcommon -fPIE"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd $pkgname-${pkgver^^}
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list