[arch-commits] Commit in gemrb/repos/community-x86_64 (4 files)

Lukas Jirkovsky stativ at archlinux.org
Wed Nov 29 17:47:55 UTC 2017


    Date: Wednesday, November 29, 2017 @ 17:47:37
  Author: stativ
Revision: 270741

archrelease: copy trunk to community-x86_64

Added:
  gemrb/repos/community-x86_64/PKGBUILD
    (from rev 270740, gemrb/trunk/PKGBUILD)
  gemrb/repos/community-x86_64/gemrb.install
    (from rev 270740, gemrb/trunk/gemrb.install)
Deleted:
  gemrb/repos/community-x86_64/PKGBUILD
  gemrb/repos/community-x86_64/gemrb.install

---------------+
 PKGBUILD      |   70 ++++++++++++++++++++++++++------------------------------
 gemrb.install |   34 +++++++++++++--------------
 2 files changed, 50 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-29 17:47:02 UTC (rev 270740)
+++ PKGBUILD	2017-11-29 17:47:37 UTC (rev 270741)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=gemrb
-pkgver=0.8.4
-pkgrel=2
-pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate"
-arch=('i686' 'x86_64')
-url="http://www.gemrb.org/"
-license=('GPL')
-depends=('python2' 'openal' 'sdl_mixer' 'hicolor-icon-theme')
-# optionally it is possible to build vlc plugin too
-# for future reference: there is also and experimental SDL2/OpenGL renderer
-makedepends=('cmake')
-install=gemrb.install
-source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz")
-md5sums=('3820d39e2480e8f5afccbe5c8d6058b9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ ! -d "$srcdir/build" ] ; then
-    mkdir "$srcdir/build"
-  fi
-  cd "$srcdir/build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=Release \
-        ../$pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd "$srcdir"/build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: gemrb/repos/community-x86_64/PKGBUILD (from rev 270740, gemrb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-29 17:47:37 UTC (rev 270741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gemrb
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate"
+arch=('x86_64')
+url="http://www.gemrb.org/"
+license=('GPL')
+depends=('python2' 'sdl2' 'sdl2_mixer' 'openal' 'hicolor-icon-theme' 'libpng' 'freetype2')
+makedepends=('cmake')
+install=gemrb.install
+source=("https://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz")
+sha1sums=('703a13ebce32acc1b0afb3296c3d2b445e2fbaab')
+
+prepare() {
+  mkdir -p "$srcdir/build"
+}
+
+build() {
+  cd "$srcdir/build"
+
+  cmake ../$pkgname-$pkgver \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: gemrb.install
===================================================================
--- gemrb.install	2017-11-29 17:47:02 UTC (rev 270740)
+++ gemrb.install	2017-11-29 17:47:37 UTC (rev 270741)
@@ -1,17 +0,0 @@
-post_install() {
-  cat << EOF
-
-Installing the games
---------------------
-	1. Install the game(s) (eg using wine or Unshield)
-	2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to /etc/gemrb/gemrb.cfg
-	3. Edit gemrb.cfg, mainly to set up the path to the game's data files. It is crucial to get this right.
-	4. Now You can start the game by executing "gemrb" at the command line prompt
-
-EOF
-}
-
-post_remove() {
-  echo "Don't forget to remove game data files."
-}
-

Copied: gemrb/repos/community-x86_64/gemrb.install (from rev 270740, gemrb/trunk/gemrb.install)
===================================================================
--- gemrb.install	                        (rev 0)
+++ gemrb.install	2017-11-29 17:47:37 UTC (rev 270741)
@@ -0,0 +1,17 @@
+post_install() {
+  cat << EOF
+
+Installing the games
+--------------------
+	1. Install the game(s) (eg using wine or Unshield)
+	2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to /etc/gemrb/gemrb.cfg
+	3. Edit gemrb.cfg, mainly to set up the path to the game's data files. It is crucial to get this right.
+	4. Now You can start the game by executing "gemrb" at the command line prompt
+
+EOF
+}
+
+post_remove() {
+  echo "Don't forget to remove game data files."
+}
+



More information about the arch-commits mailing list