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

Christian Hesse eworm at archlinux.org
Wed Oct 9 08:20:24 UTC 2019


    Date: Wednesday, October 9, 2019 @ 08:20:24
  Author: eworm
Revision: 514336

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-09 08:20:22 UTC (rev 514335)
+++ PKGBUILD	2019-10-09 08:20:24 UTC (rev 514336)
@@ -1,33 +0,0 @@
-# $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
-}
-

Copied: gemrb/repos/community-x86_64/PKGBUILD (from rev 514335, gemrb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-09 08:20:24 UTC (rev 514336)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gemrb
+pkgver=0.8.5
+pkgrel=2
+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	2019-10-09 08:20:22 UTC (rev 514335)
+++ gemrb.install	2019-10-09 08:20:24 UTC (rev 514336)
@@ -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 514335, gemrb/trunk/gemrb.install)
===================================================================
--- gemrb.install	                        (rev 0)
+++ gemrb.install	2019-10-09 08:20:24 UTC (rev 514336)
@@ -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